mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 17:55:54 +02:00
introduce hall of the four ways and fix every new monster speed and speedchange
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<monster name="Fury" nameDescription="a fury" race="blood" experience="4500" speed="250" manacost="0">
|
||||
<monster name="Fury" nameDescription="a fury" race="blood" experience="4500" speed="125" manacost="0">
|
||||
<health now="4100" max="4100" />
|
||||
<look type="149" head="94" body="77" legs="96" feet="0" addons="3" corpse="6081" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
@@ -34,13 +34,13 @@
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
</attack>
|
||||
<attack name="speed" interval="2000" chance="15" range="7" speedchange="-800" duration="30000">
|
||||
<attack name="speed" interval="2000" chance="15" range="7" speedchange="-100" duration="30000">
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="20" defense="20">
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="800" duration="5000">
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="60" duration="5000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
|
Reference in New Issue
Block a user