cave_spider.xml

<monsters>
  <monster>
    <bones>bones_small</bones>
    <alignment>wildlife</alignment>
    <level>2</level>
    <canSteal>false</canSteal>
    <name>Cave Spider</name>
    <description>
      Unlike other spiders, the Cave Spider will not attack unless provoked.
    </description>
    <key>cave_spider</key>
    <tags>animal, insect, spider</tags>
    <zoomImage>cave_spider</zoomImage>
    <lootTable>poison_spider</lootTable>
    <lineofsight>6</lineofsight>
    <life>24</life>
    <speed>80</speed>
    <defaultAttackName>fangs</defaultAttackName>
    <behavior>
      <type>curious</type>
      <isNeutral>true</isNeutral>
    </behavior>
    <modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>4.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>8.0</amount>
      </modifiers>
      <modifiers>
        <type>PoisonChance</type>
        <amount>0.15</amount>
      </modifiers>
      <modifiers>
        <type>ArmorPen</type>
        <amount>0.4</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>