mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 01:45:54 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,43 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<monster name="Coral Frog" namedescription="a coral frog" race="blood" experience="20" speed="95" manacost="305">
|
||||
<health now="60" max="60"/>
|
||||
<look type="226" head="114" body="98" legs="97" feet="114" corpse="6079"/>
|
||||
<health now="60" max="60" />
|
||||
<look type="226" head="114" body="98" legs="97" feet="114" corpse="6079" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<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="0"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="1" />
|
||||
<flag canpushitems="0" />
|
||||
<flag canpushcreatures="0" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks skill="10" attack="25">
|
||||
</attacks>
|
||||
<defenses armor="1" defense="5"/>
|
||||
<defenses armor="1" defense="5" />
|
||||
<voices interval="5000" chance="10">
|
||||
<voice sentence="Ribbit!"/>
|
||||
<voice sentence="Ribbit!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="6" chance="46800" /><!-- gold coin -->
|
||||
<item id="3031" countmax="6" chance="468" /><!-- gold coin -->
|
||||
</loot>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user