mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 10:15:54 +02:00
fix all 8.0 monsters and add custom spell effects
This commit is contained in:
24
data/monster/800/silver rabbit.xml
Normal file
24
data/monster/800/silver rabbit.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<monster name="Silver Rabbit" nameDescription="a silver rabbit" race="blood" experience="0" speed="55" manacost="220">
|
||||
<health now="15" max="15" />
|
||||
<look type="262" head="69" body="66" legs="69" feet="66" corpse="7338" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
<flag summonable="1" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="0" />
|
||||
<flag lightlevel="0" />
|
||||
<flag lightcolor="0" />
|
||||
<flag targetdistance="0" />
|
||||
<flag runonhealth="15" />
|
||||
</flags>
|
||||
<defenses armor="5" defense="5" />
|
||||
<loot>
|
||||
<item id="3577" countmax="2" chance="861" /><!-- meat -->
|
||||
<item id="3595" chance="111" /><!-- carrot -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user