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

@@ -12,24 +12,21 @@
<flag canpushitems="1" />
<flag targetdistance="1" />
</flags>
<attacks>
<attack name="melee" interval="2000" min="0" max="-450" />
<attacks skill="60" attack="130">
<attack name="physical" interval="3000" chance="50" target="0" radius="3" min="0" max="-400">
<attribute key="areaEffect" value="blackspark" />
</attack>
<attack name="ice" interval="1000" chance="15" range="7" min="0" max="-200">
<attack name="physical" interval="1000" chance="15" range="7" min="0" max="-200">
<attribute key="shootEffect" value="snowball" />
</attack>
</attacks>
<defenses armor="51" defense="52" />
<elements>
<element holyPercent="2" />
<element energyPercent="-10" />
<element physicalPercent="-2" />
</elements>
<immunities>
<immunity fire="1" />
<immunity ice="1" />
<immunity earth="1" />
<immunity paralyze="1" />
<immunity invisible="1" />