poised_strike.xml
<abilities>
<ability>
<name>Poised Strike</name>
<key>poised_strike</key>
<skill>athletics</skill>
<icon>poised_strike</icon>
<tagline>"Time bends for those who do not chase it. Wait, and watch them fall."</tagline>
<description>
When you use the 'Wait a Turn' action, gain ⮃+8 dodge⮃ for two turns and ⮃+5% crit chance⮃ on your next turn.
</description>
<type>passive</type>
<passiveInfo>
<triggers>
<triggers>
KEY poised_strike_1;
WHEN PlayerRests;
THEN ApplyStatusEffect -> key:«LINK:poised_strike_status», refresh:true;
</triggers>
</triggers>
</passiveInfo>
<unlockInfo>
<autoUnlock>-1</autoUnlock>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>1</requiredPoints>
<requires>awakening_the_body</requires>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>