mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 19:29:19 +02:00
49 lines
1.9 KiB
XML
49 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF - 8"?>
|
|
<monster name="orc rider" nameDescription="an orc rider" race="blood" experience="110" speed="90" manacost="490">
|
|
<health now="180" max="180" />
|
|
<look type="4" head="0" body="0" legs="0" feet="0" corpse="6010" />
|
|
<targetchange interval="1000" chance="5" />
|
|
<targetstrategy nearest="70" weakest="30" mostdamage="0" random="0" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="0" />
|
|
<flag convinceable="1" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag canpushcreatures="1" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks attack="41" skill="48">
|
|
</attacks>
|
|
<defenses armor="9" defense="20">
|
|
<defense name="speed" speedchange="45" variation="5" duration="6000" chance="15">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<immunities>
|
|
<immunity outfit="1" />
|
|
</immunities>
|
|
<voices>
|
|
<voice sentence="Grrrrrrr" />
|
|
<voice sentence="Orc arga Huummmak!" />
|
|
</voices>
|
|
<loot>
|
|
<item id="2854" countmax="1" chance="300" /> <!-- a backpack -->
|
|
<item id="3413" countmax="1" chance="10" /> <!-- a battle shield -->
|
|
<item id="3031" countmax="10" chance="500" /> <!-- a gold coin -->
|
|
<item id="3031" countmax="80" chance="1" /> <!-- a gold coin -->
|
|
<item id="3577" countmax="3" chance="300" /> <!-- meat -->
|
|
<item id="3313" countmax="1" chance="10" /> <!-- an obsidian lance -->
|
|
<item id="3316" countmax="1" chance="150" /> <!-- an orcish axe -->
|
|
<item id="3377" countmax="1" chance="6" /> <!-- a scale armor -->
|
|
<item id="3376" countmax="1" chance="150" /> <!-- a studded helmet -->
|
|
<item id="2920" countmax="1" chance="80" /> <!-- a torch -->
|
|
<item id="3012" countmax="1" chance="100" /> <!-- a wolf tooth chain -->
|
|
</loot>
|
|
<script>
|
|
<event name="KillingInTheNameOf" />
|
|
</script>
|
|
</monster> |