careful_tending.xml
<abilities>
<ability>
<name>Careful Tending</name>
<key>careful_tending</key>
<skill>medicine</skill>
<icon>careful_tending</icon>
<description>
20% chance not to consume bandage or splint on use. Increases by 1% for every level in medicine.
</description>
<type>passive</type>
<passiveInfo>
<modifiers>
<modifiers>
<type>MedicineBandageRecovery</type>
<amount>0.2</amount>
</modifiers>
<modifiers>
<type>MedicineBandageRecovery</type>
<amount>0.01</amount>
<multiplier>medicine</multiplier>
</modifiers>
<modifiers>
<type>MedicineSplintRecovery</type>
<amount>0.2</amount>
</modifiers>
<modifiers>
<type>MedicineSplintRecovery</type>
<amount>0.01</amount>
<multiplier>medicine</multiplier>
</modifiers>
</modifiers>
</passiveInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredPoints>1</requiredPoints>
<requires>apply_pressure OR cauterize_wound</requires>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>