mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-30 06:54:29 +02:00
53 lines
2.0 KiB
XML
53 lines
2.0 KiB
XML
<monster name="Dark Torturer" nameDescription="a dark torturer" race="undead" experience="4650" speed="120" manacost="0">
|
|
<health now="7350" max="7350" />
|
|
<look type="234" corpse="6330" />
|
|
<targetchange interval="1000" chance="10" />
|
|
<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 canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks skill="90" attack="100">
|
|
<attack name="physical" interval="2000" chance="10" range="7" min="0" max="-781">
|
|
<attribute key="shootEffect" value="throwingknife" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="40" defense="40">
|
|
<defense name="healing" interval="2000" chance="10" min="200" max="250">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="You like it, don't you?" />
|
|
<voice sentence="IahaEhheAie!" />
|
|
<voice sentence="It's party time!" />
|
|
<voice sentence="Harrr, Harrr!" />
|
|
<voice sentence="The torturer is in!" />
|
|
</voices>
|
|
<loot>
|
|
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
|
|
<item id="3031" countmax="99" chance="400" /><!-- gold coin -->
|
|
<item id="3582" countmax="2" chance="600" /><!-- ham -->
|
|
<item id="3035" countmax="8" chance="550" /><!-- platinum coin -->
|
|
<item id="6558" countmax="3" chance="333" /><!-- concentrated demonic blood -->
|
|
<item id="5944" chance="230" /><!-- soul orb -->
|
|
<item id="3554" chance="50" /><!-- steel boots -->
|
|
<item id="3461" chance="52" /><!-- saw -->
|
|
<item id="6299" chance="20" /><!-- death ring -->
|
|
<item id="5479" chance="22" /><!-- cat's paw -->
|
|
<item id="5021" countmax="2" chance="27" /><!-- orichalcum pearl -->
|
|
<item id="3364" chance="30" /><!-- golden legs -->
|
|
</loot>
|
|
</monster> |