Kod:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Shooter" nameDescription="a Shooter" race="blood" experience="200" speed="250" manacost="310">
<health now="200" max="200"/>
<look type="50" head="20" body="30" legs="40" feet="50" corpse="2920"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="10"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="15" attack="6"/>
<attack name="physical" interval="1000" chance="9" range="7" min="-0" max="-50">
<attribute key="shootEffect" value="smallstone"/>
</attack>
<attack name="lifedrain" interval="3000" chance="10" range="7" min="-20" max="-30">
<attribute key="shootEffect" value="suddendeath"/>
<attribute key="areaEffect" value="mortarea"/>
</attack>
</attacks>
<defenses armor="8" defense="10"/>
<elements>
<element energyPercent="20"/>
<element holyPercent="20"/>
<element earthPercent="-10"/>
<element deathPercent="-5"/>
</elements>
<voices interval="5000" chance="10">
<voice sentence="One Shot One Kill!"/>
<voice sentence="Head Shot!"/>
<voice sentence="Przeladowac!"/>
<voice sentence="Ja tu panuje :)!"/>
</voices>
<loot>
<item id="3976" countmax="10" chance1="50000" chancemax="0"/>
<item id="2148" countmax="9" chance1="100000" chancemax="0"/>
<item id="2461" chance="10000"/>
<item id="2406" chance="10000"/>
<item id="2467" chance="10000"/>
<item id="1987" chance="100000">
<inside>
<item id="2559" chance="10000"/>
<item id="1294" countmax="3" chance1="20000" chancemax="0"/>
<item id="2667" countmax="2" chance1="20000" chancemax="0"/>
<item id="2230" chance="10000"/>
<item id="2235" chance="10000"/>
</inside>
</item>
</loot>
</monster>
Kod:
<monster name="shooter" file="Orcs/Shooter.xml"/>
ocenia?