fire_frog.xml

<monsters>
  <monster>
    <bones>bones_small</bones>
    <alignment>wildlife</alignment>
    <level>4</level>
    <behaviorPackage>fire_frog</behaviorPackage>
    <name>Fire Frog</name>
    <description>
      This frog is on fire.
    </description>
    <key>fire_frog</key>
    <tags>animal, elemental</tags>
    <zoomImage>fire_frog</zoomImage>
    <lootTable>fire_frog</lootTable>
    <lineofsight>8</lineofsight>
    <life>40</life>
    <speed>120</speed>
    <defaultAttackName>tongue</defaultAttackName>
    <monsterSoundPack>fire_frog</monsterSoundPack>
    <modifiers>
      <modifiers>
        <type>Protection</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.15</amount>
      </modifiers>
      <modifiers>
        <type>BurnResist</type>
        <amount>2.0</amount>
      </modifiers>
      <modifiers>
        <type>MinimumFireDamage</type>
        <amount>3.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumFireDamage</type>
        <amount>8.0</amount>
      </modifiers>
      <modifiers>
        <type>BurnChance</type>
        <amount>0.08</amount>
      </modifiers>
      <modifiers>
        <type>CritChance</type>
        <amount>0.0</amount>
      </modifiers>
      <modifiers>
        <type>IsFireImmune</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>FireResist</type>
        <amount>1.5</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>