mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 17:35:54 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Enlightened of the Cult" nameDescription="a enlightened of the cult" race="blood" experience="500" speed="60" manacost="0">
|
||||
<health now="700" max="700"/>
|
||||
<look type="193" corpse="6080"/>
|
||||
<health now="700" max="700" />
|
||||
<look type="193" corpse="6080" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<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="5"/>
|
||||
<flag runonhealth="0"/>
|
||||
<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="5" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks skill="30" attack="50" poison="80">
|
||||
<attack name="lifedrain" min="-70" max="-185" range="3" chance="20" target="1">
|
||||
@@ -25,66 +24,40 @@
|
||||
<attribute key="areaEffect" value="teleport" />
|
||||
</attack>
|
||||
<attack name="physical" chance="17" range="7" radius="1" target="1" min="-70" max="-185">
|
||||
<attribute key="shootEffect" value="energy"/>
|
||||
<attribute key="shootEffect" value="energy" />
|
||||
</attack>
|
||||
<attack name="speed" chance="10" range="7" speedchange="-220" duration="5000">
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="15" defense="20">
|
||||
<defense name="invisible" chance="15" duration="6000">
|
||||
<attribute key="areaEffect" value="blueshimmer"/>
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="healing" chance="30" min="30" max="50">
|
||||
<attribute key="areaEffect" value="blueshimmer"/>
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<immunities>
|
||||
<immunity paralyze="1"/>
|
||||
<immunity invisible="1"/>
|
||||
<immunity paralyze="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<summons maxSummons="2">
|
||||
<summon name="Crypt Shambler" chance="10" max="2"/>
|
||||
<summon name="Ghost" chance="10" max="2"/>
|
||||
<summon name="Crypt Shambler" chance="10" max="2" />
|
||||
<summon name="Ghost" chance="10" max="2" />
|
||||
</summons>
|
||||
<loot>
|
||||
<item id="2148" countmax="69" chance="23625" /><!-- gold coin -->
|
||||
<item id="2200" chance="1600" /><!-- protection amulet -->
|
||||
<item id="2167" chance="1000" /><!-- energy ring -->
|
||||
<item id="7589" chance="825" /><!-- strong mana potion -->
|
||||
<item id="10554" chance="10450" /><!-- cultish mask -->
|
||||
<item id="7426" chance="625" /><!-- amber staff -->
|
||||
<item id="2656" chance="625" /><!-- blue robe -->
|
||||
<item id="5810" chance="1000" /><!-- pirate voodoo doll -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2436" chance="850" /><!-- skull staff -->
|
||||
<item id="1950" chance="1375" /><!-- book -->
|
||||
<item id="2187" chance="725" /><!-- wand of inferno -->
|
||||
<item id="2146" chance="1025" /><!-- small sapphire -->
|
||||
<item id="6090" chance="975" /><!-- music sheet -->
|
||||
<item id="5669" chance="575" /><!-- mysterious voodoo skull -->
|
||||
<item id="2171" chance="650" /><!-- platinum amulet -->
|
||||
<item id="2114" chance="575" /><!-- piggy bank -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
||||
<item id="3031" countmax="69" chance="236" /><!-- gold coin -->
|
||||
<item id="3084" chance="16" /><!-- protection amulet -->
|
||||
<item id="3051" chance="10" /><!-- energy ring -->
|
||||
<item id="3567" chance="6" /><!-- blue robe -->
|
||||
<item id="5810" chance="10" /><!-- pirate voodoo doll -->
|
||||
<item id="3324" chance="8" /><!-- skull staff -->
|
||||
<item id="2843" chance="13" /><!-- book -->
|
||||
<item id="3071" chance="7" /><!-- wand of inferno -->
|
||||
<item id="3029" chance="10" /><!-- small sapphire -->
|
||||
<item id="6090" chance="9" /><!-- music sheet -->
|
||||
<item id="5668" chance="5" /><!-- mysterious voodoo skull -->
|
||||
<item id="3055" chance="6" /><!-- platinum amulet -->
|
||||
<item id="2995" chance="5" /><!-- piggy bank -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user