mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-30 23:04:27 +02:00
32 lines
925 B
XML
32 lines
925 B
XML
<monster name="Mr. Punish" nameDescription="Mr. Punish" race="undead" experience="5500" speed="235" manacost="0">
|
|
<health now="12000" max="12000" />
|
|
<look type="234" corpse="6330" />
|
|
<targetchange interval="2000" chance="5" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag staticattack="50" />
|
|
<flag lightlevel="0" />
|
|
<flag lightcolor="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="2000" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" min="-660" max="-1280" />
|
|
</attacks>
|
|
<defenses armor="64" defense="72" />
|
|
<immunities>
|
|
<immunity energy="1" />
|
|
<immunity fire="1" />
|
|
<immunity poison="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<loot>
|
|
<item id="6537" chance="1000" /><!-- mr punish's handcuffs -->
|
|
</loot>
|
|
</monster> |