Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

30
data/monster/tiger.xml Normal file
View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF - 8"?>
<monster name="tiger" nameDescription="a tiger" race="blood" experience="40" speed="60" manacost="420">
<health now="75" max="75" />
<look type="125" head="0" body="0" legs="0" feet="0" corpse="4357" />
<targetchange interval="1000" chance="5" />
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
<flags>
<flag summonable="1" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="1" />
<flag convinceable="1" />
<flag pushable="0" />
<flag canpushitems="1" />
<flag canpushcreatures="1" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks attack="15" skill="42">
</attacks>
<defenses armor="5" defense="15">
<defense name="speed" speedchange="85" variation="15" duration="3000" chance="9">
<attribute key="areaEffect" value="redshimmer" />
</defense>
</defenses>
<loot>
<item id="3582" countmax="2" chance="220" /> <!-- ham -->
<item id="3577" countmax="3" chance="550" /> <!-- meat -->
</loot>
</monster>