guarded_wait.xml
<abilities>
<ability>
<name>Guarded Wait</name>
<key>guarded_wait</key>
<skill>warrapt</skill>
<icon>guarded_wait</icon>
<tagline>"You first."</tagline>
<description>
When you use the 'Wait a Turn' action, gain ⮃+15%⮃ physical resist for two turns.
</description>
<type>passive</type>
<subType>3_art_of_defence</subType>
<passiveInfo>
<triggers>
<triggers>
KEY guarded_wait_1;
WHEN PlayerRests;
THEN ApplyStatusEffect -> key:«LINK:guarded_wait_1», refresh:true;
</triggers>
</triggers>
</passiveInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>1</requiredPoints>
<requires>battle_hardened</requires>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>