mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-25 01:00:14 +02:00
38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Rocky" nameDescription="Rocky" race="undead" experience="190" speed="170" manacost="0">
|
|
<health now="250" max="250" />
|
|
<look type="95" 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="30" attack="40">
|
|
|
|
</attacks>
|
|
<defenses armor="30" defense="30">
|
|
<defense name="healing" interval="2000" chance="50" min="15" max="35">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element firePercent="10" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity energy="1" />
|
|
<immunity earth="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Another little gladiator!" />
|
|
<voice sentence="Come into my embrace." />
|
|
</voices>
|
|
</monster>
|