mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-16 22:57:11 +01:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
41
data/monster/800/arena/scrapper/avalanche.xml
Normal file
41
data/monster/800/arena/scrapper/avalanche.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Avalanche" nameDescription="Avalanche" race="undead" experience="305" speed="195" manacost="0">
|
||||
<health now="550" max="550" />
|
||||
<look type="261" 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="1" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="50" attack="60" />
|
||||
<attack name="drown" interval="1000" chance="100" length="5" spread="6" min="-10" max="-50">
|
||||
<attribute key="areaEffect" value="energyarea" />
|
||||
</attack>
|
||||
<attack name="speed" interval="4000" chance="100" radius="3" duration="10000" speedchange="-400">
|
||||
<attribute key="areaEffect" value="poff" />
|
||||
</attack>
|
||||
<attack name="physical" interval="6000" chance="100" radius="1" target="1" range="5" min="0" max="-40">
|
||||
<attribute key="shootEffect" value="largerock" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="26" defense="27" />
|
||||
<elements>
|
||||
<element firePercent="30" />
|
||||
<element energyPercent="-10" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity ice="1" />
|
||||
<immunity earth="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="5000" chance="5">
|
||||
<voice sentence="You will pay for imprisoning me here." />
|
||||
<voice sentence="Puny warmblood." />
|
||||
</voices>
|
||||
</monster>
|
||||
Reference in New Issue
Block a user