mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-17 07:07:12 +01:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
48
data/monster/800/arena/scrapper/the hag.xml
Normal file
48
data/monster/800/arena/scrapper/the hag.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="The Hag" nameDescription="The Hag" race="blood" experience="510" speed="205" manacost="0">
|
||||
<health now="935" max="935" />
|
||||
<look type="264" head="78" body="97" legs="95" feet="95" 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="5" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="40" attack="40" />
|
||||
<attack name="drunk" interval="3000" chance="35" range="5" radius="1" target="1" duration="15000" />
|
||||
<attack name="speed" interval="4000" chance="55" radius="1" target="1" range="5" duration="12000" speed="-400">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="24" defense="25">
|
||||
<defense name="healing" interval="2000" chance="35" min="95" max="155">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="invisible" interval="3000" chance="50" duration="8000">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element firePercent="30" />
|
||||
<element icePercent="20" />
|
||||
<element energyPercent="10" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<summons maxSummons="2">
|
||||
<summon name="Ghost" interval="2000" chance="26" />
|
||||
<summon name="Crypt Shambler" interval="2000" chance="26" />
|
||||
</summons>
|
||||
<voices interval="2000" chance="5">
|
||||
<voice sentence="If you think I am to old to fight then you're wrong!" />
|
||||
<voice sentence="I've forgotten more things then you have ever learned!" />
|
||||
<voice sentence="Let me teach you a few things youngster!" />
|
||||
<voice sentence="I'll teach you respect for the old!" />
|
||||
</voices>
|
||||
</monster>
|
||||
Reference in New Issue
Block a user