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:
56
data/monster/800/frost giantess.xml
Normal file
56
data/monster/800/frost giantess.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<monster name="Frost Giantess" nameDescription="a frost giantess" race="blood" experience="150" speed="59" manacost="490">
|
||||
<health now="275" max="275" />
|
||||
<look type="265" corpse="7330" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="1" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag lightlevel="0" />
|
||||
<flag lightcolor="0" />
|
||||
<flag targetdistance="4" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks skill="30" attack="30">
|
||||
<attack name="physical" interval="2000" chance="30" range="7" min="0" max="-90">
|
||||
<attribute key="shootEffect" value="largerock" />
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="15" defense="15">
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="85" duration="5000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element firePercent="20" />
|
||||
<element energyPercent="-10" />
|
||||
</elements>
|
||||
<immunities>
|
||||
|
||||
</immunities>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="Ymirs Mjalle!" />
|
||||
<voice sentence="No run so much, must stay fat!" />
|
||||
<voice sentence="Horre, Sjan Flan!" />
|
||||
<voice sentence="Damned fast food." />
|
||||
<voice sentence="Come kiss the cook!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="3031" countmax="40" chance="800" /><!-- gold coin -->
|
||||
<item id="3582" countmax="2" chance="209" /><!-- ham -->
|
||||
<item id="3294" chance="79" /><!-- short sword -->
|
||||
<item id="7441" chance="20" /><!-- ice cube -->
|
||||
<item id="3413" chance="14" /><!-- battle shield -->
|
||||
<item id="7460" chance="3" /><!-- norse shield -->
|
||||
<item id="1781" countmax="3" chance="103" /><!-- small stone -->
|
||||
<item id="3093" chance="70" /><!-- club ring -->
|
||||
<item id="3384" chance="1" /><!-- dark helmet -->
|
||||
<item id="7290" chance="10" /><!-- shard -->
|
||||
<item id="268" chance="9" /><!-- mana potion -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user