bloodleech.xml

<monsters>
  <monster>
    <alignment>blood</alignment>
    <startUnderground>true</startUnderground>
    <level>5</level>
    <canSteal>false</canSteal>
    <name>Bloodleech</name>
    <description>
      A vile creature from another world. Hungry for blood to build its nest.
    </description>
    <key>bloodleech</key>
    <tags>insect</tags>
    <lineofsight>8</lineofsight>
    <life>50</life>
    <speed>80</speed>
    <defaultAttackName>sucker</defaultAttackName>
    <behavior>
      <type>BloodLeech</type>
      <isNeutral>true</isNeutral>
    </behavior>
    <monsterSoundPack>bloodleech</monsterSoundPack>
    <renderModes>
      <renderModes key="default">blood_bloodleech</renderModes>
      <renderModes key="combat">blood_bloodleech_vicious</renderModes>
    </renderModes>
    <modifiers>
      <modifiers>
        <type>OnTurnHealthGain</type>
        <amount>0.5</amount>
      </modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.25</amount>
      </modifiers>
      <modifiers>
        <type>CritChance</type>
        <amount>0.0</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>100.0</amount>
      </modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>2.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>4.0</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>0.0</amount>
      </modifiers>
      <modifiers>
        <type>BleedChance</type>
        <amount>0.4</amount>
      </modifiers>
      <modifiers>
        <type>ArmorPen</type>
        <amount>0.95</amount>
      </modifiers>
      <modifiers>
        <type>BleedResist</type>
        <amount>2.0</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>