mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-31 15:14:27 +02:00
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Munster" nameDescription="Munster" race="blood" experience="35" speed="200" manacost="0">
|
|
<health now="58" max="58" />
|
|
<look type="56" corpse="2813" />
|
|
<targetchange interval="10000" chance="5" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="1" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag staticattack="80" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="10" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" min="0" max="-15" />
|
|
</attacks>
|
|
<defenses armor="2" defense="4" />
|
|
<voices interval="2000" chance="5">
|
|
<voice sentence="Meep!" />
|
|
<voice sentence="Meeeeep!" />
|
|
</voices>
|
|
<summons maxSummons="2">
|
|
<summon name="Rat" interval="2000" chance="20" />
|
|
</summons>
|
|
<loot>
|
|
<item id="2449" chance="87000" /> <!-- bone club -->
|
|
<item id="2148" countmax="22" chance="71000" /> <!-- gold coin -->
|
|
<item id="2696" chance="56000" /> <!-- cheese -->
|
|
<item id="3976" countmax="4" chance="51000" /> <!-- worm -->
|
|
<item id="2687" countmax="2" chance="2500" /> <!-- cookie -->
|
|
<item id="5792" chance="250" /> <!-- die -->
|
|
</loot>
|
|
</monster>
|