mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 02:05:54 +02:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
@@ -1,58 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Ungreez" nameDescription="Ungreez" race="blood" experience="5000" speed="80" manacost="10000">
|
||||
<health now="8200" max="8200" />
|
||||
<look type="35" corpse="5995" />
|
||||
<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="80" attack="120">
|
||||
<attack name="manadrain" interval="2000" chance="13" range="7" min="0" max="-110">
|
||||
<attribute key="shootEffect" value="death" />
|
||||
</attack>
|
||||
<attack name="fire" interval="1000" chance="14" range="7" radius="7" target="1" min="-150" max="-250">
|
||||
<attribute key="shootEffect" value="fire" />
|
||||
<attribute key="areaEffect" value="firearea" />
|
||||
</attack>
|
||||
<attack name="energy" interval="2000" chance="18" min="-200" max="-400">
|
||||
<attribute key="shootEffect" value="energy" />
|
||||
<attribute key="areaEffect" value="energy" />
|
||||
</attack>
|
||||
<attack name="energy" interval="1000" chance="12" length="8" spread="0" min="-300" max="-380">
|
||||
<attribute key="areaEffect" value="energy" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="55" defense="55">
|
||||
<defense name="healing" interval="2000" chance="15" min="90" max="150">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element physicalPercent="25" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity energy="1" />
|
||||
<immunity fire="1" />
|
||||
<immunity lifedrain="1" />
|
||||
<immunity paralyze="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="I'll teach you that even heros can die" yell="1" />
|
||||
<voice sentence="You will die begging like the others did" yell="1" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="3031" countmax="90" chance="21000" /><!-- gold coin -->
|
||||
<item id="3731" countmax="6" chance="10000" /><!-- fire mushroom -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user