mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-25 20:44:29 +02:00
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<monster name="Carrion Worm" nameDescription="a carrion worm" race="blood" experience="70" speed="25" manacost="380">
|
|
<health now="145" max="145" />
|
|
<look type="192" corpse="6069" />
|
|
<targetchange interval="1000" chance="50" />
|
|
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="1" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks skill="20" attack="30">
|
|
</attacks>
|
|
<defenses armor="8" defense="11" />
|
|
<immunities>
|
|
<immunity lifedrain="0" />
|
|
<immunity paralyze="0" />
|
|
<immunity outfit="0" />
|
|
<immunity drunk="0" />
|
|
<immunity invisible="0" />
|
|
</immunities>
|
|
<loot>
|
|
<item id="3031" countmax="45" chance="187" /><!-- gold coin -->
|
|
<item id="3492" countmax="2" chance="22" /><!-- worm -->
|
|
<item id="3577" chance="100" /><!-- meat -->
|
|
</loot>
|
|
<script>
|
|
<event name="KillingInTheNameOf" />
|
|
</script>
|
|
</monster> |