mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-31 23:14:29 +02:00
41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Webster" nameDescription="Webster" race="undead" experience="1200" speed="290" manacost="0">
|
|
<health now="1750" max="1750" />
|
|
<look type="263" 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="40" attack="100">
|
|
<attack name="speed" interval="3500" chance="65" radius="1" target="1" range="1" duration="40" speedchange="-500">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</attack>
|
|
<attack name="energy" interval="3000" chance="75" min="-13" max="-80" range="7">
|
|
<attribute key="shootEffect" value="energy" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="29" defense="34">
|
|
<defense name="speed" interval="5000" chance="100" duration="2500" speedchange="500">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element energyPercent="-20" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="5">
|
|
<voice sentence="You are lost!" />
|
|
<voice sentence="Come my little morsel." />
|
|
</voices>
|
|
</monster>
|