mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 09:55:53 +02:00
little introduce drown and fix some monsters
This commit is contained in:
65
data/monster/781/quara predator scout.xml
Normal file
65
data/monster/781/quara predator scout.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Quara Predator Scout" nameDescription="a quara predator scout" race="blood" experience="400" speed="72" manacost="0">
|
||||
<health now="890" max="890"/>
|
||||
<look type="20" corpse="6067"/>
|
||||
<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="0"/>
|
||||
<flag pushable="0"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag canpushcreatures="1"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
</flags>
|
||||
<attacks skill="30" attack="95">
|
||||
</attacks>
|
||||
<defenses armor="20" defense="29"/>
|
||||
<immunities>
|
||||
<immunity fire="1"/>
|
||||
<immunity lifedrain="1"/>
|
||||
<immunity paralyze="1"/>
|
||||
<immunity invisible="1"/>
|
||||
<immunity drown="1"/>
|
||||
</immunities>
|
||||
<voices interval="5000" chance="10">
|
||||
<voice sentence="Gnarrr!"/>
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="42" chance="24250" /><!-- gold coin -->
|
||||
<item id="2226" chance="10150" /><!-- fishbone -->
|
||||
<item id="2387" chance="4300" /><!-- double axe -->
|
||||
<item id="2473" chance="5800" /><!-- viking helmet -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2483" chance="5575" /><!-- scale armor -->
|
||||
<item id="2145" chance="925" /><!-- small diamond -->
|
||||
<item id="5895" chance="925" /><!-- fish fin -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
Reference in New Issue
Block a user