mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-03 16:34:27 +02:00
65 lines
2.3 KiB
XML
65 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Phantasm" nameDescription="a phantasm" race="undead" experience="0" speed="240" manacost="0">
|
|
<health now="65" max="65" />
|
|
<look type="241" head="20" corpse="6344" />
|
|
<targetchange interval="4000" chance="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="1" />
|
|
<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" skill="30" attack="25" />
|
|
<attack name="death" interval="2000" chance="15" range="7" min="-50" max="-80">
|
|
<attribute key="shootEffect" value="suddendeath" />
|
|
<attribute key="areaEffect" value="smallclouds" />
|
|
</attack>
|
|
<attack name="manadrain" interval="2000" chance="10" target="0" radius="3" min="-5" max="-80">
|
|
<attribute key="areaEffect" value="yellowbubble" />
|
|
</attack>
|
|
<attack name="phantasm drown" interval="2000" chance="10" />
|
|
<attack name="drunk" interval="2000" chance="5" radius="5" target="0" duration="6000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses>
|
|
<defense name="healing" interval="2000" chance="30" min="40" max="65">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
<defense name="speed" interval="2000" chance="10" speedchange="500" duration="6000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
<defense name="invisible" interval="2000" chance="25" duration="8000" >
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element earthPercent="20" />
|
|
<element icePercent="20" />
|
|
<element holyPercent="-10" />
|
|
<element firePercent="-10" />
|
|
<element energyPercent="-10" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity paralyze="1" />
|
|
<immunity invisible="1" />
|
|
<immunity death="1" />
|
|
<immunity lifedrain="1" />
|
|
<immunity physical="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Oh my, you forgot to put your pants on!" />
|
|
<voice sentence="Weeheeheeheehee!" />
|
|
<voice sentence="Its nothing but a dream!" />
|
|
<voice sentence="Give in!" />
|
|
</voices>
|
|
</monster>
|