mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-14 07:19:20 +02:00
64 lines
2.4 KiB
XML
64 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF - 8"?>
|
|
<monster name="blue djinn" nameDescription="a blue djinn" race="blood" experience="190" speed="70" manacost="0">
|
|
<health now="330" max="330" />
|
|
<look type="80" head="0" body="0" legs="0" feet="0" corpse="6020" />
|
|
<targetchange interval="1000" chance="0" />
|
|
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks attack="30" skill="50">
|
|
<attack name="fire" min="-45" max="-75" range="7" chance="2">
|
|
<attribute key="shootEffect" value="fire" />
|
|
</attack>
|
|
<attack name="energycondition" count="70" range="7" chance="3">
|
|
<attribute key="shootEffect" value="energy" />
|
|
</attack>
|
|
<attack name="lifedrain" min="-55" max="-105" range="7" chance="4">
|
|
<attribute key="shootEffect" value="death" />
|
|
</attack>
|
|
<attack name="drunk" duration="30000" range="7" chance="5">
|
|
<attribute key="shootEffect" value="energy" />
|
|
<attribute key="areaEffect" value="teleport" />
|
|
</attack>
|
|
<attack name="outfit" monster="rabbit" duration="20000" range="7" chance="6">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="20" defense="30">
|
|
</defenses>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity energy="1" />
|
|
<immunity outfit="1" />
|
|
<immunity lifedrain="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity poison="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices>
|
|
<voice sentence="Simsalabim" />
|
|
<voice sentence="Feel the power of my magic, tiny mortal!" />
|
|
<voice sentence="Be careful what you wish for." />
|
|
<voice sentence="Wishes can come true." />
|
|
</voices>
|
|
<loot>
|
|
<item id="3659" countmax="1" chance="5" /> <!-- a blue rose -->
|
|
<item id="2844" countmax="1" chance="25" /> <!-- a book -->
|
|
<item id="3595" countmax="1" chance="250" /> <!-- a carrot -->
|
|
<item id="3031" countmax="50" chance="700" /> <!-- a gold coin -->
|
|
<item id="3574" countmax="1" chance="1" /> <!-- a mystic turban -->
|
|
<item id="2933" countmax="1" chance="75" /> <!-- a small oil lamp -->
|
|
<item id="3029" countmax="4" chance="25" /> <!-- a small sapphire -->
|
|
<item id="5912" countmax="1" chance="10" /> <!-- a blue piece of cloth -->
|
|
</loot>
|
|
</monster> |