mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 02:05:54 +02:00
finish serpentine tower event and quest
This commit is contained in:
88
data/monster/790/phantasm.xml
Normal file
88
data/monster/790/phantasm.xml
Normal file
@@ -0,0 +1,88 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Phantasm" nameDescription="a phantasm" race="undead" experience="4400" speed="240" manacost="0">
|
||||
<health now="3950" max="3950" />
|
||||
<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="350" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="90" attack="95" />
|
||||
<attack name="death" interval="2000" chance="10" range="7" min="-250" max="-610">
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
</attack>
|
||||
<attack name="manadrain" interval="2000" chance="20" target="0" radius="3" min="-5" max="-80">
|
||||
<attribute key="areaEffect" value="yellowbubble" />
|
||||
</attack>
|
||||
<attack name="phantasm drown" interval="2000" chance="15" />
|
||||
<attack name="drunk" interval="2000" chance="15" radius="5" target="0" duration="6000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses>
|
||||
<defense name="healing" interval="2000" chance="30" min="228" max="449">
|
||||
<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>
|
||||
<summons maxSummons="4">
|
||||
<summon name="Phantasm Summon" interval="2000" chance="20" />
|
||||
<summon name="Phantasm Summon" interval="2000" chance="20" />
|
||||
</summons>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="30000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="30000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="33" chance="28000" /><!-- gold coin -->
|
||||
<item id="2152" countmax="4" chance="87730" /><!-- platinum coin -->
|
||||
<item id="2260" countmax="2" chance="22500" /><!-- blank rune -->
|
||||
<item id="6500" chance="16320" /><!-- demonic essence -->
|
||||
<item id="7590" countmax="2" chance="32750" /><!-- great mana potion -->
|
||||
<item id="8473" chance="14680" /><!-- ultimate health potion -->
|
||||
<item id="2804" countmax="2" chance="26930" /><!-- shadow herb -->
|
||||
<item id="2149" countmax="3" chance="10190" /><!-- small emerald -->
|
||||
<item id="7414" chance="110" /><!-- abyss hammer -->
|
||||
<item id="2487" chance="660" /><!-- crown armor -->
|
||||
<item id="2165" chance="550" /><!-- stealth ring -->
|
||||
<item id="6300" chance="330" /><!-- death ring -->
|
||||
<item id="7451" chance="550" /><!-- Shadow Sceptre -->
|
||||
<item id="2147" countmax="3" chance="12160" /><!-- small ruby -->
|
||||
<item id="9970" countmax="3" chance="12810" /><!-- small topaz -->
|
||||
<item id="2150" countmax="3" chance="14570" /><!-- small amethyst -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user