mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-06 20:09:19 +02:00
71 lines
3.0 KiB
XML
71 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF - 8"?>
|
|
<monster name="ancient scarab" nameDescription="an ancient scarab" race="venom" experience="720" speed="69" manacost="0">
|
|
<health now="1000" max="1000" />
|
|
<look type="79" head="0" body="0" legs="0" feet="0" corpse="6021" />
|
|
<targetchange interval="1000" chance="10" />
|
|
<targetstrategy nearest="70" weakest="20" mostdamage="0" random="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks attack="50" skill="80" poison="100">
|
|
<attack name="poison" min="-15" max="-135" range="7" chance="9">
|
|
<attribute key="shootEffect" value="poison" />
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
<attack name="speed" speedchange="-90" variation="10" duration="25000" range="7" chance="8">
|
|
<attribute key="shootEffect" value="poison" />
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
<attack name="poisoncondition" count="450" radius="5" target="0" chance="6">
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
<attack name="poisoncondition" count="450" radius="5" target="0" chance="6">
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
<attack name="speed" speedchange="-80" variation="20" duration="20000" radius="5" target="0" chance="4">
|
|
<attribute key="areaEffect" value="poison" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="36" defense="33">
|
|
<defense name="speed" speedchange="85" variation="5" duration="9000" chance="13">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity outfit="1" />
|
|
<immunity lifedrain="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity poison="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<summons maxSummons="3">
|
|
<summon name="larva" chance="7" max="3" />
|
|
</summons>
|
|
<loot>
|
|
<item id="3025" countmax="1" chance="10" /> <!-- an ancient amulet -->
|
|
<item id="3328" countmax="1" chance="3" /> <!-- a daramanian waraxe -->
|
|
<item id="3031" countmax="100" chance="444" /> <!-- a gold coin -->
|
|
<item id="3031" countmax="66" chance="757" /> <!-- a gold coin -->
|
|
<item id="3031" countmax="22" chance="999" /> <!-- a gold coin -->
|
|
<item id="3046" countmax="1" chance="109" /> <!-- a magic light wand -->
|
|
<item id="3357" countmax="1" chance="100" /> <!-- a plate armor -->
|
|
<item id="3018" countmax="1" chance="5" /> <!-- a scarab amulet -->
|
|
<item id="3042" countmax="2" chance="50" /> <!-- a scarab coin -->
|
|
<item id="3042" countmax="1" chance="10" /> <!-- a scarab coin -->
|
|
<item id="3440" countmax="1" chance="5" /> <!-- a scarab shield -->
|
|
<item id="3033" countmax="4" chance="12" /> <!-- a small amethyst -->
|
|
<item id="3032" countmax="3" chance="6" /> <!-- a small emerald -->
|
|
</loot>
|
|
<script>
|
|
<event name="KillingInTheNameOf" />
|
|
</script>
|
|
</monster> |