Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Gazer" nameDescription="a gazer" race="VENOM" experience="90" speed="240" manacost="0">
  3. <health now="120" max="120"/>
  4. <look type="109" head="20" body="30" legs="40" feet="50" corpse="6036"/>
  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="1"/>
  12. <flag convinceable="0"/>
  13. <flag pushable="0"/>
  14. <flag canpushitems="1"/>
  15. <flag canpushcreatures="0"/>
  16. <flag targetdistance="4"/>
  17. <flag staticattack="90"/>
  18. <flag runonhealth="0"/>
  19. </flags>
  20. <attacks>
  21. <attack name="melee" interval="2000" min="0" max="-15"/>
  22. <attack name="lifedrain" interval="2000" chance="12" range="7" min="-25" max="-35">
  23. <attribute key="areaEffect" value="redshimmer"/>
  24. </attack>
  25. <attack name="manadrain" interval="2000" chance="15" range="7" min="-10" max="-35">
  26. <attribute key="areaEffect" value="redshimmer"/>
  27. </attack>
  28. </attacks>
  29. <defenses armor="4" defense="15">
  30. <defense name="speed" interval="2000" chance="10" speedchange="320" duration="4000">
  31. <attribute key="areaEffect" value="redshimmer"/>
  32. </defense>
  33. </defenses>
  34. <immunities>
  35. <immunity physical="0"/>
  36. <immunity energy="0"/>
  37. <immunity fire="0"/>
  38. <immunity poison="1"/>
  39. <immunity lifedrain="1"/>
  40. <immunity paralyze="0"/>
  41. <immunity outfit="1"/>
  42. <immunity drunk="1"/>
  43. <immunity invisible="1"/>
  44. </immunities>
  45. <voices interval="5000" chance="10">
  46. <voice sentence="Mommy!?"/>
  47. <voice sentence="Buuuuhaaaahhaaaaa!"/>
  48. <voice sentence="Me need mana!"/>
  49. </voices>
  50. <loot>
  51. <item id="2148" countmax="10" chance1="30000" chancemax="0"/>
  52. </loot>
  53. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement