mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-19 00:33:26 +02:00
Full Distribution
This commit is contained in:
42
data/monster/demonskeleton.xml
Normal file
42
data/monster/demonskeleton.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="demon skeleton" nameDescription="a demon skeleton" race="undead" experience="240" speed="50" manacost="620">
|
||||
<health now="400" max="400" />
|
||||
<look type="37" head="0" body="0" legs="0" feet="0" corpse="3990" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" 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="1" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks attack="45" skill="70">
|
||||
<attack name="lifedrain" min="-30" max="-50" range="1" chance="10" />
|
||||
</attacks>
|
||||
<defenses armor="25" defense="35">
|
||||
</defenses>
|
||||
<immunities>
|
||||
<immunity fire="1" />
|
||||
<immunity lifedrain="1" />
|
||||
<immunity paralyze="1" />
|
||||
<immunity poison="1" />
|
||||
</immunities>
|
||||
<loot>
|
||||
<item id="3305" countmax="1" chance="30" /> <!-- a battle hammer -->
|
||||
<item id="3413" countmax="1" chance="10" /> <!-- a battle shield -->
|
||||
<item id="3031" countmax="20" chance="400" /> <!-- a gold coin -->
|
||||
<item id="3031" countmax="25" chance="300" /> <!-- a gold coin -->
|
||||
<item id="3415" countmax="1" chance="1" /> <!-- a guardian shield -->
|
||||
<item id="3353" countmax="1" chance="20" /> <!-- an iron helmet -->
|
||||
<item id="3062" countmax="1" chance="2" /> <!-- a mind stone -->
|
||||
<item id="3078" countmax="1" chance="3" /> <!-- a mysterious fetish -->
|
||||
<item id="3287" countmax="3" chance="100" /> <!-- a throwing star -->
|
||||
<item id="2920" countmax="1" chance="500" /> <!-- a torch -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user