mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-05 17:24:28 +02:00
79 lines
3.1 KiB
XML
79 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Diabolic Imp" nameDescription="a diabolic imp" race="fire" experience="1950" speed="220" manacost="0">
|
|
<health now="2900" max="2900" />
|
|
<look type="237" corpse="6364" />
|
|
<targetchange interval="4000" chance="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="4" />
|
|
<flag staticattack="90" />
|
|
<flag runonhealth="400" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" skill="70" attack="60" poison="160" />
|
|
<attack name="fire" interval="2000" chance="20" range="7" radius="4" target="1" min="-100" max="-240">
|
|
<attribute key="shootEffect" value="fire" />
|
|
<attribute key="areaEffect" value="firearea" />
|
|
</attack>
|
|
<attack name="fire" interval="2000" chance="10" range="7" radius="2" target="1" min="-300" max="-430">
|
|
<attribute key="shootEffect" value="fire" />
|
|
<attribute key="areaEffect" value="fireattack" />
|
|
</attack>
|
|
<attack name="diabolic imp skill reducer" range="5" interval="2000" chance="5" />
|
|
</attacks>
|
|
<defenses armor="25" defense="25">
|
|
<defense name="healing" interval="2000" chance="10" min="650" max="800">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
<defense name="speed" interval="2000" chance="15" speedchange="800" duration="2000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
<defense name="invisible" interval="2000" chance="10" duration="1000">
|
|
<attribute key="areaEffect" value="teleport" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element deathPercent="10" />
|
|
<element earthPercent="50" />
|
|
<element icePercent="-10" />
|
|
<element holyPercent="-10" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity lifedrain="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Muahaha!" />
|
|
<voice sentence="He he he." />
|
|
</voices>
|
|
<loot>
|
|
<item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
|
|
<item id="2148" countmax="97" chance="40000" /><!-- gold coin -->
|
|
<item id="2548" chance="50000" /><!-- pitchfork -->
|
|
<item id="6558" countmax="2" chance="25000" /><!-- concentrated demonic blood -->
|
|
<item id="2260" countmax="2" chance="16666" /><!-- blank rune -->
|
|
<item id="6500" chance="8000" /><!-- demonic essence -->
|
|
<item id="2515" chance="8130" /><!-- guardian shield -->
|
|
<item id="2568" chance="8830" /><!-- cleaver -->
|
|
<item id="2419" chance="5660" /><!-- scimitar -->
|
|
<item id="5944" chance="7230" /><!-- soul orb -->
|
|
<item id="2148" countmax="7" chance="3390" /><!-- platinum coin -->
|
|
<item id="2150" countmax="3" chance="2250" /><!-- small amethyst -->
|
|
<item id="2165" chance="2702" /><!-- stealth ring -->
|
|
<item id="2387" chance="1994" /><!-- double axe -->
|
|
<item id="6300" chance="120" /><!-- death ring -->
|
|
<item id="7899" chance="250" /><!-- magma coat-->
|
|
<item id="7900" chance="430" /><!-- magma monocle -->
|
|
<item id="2185" chance="830" /><!-- necrotic rod -->
|
|
</loot>
|
|
</monster>
|