mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 01:45:54 +02:00
finish 790 monsters
This commit is contained in:
@@ -16,14 +16,13 @@
|
||||
<flag runonhealth="350" />
|
||||
</flags>
|
||||
<attacks skill="90" attack="95">
|
||||
<attack name="death" interval="2000" chance="10" range="7" min="-250" max="-610">
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
<attack name="physical" interval="2000" chance="10" range="7" min="-250" max="-610">
|
||||
<attribute key="shootEffect" value="death" />
|
||||
<attribute key="areaEffect" value="mortarea" />
|
||||
</attack>
|
||||
<attack name="manadrain" interval="2000" chance="20" target="0" radius="3" min="-5" max="-80">
|
||||
<attribute key="areaEffect" value="yellowbubble" />
|
||||
</attack>
|
||||
<attack name="phantasm drown" interval="2000" chance="15" />
|
||||
<attack name="drunk" interval="2000" chance="15" radius="5" target="0" duration="6000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
@@ -42,7 +41,6 @@
|
||||
<immunities>
|
||||
<immunity paralyze="1" />
|
||||
<immunity invisible="1" />
|
||||
<immunity death="1" />
|
||||
<immunity lifedrain="1" />
|
||||
<immunity physical="1" />
|
||||
</immunities>
|
||||
|
Reference in New Issue
Block a user