little introduce drown and fix some monsters

This commit is contained in:
ErikasKontenis
2019-12-04 15:48:47 +02:00
parent 072fc24a87
commit a28bfd7171
56 changed files with 2788 additions and 4 deletions

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Novice of the Cult" nameDescription="a novice of the cult" race="blood" experience="100" speed="62" manacost="0">
<health now="285" max="285"/>
<look type="133" head="114" body="95" legs="114" feet="114" corpse="6080"/>
<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="1"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag runonhealth="40"/>
</flags>
<attacks skill="55" attack="20" poison="10">
<attack name="lifedrain" chance="15" range="7" target="1" min="-20" max="-80">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
</attacks>
<defenses armor="15" defense="10">
<defense name="healing" chance="17" min="30" max="50">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<summons maxSummons="1">
<summon name="Chicken" chance="20" max="1"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="Fear us!"/>
<voice sentence="You will not tell anyone what you have seen."/>
<voice sentence="Your curiosity will be punished!"/>
</voices>
<loot>
<item id="2148" countmax="39" chance="13800" /><!-- gold coin -->
<item id="2398" chance="5200" /><!-- mace -->
<item id="2145" chance="750" /><!-- small diamond -->
<item id="2661" chance="3750" /><!-- scarf -->
<item id="10555" chance="1625" /><!-- cultish robe -->
<item id="6087" chance="1700" /><!-- music sheet -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="1950" chance="1150" /><!-- book -->
<item id="2213" chance="1025" /><!-- dwarven ring -->
<item id="2199" chance="925" /><!-- garlic necklace -->
<item id="2190" chance="1100" /><!-- wand of vortex -->
<item id="5810" chance="1000" /><!-- pirate voodoo doll -->
</inside>
</item>
</loot>
</monster>