mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-21 10:39:21 +02:00
58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
<monster name="Apprentice Sheng" nameDescription="Apprentice Sheng" race="blood" experience="150" speed="45" manacost="0">
|
|
<health now="95" max="95" />
|
|
<look type="23" corpse="5981" />
|
|
<targetchange interval="1000" chance="50" />
|
|
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
|
<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="4" />
|
|
<flag runonhealth="20" />
|
|
</flags>
|
|
<attacks attack="15" skill="18">
|
|
<attack name="energyfield" interval="1000" chance="8" range="7" radius="1" target="1">
|
|
<attribute key="shootEffect" value="energy" />
|
|
</attack>
|
|
<attack name="energy" interval="1000" chance="14" range="7" min="0" max="-25">
|
|
<attribute key="shootEffect" value="energy" />
|
|
<attribute key="areaEffect" value="energy" />
|
|
</attack>
|
|
<attack name="fire" interval="2000" chance="10" range="7" min="0" max="-45">
|
|
<attribute key="shootEffect" value="fire" />
|
|
<attribute key="areaEffect" value="firearea" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="12" defense="13">
|
|
<defense name="healing" interval="4000" chance="15" min="10" max="20">
|
|
<attribute key="areaEffect" value="blueshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity energy="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<summons maxSummons="2">
|
|
<summon name="Hyaena" interval="5000" chance="30" />
|
|
</summons>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="I will protect the secrets of my master!" />
|
|
<voice sentence="This isle will become ours alone!" />
|
|
<voice sentence="Kaplar!" />
|
|
<voice sentence="You already know too much." />
|
|
</voices>
|
|
<loot>
|
|
<item id="5878" chance="1000" /> <!-- minotaur leather -->
|
|
<item id="3046" chance="800" /> <!-- magic lightwand -->
|
|
<item id="3031" countmax="10" chance="300" /> <!-- gold coin -->
|
|
<item id="2920" countmax="2" chance="300" /> <!-- torch -->
|
|
<item id="3559" chance="200" /> <!-- leather legs -->
|
|
<item id="3291" chance="100" /> <!-- knife -->
|
|
<item id="3355" chance="100" /> <!-- leather helmet -->
|
|
</loot>
|
|
</monster> |