mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-17 07:07:12 +01:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
25
data/monster/800/arena/greenhorn/bovinus.xml
Normal file
25
data/monster/800/arena/greenhorn/bovinus.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Bovinus" nameDescription="Bovinus" race="blood" experience="60" speed="170" manacost="0">
|
||||
<health now="150" max="150" />
|
||||
<look type="25" corpse="7349" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag targetdistance="1" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" min="0" max="-50" />
|
||||
</attacks>
|
||||
<elements>
|
||||
<element firePercent="20" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<defenses armor="9" defense="11" />
|
||||
</monster>
|
||||
Reference in New Issue
Block a user