mole.xml

<monsters>
  <monster>
    <bones>bones_small</bones>
    <alignment>wildlife</alignment>
    <level>1</level>
    <traits>dodge</traits>
    <canSteal>false</canSteal>
    <behaviorPackage>mole</behaviorPackage>
    <name>Mole</name>
    <description>
      todo
    </description>
    <key>mole</key>
    <tags>animal</tags>
    <zoomImage>mole</zoomImage>
    <lootTable>mole</lootTable>
    <lineofsight>4</lineofsight>
    <life>12</life>
    <speed>100</speed>
    <defaultAttackName>claws</defaultAttackName>
    <monsterSoundPack>rat</monsterSoundPack>
    <modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>3.0</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>15.0</amount>
      </modifiers>
      <modifiers>
        <type>ArmorPen</type>
        <amount>0.5</amount>
      </modifiers>
      <modifiers>
        <type>BleedChance</type>
        <amount>0.02</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>