Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Frosty Horseman" nameDescription="a frosty horseman" race="undead" experience="6900" speed="200" manacost="0">
  3. <health now="5800" max="5800"/>
  4. <look type="423" corpse="2945"/>
  5. <targetchange interval="1000" chance="10"/>
  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="-370"/>
  23. <attack name="outfit" interval="2000" chance="5" range="6" item="5922" duration="5000">
  24. <attribute key="areaEffect" value="blueshimmer"/>
  25. </attack>
  26. <attack name="energy" interval="1500" chance="40" radius="3" target="0" min="-200" max="-400">
  27. <attribute key="areaEffect" value="bluebubble"/>
  28. </attack>
  29. <attack name="energy" interval="5000" chance="10" length="8" spread="0" min="-350" max="-920">
  30. <attribute key="areaEffect" value="teleport"/>
  31. </attack>
  32. <attack name="lifedrain" interval="2000" chance="15" length="7" spread="4" min="0" max="-300">
  33. <attribute key="areaEffect" value="poff"/>
  34. </attack>
  35. <attack name="energy" interval="2000" chance="10" radius="4" target="0" min="-100" max="-300">
  36. <attribute key="areaEffect" value="bluenote"/>
  37. </attack>
  38. </attacks>
  39. <defenses armor="45" defense="45">
  40. <defense name="healing" interval="2000" chance="15" min="130" max="205">
  41. <attribute key="areaEffect" value="redspark"/>
  42. </defense>
  43. <defense name="speed" interval="2000" chance="45" speedchange="450" duration="3000">
  44. <attribute key="areaEffect" value="blueshimmer"/>
  45. </defense>
  46. </defenses>
  47. <elements>
  48. <element earthPercent="100"/>
  49. <element energyPercent="100"/>
  50. </elements>
  51. <immunities>
  52. <immunity paralyze="1"/>
  53. <immunity invisible="1"/>
  54. </immunities>
  55. <voices interval="1000" chance="30">
  56. <voice sentence="Chargeeee!" yell="1"/>
  57. <voice sentence="Challenge me!" yell="1"/>
  58. <voice sentence="Duel!" yell="1"/>
  59. </voices>
  60. <loot>
  61. <item id="2148" countmax="63" chance="100000"/><!-- gold coin -->
  62. <item id="2148" countmax="100" chance="50000"/><!-- gold coin -->
  63. <item id="2146" chance="5500" countmax="5"/><!-- small sapphire -->
  64. <item id="2214" countmax="1" chance="3000"/><!-- ring of healing -->
  65. <item id="2164" chance="3000"/><!-- might ring -->
  66. <item id="2445" chance="2000"/><!-- crystal mace -->
  67. <item id="2396" chance="5000" /><!-- ice rapier -->
  68. <item id="5645" chance="500" /><!-- crystal of balance -->
  69. <item id="1987" chance="100000"><!-- bag -->
  70. <inside>
  71. <item id="2656" chance="2000"/><!-- blue robe -->
  72. <item id="5578" chance="2000"/><!-- blue legs -->
  73. <item id="5616" chance="800"/><!-- enchanted blade -->
  74. <item id="5669" chance="400"/><!-- runic robe -->
  75. <item id="5615" chance="2000"/><!-- icicle legs -->
  76. <item id="" chance="1"/><!-- grandmaster's legs -->
  77. <item id="" chance="250"/><!-- icy rainbow shield -->
  78. <item id="5591" chance="50"/><!-- prismatic helmet -->
  79. <item id="2645" chance="700"/><!-- steel boots -->
  80. </inside>
  81. </item>
  82. </loot>
  83. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement