mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-26 09:40:13 +02:00
32 lines
928 B
XML
32 lines
928 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Spirit Of Earth" nameDescription="Spirit Of Earth" race="undead" experience="800" speed="180" manacost="0">
|
|
<health now="1294" max="1294" />
|
|
<look type="67" 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="50" attack="60">
|
|
|
|
</attacks>
|
|
<defenses armor="30" defense="32" />
|
|
<elements>
|
|
<element energyPercent="50" />
|
|
<element firePercent="-5" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="5000" chance="5">
|
|
<voice sentence="Show your strengh ... or perish." />
|
|
</voices>
|
|
</monster>
|