mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 09:33:26 +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="Betrayed Wraith" nameDescription="a betrayed wraith" race="undead" experience="3500" speed="230" manacost="0">
|
||||
<monster name="Betrayed Wraith" nameDescription="a betrayed wraith" race="undead" experience="3500" speed="115" manacost="0">
|
||||
<health now="4200" max="4200" />
|
||||
<look type="233" corpse="6315" />
|
||||
<targetchange interval="4000" chance="15" />
|
||||
@@ -18,7 +18,7 @@
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" min="0" max="-455" />
|
||||
<attack name="betrayed wraith skill reducer" chance="10" />
|
||||
<attack name="speed" interval="2000" chance="20" range="7" target="1" speedchange="-300" duration="3000">
|
||||
<attack name="speed" interval="2000" chance="20" range="7" target="1" speedchange="-100" duration="3000">
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="mortarea" />
|
||||
</attack>
|
||||
@@ -30,7 +30,7 @@
|
||||
<defense name="invisible" interval="2000" chance="10" duration="5000">
|
||||
<attribute key="areaEffect" value="redspark" />
|
||||
</defense>
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="260" duration="5000">
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="57" duration="5000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
|
Reference in New Issue
Block a user