mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 02:05:54 +02:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
31
data/monster/800/new/penguin.xml
Normal file
31
data/monster/800/new/penguin.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<monster name="Penguin" nameDescription="penguin" race="blood" experience="1" speed="180" manacost="300">
|
||||
<health now="33" max="33" />
|
||||
<look type="250" corpse="7334" />
|
||||
<targetchange interval="4000" chance="0" />
|
||||
<flags>
|
||||
<flag summonable="1" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="0" />
|
||||
<flag canpushcreatures="0" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="32" />
|
||||
<flag staticattack="90" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="10" attack="3" />
|
||||
</attacks>
|
||||
<defenses armor="5" defense="5" />
|
||||
<elements>
|
||||
<element icePercent="5" />
|
||||
<element energyPercent="-5" />
|
||||
</elements>
|
||||
<loot>
|
||||
<item id="3578" countmax="2" chance="75" /><!-- fish -->
|
||||
<item id="7159" chance="1" /><!-- green perch -->
|
||||
<item id="7158" chance="1" /><!-- rainbow trout -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user