wild_roar.xml
<abilities>
<ability>
<name>Wild Roar</name>
<key>wild_roar</key>
<skill>dreadheart</skill>
<icon>wild_roar</icon>
<description>
Let out a howl terrifying nearby enemies.
[p]
Enemies within a 4-tile range are immobilized for up to 8 turns and gain a "Terror Mark."
[p]
When attacked, the "Terror Mark" is consumed, ending the immobilization, dealing 5 true damage,
healing you for 5 health and 5 energy, and reducing the cooldown of Wild Roar by 10.
</description>
<type>Immediate</type>
<abilitySoundPack>buff_03</abilitySoundPack>
<cost>25.0</cost>
<cooldown>60</cooldown>
<immediateInfo>
<xpGain>
<skill>dreadheart</skill>
<amount>5.0</amount>
<amountToDisplay>0.0</amountToDisplay>
</xpGain>
<abilityUseTime>
<type>standard</type>
</abilityUseTime>
<effects>
<effects>
ApplyStatusEffectAoe -> key:«LINK:terror_mark», target:self, size:4;
ApplyStatusEffect -> key:«LINK:terror_mark_consume», refresh:true, target:player;
THEN PlaySound -> key:overcome_the_odds;
</effects>
</effects>
</immediateInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>3</requiredPoints>
<requires>primal_fury</requires>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>