Spell: QuicksilverPotion_Ability does not work appropriately.
<SpellDef InternalName="QuicksilverPotion_Ability">
...
<GameModifier>
<ModType>Unit</ModType>
<Attribute>AdjustUnitStat</Attribute>
<StrVal>UnitStat_CombatSpeed</StrVal>
<ApplyToCaster>1</ApplyToCaster>
<Duration>3</Duration>
<PerTurn>3</PerTurn>
<UpdateDurationAtTurnStart>1</UpdateDurationAtTurnStart>
<Value>100</Value>
</GameModifier>
...
</SpellDef>
Should be changed to:
<SpellDef InternalName="QuicksilverPotion_Ability">
...
<GameModifier>
<ModType>Unit</ModType>
<Attribute>AdjustUnitStat</Attribute>
<StrVal>UnitStat_CombatSpeed</StrVal>
<Duration>3</Duration>
<UpdateDurationAtTurnStart>1</UpdateDurationAtTurnStart>
<Value>100</Value>
</GameModifier>
...
</SpellDef>
_________________________
LH Mods by Primal
XtraDeconstruct
XtraDeconstruct Canons