mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-03 16:34:27 +02:00
59 lines
2.0 KiB
XML
59 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Deadeye Devious" nameDescription="Deadeye Devious" race="blood" experience="500" speed="65" manacost="0">
|
|
<health now="1450" max="1450"/>
|
|
<look type="151" head="115" body="76" legs="35" feet="117" addons="2" 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 lightlevel="0"/>
|
|
<flag lightcolor="0"/>
|
|
<flag targetdistance="3"/>
|
|
<flag runonhealth="0"/>
|
|
</flags>
|
|
<attacks skill="40" attack="60">
|
|
<attack name="physical" chance="25" min="-40" max="-160">
|
|
<attribute key="shootEffect" value="throwingknife"/>
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="35" defense="50">
|
|
<defense name="healing" chance="10" min="50" max="150">
|
|
<attribute key="areaEffect" value="blueshimmer"/>
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity invisible="1"/>
|
|
</immunities>
|
|
<voices interval="5000" chance="10">
|
|
<voice sentence="Let's kill 'em"/>
|
|
<voice sentence="Arrrgh!"/>
|
|
<voice sentence="You'll never take me alive!"/>
|
|
</voices>
|
|
<loot>
|
|
<item id="2463" chance="100500" /><!-- plate armor -->
|
|
<item id="2148" countmax="88" chance="65175" /><!-- gold coin -->
|
|
<item id="6102" chance="100500" /><!-- deadeye devious' eye patch -->
|
|
<item id="2476" chance="18675" /><!-- knight armor -->
|
|
<item id="2229" countmax="2" chance="68675" /><!-- skull -->
|
|
<item id="2666" chance="27775" /><!-- meat -->
|
|
<item id="1987" chance="100000"><!-- bag -->
|
|
<inside>
|
|
<item id="2145" chance="18675" /><!-- small diamond -->
|
|
<item id="2379" chance="27775" /><!-- dagger -->
|
|
<item id="7591" chance="9075" /><!-- great health potion -->
|
|
<item id="5926" chance="9600" /><!-- pirate backpack -->
|
|
</inside>
|
|
</item>
|
|
</loot>
|
|
|
|
|
|
|
|
|
|
</monster>
|