mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 09:55:53 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,73 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Pirate Buccaneer" nameDescription="a pirate buccaneer" race="blood" experience="250" speed="68" manacost="595">
|
||||
<health now="425" max="425"/>
|
||||
<look type="97" corpse="6080"/>
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<health now="425" max="425" />
|
||||
<look type="97" corpse="6080" />
|
||||
<targetchange interval="1000" chance="100" />
|
||||
<targetstrategy nearest="0" weakest="100" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="1"/>
|
||||
<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="50"/>
|
||||
<flag summonable="1" />
|
||||
<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="50" />
|
||||
</flags>
|
||||
<attacks skill="30" attack="80">
|
||||
<attack name="physical" chance="15" range="7" min="-0" max="-100">
|
||||
<attribute key="shootEffect" value="throwingknife"/>
|
||||
<attribute key="shootEffect" value="throwingknife" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="25" defense="23"/>
|
||||
<defenses armor="25" defense="23" />
|
||||
<immunities>
|
||||
<immunity invisible="1"/>
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices interval="5000" chance="10">
|
||||
<voice sentence="Give up!"/>
|
||||
<voice sentence="Hiyaa"/>
|
||||
<voice sentence="Plundeeeeer!"/>
|
||||
<voice sentence="Give up!" />
|
||||
<voice sentence="Hiyaa" />
|
||||
<voice sentence="Plundeeeeer!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="59" chance="27550" /><!-- gold coin -->
|
||||
<item id="6095" chance="1500" /><!-- pirate shirt -->
|
||||
<item id="2385" chance="10825" /><!-- sabre -->
|
||||
<item id="11213" chance="11775" /><!-- compass -->
|
||||
<item id="2050" chance="10300" /><!-- torch -->
|
||||
<item id="2410" countmax="5" chance="6000" /><!-- throwing knife -->
|
||||
<item id="5091" chance="1850" /><!-- treasure map -->
|
||||
<item id="2238" chance="10400" /><!-- worn leather boots -->
|
||||
<item id="5926" chance="850" /><!-- pirate backpack -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="6097" chance="1075" /><!-- hook -->
|
||||
<item id="6098" chance="925" /><!-- eye patch -->
|
||||
<item id="2513" chance="4400" /><!-- battle shield -->
|
||||
<item id="7588" chance="625" /><!-- strong health potion -->
|
||||
<item id="2463" chance="1150" /><!-- plate armor -->
|
||||
<item id="6126" chance="850" /><!-- peg leg -->
|
||||
<item id="5792" chance="575" /><!-- dice -->
|
||||
<item id="5553" chance="550" /><!-- rum flask -->
|
||||
</inside>
|
||||
</item>
|
||||
<item id="3031" countmax="59" chance="275" /><!-- gold coin -->
|
||||
<item id="6095" chance="15" /><!-- pirate shirt -->
|
||||
<item id="3273" chance="108" /><!-- sabre -->
|
||||
<item id="2920" chance="103" /><!-- torch -->
|
||||
<item id="3298" countmax="5" chance="60" /><!-- throwing knife -->
|
||||
<item id="5090" chance="18" /><!-- treasure map -->
|
||||
<item id="3123" chance="104" /><!-- worn leather boots -->
|
||||
<item id="5926" chance="8" /><!-- pirate backpack -->
|
||||
<item id="6097" chance="10" /><!-- hook -->
|
||||
<item id="6098" chance="9" /><!-- eye patch -->
|
||||
<item id="3413" chance="44" /><!-- battle shield -->
|
||||
<item id="3357" chance="11" /><!-- plate armor -->
|
||||
<item id="6126" chance="8" /><!-- peg leg -->
|
||||
<item id="5792" chance="5" /><!-- dice -->
|
||||
<item id="5552" chance="5" /><!-- rum flask -->
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user