unleash_fury.xml
<abilities>
<ability>
<name>Unleash Fury</name>
<key>unleash_fury</key>
<skill>bludgeons</skill>
<icon>unleash_fury</icon>
<tagline>Embrace the rage!</tagline>
<description>
Enter stance with ⮃8 turns duration⮃, gaining +20% damage, +5% stun and +5% critical hit
chance. Attack and movement speed is increased by 20.
[p]
Causing a stun extends the stance duration by 1 turn.
[p]
On exiting the stance, become exhausted for 8 turns. While exhausted, deal -20% damage,
attack and movement speed is decreased by 20.
</description>
<type>Stance</type>
<subType>2_Abilities</subType>
<abilitySoundPack>stance_default</abilitySoundPack>
<cost>40.0</cost>
<cooldown>6</cooldown>
<stanceInfo>
<turns>8</turns>
<postStanceStatusEffect>
<turns>8</turns>
<name>Exhausted</name>
<key>unleash_fury_exhausted_status</key>
<icon>status_exhausted</icon>
<color>b456e0</color>
<modifiers>
<modifiers>
<type>Damage</type>
<amount>-0.2</amount>
</modifiers>
<modifiers>
<type>AttackSpeedBonus</type>
<amount>-20.0</amount>
</modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>-20.0</amount>
</modifiers>
</modifiers>
</postStanceStatusEffect>
<extenders>
<extenders>
<type>OnStun</type>
<amount>1</amount>
</extenders>
</extenders>
<modifiers>
<modifiers>
<type>Damage</type>
<amount>0.2</amount>
</modifiers>
<modifiers>
<type>critChance</type>
<amount>0.05</amount>
</modifiers>
<modifiers>
<type>stunChance</type>
<amount>0.05</amount>
</modifiers>
<modifiers>
<type>AttackSpeedBonus</type>
<amount>20.0</amount>
</modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>20.0</amount>
</modifiers>
</modifiers>
<effects>
<effects>
THEN ShowAnimation -> key:unleash_fury;
</effects>
</effects>
</stanceInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>2</requiredPoints>
</unlockRequirements>
</unlockInfo>
<requirements>
<requirements>
<type>Weapon</type>
<params>
<params type="weapon">bludgeon</params>
</params>
</requirements>
</requirements>
</ability>
</abilities>