mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 17:35:54 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,55 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Blood Crab" nameDescription="a blood crab" race="blood" experience="160" speed="50" manacost="505">
|
||||
<health now="290" max="290"/>
|
||||
<look type="200" corpse="6075"/>
|
||||
<health now="290" max="290" />
|
||||
<look type="200" corpse="6075" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="1"/>
|
||||
<flag attackable="1"/>
|
||||
<flag hostile="1"/>
|
||||
<flag illusionable="1"/>
|
||||
<flag convinceable="1"/>
|
||||
<flag pushable="0"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
<flag summonable="1" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="0" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks skill="100" attack="20">
|
||||
</attacks>
|
||||
<defenses armor="10" defense="15"/>
|
||||
<defenses armor="10" defense="15" />
|
||||
<immunities>
|
||||
<immunity drown="1"/>
|
||||
<immunity earth="1"/>
|
||||
<immunity drown="1" />
|
||||
<immunity earth="1" />
|
||||
</immunities>
|
||||
<loot>
|
||||
<item id="2464" chance="5500" /><!-- chain armor -->
|
||||
<item id="2478" chance="2275" /><!-- brass legs -->
|
||||
<item id="10549" chance="7700" /><!-- bloody pincers -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2148" countmax="20" chance="31025" /><!-- gold coin -->
|
||||
<item id="2667" chance="10750" /><!-- fish -->
|
||||
<item id="2143" chance="1000" /><!-- white pearl -->
|
||||
</inside>
|
||||
</item>
|
||||
<item id="3358" chance="55" /><!-- chain armor -->
|
||||
<item id="3372" chance="22" /><!-- brass legs -->
|
||||
<item id="3031" countmax="20" chance="310" /><!-- gold coin -->
|
||||
<item id="3578" chance="107" /><!-- fish -->
|
||||
<item id="3026" chance="10" /><!-- white pearl -->
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user