Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Rexor" nameDescription="Rexor" race="blood" experience="0" speed="2000" manacost="0">
  3. <health now="70000000000" max="70000000000"/>
  4. <look type="10" corpse="9962"/>
  5. <targetchange interval="2000" chance="50"/>
  6. <strategy attack="70" defense="10"/>
  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="1"/>
  15. <flag canpushcreatures="1"/>
  16. <flag targetdistance="1"/>
  17. <flag runonhealth="0"/>
  18. </flags>
  19. <attacks>
  20. <attack name="melee" interval="500" skill="1900" attack="210000"/>
  21. <attack name="manadrain" interval="400" chance="6" radius="5" target="0" min="-1500000" max="-3500000">
  22. <attribute key="areaEffect" value="poison"/>
  23. </attack>
  24. <attack name="physical" interval="100" chance="54" range="7" radius="7" target="1" min="-300000" max="-6500000">
  25. <attribute key="areaEffect" value="blackspark"/>
  26. </attack>
  27. <attack name="energy" interval="400" chance="34" range="7" radius="7" target="1" min="-200000" max="-6500000">
  28. <attribute key="shootEffect" value="energy"/>
  29. <attribute key="areaEffect" value="yellowenergy"/>
  30. </attack>
  31. <attack name="earth" interval="400" chance="65" length="8" spread="0" min="-1000000" max="-13000000">
  32. <attribute key="areaEffect" value="smallplants"/>
  33. </attack>
  34. </attacks>
  35. <defenses armor="90" defense="111">
  36. <defense name="healing" interval="2500" chance="89" min="1000000" max="2500000">
  37. <attribute key="areaEffect" value="blueshimmer"/>
  38. </defense>
  39. <defense name="speed" interval="1000" chance="5" speedchange="1901" duration="7000">
  40. <attribute key="areaEffect" value="redshimmer"/>
  41. </defense>
  42. </defenses>
  43.  
  44. <elements>
  45. <element icePercent="96"/>
  46. <element firePercent="96"/>
  47. <element holyPercent="96"/>
  48. <element deathPercent="96"/>
  49. <element physicalPercent="96"/>
  50. </elements>
  51.  
  52. <immunities>
  53. <immunity lifedrain="1"/>
  54. <immunity paralyze="1"/>
  55. <immunity invisible="1"/>
  56. </immunities>
  57. <voices interval="1000" chance="50">
  58. <voice sentence="UPIERDOLE CIE!" yell="1"/>
  59. </voices>
  60. <loot>
  61. <item id="3954" chance="50000"/>
  62. </loot>
  63. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement