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,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Plaguesmith" nameDescription="a plaguesmith" race="venom" experience="4500" speed="240" manacost="0">
<health now="8250" max="8250" />
<look type="247" corpse="6516" />
<look type="247" corpse="6515" />
<targetchange interval="4000" chance="10" />
<flags>
<flag summonable="0" />
@@ -55,34 +54,30 @@
<voice sentence="Cough Cough" />
</voices>
<loot>
<item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
<item id="2148" countmax="100" chance="40000" /><!-- gold coin -->
<item id="2148" countmax="65" chance="50000" /><!-- gold coin -->
<item id="2237" chance="60000" /><!-- dirty cape -->
<item id="2235" chance="50000" /><!-- moldy cheese -->
<item id="2394" chance="29000" /><!-- morning star-->
<item id="2377" chance="20000" /><!-- two handed sword -->
<item id="2509" chance="20000" /><!-- steel shield -->
<item id="2225" chance="20000" /><!-- piece of iron -->
<item id="2417" chance="20000" /><!-- battle hammer -->
<item id="5944" chance="11111" /><!-- soul orb -->
<item id="7591" chance="10000" /><!-- great health potion -->
<item id="6500" chance="9033" /><!-- demonic essence -->
<item id="7365" countmax="4" chance="7692" /><!-- onyx arrow -->
<item id="9810" chance="540" /><!-- rusty armor-->
<item id="2152" countmax="2" chance="7142" /><!-- platinum coin -->
<item id="2477" chance="6250" /><!-- knight legs -->
<item id="2150" countmax="3" chance="5000" /><!-- small amethyst -->
<item id="2209" chance="4761" /><!-- club ring -->
<item id="2208" chance="4347" /><!-- axe ring -->
<item id="2391" chance="2127" /><!-- war hammer -->
<item id="2134" chance="2000" /><!-- silver brooch -->
<item id="5887" chance="1234" /><!-- piece of royal steel -->
<item id="2645" chance="1123" /><!-- steel boots -->
<item id="5889" chance="1030" /><!-- piece of dragonian steel -->
<item id="5888" chance="1010" /><!-- piece of hell steel -->
<item id="2444" chance="952" /><!-- hammer of wrath -->
<item id="2127" chance="341" /><!-- emerald bangle -->
<item id="3957" chance="100" /><!-- war horn -->
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
<item id="3031" countmax="100" chance="400" /><!-- gold coin -->
<item id="3031" countmax="65" chance="500" /><!-- gold coin -->
<item id="3122" chance="600" /><!-- dirty cape -->
<item id="3120" chance="500" /><!-- moldy cheese -->
<item id="3282" chance="290" /><!-- morning star-->
<item id="3265" chance="200" /><!-- two handed sword -->
<item id="3409" chance="200" /><!-- steel shield -->
<item id="3110" chance="200" /><!-- piece of iron -->
<item id="3305" chance="200" /><!-- battle hammer -->
<item id="5944" chance="111" /><!-- soul orb -->
<item id="3035" countmax="2" chance="71" /><!-- platinum coin -->
<item id="3371" chance="62" /><!-- knight legs -->
<item id="3033" countmax="3" chance="50" /><!-- small amethyst -->
<item id="3093" chance="47" /><!-- club ring -->
<item id="3092" chance="43" /><!-- axe ring -->
<item id="3279" chance="21" /><!-- war hammer -->
<item id="3017" chance="20" /><!-- silver brooch -->
<item id="5887" chance="12" /><!-- piece of royal steel -->
<item id="3554" chance="11" /><!-- steel boots -->
<item id="5889" chance="10" /><!-- piece of dragonian steel -->
<item id="5888" chance="10" /><!-- piece of hell steel -->
<item id="3332" chance="9" /><!-- hammer of wrath -->
<item id="3010" chance="3" /><!-- emerald bangle -->
<item id="3103" chance="100" /><!-- war horn -->
</loot>
</monster>
</monster>