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="Nomad" nameDescription="a nomad" race="blood" experience="60" speed="205" manacost="420">
<health now="160" max="160" />
<look type="146" head="114" body="20" legs="22" feet="2" addons="2" corpse="20462" />
<look type="146" head="114" body="20" legs="22" feet="2" addons="2" corpse="6080" />
<targetchange interval="4000" chance="10" />
<flags>
<flag summonable="1" />
@@ -37,15 +36,15 @@
<voice sentence="Your riches will be mine!" />
</voices>
<loot>
<item id="2148" countmax="40" chance="56000" /> <!-- gold coin -->
<item id="12448" chance="6420" /> <!-- rope belt -->
<item id="8838" countmax="3" chance="4840" /> <!-- potato -->
<item id="2386" chance="2730" /> <!-- axe -->
<item id="2465" chance="2350" /> <!-- brass armor -->
<item id="2398" chance="2150" /> <!-- mace -->
<item id="12412" chance="2140" /> <!-- dirty turban -->
<item id="2509" chance="900" /> <!-- steel shield -->
<item id="2459" chance="660" /> <!-- iron helmet -->
<item id="8267" chance="210" /> <!-- nomad parchment -->
<item id="3031" countmax="40" chance="560" /> <!-- gold coin -->
<!-- rope belt -->
<!-- potato -->
<item id="3274" chance="27" /> <!-- axe -->
<item id="3359" chance="23" /> <!-- brass armor -->
<item id="3286" chance="21" /> <!-- mace -->
<!-- dirty turban -->
<item id="3409" chance="9" /> <!-- steel shield -->
<item id="3353" chance="6" /> <!-- iron helmet -->
<!-- nomad parchment -->
</loot>
</monster>
</monster>