mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-17 08:49:20 +02:00
40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF - 8"?>
|
|
<monster name="frost troll" nameDescription="a frost troll" race="blood" experience="23" speed="30" manacost="300">
|
|
<health now="55" max="55" />
|
|
<look type="53" head="0" body="0" legs="0" feet="0" corpse="5998" />
|
|
<targetchange interval="1000" chance="0" />
|
|
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="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 runonhealth="10" />
|
|
</flags>
|
|
<attacks attack="11" skill="19">
|
|
</attacks>
|
|
<defenses armor="7" defense="9">
|
|
</defenses>
|
|
<voices>
|
|
<voice sentence="Brrrr" />
|
|
<voice sentence="Broar!" />
|
|
</voices>
|
|
<loot>
|
|
<item id="3270" countmax="1" chance="90" /> <!-- a club -->
|
|
<item id="3562" countmax="1" chance="120" /> <!-- a coat -->
|
|
<item id="3578" countmax="1" chance="180" /> <!-- a fish -->
|
|
<item id="3031" countmax="12" chance="500" /> <!-- a gold coin -->
|
|
<item id="3272" countmax="1" chance="150" /> <!-- a rapier -->
|
|
<item id="3277" countmax="1" chance="200" /> <!-- a spear -->
|
|
<item id="3130" countmax="1" chance="80" /> <!-- twigs -->
|
|
<item id="3412" countmax="1" chance="150" /> <!-- a wooden shield -->
|
|
</loot>
|
|
<script>
|
|
<event name="KillingInTheNameOf" />
|
|
</script>
|
|
</monster> |