bee.xml

<monsters>
  <monster>
    <bones>bones_small</bones>
    <alignment>wildlife</alignment>
    <level>4</level>
    <canSteal>false</canSteal>
    <behaviorPackage>bee</behaviorPackage>
    <name>Bee</name>
    <description>
      Their special attack makes them dangerous in numbers.
    </description>
    <key>bee</key>
    <tags>animal, insect</tags>
    <zoomImage>bee</zoomImage>
    <lootTable>bee</lootTable>
    <lineofsight>6</lineofsight>
    <life>35</life>
    <speed>120</speed>
    <defaultAttackName>stinger</defaultAttackName>
    <abilities>bee_sting</abilities>
    <monsterSoundPack>bee</monsterSoundPack>
    <modifiers>
      <modifiers>
        <type>BeeDamage</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>110.0</amount>
      </modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.08</amount>
      </modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>4.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>8.0</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>20.0</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>75.0</amount>
      </modifiers>
      <modifiers>
        <type>CritChance</type>
        <amount>0.05</amount>
      </modifiers>
      <modifiers>
        <type>IgnoreTraps</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>IsFlying</type>
        <amount>1.0</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>