mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 09:33:26 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,55 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Pirate Skeleton" nameDescription="a pirate skeleton" race="undead" experience="85" speed="45" manacost="0">
|
||||
<health now="190" max="190"/>
|
||||
<look type="195" corpse="6070"/>
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<health now="190" max="190" />
|
||||
<look type="195" corpse="6070" />
|
||||
<targetchange interval="1000" chance="100" />
|
||||
<targetstrategy nearest="0" weakest="100" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="0"/>
|
||||
<flag attackable="1"/>
|
||||
<flag hostile="1"/>
|
||||
<flag illusionable="0"/>
|
||||
<flag convinceable="0"/>
|
||||
<flag pushable="1"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="20"/>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="1" />
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="0" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="20" />
|
||||
</flags>
|
||||
<attacks skill="40" attack="20">
|
||||
</attacks>
|
||||
<defenses armor="18" defense="19"/>
|
||||
<defenses armor="18" defense="19" />
|
||||
<loot>
|
||||
<item id="2148" countmax="25" chance="25625" /><!-- gold coin -->
|
||||
<item id="2230" chance="7200" /><!-- bone -->
|
||||
<item id="2231" chance="6075" /><!-- big bone -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2229" chance="3800" /><!-- skull -->
|
||||
<item id="2406" chance="1350" /><!-- short sword -->
|
||||
<item id="2449" chance="1800" /><!-- bone club -->
|
||||
<item id="2376" chance="1200" /><!-- sword -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
||||
<item id="3031" countmax="25" chance="256" /><!-- gold coin -->
|
||||
<item id="3115" chance="72" /><!-- bone -->
|
||||
<item id="3116" chance="60" /><!-- big bone -->
|
||||
<item id="3114" chance="38" /><!-- skull -->
|
||||
<item id="3294" chance="13" /><!-- short sword -->
|
||||
<item id="3337" chance="18" /><!-- bone club -->
|
||||
<item id="3264" chance="12" /><!-- sword -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user