mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-28 14:04:28 +02:00
77 lines
3.0 KiB
XML
77 lines
3.0 KiB
XML
<monster name="Braindeath" nameDescription="a braindeath" race="undead" experience="895" speed="65" manacost="0">
|
|
<health now="1225" max="1225" />
|
|
<look type="256" corpse="7256" />
|
|
<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="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag targetdistance="4" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks 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="physical" interval="2000" chance="10" range="7" min="-85" max="-170">
|
|
<attribute key="shootEffect" value="death" />
|
|
<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="74" duration="5000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element physicalPercent="10" />
|
|
<element energyPercent="10" />
|
|
<element firePercent="-15" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity earth="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> |