sprite.xml

<monsters>
  <monster>
    <alignment>eto</alignment>
    <haltPathing>false</haltPathing>
    <level>3</level>
    <traits>dodge, shroud</traits>
    <canSteal>false</canSteal>
    <name>Sprite</name>
    <description>
      Small, fairy-like creatures from another world. They are quick and elusive, and often invisible to the
      naked eye.
    </description>
    <key>sprite</key>
    <zoomImage>sprite</zoomImage>
    <lootTable>sprite</lootTable>
    <lineofsight>4</lineofsight>
    <life>28</life>
    <speed>120</speed>
    <behavior>
      <type>ghost</type>
      <canOpenDoors>false</canOpenDoors>
      <isNeutral>true</isNeutral>
      <params>
        <params type="stealth_range">4</params>
        <params type="wait">true</params>
        <params type="is_frightening">false</params>
      </params>
    </behavior>
    <monsterSoundPack>spider_old</monsterSoundPack>
    <modifiers>
      <modifiers>
        <type>IgnoreTraps</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>IsFlying</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>75.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>90.0</amount>
      </modifiers>
      <modifiers>
        <type>BleedResist</type>
        <amount>5.0</amount>
      </modifiers>
      <modifiers>
        <type>CrippleResist</type>
        <amount>5.0</amount>
      </modifiers>
      <modifiers>
        <type>PoisonResist</type>
        <amount>5.0</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>