mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-11 14:09:20 +02:00
52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<monster name="Thul" nameDescription="thul" race="undead" experience="2700" speed="75" manacost="0">
|
|
<health now="2950" max="2950" />
|
|
<look type="46" corpse="6065" />
|
|
<targetchange interval="1000" chance="20" />
|
|
<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 lightlevel="0" />
|
|
<flag lightcolor="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks skill="45" attack="100">
|
|
<attack name="physical" chance="25" radius="3" target="0" min="-0" max="-170">
|
|
<attribute key="areaEffect" value="blackspark" />
|
|
</attack>
|
|
<attack name="poisonfield" chance="19" range="7" radius="3" target="0">
|
|
<attribute key="shootEffect" value="poison" />
|
|
</attack>
|
|
<attack name="speed" chance="10" range="7" target="1" speedchange="-100" duration="20000">
|
|
<attribute key="shootEffect" value="snowball" />
|
|
</attack>
|
|
<attack name="lifedrain" chance="20" range="7" target="1" min="-108" max="-137">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="35" defense="40">
|
|
</defenses>
|
|
<immunities>
|
|
<immunity lifedrain="1" />
|
|
<immunity earth="1" />
|
|
<immunity drown="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="5000" chance="10">
|
|
<voice sentence="Gaaahhh!" />
|
|
</voices>
|
|
<summons maxSummons="2">
|
|
<summon name="massive water elemental" chance="25" max="2" />
|
|
</summons>
|
|
<loot>
|
|
<item id="3031" countmax="90" chance="1000" /><!-- gold coin -->
|
|
<item id="3031" countmax="90" chance="1000" /><!-- gold coin -->
|
|
<item id="5895" countmax="1" chance="1000" /><!-- fish fin -->
|
|
</loot>
|
|
</monster> |