mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-23 11:39:21 +02:00
49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
<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="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" />
|
|
</flags>
|
|
<attacks skill="30" attack="80">
|
|
<attack name="physical" chance="15" range="7" min="-0" max="-100">
|
|
<attribute key="shootEffect" value="throwingknife" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="25" defense="23" />
|
|
<immunities>
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="5000" chance="10">
|
|
<voice sentence="Give up!" />
|
|
<voice sentence="Hiyaa" />
|
|
<voice sentence="Plundeeeeer!" />
|
|
</voices>
|
|
<loot>
|
|
<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> |