finish 780 creatures

This commit is contained in:
ErikasKontenis
2019-12-09 11:35:58 +02:00
parent e6eb79618f
commit 96013c5455
44 changed files with 1198 additions and 2026 deletions

View File

@@ -1,54 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Carrion Worm" nameDescription="a carrion worm" race="blood" experience="70" speed="25" manacost="380">
<health now="145" max="145"/>
<look type="192" corpse="6069"/>
<health now="145" max="145" />
<look type="192" corpse="6069" />
<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="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
<flag summonable="0" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="0" />
<flag convinceable="1" />
<flag pushable="0" />
<flag canpushitems="1" />
<flag canpushcreatures="0" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks skill="20" attack="30">
</attacks>
<defenses armor="8" defense="11"/>
<defenses armor="8" defense="11" />
<immunities>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
<immunity lifedrain="0" />
<immunity paralyze="0" />
<immunity outfit="0" />
<immunity drunk="0" />
<immunity invisible="0" />
</immunities>
<loot>
<item id="2148" countmax="45" chance="18700" /><!-- gold coin -->
<item id="11186" chance="10625" /><!-- carrion worm fang -->
<item id="3976" countmax="2" chance="2275" /><!-- worm -->
<item id="2666" chance="10000" /><!-- meat -->
<item id="3031" countmax="45" chance="187" /><!-- gold coin -->
<item id="3492" countmax="2" chance="22" /><!-- worm -->
<item id="3577" chance="100" /><!-- meat -->
</loot>
</monster>
</monster>