mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 10:15:54 +02:00
finish serpentine tower event and quest
This commit is contained in:
79
data/monster/790/spectre.xml
Normal file
79
data/monster/790/spectre.xml
Normal file
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Spectre" nameDescription="a spectre" race="undead" experience="2100" speed="230" manacost="0">
|
||||
<health now="1350" max="1350" />
|
||||
<look type="235" head="20" corpse="6348" />
|
||||
<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="65" attack="82" poison="300" />
|
||||
<attack name="drunk" interval="2000" chance="15" radius="4" target="0" duration="6000">
|
||||
<attribute key="areaEffect" value="purplenote" />
|
||||
</attack>
|
||||
<attack name="spectre drown" interval="2000" chance="15" />
|
||||
<attack name="manadrain" interval="2000" chance="15" range="7" min="-100" max="-400" />
|
||||
<attack name="lifedrain" interval="2000" chance="20" range="7" min="-300" max="-550">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="35" defense="35">
|
||||
<defense name="healing" interval="2000" chance="25" min="100" max="250">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="healing" interval="2000" chance="10" min="370" max="700">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="290" duration="5000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element physicalPercent="90" />
|
||||
<element icePercent="1" />
|
||||
<element firePercent="-8" />
|
||||
<element energyPercent="-8" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity paralyze="1" />
|
||||
<immunity invisible="1" />
|
||||
<immunity drown="1" />
|
||||
<immunity lifedrain="1" />
|
||||
<immunity earth="1" />
|
||||
<immunity death="1" />
|
||||
</immunities>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="Revenge ... is so ... sweet!" />
|
||||
<voice sentence="Life...force! Feed me your... lifeforce!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="33000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="33000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="97" chance="33000" /><!-- gold coin -->
|
||||
<item id="2260" countmax="2" chance="30310" /><!-- blank rune -->
|
||||
<item id="2152" countmax="7" chance="3850" /><!-- platinum coin -->
|
||||
<item id="5944" chance="6005" /><!-- soul orb -->
|
||||
<item id="2165" chance="190" /><!-- stealth ring -->
|
||||
<item id="2189" chance="9800" /><!-- wand of cosmic energy -->
|
||||
<item id="6500" chance="6270" /><!-- demonic essence -->
|
||||
<item id="2071" chance="9620" /><!-- lyre -->
|
||||
<item id="7383" chance="700" /><!-- relic sword -->
|
||||
<item id="2134" chance="850" /><!-- silver brooch -->
|
||||
<item id="5909" chance="3800" /><!-- white piece of cloth -->
|
||||
<item id="6300" chance="280" /><!-- death ring -->
|
||||
<item id="7590" chance="920" /><!-- great mana potion -->
|
||||
<item id="2134" chance="110" /><!-- shadow sceptre -->
|
||||
<item id="2136" chance="110" /><!--demonbone amulet -->
|
||||
<item id="11227" chance="1000" /><!-- shiny stone -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user