mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-25 04:24:28 +02:00
53 lines
1.9 KiB
XML
53 lines
1.9 KiB
XML
<monster name="Wyvern" nameDescription="a wyvern" race="blood" experience="515" speed="50" manacost="0">
|
|
<health now="795" max="795" />
|
|
<look type="239" corpse="6301" />
|
|
<targetchange interval="1000" chance="10" />
|
|
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="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 runonhealth="300" />
|
|
</flags>
|
|
<attacks attack="40" skill="50" poison="480">
|
|
<attack name="poisoncondition" count="450" 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="85" duration="5000">
|
|
<attribute key="areaEffect" value="greenshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
<immunity earth="1" />
|
|
<immunity drunk="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Shriiiek" yell="1" />
|
|
</voices>
|
|
<loot>
|
|
<item id="3031" countmax="90" chance="1000" /><!-- gold coin -->
|
|
<item id="3583" countmax="3" chance="605" /><!-- dragon ham -->
|
|
<item id="3450" countmax="2" chance="34" /><!-- power bolt -->
|
|
<item id="3029" chance="50" /><!-- small sapphire -->
|
|
<item id="3071" chance="8" /><!-- wand of inferno -->
|
|
<item id="3010" chance="5" /><!-- emerald bangle -->
|
|
</loot>
|
|
<script>
|
|
<event name="KillingInTheNameOf" />
|
|
</script>
|
|
</monster> |