sword_finesse.xml
<abilities>
<ability>
<isSkillBonus>true</isSkillBonus>
<name>Sword Finesse</name>
<key>sword_finesse</key>
<skill>Swords</skill>
<icon>sword_finesse</icon>
<tagline>"Your training guides you higher. Your strength follows."</tagline>
<description>
For each level of Swords gain:
[p]+1% damage with swords.
[p]+1 sword mastery, enabling you to wield higher-level swords effectively.
[p]Your sword mastery: {{stat -> key:SwordsWeaponMastery, showDescription:false, showPlus:false}}
</description>
<type>passive</type>
<subType>0_Basic Passives</subType>
<passiveInfo>
<modifiers>
<modifiers>
<type>Damage</type>
<amount>0.01</amount>
<multiplier>swords</multiplier>
<requirements>
<requirements>
<type>Weapon</type>
<params>
<params type="weapon">Sword</params>
</params>
</requirements>
</requirements>
</modifiers>
<modifiers>
<type>SwordsWeaponMastery</type>
<amount>1.0</amount>
<multiplier>swords</multiplier>
</modifiers>
</modifiers>
</passiveInfo>
<unlockInfo>
<autoUnlock>0</autoUnlock>
<autoDiscover>-1</autoDiscover>
<unlockRequirements>
<requiredLevel>0</requiredLevel>
<requiredPoints>0</requiredPoints>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>