mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 10:15:54 +02:00
fix all new 8.0 monsters loot. Todo fix spells and shit
This commit is contained in:
81
data/monster/800/new/braindeath.xml
Normal file
81
data/monster/800/new/braindeath.xml
Normal file
@@ -0,0 +1,81 @@
|
||||
<monster name="Braindeath" nameDescription="a braindeath" race="undead" experience="895" speed="230" manacost="0">
|
||||
<health now="1225" max="1225" />
|
||||
<look type="256" corpse="7256" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="1" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="1" />
|
||||
<flag targetdistance="4" />
|
||||
<flag staticattack="80" />
|
||||
<flag runonhealth="0" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="30" attack="50" />
|
||||
<attack name="energy" interval="2000" chance="10" range="7" min="-93" max="-170">
|
||||
<attribute key="shootEffect" value="energy" />
|
||||
</attack>
|
||||
<attack name="fire" interval="2000" chance="10" range="7" min="-75" max="-125">
|
||||
<attribute key="shootEffect" value="fire" />
|
||||
</attack>
|
||||
<attack name="death" interval="2000" chance="10" range="7" min="-85" max="-170">
|
||||
<attribute key="shootEffect" value="suddendeath" />
|
||||
<attribute key="areaEffect" value="mortarea" />
|
||||
</attack>
|
||||
<attack name="earth" interval="2000" chance="10" range="7" min="-65" max="-125">
|
||||
<attribute key="shootEffect" value="poison" />
|
||||
</attack>
|
||||
<attack name="lifedrain" interval="2000" chance="10" range="7" min="-75" max="-85">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</attack>
|
||||
<attack name="manadrain" interval="2000" chance="10" range="7" min="0" max="-155">
|
||||
</attack>
|
||||
</attacks>
|
||||
<defenses armor="20" defense="20">
|
||||
<defense name="healing" interval="2000" chance="15" min="150" max="200">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
<defense name="speed" interval="2000" chance="15" speedchange="260" duration="5000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
<elements>
|
||||
<element icePercent="20" />
|
||||
<element physicalPercent="10" />
|
||||
<element energyPercent="10" />
|
||||
<element holyPercent="-20" />
|
||||
<element firePercent="-15" />
|
||||
</elements>
|
||||
<immunities>
|
||||
<immunity earth="1" />
|
||||
<immunity death="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<summons maxSummons="2">
|
||||
<summon name="Vampire" interval="2000" chance="10" />
|
||||
</summons>
|
||||
<voices interval="2000" chance="7">
|
||||
<voice sentence="You have disturbed my thoughts!" />
|
||||
<voice sentence="Let me turn you into something more useful!" />
|
||||
<voice sentence="Let me taste your brain!" />
|
||||
<voice sentence="You will be punished!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="3031" countmax="89" chance="550" /><!-- gold coin -->
|
||||
<item id="7364" countmax="4" chance="90" /><!-- sniper arrows -->
|
||||
<item id="648" chance="6" /><!-- spellbook -->
|
||||
<item id="3338" chance="80" /><!-- bone sword -->
|
||||
<item id="3311" chance="20" /><!-- clerical mace -->
|
||||
<item id="3409" chance="60" /><!-- steel shield -->
|
||||
<item id="5898" chance="33" /><!-- beholder eye -->
|
||||
<item id="7407" chance="15" /><!-- haunted blade -->
|
||||
<item id="3418" chance="7" /><!-- beholder shield -->
|
||||
<item id="7452" chance="9" /><!-- spiked squelcher-->
|
||||
<item id="3408" chance="1" /><!-- beholder helmet -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user