mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-29 14:34:28 +02:00
69 lines
2.7 KiB
XML
69 lines
2.7 KiB
XML
<monster name="Crystal Spider" nameDescription="a crystal spider" race="undead" experience="900" speed="62" manacost="0">
|
|
<health now="1250" max="1250" />
|
|
<look type="263" corpse="7344" />
|
|
<targetchange interval="1000" chance="5" />
|
|
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
|
<flags>
|
|
<flag summonable="0" />
|
|
<flag attackable="1" />
|
|
<flag hostile="1" />
|
|
<flag illusionable="1" />
|
|
<flag convinceable="0" />
|
|
<flag pushable="0" />
|
|
<flag canpushitems="1" />
|
|
<flag lightlevel="0" />
|
|
<flag lightcolor="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<attacks skill="40" attack="100" poison="8">
|
|
<attack name="speed" interval="2000" chance="15" range="7" radius="6" target="0" speedchange="-800" duration="15000">
|
|
<attribute key="areaEffect" value="poff" />
|
|
</attack>
|
|
<attack name="physical" interval="2000" chance="15" range="7" target="1" min="-50" max="-100">
|
|
<attribute key="shootEffect" value="snowball" />
|
|
<attribute key="areaEffect" value="poff" />
|
|
</attack>
|
|
<attack name="speed" interval="2000" chance="20" range="7" target="1" speedchange="-600" duration="10000">
|
|
<attribute key="shootEffect" value="snowball" />
|
|
</attack>
|
|
</attacks>
|
|
<defenses armor="40" defense="40">
|
|
<defense name="speed" interval="2000" chance="15" speedchange="71" duration="5000">
|
|
<attribute key="areaEffect" value="redshimmer" />
|
|
</defense>
|
|
</defenses>
|
|
<elements>
|
|
<element earthPercent="20" />
|
|
<element energyPercent="-20" />
|
|
</elements>
|
|
<immunities>
|
|
<immunity fire="1" />
|
|
<immunity paralyze="1" />
|
|
<immunity invisible="1" />
|
|
</immunities>
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Screeech!" />
|
|
</voices>
|
|
<loot>
|
|
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
|
|
<item id="3031" countmax="92" chance="500" /><!-- gold coin -->
|
|
<item id="237" chance="148" /><!-- strong mana potion -->
|
|
<item id="3357" chance="100" /><!-- plate armor -->
|
|
<item id="7364" countmax="6" chance="62" /><!-- sniper arrow -->
|
|
<item id="3357" chance="52" /><!-- ice cube -->
|
|
<item id="3351" chance="45" /><!-- steel helmet -->
|
|
<item id="7449" chance="2" /><!-- crystal sword -->
|
|
<item id="3008" chance="17" /><!-- crystal necklace -->
|
|
<item id="3007" chance="15" /><!-- crystal ring -->
|
|
<item id="5879" chance="19" /><!-- spider silk-->
|
|
<item id="3053" chance="15" /><!-- time ring -->
|
|
<item id="7290" chance="7" /><!-- shard -->
|
|
<item id="3371" chance="6" /><!-- knight legs -->
|
|
<item id="3370" chance="5" /><!-- knight armor -->
|
|
<item id="829" chance="6" /><!-- glacier mask -->
|
|
<item id="3055" chance="1" /><!-- platinum amulet -->
|
|
<item id="7437" chance="1" /><!-- sapphire hammer -->
|
|
<item id="5801" chance="1" /><!-- jeweled backpack -->
|
|
</loot>
|
|
</monster> |