mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 00:03:26 +02:00
little introduce drown and fix some monsters
This commit is contained in:
52
data/monster/781/tortoise.xml
Normal file
52
data/monster/781/tortoise.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Tortoise" nameDescription="a tortoise" race="blood" experience="90" speed="50" manacost="445">
|
||||
<health now="185" max="185"/>
|
||||
<look type="197" corpse="6072"/>
|
||||
<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="1"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
</flags>
|
||||
<attacks skill="40" attack="20">
|
||||
</attacks>
|
||||
<defenses armor="15" defense="15"/>
|
||||
<loot>
|
||||
<item id="2148" countmax="30" chance="30925" /><!-- gold coin -->
|
||||
<item id="6131" chance="725" /><!-- tortoise shield -->
|
||||
<item id="5678" countmax="2" chance="1125" /><!-- tortoise egg -->
|
||||
<item id="2667" chance="5600" /><!-- fish -->
|
||||
<item id="1987" chance="100000"><!-- bag -->
|
||||
<inside>
|
||||
<item id="2510" chance="3625" /><!-- plate shield -->
|
||||
<item id="2417" chance="1375" /><!-- battle hammer -->
|
||||
<item id="5899" chance="1475" /><!-- turtle shell -->
|
||||
</inside>
|
||||
</item>
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
Reference in New Issue
Block a user