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,45 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lethal Lissy" nameDescription="lethal lissy" race="blood" experience="500" speed="65" manacost="0">
<health now="1450" max="1450"/>
<look type="155" head="77" body="0" legs="76" feet="132" addons="3" corpse="6081"/>
<targetchange interval="1000" chance="50" />
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
<health now="1450" max="1450" />
<look type="155" head="77" body="0" legs="76" feet="132" addons="3" corpse="6081" />
<targetchange interval="1000" chance="100" />
<targetstrategy nearest="0" weakest="100" mostdamage="0" random="0" />
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag lightlevel="0"/>
<flag lightcolor="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 lightlevel="0" />
<flag lightcolor="0" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks skill="30" attack="80">
<attack name="physical" chance="10" length="1">
<attribute key="areaEffect" value="purplenote"/>
<attribute key="areaEffect" value="purplenote" />
</attack>
</attacks>
<defenses armor="35" defense="50">
<defense name="healing" chance="20" min="125" max="175">
<attribute key="areaEffect" value="blueshimmer"/>
<attribute key="areaEffect" value="blueshimmer" />
</defense>
</defenses>
<immunities>
<immunity invisible="1"/>
<immunity invisible="1" />
</immunities>
<summons maxSummons="4">
<summon name="Pirate Cutthroat" chance="20" max="4"/>
<summon name="Pirate Cutthroat" chance="20" max="4" />
</summons>
<loot>
<item id="6100" chance="100000"/><!-- lethal lissy's shirt -->
<item id="2148" countmax="40" chance="100000"/><!-- gold coin -->
<item id="2476" chance="1200"/><!-- knight armor -->
<item id="2387" chance="1500"/><!-- double axe -->
<item id="2463" chance="4000"/><!-- plate armor -->
<item id="2145" chance="100000"/><!-- small diamond -->
<item id="2320" countmax="1" chance="100000"/><!-- skull -->
<item id="6100" chance="1000" /><!-- lethal lissy's shirt -->
<item id="3031" countmax="40" chance="1000" /><!-- gold coin -->
<item id="3370" chance="12" /><!-- knight armor -->
<item id="3275" chance="15" /><!-- double axe -->
<item id="3357" chance="40" /><!-- plate armor -->
<item id="3028" chance="1000" /><!-- small diamond -->
<item id="3114" countmax="1" chance="1000" /><!-- skull -->
</loot>
</monster>
</monster>