mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-04 00:34:28 +02:00
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Spirit Of Water" nameDescription="Spirit Of Water" race="undead" experience="850" speed="200" manacost="0">
|
|
<health now="1517" max="1517" />
|
|
<look type="11" corpse="7349" />
|
|
<targetchange interval="1000" chance="5" />
|
|
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag targetdistance="1" />
|
|
</flags>
|
|
<attacks skill="70" attack="100">
|
|
<attack name="poisonfield" interval="1000" chance="50">
|
|
<attribute key="shootEffect" value="poison" />
|
|
</attack>
|
|
<attack name="physical" spread="3" chance="40" interval="2000" min="-1" max="-120">
|
|
<attribute key="areaEffect" value="bluebubble" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="0" defense="0" />
|
|
<elements>
|
|
<element energyPercent="-10" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="5000" chance="5">
|
|
<voice sentence="Blubb" />
|
|
</voices>
|
|
</monster>
|