Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Medusa" nameDescription="a medusa" race="blood" experience="4050" speed="280" manacost="0">
  3. <health now="4500" max="4500"/>
  4. <look type="330" corpse="10524"/>
  5. <targetchange interval="4000" chance="20"/>
  6. <flags>
  7. <flag summonable="0"/>
  8. <flag attackable="1"/>
  9. <flag hostile="1"/>
  10. <flag illusionable="0"/>
  11. <flag convinceable="0"/>
  12. <flag pushable="0"/>
  13. <flag canpushitems="1"/>
  14. <flag canpushcreatures="1"/>
  15. <flag targetdistance="1"/>
  16. <flag staticattack="80"/>
  17. <flag runonhealth="600"/>
  18. </flags>
  19. <attacks>
  20. <attack name="melee" interval="2000" min="0" max="450" poison="440"/>
  21. <attack name="lifedrain" interval="2000" chance="20" count="5" range="7" target="1" min="-21" max="-350">
  22. <attribute key="shootEffect" value="earth"/>
  23. <attribute key="areaEffect" value="carniphila"/>
  24. </attack>
  25. <attack name="earth" interval="2000" chance="15" length="8" spread="3" min="-250" max="-500">
  26. <attribute key="areaEffect" value="carniphila"/>
  27. </attack>
  28. <attack name="speed" interval="4000" chance="20" radius="7" target="1" speedchange="-400">
  29. <attribute key="areaEffect" value="poff"/>
  30. </attack>
  31. <attack name="outfit" interval="2000" chance="1" target="1" range="7" monster="clay guardian" duration="3000"/>
  32. </attacks>
  33. <defenses armor="30" defense="30">
  34. <defense name="healing" interval="2000" chance="25" min="150" max="300">
  35. <attribute key="areaEffect" value="blueshimmer"/>
  36. </defense>
  37. </defenses>
  38. <elements>
  39. <element icePercent="20"/>
  40. <element firePercent="-5"/>
  41. <element energyPercent="-10"/>
  42. </elements>
  43. <immunities>
  44. <immunity earth="1"/>
  45. <immunity paralyze="1"/>
  46. <immunity invisible="1"/>
  47. <immunity lifedrain="1"/>
  48. <immunity drown="1"/>
  49. </immunities>
  50. <voices interval="5000" chance="10">
  51. <voice sentence="You will make ssuch a fine ssstatue!"/>
  52. <voice sentence="There isss no chhhanccce of esscape"/>
  53. <voice sentence="Jusssst look at me!"/>
  54. <voice sentence="Are you tired or why are you moving thhat sslow<chuckle>"/>
  55. </voices>
  56. <loot>
  57. <item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
  58. <item id="2148" countmax="90" chance="50000" /><!-- gold coin -->
  59. <item id="2152" countmax="6" chance="74810" /><!-- platinum coin -->
  60. <item id="2149" countmax="4" chance="3770" /><!-- small emerald -->
  61. <item id="7887" chance="4060" /><!-- terra amulet -->
  62. <item id="8473" countmax="2" chance="9290" /><!-- ultimate health potion -->
  63. <item id="2536" chance="3040" /><!-- medusa shield -->
  64. <item id="7590" countmax="2" chance="10000" /><!-- great mana potion -->
  65. <item id="11226" chance="9900" /><!-- strand of medusa hair -->
  66. <item id="7885" chance="420" /><!-- terra legs -->
  67. <item id="7413" chance="1160" /><!-- titan axe -->
  68. <item id="7884" chance="870" /><!-- terra mantle -->
  69. <item id="10219" chance="850" /><!-- sacred tree amulet -->
  70. <item id="2476" chance="1840" /><!-- knight armor -->
  71. <item id="9810" chance="500" /><!-- rusty armor -->
  72. </loot>
  73. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement