mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 17:55:54 +02:00
add fixed arena monsters. Probably all 8.0 are here now
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<monster name="Avalanche" nameDescription="Avalanche" race="undead" experience="305" speed="195" manacost="0">
|
||||
<health now="550" max="550" />
|
||||
<look type="261" corpse="7349" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
@@ -14,7 +16,7 @@
|
||||
</flags>
|
||||
<attacks skill="50" attack="60">
|
||||
<attack name="drown" interval="1000" chance="100" length="5" spread="6" min="-10" max="-50">
|
||||
<attribute key="areaEffect" value="energyarea" />
|
||||
<attribute key="areaEffect" value="energy" />
|
||||
</attack>
|
||||
<attack name="speed" interval="4000" chance="100" radius="3" duration="10000" speedchange="-400">
|
||||
<attribute key="areaEffect" value="poff" />
|
||||
|
Reference in New Issue
Block a user