Guest User

Untitled

a guest
May 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Yielothax" nameDescription="Yielothax" race="fire" experience="10000" speed="380" manacost="0">
  3. <health now="60000" max="60000"/>
  4. <look type="12" head="19" body="104" legs="96" feet="96" corpse="6068"/>
  5. <targetchange interval="5000" chance="8"/>
  6. <strategy attack="100" defense="0"/>
  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 staticattack="85"/>
  18. <flag runonhealth="0"/>
  19. </flags>
  20. <attacks>
  21. <attack name="melee" interval="1000" skill="185" attack="175"/>
  22. <attack name="death" interval="1000" chance="71" length="8" spread="0" min="600" max="-600">
  23. <attribute key="areaEffect" value="mortarea"/>
  24. </attack>
  25. <attack name="death" interval="2000" chance="55" target="0" radius="4" min="-200" max="-700">
  26. <attribute key="areaEffect" value="icearea"/>
  27. </attack>
  28. <attack name="physical" interval="3000" chance="38" radius="5" target="1" min="-50" max="-255">
  29. <attribute key="areaEffect" value="groundshaker"/>
  30. </attack>
  31. <attack name="fire" interval="2000" chance="85" radius="6" target="1" min="-600" max="-600">
  32. <attribute key="areaEffect" value="firearea"/>
  33. <attribute key="shootEffect" value="fire"/>
  34. </attack>
  35. </attacks>
  36. <defenses armor="60" defense="55">
  37. <defense name="healing" interval="1000" chance="34" min="400" max="900">
  38. <attribute key="areaEffect" value="greenshimmer"/>
  39. </defense>
  40. <defense name="speed" interval="1000" chance="40" speedchange="500" duration="7000">
  41. <attribute key="areaEffect" value="blueshimmer"/>
  42. </defense>
  43. </defenses>
  44. <elements>
  45. <element energyPercent="5"/>
  46. <element icePercent="5"/>
  47. <element deathPercent="-50"/>
  48. <element firePercent="-25"/>
  49. </elements>
  50. <immunities>
  51. <immunity invisible="1"/>
  52. </immunities>
  53. <voices interval="5000" chance="10">
  54. <voice sentence="IIEEH!! Iiih iih ih iiih!!!" yell="1"/>
  55. <voice sentence="Bsssssssm Bssssssm Bsssssssssssm!" yell="1"/>
  56. </voices>
  57. <loot>
  58. <item id="2148" countmax="100" chance="100000"/><!-- gold coin -->
  59. <item id="2148" countmax="50" chance="100000"/><!-- gold coin -->
  60. <item id="2150" countmax="20" chance="5515"/><!-- small amethyst -->
  61. <item id="2520" chance="7000"/><!-- fire axe -->
  62. <item id="1987" chance="100000"><!-- bag -->
  63. <inside>
  64. <item id="2158" chance="4300"/><!-- blue gem -->
  65. <item id="2520" chance="7600"/><!-- demon shield -->
  66. <item id="2165" chance="10000"/><!-- stealth ring -->
  67. </inside>
  68. </item>
  69. </loot>
  70. </monster>
Add Comment
Please, Sign In to add comment