unarmed_training.xml

<abilities>
  <ability>
    <isSkillBonus>true</isSkillBonus>
    <name>Unarmed Training</name>
    <key>unarmed_training</key>
    <skill>Unarmed</skill>
    <icon>unarmed_1</icon>
    <tagline>"Your force may be untapped, but its power is ever evolving."</tagline>
    <description>
      Each unarmed level grants:
      [p]+1% damage with unarmed attacks.
      [p]+1 unarmed mastery, enabling you to wield higher-level fist weapons effectively.
      [p]Your unarmed mastery: {{stat -> key:UnarmedWeaponMastery, showDescription:false, showPlus:false}}
    </description>
    <type>passive</type>
    <subType>0_Passives</subType>
    <passiveInfo>
      <modifiers>
        <modifiers>
          <type>Damage</type>
          <amount>0.01</amount>
          <multiplier>unarmed</multiplier>
          <requirements>
            <requirements>
              <type>Weapon</type>
              <params>
                <params type="weapon">Unarmed</params>
              </params>
            </requirements>
          </requirements>
        </modifiers>
        <modifiers>
          <type>UnarmedWeaponMastery</type>
          <amount>1.0</amount>
          <multiplier>unarmed</multiplier>
        </modifiers>
      </modifiers>
    </passiveInfo>
    <unlockInfo>
      <autoUnlock>0</autoUnlock>
    </unlockInfo>
  </ability>
</abilities>