mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
51
data/monster/monk.xml
Normal file
51
data/monster/monk.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="monk" nameDescription="a monk" race="blood" experience="200" speed="80" manacost="600">
|
||||
<health now="240" max="240" />
|
||||
<look type="57" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
<flag summonable="1" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="1" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks attack="42" skill="55">
|
||||
</attacks>
|
||||
<defenses armor="25" defense="52">
|
||||
<defense name="healing" min="30" max="50" chance="6">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="speed" speedchange="55" variation="5" duration="2000" chance="10">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<immunities>
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<voices>
|
||||
<voice sentence="I will punish the sinners!" />
|
||||
<voice sentence="A prayer to the almighty one." />
|
||||
<voice sentence="Repent Heretic!" yell="1" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="3077" countmax="1" chance="1" /> <!-- an ankh -->
|
||||
<item id="2853" countmax="1" chance="130" /> <!-- a bag -->
|
||||
<item id="3600" countmax="1" chance="200" /> <!-- a bread -->
|
||||
<item id="2885" countmax="1" chance="90" /> <!-- a brown flask -->
|
||||
<item id="3031" countmax="18" chance="150" /> <!-- a gold coin -->
|
||||
<item id="3361" countmax="1" chance="55" /> <!-- a leather armor -->
|
||||
<item id="3061" countmax="1" chance="10" /> <!-- a life crystal -->
|
||||
<item id="2914" countmax="1" chance="100" /> <!-- a lamp -->
|
||||
<item id="3050" countmax="1" chance="1" /> <!-- a power ring -->
|
||||
<item id="3551" countmax="1" chance="80" /> <!-- sandals -->
|
||||
<item id="2815" countmax="1" chance="200" /> <!-- a scroll -->
|
||||
<item id="3289" countmax="1" chance="110" /> <!-- a staff -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user