mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 10:15:54 +02:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
40
data/monster/800/arena/scrapper/slim.xml
Normal file
40
data/monster/800/arena/scrapper/slim.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Slim" nameDescription="Slim" race="undead" experience="580" speed="200" manacost="0">
|
||||
<health now="1025" max="1025" />
|
||||
<look type="101" 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" min="0" max="-150" poison="3" />
|
||||
<attack name="lifedrain" interval="2000" chance="20" target="0" radius="3" min="-10" max="-50">
|
||||
<attribute key="areaEffect" value="blackspark" />
|
||||
</attack>
|
||||
<attack name="earth" interval="2000" chance="20" target="0" radius="3" min="-10" max="-50">
|
||||
<attribute key="areaEffect" value="blackspark" />
|
||||
</attack>
|
||||
<attack name="earth" interval="2000" chance="20" target="1" min="-10" max="-50">
|
||||
<attribute key="shootEffect" value="poison" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="36" defense="38" />
|
||||
<elements>
|
||||
<element firePercent="-10" />
|
||||
<element holyPercent="-5" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity death="1" />
|
||||
<immunity earth="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="2000" chance="5">
|
||||
<voice sentence="Zhroozzzzs." />
|
||||
</voices>
|
||||
</monster>
|
Reference in New Issue
Block a user