mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-16 22:57:11 +01:00
fix all 8.0 monsters and add custom spell effects
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user