fix all new 8.0 monsters loot. Todo fix spells and shit

This commit is contained in:
ErikasKontenis
2022-04-18 22:41:33 +03:00
parent 3f4956b3b9
commit 348af89c18
66 changed files with 3041 additions and 436 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Darakan The Executioner" nameDescription="Darakan The Executioner" race="blood" experience="1600" speed="205" manacost="0">
<health now="3500" max="3500" />
<look type="255" head="78" body="114" legs="114" feet="114" 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="70" />
<attack name="physical" interval="1000" chance="100" min="-72" max="-130">
<attribute key="shootEffect" value="spear" />
</attack>
</attacks>
<defenses armor="30" defense="31">
<defense name="healing" interval="6000" chance="65" min="20" max="50">
<attribute key="areaEffect" value="blueshimmer" />
</defense>
</defenses>
<elements>
<element icePercent="15" />
<element firePercent="-15" />
</elements>
<immunities>
<immunity invisible="1" />
</immunities>
<voices interval="2000" chance="5">
<voice sentence="FIGHT LIKE A BARBARIAN!" yell="1" />
<voice sentence="VICTORY IS MINE!" yell="1" />
<voice sentence="I AM your father!" />
<voice sentence="To be the man you have to beat the man!" />
</voices>
</monster>