Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Deathslicer" nameDescription="a deathslicer" race="undead" experience="400" speed="0" manacost="0">
  3. <health now="7000" max="7000"/>
  4. <look type="102" corpse="2253"/>
  5. <targetchange interval="5000" chance="8"/>
  6. <strategy attack="100" defense="0"/>
  7. <flags>
  8. <flag summonable="0"/>
  9. <flag attackable="1"/>
  10. <flag hostile="1"/>
  11. <flag illusionable="0"/>
  12. <flag convinceable="0"/>
  13. <flag pushable="0"/>
  14. <flag canpushitems="0"/>
  15. <flag canpushcreatures="0"/>
  16. <flag targetdistance="1"/>
  17. <flag staticattack="100"/>
  18. <flag runonhealth="0"/>
  19. </flags>
  20. <attacks>
  21. <attack name="melee" interval="2000" min="-0" max="-500"/>
  22. <attack name="energy" interval="2000" chance="25" radius="3" target="0" min="-200" max="-400">
  23. <attribute key="areaEffect" value="energyarea"/>
  24. </attack>
  25. </attacks>
  26. <defenses armor="25" defense="35"/>
  27. <immunities>
  28. <immunity earth="1"/>
  29. <immunity ice="1"/>
  30. <immunity lifedrain="1"/>
  31. <immunity paralyze="1"/>
  32. <immunity outfit="1"/>
  33. <immunity drunk="1"/>
  34. <immunity invisible="1"/>
  35. </immunities>
  36. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement