mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-05 11:39:21 +02:00
Merge branch '13-introduce-7-8-items-objects-effects' into 'master'
Resolve "Introduce 7.8 Items, Objects & Effects" Closes #13 See merge request ErikasKontenis/Sabrehaven!13
This commit is contained in:
commit
f89337d1d6
@ -52,7 +52,7 @@ timeBetweenExActions = 1000
|
||||
|
||||
-- Map
|
||||
-- NOTE: set mapName WITHOUT .otbm at the end
|
||||
mapName = "map"
|
||||
mapName = "mymap"
|
||||
mapAuthor = "CipSoft"
|
||||
|
||||
-- MySQL
|
||||
|
4842
data/items/items.srv
4842
data/items/items.srv
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="amazon" nameDescription="an amazon" race="blood" experience="60" speed="46" manacost="390">
|
||||
<health now="110" max="110" />
|
||||
<look type="137" head="113" body="120" legs="95" feet="115" corpse="4247" />
|
||||
<look type="137" head="113" body="120" legs="95" feet="115" corpse="6081" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="ancient scarab" nameDescription="an ancient scarab" race="venom" experience="720" speed="69" manacost="0">
|
||||
<health now="1000" max="1000" />
|
||||
<look type="79" head="0" body="0" legs="0" feet="0" corpse="4185" />
|
||||
<look type="79" head="0" body="0" legs="0" feet="0" corpse="6021" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="0" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Apocalypse" nameDescription="Apocalypse" race="fire" experience="30000" speed="230" manacost="0">
|
||||
<health now="125000" max="125000" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="65" weakest="5" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="assassin" nameDescription="an assassin" race="blood" experience="105" speed="72" manacost="450">
|
||||
<health now="175" max="175" />
|
||||
<look type="129" head="95" body="95" legs="95" feet="95" corpse="4240" />
|
||||
<look type="129" head="95" body="95" legs="95" feet="95" corpse="6080" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="badger" nameDescription="a badger" race="blood" experience="5" speed="30" manacost="200">
|
||||
<health now="23" max="23" />
|
||||
<look type="105" head="0" body="0" legs="0" feet="0" corpse="4224" />
|
||||
<look type="105" head="0" body="0" legs="0" feet="0" corpse="6034" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="bandit" nameDescription="a bandit" race="blood" experience="65" speed="50" manacost="450">
|
||||
<health now="245" max="245" />
|
||||
<look type="129" head="58" body="40" legs="24" feet="95" corpse="4240" />
|
||||
<look type="129" head="58" body="40" legs="24" feet="95" corpse="6080" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="banshee" nameDescription="a banshee" race="undead" experience="900" speed="70" manacost="0">
|
||||
<health now="1000" max="1000" />
|
||||
<look type="78" head="0" body="0" legs="0" feet="0" corpse="4179" />
|
||||
<look type="78" head="0" body="0" legs="0" feet="0" corpse="6019" />
|
||||
<targetchange interval="1000" chance="3" />
|
||||
<targetstrategy nearest="80" weakest="10" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="bat" nameDescription="a bat" race="blood" experience="10" speed="60" manacost="250">
|
||||
<health now="30" max="30" />
|
||||
<look type="122" head="0" body="0" legs="0" feet="0" corpse="4363" />
|
||||
<look type="122" head="0" body="0" legs="0" feet="0" corpse="6053" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Bazir" nameDescription="Bazir" race="fire" experience="30000" speed="225" manacost="0">
|
||||
<health now="110000" max="110000" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="65" weakest="20" mostdamage="15" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="bear" nameDescription="a bear" race="blood" experience="23" speed="38" manacost="300">
|
||||
<health now="80" max="80" />
|
||||
<look type="16" head="0" body="0" legs="0" feet="0" corpse="4030" />
|
||||
<look type="16" head="0" body="0" legs="0" feet="0" corpse="5975" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="behemoth" nameDescription="a behemoth" race="blood" experience="2500" speed="130" manacost="0">
|
||||
<health now="4000" max="4000" />
|
||||
<look type="55" head="0" body="0" legs="0" feet="0" corpse="4112" />
|
||||
<look type="55" head="0" body="0" legs="0" feet="0" corpse="5999" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="beholder" nameDescription="a beholder" race="blood" experience="170" speed="35" manacost="0">
|
||||
<health now="260" max="260" />
|
||||
<look type="17" head="0" body="0" legs="0" feet="0" corpse="4089" />
|
||||
<look type="17" head="0" body="0" legs="0" feet="0" corpse="5992" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="black knight" nameDescription="a black knight" race="blood" experience="1600" speed="155" manacost="0">
|
||||
<health now="1800" max="1800" />
|
||||
<look type="131" head="95" body="95" legs="95" feet="95" corpse="4240" />
|
||||
<look type="131" head="95" body="95" legs="95" feet="95" corpse="6080" />
|
||||
<targetchange interval="1000" chance="3" />
|
||||
<targetstrategy nearest="80" weakest="10" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="black sheep" nameDescription="a black sheep" race="blood" experience="0" speed="18" manacost="250">
|
||||
<health now="20" max="20" />
|
||||
<look type="13" head="0" body="0" legs="0" feet="0" corpse="4095" />
|
||||
<look type="13" head="0" body="0" legs="0" feet="0" corpse="5994" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="blue djinn" nameDescription="a blue djinn" race="blood" experience="190" speed="70" manacost="0">
|
||||
<health now="330" max="330" />
|
||||
<look type="80" head="0" body="0" legs="0" feet="0" corpse="4182" />
|
||||
<look type="80" head="0" body="0" legs="0" feet="0" corpse="6020" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="bonebeast" nameDescription="a bonebeast" race="undead" experience="580" speed="69" manacost="0">
|
||||
<health now="515" max="515" />
|
||||
<look type="101" head="0" body="0" legs="0" feet="0" corpse="4212" />
|
||||
<look type="101" head="0" body="0" legs="0" feet="0" corpse="6030" />
|
||||
<targetchange interval="1000" chance="20" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="bug" nameDescription="a bug" race="venom" experience="18" speed="40" manacost="250">
|
||||
<health now="29" max="29" />
|
||||
<look type="45" head="0" body="0" legs="0" feet="0" corpse="4083" />
|
||||
<look type="45" head="0" body="0" legs="0" feet="0" corpse="5990" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="carniphila" nameDescription="a carniphila" race="venom" experience="150" speed="15" manacost="490">
|
||||
<health now="255" max="255" />
|
||||
<look type="120" head="0" body="0" legs="0" feet="0" corpse="4345" />
|
||||
<look type="120" head="0" body="0" legs="0" feet="0" corpse="6047" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="cave rat" nameDescription="a cave rat" race="blood" experience="10" speed="35" manacost="250">
|
||||
<health now="30" max="30" />
|
||||
<look type="56" head="0" body="0" legs="0" feet="0" corpse="3994" />
|
||||
<look type="56" head="0" body="0" legs="0" feet="0" corpse="5964" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="centipede" nameDescription="a centipede" race="blood" experience="30" speed="43" manacost="335">
|
||||
<health now="70" max="70" />
|
||||
<look type="124" head="0" body="0" legs="0" feet="0" corpse="4354" />
|
||||
<look type="124" head="0" body="0" legs="0" feet="0" corpse="6050" />
|
||||
<targetchange interval="1000" chance="6" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="chicken" nameDescription="a chicken" race="blood" experience="0" speed="24" manacost="220">
|
||||
<health now="15" max="15" />
|
||||
<look type="111" head="0" body="0" legs="0" feet="0" corpse="4330" />
|
||||
<look type="111" head="0" body="0" legs="0" feet="0" corpse="6042" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="crab" nameDescription="a crab" race="blood" experience="30" speed="60" manacost="305">
|
||||
<health now="55" max="55" />
|
||||
<look type="112" head="0" body="0" legs="0" feet="0" corpse="4318" />
|
||||
<look type="112" head="0" body="0" legs="0" feet="0" corpse="6039" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="crocodile" nameDescription="a crocodile" race="blood" experience="40" speed="38" manacost="350">
|
||||
<health now="105" max="105" />
|
||||
<look type="119" head="0" body="0" legs="0" feet="0" corpse="4342" />
|
||||
<look type="119" head="0" body="0" legs="0" feet="0" corpse="6046" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="crypt shambler" nameDescription="a crypt shambler" race="undead" experience="195" speed="30" manacost="580">
|
||||
<health now="330" max="330" />
|
||||
<look type="100" head="0" body="0" legs="0" feet="0" corpse="4209" />
|
||||
<look type="100" head="0" body="0" legs="0" feet="0" corpse="6029" />
|
||||
<targetchange interval="1000" chance="4" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="cyclops" nameDescription="a cyclops" race="blood" experience="150" speed="55" manacost="490">
|
||||
<health now="260" max="260" />
|
||||
<look type="22" head="0" body="0" legs="0" feet="0" corpse="3989" />
|
||||
<look type="22" head="0" body="0" legs="0" feet="0" corpse="5962" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dark monk" nameDescription="a dark monk" race="blood" experience="145" speed="75" manacost="480">
|
||||
<health now="190" max="190" />
|
||||
<look type="225" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="225" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="deer" nameDescription="a deer" race="blood" experience="0" speed="58" manacost="260">
|
||||
<health now="25" max="25" />
|
||||
<look type="31" head="0" body="0" legs="0" feet="0" corpse="4016" />
|
||||
<look type="31" head="0" body="0" legs="0" feet="0" corpse="5970" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Demodras" nameDescription="Demodras" race="blood" experience="4000" speed="77" manacost="0">
|
||||
<health now="3750" max="3750" />
|
||||
<look type="204" head="0" body="0" legs="0" feet="0" corpse="4062" />
|
||||
<look type="204" head="0" body="0" legs="0" feet="0" corpse="5984" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="demon" nameDescription="a demon" race="fire" experience="6000" speed="80" manacost="0">
|
||||
<health now="8200" max="8200" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="demon skeleton" nameDescription="a demon skeleton" race="undead" experience="240" speed="50" manacost="620">
|
||||
<health now="400" max="400" />
|
||||
<look type="37" head="0" body="0" legs="0" feet="0" corpse="3990" />
|
||||
<look type="37" head="0" body="0" legs="0" feet="0" corpse="5963" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Dharalion" nameDescription="Dharalion" race="blood" experience="380" speed="72" manacost="0">
|
||||
<health now="390" max="390" />
|
||||
<look type="203" head="0" body="0" legs="0" feet="0" corpse="4160" />
|
||||
<look type="203" head="0" body="0" legs="0" feet="0" corpse="6011" />
|
||||
<targetchange interval="1000" chance="7" />
|
||||
<targetstrategy nearest="10" weakest="10" mostdamage="20" random="60" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dog" nameDescription="a dog" race="blood" experience="0" speed="22" manacost="220">
|
||||
<health now="20" max="20" />
|
||||
<look type="32" head="0" body="0" legs="0" feet="0" corpse="4020" />
|
||||
<look type="32" head="0" body="0" legs="0" feet="0" corpse="5971" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dragon" nameDescription="a dragon" race="blood" experience="700" speed="45" manacost="0">
|
||||
<health now="1000" max="1000" />
|
||||
<look type="34" head="0" body="0" legs="0" feet="0" corpse="4025" />
|
||||
<look type="34" head="0" body="0" legs="0" feet="0" corpse="5973" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dragon lord" nameDescription="a dragon lord" race="blood" experience="2100" speed="60" manacost="0">
|
||||
<health now="1900" max="1900" />
|
||||
<look type="39" head="0" body="0" legs="0" feet="0" corpse="4062" />
|
||||
<look type="39" head="0" body="0" legs="0" feet="0" corpse="5984" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dwarf" nameDescription="a dwarf" race="blood" experience="45" speed="45" manacost="320">
|
||||
<health now="90" max="90" />
|
||||
<look type="69" head="0" body="0" legs="0" feet="0" corpse="4141" />
|
||||
<look type="69" head="0" body="0" legs="0" feet="0" corpse="6007" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dwarf geomancer" nameDescription="a dwarf geomancer" race="blood" experience="245" speed="60" manacost="0">
|
||||
<health now="380" max="380" />
|
||||
<look type="66" head="0" body="0" legs="0" feet="0" corpse="4168" />
|
||||
<look type="66" head="0" body="0" legs="0" feet="0" corpse="6015" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dwarf guard" nameDescription="a dwarf guard" race="blood" experience="165" speed="63" manacost="650">
|
||||
<health now="245" max="245" />
|
||||
<look type="70" head="0" body="0" legs="0" feet="0" corpse="4164" />
|
||||
<look type="70" head="0" body="0" legs="0" feet="0" corpse="6013" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="20" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dwarf soldier" nameDescription="a dwarf soldier" race="blood" experience="70" speed="48" manacost="360">
|
||||
<health now="135" max="135" />
|
||||
<look type="71" head="0" body="0" legs="0" feet="0" corpse="4166" />
|
||||
<look type="71" head="0" body="0" legs="0" feet="0" corpse="6014" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dworc fleshhunter" nameDescription="a dworc fleshhunter" race="blood" experience="35" speed="34" manacost="300">
|
||||
<health now="85" max="85" />
|
||||
<look type="215" head="0" body="0" legs="0" feet="0" corpse="4372" />
|
||||
<look type="215" head="0" body="0" legs="0" feet="0" corpse="6058" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dworc venomsniper" nameDescription="a dworc venomsniper" race="blood" experience="30" speed="36" manacost="300">
|
||||
<health now="80" max="80" />
|
||||
<look type="216" head="0" body="0" legs="0" feet="0" corpse="4375" />
|
||||
<look type="216" head="0" body="0" legs="0" feet="0" corpse="6059" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="dworc voodoomaster" nameDescription="a dworc voodoomaster" race="blood" experience="50" speed="35" manacost="300">
|
||||
<health now="80" max="80" />
|
||||
<look type="214" head="0" body="0" legs="0" feet="0" corpse="4369" />
|
||||
<look type="214" head="0" body="0" legs="0" feet="0" corpse="6055" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="efreet" nameDescription="an efreet" race="blood" experience="300" speed="77" manacost="0">
|
||||
<health now="550" max="550" />
|
||||
<look type="103" head="0" body="0" legs="0" feet="0" corpse="4218" />
|
||||
<look type="103" head="0" body="0" legs="0" feet="0" corpse="6032" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="elder beholder" nameDescription="an elder beholder" race="blood" experience="280" speed="45" manacost="0">
|
||||
<health now="500" max="500" />
|
||||
<look type="108" head="0" body="0" legs="0" feet="0" corpse="4233" />
|
||||
<look type="108" head="0" body="0" legs="0" feet="0" corpse="6037" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="elephant" nameDescription="an elephant" race="blood" experience="160" speed="55" manacost="500">
|
||||
<health now="320" max="320" />
|
||||
<look type="211" head="0" body="0" legs="0" feet="0" corpse="4360" />
|
||||
<look type="211" head="0" body="0" legs="0" feet="0" corpse="6052" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="elf" nameDescription="an elf" race="blood" experience="42" speed="55" manacost="320">
|
||||
<health now="100" max="100" />
|
||||
<look type="62" head="0" body="0" legs="0" feet="0" corpse="4126" />
|
||||
<look type="62" head="0" body="0" legs="0" feet="0" corpse="6003" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="elf arcanist" nameDescription="an elf arcanist" race="blood" experience="175" speed="70" manacost="0">
|
||||
<health now="220" max="220" />
|
||||
<look type="63" head="0" body="0" legs="0" feet="0" corpse="4160" />
|
||||
<look type="63" head="0" body="0" legs="0" feet="0" corpse="6011" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="elf scout" nameDescription="an elf scout" race="blood" experience="75" speed="70" manacost="360">
|
||||
<health now="160" max="160" />
|
||||
<look type="64" head="0" body="0" legs="0" feet="0" corpse="4162" />
|
||||
<look type="64" head="0" body="0" legs="0" feet="0" corpse="6012" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="The Evil Eye" nameDescription="The Evil Eye" race="blood" experience="500" speed="55" manacost="0">
|
||||
<health now="1100" max="1100" />
|
||||
<look type="210" head="0" body="0" legs="0" feet="0" corpse="4233" />
|
||||
<look type="210" head="0" body="0" legs="0" feet="0" corpse="6037" />
|
||||
<targetchange interval="1000" chance="30" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Fernfang" nameDescription="Fernfang" race="blood" experience="400" speed="95" manacost="0">
|
||||
<health now="400" max="400" />
|
||||
<look type="206" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="206" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="7" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="20" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Ferumbras" nameDescription="Ferumbras" race="venom" experience="9999" speed="155" manacost="0">
|
||||
<health now="28000" max="28000" />
|
||||
<look type="130" head="57" body="113" legs="95" feet="113" corpse="4240" />
|
||||
<look type="130" head="57" body="113" legs="95" feet="113" corpse="6080" />
|
||||
<targetchange interval="1000" chance="20" />
|
||||
<targetstrategy nearest="60" weakest="5" mostdamage="30" random="5" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="fire devil" nameDescription="a fire devil" race="blood" experience="110" speed="50" manacost="530">
|
||||
<health now="200" max="200" />
|
||||
<look type="40" head="0" body="0" legs="0" feet="0" corpse="4067" />
|
||||
<look type="40" head="0" body="0" legs="0" feet="0" corpse="5985" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="flamingo" nameDescription="a flamingo" race="blood" experience="0" speed="44" manacost="250">
|
||||
<health now="25" max="25" />
|
||||
<look type="212" head="0" body="0" legs="0" feet="0" corpse="4366" />
|
||||
<look type="212" head="0" body="0" legs="0" feet="0" corpse="6054" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?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="4109" />
|
||||
<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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Gamemaster" nameDescription="a Gamemaster" race="blood" experience="0" speed="199" manacost="0">
|
||||
<health now="8200" max="8200" />
|
||||
<look type="75" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="75" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="gargoyle" nameDescription="a gargoyle" race="undead" experience="150" speed="60" manacost="0">
|
||||
<health now="250" max="250" />
|
||||
<look type="95" head="0" body="0" legs="0" feet="0" corpse="4203" />
|
||||
<look type="95" head="0" body="0" legs="0" feet="0" corpse="6027" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="gazer" nameDescription="a gazer" race="blood" experience="90" speed="30" manacost="0">
|
||||
<health now="120" max="120" />
|
||||
<look type="109" head="0" body="0" legs="0" feet="0" corpse="4230" />
|
||||
<look type="109" head="0" body="0" legs="0" feet="0" corpse="6036" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="ghost" nameDescription="a ghost" race="undead" experience="120" speed="40" manacost="0">
|
||||
<health now="150" max="150" />
|
||||
<look type="48" head="0" body="0" legs="0" feet="0" corpse="4094" />
|
||||
<look type="48" head="0" body="0" legs="0" feet="0" corpse="5993" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="ghoul" nameDescription="a ghoul" race="blood" experience="85" speed="32" manacost="450">
|
||||
<health now="100" max="100" />
|
||||
<look type="18" head="0" body="0" legs="0" feet="0" corpse="4034" />
|
||||
<look type="18" head="0" body="0" legs="0" feet="0" corpse="5976" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="giant spider" nameDescription="a giant spider" race="venom" experience="900" speed="80" manacost="0">
|
||||
<health now="1300" max="1300" />
|
||||
<look type="38" head="0" body="0" legs="0" feet="0" corpse="4038" />
|
||||
<look type="38" head="0" body="0" legs="0" feet="0" corpse="5977" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="0" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="goblin" nameDescription="a goblin" race="blood" experience="25" speed="20" manacost="290">
|
||||
<health now="50" max="50" />
|
||||
<look type="61" head="0" body="0" legs="0" feet="0" corpse="4121" />
|
||||
<look type="61" head="0" body="0" legs="0" feet="0" corpse="6002" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="green djinn" nameDescription="a green djinn" race="blood" experience="190" speed="70" manacost="0">
|
||||
<health now="330" max="330" />
|
||||
<look type="51" head="0" body="0" legs="0" feet="0" corpse="4170" />
|
||||
<look type="51" head="0" body="0" legs="0" feet="0" corpse="6016" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Grorlam" nameDescription="Grorlam" race="undead" experience="1600" speed="100" manacost="590">
|
||||
<health now="2700" max="2700" />
|
||||
<look type="205" head="0" body="0" legs="0" feet="0" corpse="4133" />
|
||||
<look type="205" head="0" body="0" legs="0" feet="0" corpse="6005" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="The Halloween Hare" nameDescription="The Halloween Hare" race="blood" experience="0" speed="120" manacost="0">
|
||||
<health now="2000" max="2000" />
|
||||
<look type="74" head="0" body="0" legs="0" feet="0" corpse="4173" />
|
||||
<look type="74" head="0" body="0" legs="0" feet="0" corpse="6017" />
|
||||
<targetchange interval="1000" chance="95" />
|
||||
<targetstrategy nearest="0" weakest="0" mostdamage="0" random="100" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="hero" nameDescription="a hero" race="blood" experience="1200" speed="100" manacost="0">
|
||||
<health now="1400" max="1400" />
|
||||
<look type="73" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="73" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="80" weakest="10" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="The Horned Fox" nameDescription="The Horned Fox" race="blood" experience="200" speed="65" manacost="0">
|
||||
<health now="265" max="265" />
|
||||
<look type="202" head="0" body="0" legs="0" feet="0" corpse="4057" />
|
||||
<look type="202" head="0" body="0" legs="0" feet="0" corpse="5983" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="20" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="hunter" nameDescription="a hunter" race="blood" experience="150" speed="65" manacost="530">
|
||||
<health now="150" max="150" />
|
||||
<look type="129" head="95" body="116" legs="120" feet="115" corpse="4240" />
|
||||
<look type="129" head="95" body="116" legs="120" feet="115" corpse="6080" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="hyaena" nameDescription="a hyaena" race="blood" experience="20" speed="58" manacost="275">
|
||||
<health now="60" max="60" />
|
||||
<look type="94" head="0" body="0" legs="0" feet="0" corpse="4200" />
|
||||
<look type="94" head="0" body="0" legs="0" feet="0" corpse="6026" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="hydra" nameDescription="a hydra" race="blood" experience="2100" speed="60" manacost="0">
|
||||
<health now="2250" max="2250" />
|
||||
<look type="121" head="0" body="0" legs="0" feet="0" corpse="4348" />
|
||||
<look type="121" head="0" body="0" legs="0" feet="0" corpse="6048" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="illusion" nameDescription="a illusion" race="blood" experience="25" speed="20" manacost="0">
|
||||
<health now="50" max="50" />
|
||||
<look type="107" head="0" body="0" legs="0" feet="0" corpse="4121" />
|
||||
<look type="107" head="0" body="0" legs="0" feet="0" corpse="6002" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Infernatil" nameDescription="Infernatil" race="fire" experience="30000" speed="210" manacost="0">
|
||||
<health now="110000" max="110000" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="15" />
|
||||
<targetstrategy nearest="60" weakest="5" mostdamage="30" random="5" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="kongra" nameDescription="a kongra" race="blood" experience="110" speed="52" manacost="0">
|
||||
<health now="340" max="340" />
|
||||
<look type="116" head="0" body="0" legs="0" feet="0" corpse="4333" />
|
||||
<look type="116" head="0" body="0" legs="0" feet="0" corpse="6043" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="larva" nameDescription="a larva" race="venom" experience="44" speed="22" manacost="355">
|
||||
<health now="70" max="70" />
|
||||
<look type="82" head="0" body="0" legs="0" feet="0" corpse="4191" />
|
||||
<look type="82" head="0" body="0" legs="0" feet="0" corpse="6023" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="lich" nameDescription="a lich" race="undead" experience="900" speed="65" manacost="0">
|
||||
<health now="880" max="880" />
|
||||
<look type="99" head="0" body="0" legs="0" feet="0" corpse="4206" />
|
||||
<look type="99" head="0" body="0" legs="0" feet="0" corpse="6028" />
|
||||
<targetchange interval="1000" chance="3" />
|
||||
<targetstrategy nearest="80" weakest="10" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="lion" nameDescription="a lion" race="blood" experience="30" speed="55" manacost="320">
|
||||
<health now="80" max="80" />
|
||||
<look type="41" head="0" body="0" legs="0" feet="0" corpse="4070" />
|
||||
<look type="41" head="0" body="0" legs="0" feet="0" corpse="5986" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="lizard sentinel" nameDescription="a lizard sentinel" race="blood" experience="105" speed="50" manacost="560">
|
||||
<health now="265" max="265" />
|
||||
<look type="114" head="0" body="0" legs="0" feet="0" corpse="4324" />
|
||||
<look type="114" head="0" body="0" legs="0" feet="0" corpse="6040" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="lizard snakecharmer" nameDescription="a lizard snakecharmer" race="blood" experience="200" speed="52" manacost="0">
|
||||
<health now="325" max="325" />
|
||||
<look type="115" head="0" body="0" legs="0" feet="0" corpse="4327" />
|
||||
<look type="115" head="0" body="0" legs="0" feet="0" corpse="6041" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="marid" nameDescription="a marid" race="blood" experience="300" speed="77" manacost="0">
|
||||
<health now="550" max="550" />
|
||||
<look type="104" head="0" body="0" legs="0" feet="0" corpse="4221" />
|
||||
<look type="104" head="0" body="0" legs="0" feet="0" corpse="6033" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="merlkin" nameDescription="a merlkin" race="blood" experience="135" speed="57" manacost="0">
|
||||
<health now="230" max="230" />
|
||||
<look type="117" head="0" body="0" legs="0" feet="0" corpse="4336" />
|
||||
<look type="117" head="0" body="0" legs="0" feet="0" corpse="6044" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="minotaur" nameDescription="a minotaur" race="blood" experience="50" speed="44" manacost="330">
|
||||
<health now="100" max="100" />
|
||||
<look type="25" head="0" body="0" legs="0" feet="0" corpse="4011" />
|
||||
<look type="25" head="0" body="0" legs="0" feet="0" corpse="5969" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="minotaur archer" nameDescription="a minotaur archer" race="blood" experience="65" speed="40" manacost="390">
|
||||
<health now="100" max="100" />
|
||||
<look type="24" head="0" body="0" legs="0" feet="0" corpse="4052" />
|
||||
<look type="24" head="0" body="0" legs="0" feet="0" corpse="5982" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="minotaur guard" nameDescription="a minotaur guard" race="blood" experience="160" speed="55" manacost="550">
|
||||
<health now="185" max="185" />
|
||||
<look type="29" head="0" body="0" legs="0" feet="0" corpse="4057" />
|
||||
<look type="29" head="0" body="0" legs="0" feet="0" corpse="5983" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="20" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="minotaur mage" nameDescription="a minotaur mage" race="blood" experience="150" speed="45" manacost="0">
|
||||
<health now="155" max="155" />
|
||||
<look type="23" head="0" body="0" legs="0" feet="0" corpse="4047" />
|
||||
<look type="23" head="0" body="0" legs="0" feet="0" corpse="5981" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="monk" nameDescription="a monk" race="blood" experience="200" speed="80" manacost="600">
|
||||
<health now="240" max="240" />
|
||||
<look type="57" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="57" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="10" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Morgaroth" nameDescription="Morgaroth" race="fire" experience="15000" speed="185" manacost="0">
|
||||
<health now="55000" max="55000" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="35" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="65" weakest="5" mostdamage="15" random="15" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="mummy" nameDescription="a mummy" race="undead" experience="150" speed="35" manacost="510">
|
||||
<health now="240" max="240" />
|
||||
<look type="65" head="0" body="0" legs="0" feet="0" corpse="4130" />
|
||||
<look type="65" head="0" body="0" legs="0" feet="0" corpse="6004" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="General Murius" nameDescription="General Murius" race="blood" experience="300" speed="85" manacost="0">
|
||||
<health now="550" max="550" />
|
||||
<look type="207" head="0" body="0" legs="0" feet="0" corpse="4057" />
|
||||
<look type="207" head="0" body="0" legs="0" feet="0" corpse="5983" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="20" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="necromancer" nameDescription="a necromancer" race="blood" experience="580" speed="54" manacost="0">
|
||||
<health now="580" max="580" />
|
||||
<look type="9" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="9" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Necropharus" nameDescription="Necropharus" race="blood" experience="700" speed="60" manacost="0">
|
||||
<health now="750" max="750" />
|
||||
<look type="209" head="0" body="0" legs="0" feet="0" corpse="4240" />
|
||||
<look type="209" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="The Old Widow" nameDescription="The Old Widow" race="venom" experience="2800" speed="99" manacost="0">
|
||||
<health now="3550" max="3550" />
|
||||
<look type="208" head="0" body="0" legs="0" feet="0" corpse="4038" />
|
||||
<look type="208" head="0" body="0" legs="0" feet="0" corpse="5977" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="20" mostdamage="0" random="10" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc" nameDescription="an orc" race="blood" experience="25" speed="35" manacost="300">
|
||||
<health now="70" max="70" />
|
||||
<look type="5" head="0" body="0" legs="0" feet="0" corpse="4001" />
|
||||
<look type="5" head="0" body="0" legs="0" feet="0" corpse="5966" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc berserker" nameDescription="an orc berserker" race="blood" experience="195" speed="85" manacost="590">
|
||||
<health now="210" max="210" />
|
||||
<look type="8" head="0" body="0" legs="0" feet="0" corpse="4045" />
|
||||
<look type="8" head="0" body="0" legs="0" feet="0" corpse="5980" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="60" weakest="40" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc leader" nameDescription="an orc leader" race="blood" experience="270" speed="75" manacost="640">
|
||||
<health now="450" max="450" />
|
||||
<look type="59" head="0" body="0" legs="0" feet="0" corpse="4119" />
|
||||
<look type="59" head="0" body="0" legs="0" feet="0" corpse="6001" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="15" mostdamage="15" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?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="4153" />
|
||||
<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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc shaman" nameDescription="an orc shaman" race="blood" experience="110" speed="30" manacost="0">
|
||||
<health now="115" max="115" />
|
||||
<look type="6" head="0" body="0" legs="0" feet="0" corpse="4041" />
|
||||
<look type="6" head="0" body="0" legs="0" feet="0" corpse="5978" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc spearman" nameDescription="an orc spearman" race="blood" experience="38" speed="48" manacost="310">
|
||||
<health now="105" max="105" />
|
||||
<look type="50" head="0" body="0" legs="0" feet="0" corpse="4101" />
|
||||
<look type="50" head="0" body="0" legs="0" feet="0" corpse="5996" />
|
||||
<targetchange interval="1000" chance="50" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc warlord" nameDescription="an orc warlord" race="blood" experience="670" speed="77" manacost="0">
|
||||
<health now="950" max="950" />
|
||||
<look type="2" head="0" body="0" legs="0" feet="0" corpse="4148" />
|
||||
<look type="2" head="0" body="0" legs="0" feet="0" corpse="6008" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="70" weakest="15" mostdamage="15" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="orc warrior" nameDescription="an orc warrior" race="blood" experience="50" speed="55" manacost="360">
|
||||
<health now="125" max="125" />
|
||||
<look type="7" head="0" body="0" legs="0" feet="0" corpse="4043" />
|
||||
<look type="7" head="0" body="0" legs="0" feet="0" corpse="5979" />
|
||||
<targetchange interval="1000" chance="0" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF - 8"?>
|
||||
<monster name="Orshabaal" nameDescription="Orshabaal" race="fire" experience="9999" speed="150" manacost="0">
|
||||
<health now="22500" max="22500" />
|
||||
<look type="201" head="0" body="0" legs="0" feet="0" corpse="4097" />
|
||||
<look type="201" head="0" body="0" legs="0" feet="0" corpse="5995" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user