mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-16 14:49:46 +01:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
40
data/monster/800/arena/warlord/the masked marauder.xml
Normal file
40
data/monster/800/arena/warlord/the masked marauder.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="The Masked Marauder" nameDescription="The Masked Marauder" race="blood" experience="3500" speed="250" manacost="0">
|
||||
<health now="6800" max="6800" />
|
||||
<look type="234" 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="70" attack="160" />
|
||||
<attack name="physical" interval="2000" chance="40" min="-38" max="-150">
|
||||
<attribute key="shootEffect" value="throwingknife" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="25" defense="35">
|
||||
<defense name="healing" interval="1000" chance="50" min="75" max="125">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element holyPercent="-15" />
|
||||
<element energyPercent="30" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity fire="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="Didn't you leave your house door open?" />
|
||||
<voice sentence="Oops, your shoelaces are open!" />
|
||||
<voice sentence="Look! It's Ferumbras behind you!" />
|
||||
<voice sentence="Stop! I give up!" />
|
||||
</voices>
|
||||
</monster>
|
||||
Reference in New Issue
Block a user