mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 17:55:54 +02:00
finish 790 monsters
This commit is contained in:
@@ -19,17 +19,17 @@
|
||||
<attack name="poison" interval="2000" chance="20" range="7" min="-160" max="-270">
|
||||
<attribute key="shootEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="poisoncondition" interval="2000" chance="15" target="0" radius="7" range="7" min="-400" max="-640">
|
||||
<attack name="poisoncondition" interval="2000" chance="15" target="0" radius="7" range="7" count="70" min="-400" max="-640">
|
||||
<attribute key="areaEffect" value="greenspark" />
|
||||
</attack>
|
||||
<attack name="poison" interval="2000" chance="20" radius="3" target="0" min="-120" max="-170">
|
||||
<attribute key="areaEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="poisoncondition" interval="2000" chance="10" length="8" spread="3" min="-500" max="-1000">
|
||||
<attribute key="areaEffect" value="smallplants" />
|
||||
<attack name="poisoncondition" interval="2000" chance="10" length="8" spread="3" count="70" min="-500" max="-1000">
|
||||
<attribute key="areaEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="speed" interval="2000" chance="15" length="8" spread="3" speedchange="-100" duration="15000">
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
<attribute key="areaEffect" value="mortarea" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="20" defense="20">
|
||||
|
Reference in New Issue
Block a user