fix all new 8.0 monsters loot. Todo fix spells and shit

This commit is contained in:
ErikasKontenis
2022-04-18 22:41:33 +03:00
parent 3f4956b3b9
commit 348af89c18
66 changed files with 3041 additions and 436 deletions

View File

@@ -0,0 +1,31 @@
<monster name="Penguin" nameDescription="penguin" race="blood" experience="1" speed="180" manacost="300">
<health now="33" max="33" />
<look type="250" corpse="7334" />
<targetchange interval="4000" chance="0" />
<flags>
<flag summonable="1" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="1" />
<flag convinceable="1" />
<flag pushable="0" />
<flag canpushitems="0" />
<flag canpushcreatures="0" />
<flag targetdistance="1" />
<flag runonhealth="32" />
<flag staticattack="90" />
</flags>
<attacks>
<attack name="melee" interval="2000" skill="10" attack="3" />
</attacks>
<defenses armor="5" defense="5" />
<elements>
<element icePercent="5" />
<element energyPercent="-5" />
</elements>
<loot>
<item id="3578" countmax="2" chance="75" /><!-- fish -->
<item id="7159" chance="1" /><!-- green perch -->
<item id="7158" chance="1" /><!-- rainbow trout -->
</loot>
</monster>