fix all 8.0 monsters and add custom spell effects

This commit is contained in:
ErikasKontenis
2022-04-24 18:42:44 +03:00
parent 11a73011f1
commit d5be03c92b
71 changed files with 359 additions and 621 deletions

View File

@@ -0,0 +1,24 @@
<monster name="Silver Rabbit" nameDescription="a silver rabbit" race="blood" experience="0" speed="55" manacost="220">
<health now="15" max="15" />
<look type="262" head="69" body="66" legs="69" feet="66" corpse="7338" />
<targetchange interval="1000" chance="5" />
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
<flags>
<flag summonable="1" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="0" />
<flag convinceable="1" />
<flag pushable="0" />
<flag canpushitems="0" />
<flag lightlevel="0" />
<flag lightcolor="0" />
<flag targetdistance="0" />
<flag runonhealth="15" />
</flags>
<defenses armor="5" defense="5" />
<loot>
<item id="3577" countmax="2" chance="861" /><!-- meat -->
<item id="3595" chance="111" /><!-- carrot -->
</loot>
</monster>