• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Twin Carnivorous

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
194
Location
Iquique Chile
uyk.png

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Twin Carnivorous" nameDescription="a twin carnivorous" race="venom" experience="20" speed="0" manacost="0">
        <health now="150" max="150"/>
        <look typeex="11809" corpse="0"/>
        <targetchange interval="5000" chance="8"/>
        <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="0"/>
                <flag canpushcreatures="0"/>
                <flag targetdistance="1"/>
                <flag staticattack="100"/>
                <flag runonhealth="0"/>
        </flags>
        <attacks>
                <attack name="poison" interval="1000" chance="15" range="7" radius="1" target="1">
                        <attribute key="shootEffect" value="poison"/>
                </attack>
      <attack name="poison" interval="1000" chance="100" range="7" min="-50" max="-100">
        <attribute key="shootEffect" value="poison"/>
        <attribute key="areaEffect" value="poison"/>
      </attack>                
        </attacks>
        <defenses armor="12" defense="13">
                <defense name="healing" interval="2000" chance="23" min="8" max="16">
                        <attribute key="areaEffect" value="blueshimmer"/>
                </defense>
        </defenses>
        <elements>
                <element icePercent="20"/>
                <element firePercent="-10"/>
        </elements>
        <immunities>
                <immunity energy="1"/>
                <immunity earth="1"/>
                <immunity paralyze="1"/>
                <immunity invisible="1"/>
        </immunities>
</monster>
 
Amy Yo Are Awesome in Making Monsters :p

Nice idea btw Repped

- - - Updated - - -

i will need you in my project
 
Back
Top