mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 18:49:21 +02:00
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF - 8"?>
|
|
<monster name="fire elemental" nameDescription="a fire elemental" race="fire" experience="220" speed="55" manacost="690">
|
|
<health now="280" max="280" />
|
|
<look type="49" head="0" body="0" legs="0" feet="0" corpse="2118" />
|
|
<targetchange interval="1000" chance="10" />
|
|
<targetstrategy nearest="80" weakest="0" mostdamage="0" random="20" />
|
|
<flags>
|
|
<flag summonable="1" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="1" />
|
|
<flag convinceable="1" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks attack="38" skill="38">
|
|
<attack name="fire" min="-55" max="-155" range="7" radius="2" target="1" chance="4">
|
|
<attribute key="shootEffect" value="fire" />
|
|
<attribute key="areaEffect" value="firearea" />
|
|
</attack>
|
|
<attack name="firefield" range="7" radius="1" target="1" chance="3">
|
|
<attribute key="shootEffect" value="fire" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="18" defense="20">
|
|
</defenses>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity lifedrain="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
</monster> |