mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-07-07 22:40:14 +02:00
73 lines
1.8 KiB
XML
73 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Quara Pincher Scout" nameDescription="a quara pincher scout" race="blood" experience="600" speed="62" manacost="0">
|
|
<health now="775" max="775"/>
|
|
<look type="77" corpse="6063"/>
|
|
<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="0"/>
|
|
<flag targetdistance="1"/>
|
|
<flag runonhealth="0"/>
|
|
</flags>
|
|
<attacks skill="50" attack="80">
|
|
<attack name="speed" chance="10" range="1" speedchange="-600" duration="3000">
|
|
<attribute key="areaEffect" value="redshimmer"/>
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="30" defense="35"/>
|
|
<immunities>
|
|
<immunity fire="1"/>
|
|
<immunity poison="1"/>
|
|
<immunity lifedrain="1"/>
|
|
<immunity paralyze="1"/>
|
|
<immunity outfit="1"/>
|
|
<immunity drunk="1"/>
|
|
<immunity invisible="1"/>
|
|
<immunity drown="1"/>
|
|
</immunities>
|
|
<voices interval="5000" chance="10">
|
|
<voice sentence="Clank clank!"/>
|
|
<voice sentence="Clap!"/>
|
|
</voices>
|
|
<loot>
|
|
<item id="2148" countmax="50" chance="26025" /><!-- gold coin -->
|
|
<item id="2463" chance="7375" /><!-- plate armor -->
|
|
<item id="2394" chance="1350" /><!-- morning star -->
|
|
<item id="2147" chance="3075" /><!-- small ruby -->
|
|
<item id="1987" chance="100000"><!-- bag -->
|
|
<inside>
|
|
<item id="2381" chance="4450" /><!-- halberd -->
|
|
<item id="2398" chance="9600" /><!-- mace -->
|
|
<item id="2177" chance="1025" /><!-- life crystal -->
|
|
<item id="5895" chance="1025" /><!-- fish fin -->
|
|
</inside>
|
|
</item>
|
|
</loot>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</monster> |