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

58
data/monster/781/toad.xml Normal file
View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Toad" nameDescription="a toad" race="blood" experience="60" speed="52" manacost="400">
<health now="135" max="135"/>
<look type="222" corpse="6077"/>
<targetchange interval="1000" chance="0" />
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
<flags>
<flag summonable="1"/>
<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="20"/>
</flags>
<attacks skill="30" attack="15" poision="20">
<attack name="physical" chance="10" range="7" min="-8" max="-17">
<attribute key="shootEffect" value="poison"/>
</attack>
</attacks>
<defenses armor="12" defense="10"/>
<voices interval="5000" chance="30">
<voice sentence="Ribbit, ribbit!"/>
<voice sentence="Ribbit!"/>
</voices>
<loot>
<item id="2148" countmax="20" chance="25625" /><!-- gold coin -->
<item id="10556" chance="3600" /><!-- poisonous slime -->
<item id="2667" chance="21850" /><!-- fish -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="2391" chance="775" /><!-- war hammer -->
<item id="2398" chance="2325" /><!-- mace -->
</inside>
</item>
</loot>
</monster>