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,73 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Quara Pincher Scout" nameDescription="a quara pincher scout" race="blood" experience="600" speed="62" manacost="0">
<health now="775" max="775"/>
<look type="77" corpse="6063"/>
<targetchange interval="1000" chance="0" />
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
<health now="775" max="775" />
<look type="77" corpse="6063" />
<targetchange interval="1000" chance="20" />
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<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="0" />
<flag pushable="0" />
<flag canpushitems="1" />
<flag canpushcreatures="0" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks skill="50" attack="80">
<attack name="speed" chance="10" range="1" speedchange="-600" duration="3000">
<attribute key="areaEffect" value="redshimmer"/>
<attribute key="areaEffect" value="redshimmer" />
</attack>
</attacks>
<defenses armor="30" defense="35"/>
<defenses armor="30" defense="35" />
<immunities>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
<immunity drown="1"/>
<immunity fire="1" />
<immunity poison="1" />
<immunity lifedrain="1" />
<immunity paralyze="1" />
<immunity outfit="1" />
<immunity drunk="1" />
<immunity invisible="1" />
<immunity drown="1" />
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Clank clank!"/>
<voice sentence="Clap!"/>
<voice sentence="Clank clank!" />
<voice sentence="Clap!" />
</voices>
<loot>
<item id="2148" countmax="50" chance="26025" /><!-- gold coin -->
<item id="2463" chance="7375" /><!-- plate armor -->
<item id="2394" chance="1350" /><!-- morning star -->
<item id="2147" chance="3075" /><!-- small ruby -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="2381" chance="4450" /><!-- halberd -->
<item id="2398" chance="9600" /><!-- mace -->
<item id="2177" chance="1025" /><!-- life crystal -->
<item id="5895" chance="1025" /><!-- fish fin -->
</inside>
</item>
</loot>
<item id="3031" countmax="50" chance="260" /><!-- gold coin -->
<item id="3357" chance="73" /><!-- plate armor -->
<item id="3282" chance="13" /><!-- morning star -->
<item id="3030" chance="30" /><!-- small ruby -->
<item id="3269" chance="44" /><!-- halberd -->
<item id="3286" chance="96" /><!-- mace -->
<item id="3061" chance="10" /><!-- life crystal -->
<item id="5895" chance="10" /><!-- fish fin -->
</loot>
</monster>