Advertisement
Guest User

Untitled

a guest
Aug 4th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Srezz Yellow Eyes" nameDescription="a srezz yellow eyes" race="venom" experience="4800" speed="240" manacost="0">
  3.     <health now="12000" max="12000" />
  4.     <look type="220" corpse="6061" />
  5.     <targetchange interval="2000" chance="10" />
  6.     <flags>
  7.  
  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="90" />
  18.         <flag runonhealth="0" />
  19.     </flags>
  20.     <attacks>
  21.         <attack name="melee" interval="2000" min="400" max="-900" />
  22.         <attack name="earth" interval="2000" chance="35" length="8" spread="3" max="-900">
  23.             <attribute key="areaEffect" value="poison" />
  24.         </attack>
  25.         <attack name="manadrain" interval="2000" chance="20" target="0" length="8" spread="0" max="-2000">
  26.             <attribute key="areaEffect" value="rednote" />
  27.         </attack>
  28.         <attack name="poisoncondition" interval="2000" chance="30" radius="6" target="0" min="-180" max="-640">
  29.             <attribute key="areaEffect" value="poison" />
  30.         </attack>
  31.     </attacks>
  32.     <defenses armor="45" defense="30">
  33.         <defense name="healing" interval="2000" chance="25" min="150" max="450">
  34.             <attribute key="areaEffect" value="blueshimmer" />
  35.         </defense>
  36.     </defenses>
  37.     <elements>
  38.         <element icePercent="20" />
  39.         <element firePercent="-10" />
  40.         <element energyPercent="-10" />
  41.     </elements>
  42.     <immunities>
  43.         <immunity paralyze="1" />
  44.         <immunity invisible="1" />
  45.         <immunity earth="1" />
  46.     </immunities>
  47.     <voices interval="2000" chance="10">
  48.         <voice sentence="POWER! I SEED MORE POWER!" yell="1" />
  49.     </voices>
  50.     <loot>
  51.         <item name="platinum coin" countmax="9" chance="100000" />
  52.         <item name="snake skin" countmax="2" chance="7000" />
  53.         <item name="winged tail" chance="4500" />
  54.         <item name="mastermind potion" chance="5000" />
  55.         <item name="ultimate health potion" countmax="3" chance="9500" />  
  56.         <item name="violet gem" chance="4500" />
  57.         <item name="black pearl" chance="5200" />
  58.        
  59.         <item name="blue crystal shard" chance="4000" />
  60.         <item name="blue gem" chance="4500" />
  61.         <item name="green gem" chance="4500" />
  62.         <item name="violet gem" chance="4500" />
  63.        
  64.         <item name="giant shimmering pearl" chance="4000" />
  65.         <item name="glacier robe" chance="2500" />
  66.         <item name="glacier kilt" chance="2300" />
  67.         <item name="red silk flower" chance="855" />
  68.         <item name="ring of green plasma" chance="1700" />
  69.         <item name="srezz' eye" chance="1900" />
  70.    
  71.         <item name="skull helmet" chance="760" />
  72.         <item name="war axe" chance="1400" />
  73.  
  74.     </loot>
  75. </monster>
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement