Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Frosty Grandmaster Zilchus" nameDescription="a Grandmaster Zilchus" race="undead" experience="2500000" speed="300" manacost="0">
  3. <health now="200000" max="200000"/>
  4. <look type="" corpse=""/>
  5. <targetchange interval="3000" chance="1"/>
  6. <targetstrategies nearest="100" health="0" damage="0" random="0"/>
  7. <strategy attack="100" defense="0"/>
  8. <flags>
  9. <flag summonable="0"/>
  10. <flag attackable="1"/>
  11. <flag hostile="1"/>
  12. <flag illusionable="0"/>
  13. <flag convinceable="0"/>
  14. <flag pushable="0"/>
  15. <flag canpushitems="1"/>
  16. <flag canpushcreatures="1"/>
  17. <flag targetdistance="1"/>
  18. <flag staticattack="85"/>
  19. <flag runonhealth="0"/>
  20. </flags>
  21. <attacks>
  22. <attack name="melee" interval="1000" min="50" max="-2000"/>
  23. <attack name="energy" interval="1500" chance="10" radius="3" target="0" min="-200" max="-700">
  24. <attribute key="areaEffect" value="bluebubble"/>
  25. </attack>
  26. <attack name="energy" interval="5000" chance="10" length="8" spread="0" min="-1000" max="-2020">
  27. <attribute key="areaEffect" value="teleport"/>
  28. </attack>
  29. <attack name="lifedrain" interval="2000" chance="15" length="2" spread="6" min="-700" max="-1700">
  30. <attribute key="areaEffect" value="poff"/>
  31. </attack>
  32. <attack name="energy" interval="120000" chance="100" radius="10" target="0" min="-2000" max="2200">
  33. <attribute key="areaEffect" value="bluenote"/>
  34. </attack>
  35. </attacks>
  36. <defenses armor="75" defense="75">
  37. <defense name="healing" interval="60000" chance="100" min="10000" max="50000">
  38. <attribute key="areaEffect" value="redspark"/>
  39. </defense>
  40. <defense name="speed" interval="2000" chance="15" speedchange="450" duration="6000">
  41. <attribute key="areaEffect" value="blueshimmer"/>
  42. </defense>
  43. </defenses>
  44. <elements>
  45. <element firePercent="100"/>
  46. <element earthPercent="100"/>
  47. <element energyPercent="100"/>
  48. </elements>
  49. <immunities>
  50. <immunity paralyze="1"/>
  51. <immunity invisible="1"/>
  52. </immunities>
  53. <voices interval="2500" chance="15">
  54. <voice sentence="I'm immortal!" yell="1"/>
  55. <voice sentence="For the power of the frosty legion!" yell="1"/>
  56. <voice sentence="How dare you!" yell="1"/>
  57. <voice sentence="For the legion, for the frosty king!" yell="1"/>
  58. </voices>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement