little introduce drown and fix some monsters

This commit is contained in:
ErikasKontenis
2019-12-04 15:48:47 +02:00
parent 072fc24a87
commit a28bfd7171
56 changed files with 2788 additions and 4 deletions

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Mammoth" nameDescription="a mammoth" race="blood" experience="160" speed="58" manacost="500">
<health now="320" max="320"/>
<look type="199" corpse="6074"/>
<targetchange interval="1000" chance="50" />
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks skill="45" attack="40">
</attacks>
<defenses armor="40" defense="57"/>
<voices interval="5000" chance="10">
<voice sentence="Troooooot!"/>
<voice sentence="Hooooot-Toooooot!"/>
<voice sentence="Tooooot."/>
</voices>
<loot>
<item id="2671" chance="20200" /><!-- ham -->
<item id="11218" chance="2625" /><!-- thick fur -->
<item id="2148" countmax="20" chance="16225" /><!-- gold coin -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="11232" countmax="2" chance="5475" /><!-- mammoth tusk -->
<item id="7432" chance="800" /><!-- furry club -->
</inside>
</item>
</loot>
</monster>