rapid_recovery.xml
<abilities>
<ability>
<name>Rapid Recovery</name>
<key>rapid_recovery</key>
<skill>survival</skill>
<icon>rapid_recovery</icon>
<tagline>"The body knows how to heal itself... given the chance."</tagline>
<description>
Bleed and Poison wounds have 50% increased chance to heal naturally.
</description>
<type>passive</type>
<passiveInfo>
<modifiers>
<modifiers>
<type>PoisonNaturalHealing</type>
<amount>0.5</amount>
</modifiers>
<modifiers>
<type>BleedNaturalHealing</type>
<amount>0.5</amount>
</modifiers>
</modifiers>
</passiveInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredLevel>0</requiredLevel>
<requiredPoints>1</requiredPoints>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>