mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 01:45:54 +02:00
little introduce drown and fix some monsters
This commit is contained in:
73
data/monster/781/pirate marauder.xml
Normal file
73
data/monster/781/pirate marauder.xml
Normal file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Pirate Marauder" nameDescription="a pirate marauder" race="blood" experience="125" speed="70" manacost="490">
|
||||
<health now="210" max="210"/>
|
||||
<look type="93" corpse="6080"/>
|
||||
<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="25"/>
|
||||
</flags>
|
||||
<attacks skill="60" attack="40">
|
||||
<attack name="physical" chance="15" range="7" min="-0" max="-40">
|
||||
<attribute key="shootEffect" value="spear"/>
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="15" defense="20"/>
|
||||
<immunities>
|
||||
<immunity invisible="1"/>
|
||||
</immunities>
|
||||
<voices interval="5000" chance="10">
|
||||
<voice sentence="Plundeeeeer!"/>
|
||||
<voice sentence="Give up!"/>
|
||||
<voice sentence="Hiyaa!"/>
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="40" chance="30950" /><!-- gold coin -->
|
||||
<item id="5927" chance="1075" /><!-- pirate bag -->
|
||||
<item id="2050" chance="9900" /><!-- torch -->
|
||||
<item id="2464" chance="3350" /><!-- chain armor -->
|
||||
<item id="11213" chance="10725" /><!-- compass -->
|
||||
<item id="6097" chance="1050" /><!-- hook -->
|
||||
<item id="2389" countmax="2" chance="4025" /><!-- spear -->
|
||||
<item id="5091" chance="1450" /><!-- treasure map -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="6126" chance="1050" /><!-- peg leg -->
|
||||
<item id="2510" chance="5550" /><!-- plate shield -->
|
||||
<item id="5917" chance="1500" /><!-- bandana -->
|
||||
<item id="5553" chance="550" /><!-- rum flask -->
|
||||
<item id="6098" chance="1000" /><!-- eye patch -->
|
||||
<item id="5929" chance="675" /><!-- goldfish bowl -->
|
||||
<item id="5792" chance="600" /><!-- dice -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
Reference in New Issue
Block a user