Orc Shaman: Difference between revisions
(Created page with "class=custom-monster-image|alt=Orc Spearman.gif {| class="wikitable" width="100%" ! colspan="3" style="text-align:center; font-family: Tahoma; font-size: 11pt; color: #ff9448; text-shadow: #000 1px 0px 1px;" | Orc Spearman |- ! style="width:15%;" | Hit Points: | 105 |- ! Experience: | 38 |- ! Ratio: | 0.36 |- ! Speed: | 176 |- ! Summonable: | ✔️ |- ! Hostile: | ✔️ |- ! Illusionable: | ✔️ |- ! Convince: | ✔️ |- ! Pushable: | ✔...") |
No edit summary |
||
Line 1: | Line 1: | ||
<?xml version="1.0" encoding="UTF-8"?> | |||
<monster name="Orc Shaman" nameDescription="an orc shaman" race="blood" experience="110" speed="140" manacost="0"> | |||
<health now="115" max="115"/> | |||
<look type="6" corpse="2860"/> | |||
<targetchange interval="1000" chance="50"/> | |||
<targetstrategies nearest="100" health="0" damage="0" random="0"/> | |||
<flags> | |||
<flag attackable="1"/> | |||
<flag hostile="1"/> | |||
<flag summonable="0"/> | |||
<flag convinceable="0"/> | |||
<flag illusionable="1"/> | |||
<flag pushable="0"/> | |||
<flag canpushitems="0"/> | |||
<flag canpushcreatures="0"/> | |||
<flag targetdistance="4"/> | |||
<flag staticattack="70"/> | |||
<flag runonhealth="15"/> | |||
</flags> | |||
<attacks> | |||
<attack name="melee" interval="2000" skill="20" attack="13"/> | |||
<attack name="energy" interval="1000" chance="13" range="7" min="-20" max="-30"> | |||
<attribute key="shootEffect" value="energy"/> | |||
<attribute key="areaEffect" value="energy"/> | |||
</attack> | |||
<attack name="fire" interval="1000" chance="8" range="7" radius="1" target="1" min="-5" max="-45"> | |||
<attribute key="shootEffect" value="fire"/> | |||
<attribute key="areaEffect" value="firearea"/> | |||
</attack> | |||
</attacks> | |||
<defenses armor="8" defense="10"> | |||
<defense name="healing" interval="1000" chance="25" min="27" max="43"> | |||
<attribute key="areaEffect" value="blueshimmer"/> | |||
</defense> | |||
</defenses> | |||
<summons maxSummons="4"> | |||
<summon name="snake" interval="1000" chance="25" max="4"/> | |||
</summons> | |||
<elements> | |||
<element earthPercent="100"/> | |||
<element energyPercent="100"/> | |||
</elements> | |||
<immunities> | |||
<immunity invisible="1"/> | |||
</immunities> | |||
<voices interval="2000" chance="5"> | |||
<voice sentence="Grak brrretz gulu."/> | |||
<voice sentence="Huumans stinkk!"/> | |||
</voices> | |||
<loot> | |||
<item id="2686" chance="9740" countmax="2"/><!-- 2 11% corncob --> | |||
<item id="2148" chance="89970" countmax="5"/><!-- 5 90% gold coin --> | |||
<item id="1987" chance="11000" dropempty="true"/><!-- 11% bag --> | |||
<item id="2458" chance="9440"/><!-- 9% chain helmet --> | |||
<item id="2464" chance="9540"/><!-- 9% chain armor --> | |||
<item id="1987" chance="100000"><!-- bag --> | |||
<inside> | |||
<item id="5538" chance="500" /><!-- venomspitter bow --> | |||
! | <item id="2389" chance="10600"/><!-- 10% spear --> | ||
<item id="2401" chance="7210"/><!-- 7% staff --> | |||
<item id="2188" chance="960"/><!-- 1% wand of plague --> | |||
! | <item id="1973" chance="4240"/><!-- 4.5% grey small book --> | ||
</inside> | |||
</item> | |||
! | </loot> | ||
</monster> | |||
< | |||
Revision as of 11:23, 22 December 2024
<?xml version="1.0" encoding="UTF-8"?> <monster name="Orc Shaman" nameDescription="an orc shaman" race="blood" experience="110" speed="140" manacost="0"> <health now="115" max="115"/> <look type="6" corpse="2860"/> <targetchange interval="1000" chance="50"/> <targetstrategies nearest="100" health="0" damage="0" random="0"/> <flags> <flag attackable="1"/> <flag hostile="1"/> <flag summonable="0"/> <flag convinceable="0"/> <flag illusionable="1"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="4"/> <flag staticattack="70"/> <flag runonhealth="15"/> </flags> <attacks> <attack name="melee" interval="2000" skill="20" attack="13"/> <attack name="energy" interval="1000" chance="13" range="7" min="-20" max="-30"> <attribute key="shootEffect" value="energy"/> <attribute key="areaEffect" value="energy"/> </attack> <attack name="fire" interval="1000" chance="8" range="7" radius="1" target="1" min="-5" max="-45"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> </attacks> <defenses armor="8" defense="10"> <defense name="healing" interval="1000" chance="25" min="27" max="43"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <summons maxSummons="4"> <summon name="snake" interval="1000" chance="25" max="4"/> </summons> <elements> <element earthPercent="100"/> <element energyPercent="100"/> </elements> <immunities> <immunity invisible="1"/> </immunities> <voices interval="2000" chance="5"> <voice sentence="Grak brrretz gulu."/> <voice sentence="Huumans stinkk!"/> </voices> <loot> <item id="2686" chance="9740" countmax="2"/> <item id="2148" chance="89970" countmax="5"/> <item id="1987" chance="11000" dropempty="true"/> <item id="2458" chance="9440"/> <item id="2464" chance="9540"/> <item id="1987" chance="100000"> <inside>
<item id="5538" chance="500" />
<item id="2389" chance="10600"/> <item id="2401" chance="7210"/> <item id="2188" chance="960"/> <item id="1973" chance="4240"/> </inside> </item> </loot> </monster>