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:
75
data/monster/790/defiler.xml
Normal file
75
data/monster/790/defiler.xml
Normal file
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Defiler" nameDescription="a defiler" race="venom" experience="3700" speed="230" manacost="0">
|
||||
<health now="3650" max="3650" />
|
||||
<look type="238" corpse="6532" />
|
||||
<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="80" />
|
||||
<flag runonhealth="85" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="50" attack="80" poison="150" />
|
||||
<attack name="poison" interval="2000" chance="20" range="7" min="-160" max="-270">
|
||||
<attribute key="shootEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="poisoncondition" interval="2000" chance="15" target="0" radius="7" range="7" min="-400" max="-640">
|
||||
<attribute key="areaEffect" value="greenspark" />
|
||||
</attack>
|
||||
<attack name="poison" interval="2000" chance="20" radius="3" target="0" min="-120" max="-170">
|
||||
<attribute key="areaEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="poisoncondition" interval="2000" chance="10" length="8" spread="3" min="-500" max="-1000">
|
||||
<attribute key="areaEffect" value="smallplants" />
|
||||
</attack>
|
||||
<attack name="speed" interval="2000" chance="15" length="8" spread="3" speedchange="-700" duration="15000" >
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="20" defense="20">
|
||||
<defense name="healing" interval="2000" chance="10" min="280" max="350">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element energyPercent="10" />
|
||||
<element icePercent="20" />
|
||||
<element firePercent="-25" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity earth="1" />
|
||||
<immunity paralyze="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="Blubb" />
|
||||
<voice sentence="Blubb Blubb" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="100000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="100000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="72" chance="100000" /><!-- gold coin -->
|
||||
<item id="2152" countmax="6" chance="95000" /><!-- platinum coin -->
|
||||
<item id="5944" chance="20000" /><!-- soul orb -->
|
||||
<item id="6500" chance="20320" /><!-- demonic essence -->
|
||||
<item id="9967" chance="14210" /><!-- glob of acid slime -->
|
||||
<item id="9968" chance="12000" /><!-- glob of tar -->
|
||||
<item id="2151" chance="5710" /><!-- talon -->
|
||||
<item id="2158" chance="300" /><!-- blue gem -->
|
||||
<item id="2149" countmax="3" chance="5366" /><!-- small emeralds-->
|
||||
<item id="2147" countmax="2" chance="3000" /><!-- small rubies -->
|
||||
<item id="6300" chance="3030" /><!-- death ring-->
|
||||
<item id="2145" countmax="2" chance="2439" /><!-- small diamond -->
|
||||
<item id="2156" chance="1538" /><!-- red gem -->
|
||||
<item id="2154" chance="1219" /><!-- yellow gem -->
|
||||
<item id="2155" chance="613" /><!-- green gem -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user