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,38 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lavahole" nameDescription="a lavahole" race="undead" experience="0" speed="0" manacost="0">
<health now="100" max="100"/>
<look typeex="391"/>
<targetchange interval="1000" chance="50" />
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="10" />
<health now="100" max="100" />
<look typeex="391" />
<targetchange interval="1000" chance="10" />
<targetstrategy nearest="90" weakest="0" mostdamage="0" random="10" />
<flags>
<flag summonable="0"/>
<flag attackable="0"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="0"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
<flag summonable="0" />
<flag attackable="0" />
<flag hostile="1" />
<flag illusionable="0" />
<flag convinceable="0" />
<flag pushable="0" />
<flag canpushitems="0" />
<flag canpushcreatures="1" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks>
<attack name="fire" chance="30" range="7" min="-0" max="-111">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="fire"/>
<attribute key="shootEffect" value="fire" />
<attribute key="areaEffect" value="fire" />
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<defenses armor="1" defense="1" />
<immunities>
<immunity physical="1"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity manadrain="1"/>
<immunity paralyze="1"/>
<immunity drunk="1"/>
<immunity outfit="1"/>
<immunity invisible="1"/>
<immunity physical="1" />
<immunity energy="1" />
<immunity fire="1" />
<immunity poison="1" />
<immunity lifedrain="1" />
<immunity manadrain="1" />
<immunity paralyze="1" />
<immunity drunk="1" />
<immunity outfit="1" />
<immunity invisible="1" />
</immunities>
</monster>
</monster>