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:
30
data/monster/800/arena/greenhorn/orcus the cruel.xml
Normal file
30
data/monster/800/arena/greenhorn/orcus the cruel.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Orcus the Cruel" nameDescription="Orcus The Cruel" race="blood" experience="280" speed="230" manacost="0">
|
||||
<health now="480" max="480" />
|
||||
<look type="59" 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="-180" />
|
||||
<attack name="physical" interval="2000" chance="40" range="5" min="0" max="-70">
|
||||
<attribute key="shootEffect" value="throwingknife" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="39" defense="40" />
|
||||
<elements>
|
||||
<element energyPercent="20" />
|
||||
<element earthPercent="-20" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity fire="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
</monster>
|
||||
Reference in New Issue
Block a user