mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-01 15:34:29 +02:00
74 lines
2.2 KiB
XML
74 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Pirate Corsair" nameDescription="a pirate corsair" race="blood" experience="350" speed="75" manacost="775">
|
|
<health now="675" max="675"/>
|
|
<look type="98" 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="1"/>
|
|
<flag pushable="0"/>
|
|
<flag canpushitems="1"/>
|
|
<flag canpushcreatures="1"/>
|
|
<flag targetdistance="1"/>
|
|
<flag runonhealth="0"/>
|
|
</flags>
|
|
<attacks skill="75" attack="40">
|
|
<attack name="physical" chance="15" range="7" max="-150">
|
|
<attribute key="shootEffect" value="throwingstar"/>
|
|
</attack>
|
|
<attack name="physical" chance="20" target="0" min="-0" max="-0">
|
|
<attribute key="areaEffect" value="rednote"/>
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="25" defense="20"/>
|
|
<immunities>
|
|
<immunity invisible="1"/>
|
|
</immunities>
|
|
<voices interval="5000" chance="10">
|
|
<voice sentence="Give up!"/>
|
|
<voice sentence="Hiyaa!"/>
|
|
<voice sentence="Plundeeeeer!"/>
|
|
</voices>
|
|
<loot>
|
|
<item id="2399" countmax="12" chance="5175" /><!-- throwing star -->
|
|
<item id="5553" chance="650" /><!-- rum flask -->
|
|
<item id="2148" countmax="83" chance="17875" /><!-- gold coin -->
|
|
<item id="2385" chance="10525" /><!-- sabre -->
|
|
<item id="11213" chance="10825" /><!-- compass -->
|
|
<item id="2521" chance="1800" /><!-- dark shield -->
|
|
<item id="6126" chance="1075" /><!-- peg leg -->
|
|
<item id="5462" chance="950" /><!-- pirate boots -->
|
|
<item id="1987" chance="100000"><!-- bag -->
|
|
<inside>
|
|
<item id="6097" chance="1375" /><!-- hook -->
|
|
<item id="2489" chance="2525" /><!-- dark armor -->
|
|
<item id="5926" chance="1225" /><!-- pirate backpack -->
|
|
<item id="7588" chance="575" /><!-- strong health potion -->
|
|
<item id="6098" chance="650" /><!-- eye patch -->
|
|
<item id="6096" chance="1225" /><!-- pirate hat -->
|
|
<item id="5812" chance="650" /><!-- skull candle -->
|
|
</inside>
|
|
</item>
|
|
</loot>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</monster>
|