mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-03 16:34:27 +02:00
59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Wyvern" nameDescription="a wyvern" race="blood" experience="515" speed="200" manacost="0">
|
|
<health now="795" max="795" />
|
|
<look type="239" corpse="6302" />
|
|
<targetchange interval="4000" chance="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="1" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag staticattack="90" />
|
|
<flag runonhealth="300" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" skill="50" attack="40" poison="480" />
|
|
<attack name="poisoncondition" interval="2000" chance="15" length="8" spread="3" min="-240" max="-240">
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
<attack name="drunk" interval="2000" chance="10" length="3" spread="2" duration="5000">
|
|
<attribute key="areaEffect" value="rednote" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="25" defense="25">
|
|
<defense name="healing" interval="2000" chance="15" min="45" max="65">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
<defense name="speed" interval="2000" chance="15" speedchange="300" duration="5000">
|
|
<attribute key="areaEffect" value="greenshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element energyPercent="20" />
|
|
<element icePercent="10" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
<immunity earth="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Shriiiek" yell="1" />
|
|
</voices>
|
|
<loot>
|
|
<item id="2148" countmax="90" chance="100000" /><!-- gold coin -->
|
|
<item id="2672" countmax="3" chance="60500" /><!-- dragon ham -->
|
|
<item id="2547" countmax="2" chance="3400" /><!-- power bolt -->
|
|
<item id="2146" chance="5000" /><!-- small sapphire -->
|
|
<item id="7588" chance="2500" /><!-- strong health potion -->
|
|
<item id="2187" chance="810" /><!-- wand of inferno -->
|
|
<item id="7408" chance="410" /><!-- wydern fang -->
|
|
<item id="2127" chance="540" /><!-- emerald bangle -->
|
|
<item id="10561" chance="12300" /><!-- wyvern talisman -->
|
|
</loot>
|
|
</monster>
|