Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="hell guard" nameDescription="a hell guard" race="fire" experience="16661" speed="290" manacost="0">
  3. <health now="16200" max="16200"/>
  4. <look type="298" corpse="5884"/>
  5. <targetchange interval="1000" chance="20"/>
  6. <targetstrategies nearest="70" health="10" damage="10" random="10"/>
  7. <flags>
  8. <flag attackable="1"/>
  9. <flag hostile="1"/>
  10. <flag summonable="0"/>
  11. <flag convinceable="0"/>
  12. <flag illusionable="0"/>
  13. <flag pushable="0"/>
  14. <flag canpushitems="1"/>
  15. <flag canpushcreatures="1"/>
  16. <flag targetdistance="1"/>
  17. <flag staticattack="85"/>
  18. <flag runonhealth="0"/>
  19. </flags>
  20. <attacks>
  21. <attack name="melee" interval="2000" skill="170" attack="90"/>
  22. <attack name="manadrain" interval="2000" chance="13" range="7" min="-70" max="-630"/>
  23. <attack name="fire" interval="2000" chance="30" range="7" radius="5" target="1" min="-200" max="-500">
  24. <attribute key="shootEffect" value="fire"/>
  25. <attribute key="areaEffect" value="firearea"/>
  26. </attack>
  27. <attack name="firefield" interval="2000" chance="15" range="7" radius="1" target="1">
  28. <attribute key="shootEffect" value="fire"/>
  29. </attack>
  30. <attack name="fire" interval="2000" chance="10" length="12" spread="8" min="-550" max="-1200">
  31. <attribute key="areaEffect" value="firearea"/>
  32. </attack>
  33. </attacks>
  34. <defenses armor="45" defense="75">
  35. <defense name="healing" interval="2000" chance="15" min="390" max="790">
  36. <attribute key="areaEffect" value="redshimmer"/>
  37. </defense>
  38. </defenses>
  39. <summons maxSummons="1">
  40. <summon name="fire elemental" interval="2000" chance="9" max="1"/>
  41. </summons>
  42. <elements>
  43. <element firePercent="100"/>
  44. <element earthPercent="100"/>
  45. <element energyPercent="100"/>
  46. </elements>
  47. <immunities>
  48. <immunity paralyze="1"/>
  49. <immunity invisible="1"/>
  50. </immunities>
  51. <voices interval="2000" chance="5">
  52. <voice sentence="For THE RUTLLES SEVEN!" yell="1"/>
  53. <voice sentence="SMASH!!" yell="1"/>
  54. <voice sentence="Your resistance is futile!"/>
  55. <voice sentence="Your soul will be mine!" yell="1"/>
  56. </voices>
  57. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement