mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 09:33:26 +02:00
little introduce drown and fix some monsters
This commit is contained in:
64
data/monster/781/quara constrictor scout.xml
Normal file
64
data/monster/781/quara constrictor scout.xml
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Quara Constrictor Scout" nameDescription="a quara constrictor scout" race="undead" experience="250" speed="72" manacost="670">
|
||||
<health now="450" max="450"/>
|
||||
<look type="46" corpse="6065"/>
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="0"/>
|
||||
<flag attackable="1"/>
|
||||
<flag hostile="1"/>
|
||||
<flag illusionable="0"/>
|
||||
<flag convinceable="1"/>
|
||||
<flag pushable="0"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
</flags>
|
||||
<attacks skill="55" attack="40">
|
||||
<attack name="lifedrain" chance="15" radius="3" target="0" max="-80">
|
||||
<attribute key="areaEffect" value="blackspark"/>
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="15" defense="15"/>
|
||||
<immunities>
|
||||
<immunity fire="1"/>
|
||||
<immunity drown="1"/>
|
||||
<immunity lifedrain="0"/>
|
||||
<immunity paralyze="0"/>
|
||||
<immunity invisible="0"/>
|
||||
</immunities>
|
||||
<loot>
|
||||
<item id="2148" countmax="40" chance="24725" /><!-- gold coin -->
|
||||
<item id="2460" chance="9525" /><!-- brass helmet -->
|
||||
<item id="2397" chance="5700" /><!-- longsword -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2465" chance="2300" /><!-- brass armor -->
|
||||
<item id="5895" chance="1050" /><!-- fish fin -->
|
||||
<item id="2150" chance="950" /><!-- small amethyst -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
Reference in New Issue
Block a user