fix 790 monsters loot and corpses. 100% finish only wyvern monster

This commit is contained in:
ErikasKontenis
2020-03-29 16:15:28 +03:00
parent 0092480d4f
commit 8652aee77f
64 changed files with 456 additions and 2996 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Wyvern" nameDescription="a wyvern" race="blood" experience="515" speed="200" manacost="0">
<monster name="Wyvern" nameDescription="a wyvern" race="blood" experience="515" speed="50" manacost="0">
<health now="795" max="795" />
<look type="239" corpse="6302" />
<targetchange interval="4000" chance="10" />
<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" />
@@ -13,12 +13,10 @@
<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">
<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">
@@ -29,14 +27,10 @@
<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">
<defense name="speed" interval="2000" chance="15" speedchange="85" duration="5000">
<attribute key="areaEffect" value="greenshimmer" />
</defense>
</defenses>
<elements>
<element energyPercent="20" />
<element icePercent="10" />
</elements>
<immunities>
<immunity invisible="1" />
<immunity earth="1" />
@@ -45,14 +39,11 @@
<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 -->
<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>
</monster>
</monster>