E
Evil Puncker
Guest
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Diseased Fred" nameDescription="Diseased Fred" race="venom" experience="300" speed="250" manacost="0">
<health now="2000" max="2000"/>
<look type="299" corpse="8951"/>
<targetchange interval="60000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="15"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="200"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="0" max="-135" poison="4"/>
<attack name="lifedrain" interval="2000" range="6" target="1" min="-65" max="-85">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
<attack name="poison" interval="1000" chance="40" radius="4" target="0" min="-100" max="-140">
<attribute key="areaEffect" value="poison"/>
</attack>
<attack name="speed" interval="3000" chance="10" range="7" target="1" duration="30000" speedchange="-152">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
</attacks>
<defenses armor="10" defense="25">
<defense name="healing" interval="2000" chance="10" min="80" max="100">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<elements>
<element energyPercent="15"/>
<element physicalPercent="15"/>
<element earthPercent="100"/>
<element icePercent="15"/>
<element holyPercent="15"/>
<element deathPercent="55"/>
<element firePercent="15"/>
</elements>
<immunities>
<immunity earth="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="2000" chance="5">
<voice sentence="You will suffer the same fate as I do!"/>
<voice sentence="The pain! The pain!"/>
<voice sentence="Stay away! I am contagious!"/>
<voice sentence="The plague will get you!"/>
</voices>
<loot>
<item id="2148" countmax="23" chance="5000"/> <!-- gold coin -->
</loot>
</monster>