mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-12 06:29:19 +02:00
59 lines
1.4 KiB
XML
59 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<monster name="Toad" nameDescription="a toad" race="blood" experience="60" speed="52" manacost="400">
|
|
<health now="135" max="135"/>
|
|
<look type="222" corpse="6077"/>
|
|
<targetchange interval="1000" chance="0" />
|
|
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
|
<flags>
|
|
<flag summonable="1"/>
|
|
<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="20"/>
|
|
</flags>
|
|
<attacks skill="30" attack="15" poision="20">
|
|
<attack name="physical" chance="10" range="7" min="-8" max="-17">
|
|
<attribute key="shootEffect" value="poison"/>
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="12" defense="10"/>
|
|
<voices interval="5000" chance="30">
|
|
<voice sentence="Ribbit, ribbit!"/>
|
|
<voice sentence="Ribbit!"/>
|
|
</voices>
|
|
<loot>
|
|
<item id="2148" countmax="20" chance="25625" /><!-- gold coin -->
|
|
<item id="10556" chance="3600" /><!-- poisonous slime -->
|
|
<item id="2667" chance="21850" /><!-- fish -->
|
|
<item id="1987" chance="100000"><!-- bag -->
|
|
<inside>
|
|
<item id="2391" chance="775" /><!-- war hammer -->
|
|
<item id="2398" chance="2325" /><!-- mace -->
|
|
</inside>
|
|
</item>
|
|
</loot>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</monster>
|