dune_flyer.xml

<monsters>
  <monster>
    <bones>bones_small</bones>
    <alignment>wildlife</alignment>
    <level>3</level>
    <traits>peaceful</traits>
    <behaviorPackage>dune_flyer</behaviorPackage>
    <name>Dune Flyer</name>
    <description>
      A delicate wisp of life, flitting effortlessly above the sun-scorched sands.
    </description>
    <key>dune_flyer</key>
    <tags>animal, insect, spider</tags>
    <zoomImage>dune_flyer</zoomImage>
    <lootTable>dune_flyer</lootTable>
    <lineofsight>6</lineofsight>
    <life>30</life>
    <speed>120</speed>
    <monsterSoundPack>insect_flyer</monsterSoundPack>
    <modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>28.0</amount>
      </modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.05</amount>
      </modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>8.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>12.0</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>80.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>120.0</amount>
      </modifiers>
      <modifiers>
        <type>CritChance</type>
        <amount>0.02</amount>
      </modifiers>
      <modifiers>
        <type>RetreatChance</type>
        <amount>0.25</amount>
      </modifiers>
      <modifiers>
        <type>IgnoreTraps</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>IsFlying</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>FireResist</type>
        <amount>0.25</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>