sprint.xml
<abilities>
<ability>
<name>Sprint</name>
<key>sprint</key>
<skill>athletics</skill>
<icon>sprint</icon>
<tagline>"The wolves never caught him. When they ran, he ran faster."</tagline>
<description>
Increase movement speed by 20, plus an additional 1 movement speed for each level in athletics.
</description>
<type>toggle</type>
<cooldown>2</cooldown>
<toggleInfo>
<xpGain>
<skill>athletics</skill>
<displayAmount>{xp} xp on movement</displayAmount>
<amount>0.0</amount>
<amountToDisplay>0.13</amountToDisplay>
</xpGain>
<modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>20.0</amount>
</modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>1.0</amount>
<multiplier>Athletics</multiplier>
</modifiers>
<modifiers>
<type>MovementCost</type>
<amount>12.0</amount>
</modifiers>
</modifiers>
<triggers>
<triggers>
KEY sprint_xp_gain;
WHEN PlayerMoved;
THEN RewardExperience -> skill:athletics, xp:0.13, reason:Sprint;
</triggers>
</triggers>
</toggleInfo>
<unlockInfo>
<autoUnlock>-1</autoUnlock>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>2</requiredPoints>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>