mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-01 15:34:29 +02:00
75 lines
2.9 KiB
XML
75 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Destroyer" nameDescription="a destroyer" race="undead" experience="2500" speed="270" manacost="0">
|
|
<health now="3700" max="3700" />
|
|
<look type="236" corpse="6320" />
|
|
<targetchange interval="4000" chance="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag staticattack="70" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" skill="90" attack="100" />
|
|
<attack name="physical" interval="2000" chance="15" range="7" min="0" max="-200">
|
|
<attribute key="shootEffect" value="largerock" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="30" defense="30">
|
|
<defense name="speed" interval="2000" chance="15" speedchange="420" duration="5000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element physicalPercent="25" />
|
|
<element deathPercent="20" />
|
|
<element firePercent="30" />
|
|
<element earthPercent="20" />
|
|
<element holyPercent="-3" />
|
|
<element icePercent="-15" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity energy="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="COME HERE AND DIE!" />
|
|
<voice sentence="Destructiooooon!" />
|
|
<voice sentence="It's a good day to destroy!" />
|
|
</voices>
|
|
<loot>
|
|
<item id="2148" countmax="100" chance="60000" /><!-- gold coin -->
|
|
<item id="2148" countmax="100" chance="40000" /><!-- gold coin -->
|
|
<item id="2148" countmax="100" chance="40000" /><!-- gold coin -->
|
|
<item id="2148" countmax="41" chance="60000" /><!-- gold coin -->
|
|
<item id="2666" countmax="6" chance="50000" /><!-- meat -->
|
|
<item id="6500" chance="20000" /><!-- demonic essence -->
|
|
<item id="2416" chance="14285" /><!-- crowbar -->
|
|
<item id="2546" countmax="12" chance="12500" /><!-- burst arrow -->
|
|
<item id="2489" chance="10000" /><!-- dark armor -->
|
|
<item id="2150" countmax="2" chance="7692" /><!-- small amethyst -->
|
|
<item id="11215" chance="7142" /><!-- metal spike -->
|
|
<item id="5944" chance="6666" /><!-- soul orb-->
|
|
<item id="2553" chance="6250" /><!-- pick -->
|
|
<item id="2463" chance="4347" /><!-- plate armor -->
|
|
<item id="2152" countmax="3" chance="4166" /><!-- platinum coin -->
|
|
<item id="2393" chance="1694" /><!-- giant sword -->
|
|
<item id="7591" chance="1136" /><!-- greath health potion -->
|
|
<item id="2645" chance="992" /><!-- steel boots -->
|
|
<item id="7427" chance="869" /><!-- chaos mace -->
|
|
<item id="7419" chance="833" /><!-- dreaded cleaver -->
|
|
<item id="2125" chance="578" /><!-- crystal necklace -->
|
|
<item id="2178" chance="564" /><!-- mind stone -->
|
|
<item id="6300" chance="144" /><!-- death ring -->
|
|
<item id="5741" chance="108" /><!-- skull helmet -->
|
|
</loot>
|
|
</monster>
|