mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 18:25:54 +02:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
49
data/monster/800/arena/scrapper/the dark dancer.xml
Normal file
49
data/monster/800/arena/scrapper/the dark dancer.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="The Dark Dancer" nameDescription="The Dark Dancer" race="blood" experience="435" speed="170" manacost="0">
|
||||
<health now="805" max="805" />
|
||||
<look type="58" corpse="7349" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag targetdistance="4" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" min="0" max="-45" poison="11" />
|
||||
<attack name="speed" interval="3500" chance="35" range="5" duration="10000" speed="-250">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
<attack name="manadrain" interval="4000" chance="30" range="5" min="0" max="-110">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
<attack name="death" interval="3000" chance="70" range="5" min="-50" max="-90">
|
||||
<attribute key="areaEffect" value="mortarea" />
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="11" defense="12">
|
||||
<defense name="healing" interval="2000" chance="45" min="75" max="135">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="invisible" interval="3000" chance="50" duration="5000">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element firePercent="40" />
|
||||
<element deathPercent="5" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<summons maxSummons="3">
|
||||
<summon name="Ghoul" interval="2000" chance="20" />
|
||||
</summons>
|
||||
<voices interval="5000" chance="5">
|
||||
<voice sentence="I hope you like my voice!" />
|
||||
</voices>
|
||||
</monster>
|
Reference in New Issue
Block a user