mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 09:33:26 +02:00
finish 780 creatures
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Green Frog" nameDescription="a green frog" race="venom" experience="0" speed="95" manacost="305">
|
||||
<health now="25" max="25"/>
|
||||
<look type="224" head="69" body="66" legs="69" feet="66" corpse="6079"/>
|
||||
<health now="25" max="25" />
|
||||
<look type="224" head="69" body="66" legs="69" feet="66" corpse="6079" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="1"/>
|
||||
<flag attackable="1"/>
|
||||
<flag hostile="1"/>
|
||||
<flag illusionable="1"/>
|
||||
<flag convinceable="1"/>
|
||||
<flag pushable="1"/>
|
||||
<flag canpushitems="0"/>
|
||||
<flag canpushcreatures="0"/>
|
||||
<flag targetdistance="6"/>
|
||||
<flag runonhealth="60"/>
|
||||
<flag summonable="1" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="1" />
|
||||
<flag canpushitems="0" />
|
||||
<flag canpushcreatures="0" />
|
||||
<flag targetdistance="6" />
|
||||
<flag runonhealth="60" />
|
||||
</flags>
|
||||
<defenses armor="3" defense="2"/>
|
||||
<defenses armor="3" defense="2" />
|
||||
<voices interval="5000" chance="10">
|
||||
<voice sentence="Ribbit!"/>
|
||||
<voice sentence="Ribbit! Ribbit!"/>
|
||||
<voice sentence="Ribbit!" />
|
||||
<voice sentence="Ribbit! Ribbit!" />
|
||||
</voices>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user