Skip to content

Instantly share code, notes, and snippets.

@Holt59
Created June 10, 2020 17:16
Show Gist options
  • Save Holt59/ef8f961c67cc8f48b249c0f0d8d9e7ea to your computer and use it in GitHub Desktop.
Save Holt59/ef8f961c67cc8f48b249c0f0d8d9e7ea to your computer and use it in GitHub Desktop.
Simply Stronger Dragons - ModuleConfig.xml
<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://qconsulting.ca/fo3/ModConfig5.0.xsd">
<moduleName>Simply Stronger Dragons</moduleName>
<installSteps order="Explicit">
<installStep name="Install">
<optionalFileGroups order="Explicit">
<group name="Health multiplier for generic enemy dragons" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="1">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Health">1</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="2">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Health">2</flag>
</conditionFlags>
<typeDescriptor>
<type name="Recommended"/>
</typeDescriptor>
</plugin>
<plugin name="4">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Health">4</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="8">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Health">8</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Melee multiplier for generic enemy dragons" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="1">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Melee">1</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="2">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Melee">2</flag>
</conditionFlags>
<typeDescriptor>
<type name="Recommended"/>
</typeDescriptor>
</plugin>
<plugin name="4">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Melee">4</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="8">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Melee">8</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Breath multiplier for generic enemy dragons" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="1">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Breath">1</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="2">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Breath">2</flag>
</conditionFlags>
<typeDescriptor>
<type name="Recommended"/>
</typeDescriptor>
</plugin>
<plugin name="4">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Breath">4</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="8">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Breath">8</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Alduin" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="Vanilla">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Alduin">0</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="Same multipliers as other dragons">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Alduin">1</flag>
</conditionFlags>
<typeDescriptor>
<type name="Recommended"/>
</typeDescriptor>
</plugin>
<plugin name="Double the multipliers of other dragons">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Alduin">2</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
<plugin name="Quadruple the multipliers of other dragons">
<description/>
<files/>
<conditionFlags operator="And">
<flag name="Alduin">4</flag>
</conditionFlags>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
</optionalFileGroups>
</installStep>
</installSteps>
<conditionalFileInstalls>
<patterns>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x1 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x2 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x4 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="1"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x1 - Meelee x8 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x1 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x2 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x4 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="2"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x2 - Meelee x8 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x1 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x2 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x4 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="4"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x4 - Meelee x8 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="1"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x1 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="2"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x2 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="4"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x4 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x1 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x1 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x1 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="1"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x1 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x2 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x2 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x2 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="2"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x2 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x4 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x4 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x4 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="4"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x4 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="0"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x8 - AlduinApply x0" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="1"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x8 - AlduinApply x1" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="2"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x8 - AlduinApply x2" destination="" priority="0"/>
</files>
</pattern>
<pattern>
<dependencies operator="And">
<flagDependency flag="Health" value="8"/>
<flagDependency flag="Melee" value="8"/>
<flagDependency flag="Breath" value="8"/>
<flagDependency flag="Alduin" value="4"/>
</dependencies>
<files>
<folder source="Health x8 - Meelee x8 - Breath x8 - AlduinApply x4" destination="" priority="0"/>
</files>
</pattern>
</patterns>
</conditionalFileInstalls>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment