mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-30 03:20:13 +02:00
47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Fallen Mooh'Tah Master Ghar" nameDescription="Fallen Mooh'Tah Master Ghar" race="blood" experience="4400" speed="210" manacost="0">
|
|
<health now="8000" max="8000" />
|
|
<look type="611" 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 canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag staticattack="90" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks>
|
|
<attack name="melee" interval="2000" min="0" max="-525" poison="18" />
|
|
<attack name="physical" interval="3000" chance="45" radius="5" target="1" min="0" max="-390">
|
|
<attribute key="shootEffect" value="fire" />
|
|
</attack>
|
|
<attack name="physical" interval="6000" chance="30" length="7" spread="0" min="0" max="-290">
|
|
<attribute key="areaEffect" value="firearea" />
|
|
</attack>
|
|
<attack name="death" interval="4000" chance="30" min="-80" max="-270">
|
|
<attribute key="shootEffect" value="death" />
|
|
<attribute key="areaEffect" value="mortarea" />
|
|
</attack>
|
|
<attack name="poison" interval="5000" chance="30" length="7" spread="0" min="0" max="-195">
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="30" defense="33" />
|
|
<elements>
|
|
<element firePercent="60" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="5">
|
|
<voice sentence="I will finish you!" />
|
|
<voice sentence="You are no match for a master of the Mooh'Tah!" />
|
|
<voice sentence="I might be fallen but you will fall before me!" />
|
|
</voices>
|
|
</monster>
|