follow_through.xml
<abilities>
<ability>
<name>Follow Through</name>
<key>follow_through</key>
<skill>Flails</skill>
<icon>flails_22</icon>
<tagline>"Create a path for yourself, and take it."</tagline>
<description>
Gain +40 movement speed for 1 turn whenever you knockback an opponent.
</description>
<type>Passive</type>
<subType>1_Unique Passives</subType>
<passiveInfo>
<triggers>
<triggers>
KEY follow_through_trigger;
WHEN PlayerAttacks -> requiresKnockback:true;
THEN ApplyStatusEffect -> key:«LINK:follow_through», target:player;
</triggers>
</triggers>
</passiveInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredLevel>8</requiredLevel>
<requiredPoints>4</requiredPoints>
</unlockRequirements>
</unlockInfo>
<requirements>
<requirements>
<type>Weapon</type>
<params>
<params type="weapon">Flail</params>
</params>
</requirements>
</requirements>
<statusEffects>
<statusEffects>
<turns>1</turns>
<name>Follow Through</name>
<key>follow_through</key>
<icon>flails_22</icon>
<skipFirstTurn>true</skipFirstTurn>
<modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>40.0</amount>
</modifiers>
</modifiers>
</statusEffects>
</statusEffects>
</ability>
</abilities>