monsters.txt file

Discussion forum for Devil Whiskey 3rd Party MODS.

Moderator: Admin

User avatar
jykler
Site Admin
Posts: 82
Joined: Sun Jan 30, 2005 11:53 pm

monsters.txt

Post by jykler »

Hey... did I ever send this to anyone? I guess it was sent to me a while ago but I dont' remember ever seeing it... Anyway, I actually HAVE the file if anyone wants it. Please send me a private message with your email and I will email it to you...
-Jykler
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Post by dragonbait »

Hey that's Great! Yes please I will take the monsters.txt file. THanks. I'm sure there are others that would want it to.

-dragonbait
User avatar
origen
Dark Sidhe Lord
Posts: 903
Joined: Thu Feb 10, 2005 5:54 pm
Location: Secret League of Nirulat Headquarters
Contact:

Post by origen »

I would love to have the monsters file. :twisted:
I reject your reality, and substitute my own.
User avatar
jykler
Site Admin
Posts: 82
Joined: Sun Jan 30, 2005 11:53 pm

Monsters.txt file

Post by jykler »

Please send me a private message with your email and I will email it to you. Thanks!!
-Jykler
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Monsters.txt file

Post by dragonbait »

Here is the official monsters.txt file I got from Jykler. I though I had posted this previously, but apparently not. I will need to compare it with what was used on the Megamod.

Code: Select all

#
# UPDATED MONSTERS CONFIG - 09-28-2004
#
# This is the source file for the Monster Type Compiler
# Below are a couple example creatures.  Each field is # enumerated for the
# first creature on the list, while following creatures # are simply given
# in source form.
#
# Name (spaces are allowed, but discouraged)
Red Dragon
Red Dragons
# ST IQ WI DX CN CH CO LK AC
30 17 18 18 30 10 10 18 1
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
20 -20 10 -10 10 -10 10 -10
# five numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
# The third is the 'monster type', from the following list (use the NUMBER!):
# Normal - - - - - -  1 (default if none defined - same as Human-like)
# Water Creature - -  2
# Boss - - - - - - -  4
# Human-like - - - - 16
# Large Human-like - 17
# Large Non-Human  - 18
# Mage-like  - - - - 19
# Senrats  - - - - - 20
# Undead - - - - - - 21
# The fourth is the monster 'level', equivelant to a PC level - that is, one-on-one, what level PC
# should be able to defeat a single one of whatever it is?
# The fifth is optional, and represents gender.  This can be '0' for neutral (the default), '1' for female, or '2' for male.
2 0 18 38
# MaxHP HPVariance
# MaxHP is the maximum HP value allowed for this # creature
# HPVariance is the maximum amount by which MaxHP may be # reduced (random up to this value)
1200 400
#
# MaxSP SPVariance (similar to above, for Spell Points)
300 150
#
# MaxXP XPVariance (similar to above, for Experience # Points)
24000 4000
#
# MaxGP GPVariance (similar to above, for Gold Pieces)
4800 800
#
# path/filename for graphical representation (i.e. # picture) of this monster
#pics/monsters/reddragon.dat
Red_Dragon
# Number of skills, followed by number of spells, followed (optionally) by the number of item entries
4 0 1
# Below is one entry for each skill/spell counted above. # In this example, only one skill.
# This entry is the hex number (lower case hex # characters) representing the ActionID of the
# skill/spell.
#
#
0x000e0001 1
0x00162000 4
0x00062001 3
0x00162002 2
#
# skill: tail swipe can knock PC's down losing attack for that round and hitting them for 2d10
# from 20'
# skill: grab hold a PC; 1 round for every 1 pt. under 17 ST (14 ST means they are held 3 rounds)
# skill: breathe fire 3d12 group 40'
# attack: claws for 4d6 4 times
#
# Now we've got the item entry.  They are of the form:
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
# <chance> is applied to each item &#40;and each instance of each item, from <count>&#41;
# <count> is optional, and defaults to '1'.
# The special <item_name> of 'random' causes random item selection from the
# list of items for the current map &#40;on which the monster is killed&#41;.
# There should be exactly the same number of item entries as specified on the count line, above.
# In this case, one.
#  &#40;random items from level list, guaranteed to be found, from 2-4 of them&#41;
random 200 1d3+0
#
#
#
Aldorik
Aldoriks
12 17 20 13 14 13 13 18 4
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -5 10 0 30 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 16
194 54
294 90
16000 8000
1800 400
#pics/monsters/aldorik.dat
Aldorik
1 4 2
0x000e0001 1
0x000f0002 3
0x000b0004 5
0x000f0008 4
0x0009001b 2
random 200 1d3+0
PyroWand 1000
#
#
#
Beholder
Beholders
18 17 18 14 16 5 5 18 0
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 10 0 10 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 35 0
1600 800
# HP
800 400
# sp
24000 4000
# xp
800 400
# gp
#pics/monsters/beholder.dat
Beholder
1 3 1
0x000e0001 1
0x000f000e 3
0x000f0143 4
0x000f0002 2
random 400 1d3+0
#
# spell&#58; VEST&#58; Venom Strike
# spell&#58; FIFI&#58; Fire Fist
# spell&#58; Eest
#
Argo
Argos
20 17 29 18 18 5 5 19 -2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 10 0 10 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 40 2
2400 800
# HP
1200 600
# sp
36000 4000
# xp
2400 800
# gp
#pics/monsters/abeholder.dat
Abeholder
2 3 1
0x000e0001 1
0x000f000e 8
0x000f0146 9
0x00062001 4
0x000f0002 7
random 600 1d3+0
#  
# spell&#58; VEST&#58; Venom Strike
# spell&#58; FIBL&#40;fire blast, 4d4 damage&#41;
# skill&#58; grab from 40' &#40;with tentacles&#41;
# spell&#58; EEST
#
Black Claw Warlock
Black Claw Warlocks
13 17 18 15 14 12 13 18 2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -5 10 0 30 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 19 20 2
144 48
144 48
24000 3200
2400 800
#pics/monsters/blackclaw.dat
BlackClaw_Warlock
1 8 2
0x000e0001 1
0x00090017 2
#hema
0x001f0011 5
#list
0x00090033 7
#mind ogre
0x000b0029 3
#mist
0x00090034 9
#mnd glm
0x000b0014 4
#bsrk rage
0x000f000e 8
#vnm stk
0x001f000b 6
#MAAR
random 100 1d3+0
Mage's_Ring 50
#
# spell&#58; HEME&#40;heal medium&#41;
# spell&#58; LIST&#40;lightning storm, 4d6 damage&#41;
# spell&#58; MIOG&#58; Mind Ogre
# spell&#58; MIPH&#58; Mind Phazing                    --still needed
# spell&#58; MIST&#58; Create Mist
# spell&#58; SUAS&#58; Summon Assasin &#40;Dark Rogue&#41;     --still needed
# attack&#58; swings at with a Elven dagger 1d4+1 +1 to hit
#
# AI&#58; uses spells in this order MIPH-MIST
# -LIST-MIOG-HEMA-SUAS
#
#
Giant Spider
Giant Spiders
15 10 4 17 17 4 4 14 8
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
5 0 10 0 5 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 4 0
48 24
0 0
800 160
0 0
#pics/monsters/gspider.dat
Giant_Spider
2 0 1
0x000e0001 1
0x00062003 2
random 300 1d3+2
#
# poison bite 1d6 +1 HP each round
#
#
Brideck
Bridecks
19 12 12 15 18 10 10 15 3
1 10 25 -25 10 0 10 0
2 0 17 5 0
60 12
0 0
1600 400
40 16
#pics/monsters/brideck.dat
Brideck
2 0 1
0x000e0001 1
0x001603ee 2
random 200 1d3+0
#
# swings at with mace for 1d8 damage
#
#
#TOWN
Brideck Magi
Brideck Magi
18 16 17 15 17 10 10 15 3
1 10 40 -30 10 0 10 0
1 0 19 6 0
72 16
72 16
3200 800
800 260
#pics/monsters/brideckmagi.dat
Brideck_Magi
2 2 2
0x000e0001 1
0x001603ee 2
0x00090006 3
0x000b000d 4
random 100 1d3+0
Ring_of_Protection 50
#
# spell&#58; HELI&#58; Healing Light &#40;on self&#41;
# spell&#58; WOLF&#58; Summon Wolf
# attack&#58; swings at with staff for 1d6 damage
#
#
Crippler
Cripplers
21 8 5 12 19 5 5 10 9
0 0 0 0 0 0 0 0
2 0 17 6 0
64 24
0 0
960 200
40 24
#pics/monsters/crippler.dat
Crippler
3 0 1
0x000e0001 1
0x00062004 2
0x000e2029 3
random 200 1d3+0
#
#skills=crippler stun
#bear hug
#
#
Crueman
Cruemen
15 11 12 16 17 11 11 13 3
5 0 5 0 5 0 5 0
2 0 16 6 2
48 24
0 0
1200 400
400 160
#pics/monsters/crueman.dat
Crueman
4 0 3 
0x000e0001 1
0x000e2005 2
0x00062075 4
0x0016207a 3
#axe throw
random 100 1d3+0
Studded_Leather 100
Elven_Axe 100
#skills&#58;lsr adr, beserk
#
#
#
Cwn Annwn
Cwn Annwn
19 13 6 33 19 9 9 13 0
# The elements are in the order FIRE, EARTH, AIR, WATER
50 -50 10 0 10 0 0 25
6 0 1 35
1666 660
0 0
16000 4000
0 0
#pics/monsters/cwnannwn.dat
Cwnannwn
4 0 1
0x000e0001 3
0x00022006 4
0x001e2007 2
0x000a203d 1
random 200 1d3+0
#
# attack&#58; bites 6x for 2d4
# skill&#58; Shadom Form
# skill&#58; Shadow Mist
# skill&#58; chameleon
#
#
Dactyl
Dactyls
15 6 8 19 15 4 4 12 0
10 -10 10 0 10 0 10 0
2 0 18 15 0
600 60
0 0
14000 2000
0 0
#pics/monsters/dactyl.dat
Dactyl
2 0 1
0x000e0001 1
0x001e2008 2
random 400 1d3+0
#
# attack&#58; claws 4x for 1d7
# skill&#58; Venom Spray
#
#
#
Dark Rogue
Dark Rogues
15 16 11 19 15 12 12 18 -3
7 0 7 0 15 0 7 0
2 0 16 12 2
120 24
0 0
6400 800
2400 800
#pics/monsters/drogue.dat
Dark_Rogue
8 0 5
0x000e0001 5
0x000e03e8 1
0x001e03e9 8
#hide shadows
0x00022006 6
#shadow
0x00022009 4
#confuse
0x00162077 2
#short bow
0x0006207b 7
#backstab
0x0016207c 3
#psn blw gun
random 400 1d3+2
Bluesilver_Shield 50
Shadow_Shield 50
Shadow_Blade 50
Shadow_Hood 50
#
# skill&#58; Shadow Form &#40;36%&#41; try for a backstab &#40;12% chance of success&#41;
# skill&#58; Pick Pocket
# skill&#58; Confuse
# skill&#58; Shadow Steal
# attack&#58; swings 2x with a short sword 1d8+1 +1 to hit
# attack&#58; shoots 3 Arrows_&#40;20&#41; 1d6 at range of 20'-60' &#40;30 Arrows_&#40;20&#41; in inventory&#41;
#
#
#
Dark Sidhe Lord
Dark Sidhe Lords
17 17 20 21 18 18 18 18 -12
20 0 20 0 20 0 20 0
8 0 4 35 2
1600 400
120 96
36000 4000
8000 4000
#pics/monsters/darksidhe.dat
Dark_Sidhe
4 1 5
0x000e0001 3
0x001e2007 2
0x001b0016 6
0x00162079 1
0x001e204d 5
random 300 1d3+0
Rune_Sword 300
Shadow_Shield 100
Elf_Bow 100
Elf_Arrows_&#40;20&#41;_&#40;20&#41; 300
#
# 
# skill&#58; attack
# skill&#58; mist walker
# spell&#58; push foes
# skill&#58; Ench Bow
# skill&#58; Telekinesis
#
Dark Ubu
Dark Ubi
15 17 17 18 15 19 19 18 -4
25 0 25 0 25 0 25 0
4 0 19 45 1
1800 800
400 240
32000 2000
2400 800
#pics/monsters/ubu.dat
Ubu
5 2 4
0x000e0001 2
0x0016200b 3
0x0016200c 4
0x00090017 5
0x001f003d 7
0x00162079 1
0x001b0056 6
#bow abv
random 200 1d3+0
Runic_Short_Sword 200
Quick_Bow 100
Starkind_Arrows_&#40;20&#41;_&#40;20&#41; 300
#
# skill&#58; Spellbind
# skill&#58; Entangle
# spell&#58; HEMA&#58; Heal Major
# spell&#58; MIND&#58; Mind Drain
# spell&#58; DRFOes 
#
Darcwood Tree
Darcwood Trees
20 14 14 10 20 8 8 14 4
1 98 50 -50 25 -25 50 -50
1 0 18 8
200 96
36 12
6400 3200
80 40
#pics/monsters/tree.dat
Darcwood
2 1 2
0x000e0001 1
0x0016200c 2
0x000b0108 3
random 200 1d3+0
Bundle_of_Sticks 400
#
#Anteus Gift
# attack&#58; swings at for 1d8
# skill&#58; entangle
#
#
Demon Lord
Demon Lords
22 10 10 26 17 4 4 14 -13
50 -50 20 0 20 0 10 -10
6 0 4 18 0
1666 333
660 330
16000 2000
1200 600
#pics/monsters/demonlord.dat
Demon_Lord
3 2 2
0x000e0001 1
0x0002200d 2
0x000e200e 3
0x000f0146 5
0x00090043 4
random 200 1d3+0
Runic_Great_Sword 200
#
# swings 4x with Rune broad sword 2d4+5 +5 to hit
# skill&#58; Regeneration
# skill&#58; Venom Bite 
# spell&#58; FIBL&#58; Fire Blast
# Spell&#58; LEDE
# attack&#58; claws at 6x for 3d6 
#
#
#
Dorendor
Dorendors
19 10 10 17 19 8 8 15 -4
10 0 10 0 10 0 10 0
6 0 18 25
800 400
0 0
12000 9000
4000 400
#pics/monsters/dorendor.dat
Dorendor
2 0 2
0x000e0001 1
0x000e200f 2
random 200 1d3+0
Bluesilver_War_Axe 400
#
# skill&#58; Beserk
# attack&#58; Swings 6x with BS War Axe 3d8+4 +4 to hit 
#
#
Dorukan
Dorukan Clones
13 17 19 17 14 12 13 15 4
30 -5 10 0 30 0 10 0
2 0 4 10 2
196 24
196 64
16000 4000
4000 800
#pics/monsters/dorukan.dat
Dorukan
2 5 1
0x000e0001 1
0x00320003 2
0x000b000d 7
#suwo
0x000b0014 3
#bera
0x000f000a 6
#eel blight
0x000f000e 5
#vnm strike
0x000b0004 4
#lipr
random 200 1d3+0
#
#
#
Green Dragon
Green Dragons
29 15 15 15 29 10 10 18 -2
50 -20 10 0 40 -20 10 0
2 0 18 20
800 160
0 0
16000 2000
8000 4000
#pics/monsters/greendragon.dat
Green_Dragon
4 0 5
0x000e0001 1
0x00162000 4
#tail
0x00062001 3
#grab
0x00162010 2
#acid
random 100 1d3+0
Dragon Blood Drop 200
Bluesilver_War_Axe 50
Rune_Axe 25
Loki's_Axe 25
#
# skills&#58; 
# tail swipe
# grab 
# acid breath
#
#
#
#
Dwarf
Dwarves
19 12 12 14 19 8 8 14 4
8 0 50 -10 8 0 8 0
1 0 16 2 2
20 8
0 0
320 80
800 560
#pics/monsters/dwarf.dat
Dwarf
2 0 2
0x000e0001 2
0x00162076 1
#crossbow
Banded_Armor 100
random 100 1d2+0
# swings at with a battle axe  1d8
#
#
#
#
Earth Elemental
Earth Elementals
22 15 15 14 18 8 8 18 2
8 0 90 -90 5 0 5 0
2 0 18 7
132 24
132 24
8000 2400
80 40
#pics/monsters/eleme.dat
Earth_Elemental
1 2 1
0x000e0001 1
0x000f0102 2
0x000f0106 3
random 300 1d3+0
#
# spell&#58; Throw Dust
# spells&#58; QUSA &#40;quicksand, slows&#41; 
# STST &#40;Stone Strength, 8d4 one-person heal&#41;      --still needed
# punches for 4d12
#
#
#
#
Fire Elemental
Fire Elementals
18 17 18 21 18 12 12 18 0
90 -90 20 0 20 0 0 50
1 5 18 8
132 40 
132 40
8000 2400
80 40
#pics/monsters/elemf.dat
Fire_Elemental
1 2 1
0x000e0001 1
0x001f014f 3
0x001f0149 2
random 300 1d3+0
#
# spell&#58; FIRS&#58; Fire Shield
# spell&#58; FLMI&#58; Flaming Missiles
# spell&#58; HEAT&#58; Heat Iron &#40;all PCs unequip weapons and metal armor&#41; -- spell dropped
# spell&#58; HOCO&#58; Hot Coals                  --still needed
# attack&#58; punches 8x for 2d8
#
#
Water Elemental
Water Elementals
19 17 18 23 18 12 12 18 0
20 -20 0 50 10 0 90 -90
3 0 2 14
132 40
132 40
8000 2400
80 40
#pics/monsters/elemh.dat
Water_Elemental
1 3 1
0x000e0001 1
0x000f0133 2
0x001f0134 4
0x000f0131 3
#wtr spout
random 300 1d3+0
#
# spell&#58; INIC&#58; Instant Ice
# spell&#58; ICDA&#40;ice darts, 4d6 party damage&#41;
# attack&#58; punches 4x for 2d6
#
#
#
Air Elemental
Air Elementals
18 17 18 25 18 12 12 18 0
0 40 20 0 90 -90 20 0
1 0 18 8
132 40
132 40
8000 2400
80 40
#pics/monsters/elema.dat
Air_Elemental
2 3 1
0x000e0001 1
0x001e2007 3
0x000f011c 5
0x001f011e 2
0x001f0122 4
random 300 1d3+0
#
# skill&#58; Shadom Mist &#40;70%&#41;
# spell&#58; ARAM&#58; Ariel's Ambush
# spell&#58; FIAI&#58; Fists of Air
# spell&#58; VASP&#58; Vacuum Spell
# attack&#58; punches 8 times for 2d4
# 
#
Enchantress
Enchantresses
13 17 17 15 15 19 20 19 0
20 0 20 0 20 0 20 0
3 0 19 8 1
104 36
220 100
8000 1600
800 260
#pics/monsters/enchantress.dat
Enchantress
13 3 6
0x000e0001 1
0x0016200b 6
0x0016200c 7
0x00062011 13
0x00062012 10
0x00062013 11
0x00062014 12
0x00062015 3
0x00062016 4
0x00062017 1
0x00062018 2
0x00062019 14
0x000f0008 9
0x0009000c 15
0x000b0007 16
0x00162077 2
#short bow
random 50 1d3+0
Champion_Stone 50
Elven_Short_Sword 200
Enchantress_Hairs 100
Lightning_Lute 10
Lute 50
#
# skill&#58; Spellbind
# skill&#58; Entangle
# skill&#58; Curse on Attributes
# effect&#58; random attribute is lowered -10 and -1 per round or tick
# spell&#58; MIEN       --was listed above, but not here
# spell&#58; HEME       --was listed above, but not here
# spell&#58; LEIN       --was listed above, but not here
# spell&#58; COFO                        --still needed
# spell&#58; SHOC                        --still needed
# attack&#58; swings at with Elven Short Sword # 2x 1d8+1 +1 to hit
#
#
Firbolg
Firbolgs
15 11 11 15 17 7 7 13 9
5 0 5 0 5 0 5 0
2 0 17 2 2
48 16
0 0
800 160
40 16
#pics/monsters/firbolg.dat
Firbolg
1 0 1
0x000e0001 2
random 200 1d3+0
#
# attack&#58; swings with dagger for 1d4 damage
#
#
Ghost
Ghosts
17 14 18 20 18 6 6 14 -10
99 -99 99 -29 10 50 99 -99
4 1 16 10
24 16
20 8
4000 1600
0 0
#pics/monsters/ghost.dat
Ghost
4 1 1
0x000e0001 1
0x00062027 5
#Ls leech Eng
0x00062013 2
#Curse Wisdom
0x0002200d 3
#regen
#SPELL below
0x000f011c 4
random 50 1d3+0
#
# attack&#58; swings at with broad sword 2d4
#
#
#
Goblin
Goblins
17 10 12 14 17 6 6 16 5
5 0 5 0 5 0 3 0
1 0 16 5
24 8
0 0
640 160
40 8
#pics/monsters/goblin.dat
Goblin
2 0 3
0x000e0001 2
0x00162077 1
random 100 1d3+0
Fish_Scales 200
War_Axe 100
#
# attack&#58; swings at with broad sword 2d4
# skill&#58; short bow
#
#
#
Air Giant
Air Giants
27 12 8 14 21 6 6 14 0
0 40 20 0 90 -90 20 0
2 0 17 12
96 84
0 0
22000 18000
600 300
#pics/monsters/elema.dat
Air_Elemental
1 1 1
0x000e0001 1
0x000f011b 4
random 200 1d3+0
# attack&#58; punches 2x 3d8
# spell&#58; ARWI&#58; Arctic Wind
#
#
#
Air Golem
Air Golems
17 11 9 19 18 9 9 15 3
0 70 20 0 90 -90 20 0
1 0 18 6
56 24
0 0
15000 3000
300 60
#pics/monsters/elema.dat
Air_Elemental
1 1 1
0x000e0001 1
0x000b0119 4
random 200 1d3+0
# attack&#58; punches 2x 2d4
# spell&#58; AICL&#58; Air Cloak
#
#
#
Clay Golem
Clay Golems
20 10 10 14 20 9 9 12 0
10 0 90 -50 10 0 6 40
2 0 18 4 
72 24
0 0
960 160
30 20
#pics/monsters/golemc.dat
Clay_Golem
2 0 1
0x000e0001 2
0x00022026 1
random 200 1d3+0
#
#
#
#
Iron Golem
Iron Golems
20 10 10 12 18 9 9 12 -4
5 0 10 0 5 40 10 0
3 0 18 6
364 32
0 0
8000 800
240 60
#pics/monsters/golemi.dat
Iron_Golem
3 0 1
0x000e0001
0x00062004
0x0016201a
random 200 1d3+0
#
# skill&#58; stun attack
# skill&#58; poison gas
# attack&#58; punches 6x 3d8
#
#
Robttt Golem
Robttt Golems
25 16 10 13 18 10 10 12 -20
4 0 15 0 5 50 10 0
1 0 18 20
1800 200
800 200
16000 4000
800 200
#pics/monsters/golemr.dat
Robttt_Golem
3 0 1
0x000e0001 1
0x0016201a 2
0x0006201b 3
random 200 1d3+0
#
# Hands turn into blades and swing once for __6d12
# Poison Gas
#
#
Stone Golem
Stone Golems
22 10 10 12 22 9 9 13 0
10 0 90 -50 10 0 0 5
3 0 18 15
240 96
0 0
8000 4000
80 40
#pics/monsters/golems.dat
Stone_Golem
2 0 1
0x000e0001 2
0x0006201c 1
random 200 1d3+0
#
# skill&#58; Slowing Grope
# attack&#58; punches 5 times for 4d12
#
#
Ice Golem
Ice Golems
20 10 10 12 21 9 9 13 5
10 25 10 0 10 0 25 -25
1 0 18 15
240 60
0 0
16000 4000
400 80
#pics/monsters/golems.dat
Water_Elemental
2 0 1
0x000e0001 1
0x0006201c 4
random 200 1d3+0
#
#
Gnomicron
Gnomicrons
18 17 19 14 18 9 9 12 -10
10 0 15 -10 0 40 10 0
4 6 17 22 1
1200 400
320 160
28000 4000
800 400
#pics/monsters/gnomicron.dat
Gnomicron
2 2 3
0x000e0001 1
0x001f0011 3
#list
0x000b0042 4
#Ltng shld
0x0006201b 5
#bld hnds
random 200 1d3+0
Sprite_Wand 100
Fafnir's_Ring 200
#
# spell&#58; LIST&#58; Lightning Strike
# spell&#58; LISH&#58; Lightning Shield
# spell&#58; *ELSK&#58; "Electric Skin" - &#40;new one I made up - causes
# any who hit/touch the Gnomicron to take electric shock damage of 4d8
#                  --ELSK not a known spell
# attack&#58; slashes 4 times for 2d4
#
#
Guardian of Rennibister
Guardians of Rennibister
16 15 13 15 15 12 12 15 1
5 0 5 0 5 0 5 0
1 0 16 3 2
40 20
0 0
2400 800
400 300
#pics/monsters/guard.dat
Guard_of_Rennibister
2 0 7
0x000e0001 4
0x00162076 2
#crossbow shot
Banded_Armor 100
Helm 50
Elven_Helm 50
Long_Sword 50
Elven_Sword 20
Obsidian_Bolts 50
Bronzed_Arrows_&#40;20&#41; 20
# 
# swings at with long sword 2d6
#
#
#
#
Harpy
Harpies
15 17 18 15 16 14 14 18 8
10 0 10 0 10 0 10 0
3 0 17 10 1
56 24
98 26
2400 800
400 160
#pics/monsters/harpy.dat
Harpy
1 2 2
0x000e0001 1
0x0009000c 2
0x000f000e 3
Raven_Beak 200
random 50 1d3+0
#
# spell&#58; HEME&#58; Heal Medium &#40;self&#41;
# spell&#58; VEST&#58; Venom Strike
# attack&#58; claws at for 1d6
#
#
#
#
Jack O'Hare
Jack O'Hares
14 12 13 19 17 9 9 22 6
5 0 22 -2 5 0 5 0
3 0 17 5
72 24
0 0
2400 800
240 80
#pics/monsters/jackhare.dat
Jack_O_Hare
3 0 1
0x000e0001 2
0x000e03e8 3
0x001e03e9 1
random 200 1d3+0
#
#
Kobold
Kobolds
13 11 11 18 14 7 6 13 7
5 0 5 0 5 0 5 0
1 0 16 2
18 8
0 0
120 80
80 72
#pics/monsters/crippler.dat
Crippler
2 0 2
0x000e0001 1
0x00162077 2
#short bow
Spear 100
random 50 1d3+0
# attack&#58; slices at with dagger 1d4
#
#
#
#
Landvaettir
Landvaettirs
15 10 11 13 15 8 8 14 10
5 0 10 0 5 0 5 0
1 0 21 3 0
184 64
0 0
9600 1600
400 240
#pics/monsters/landvaettir.dat
Landvaettir
4 0 1
0x000e0001 1
0x0006201d 3
#wither
0x00062027 4
#lsr eng lch
0x00022028 2
#grtr r heal
random 200 1d3+0
#
# skill&#58; Withering attack
# attack&#58; swings at &#40;?&#41;
#
#
Lich
Liches
17 17 17 17 17 7 7 17 -3
15 0 15 0 15 0 15 0
1 0 21 18
366 133
366 333
20000 6000
16000 8000
#pics/monsters/lich.dat
Lich
6 0 2
0x000e0001 1
0x0006201d 2
#wither
0x001e2007 3
#mst wlk
0x0006201e 5
#psi force
0x000e2073 4
#fell stk
0x000e200a 6
#egy lch
random 200 1d3+0
Spectre_Ring 50
#
# skill&#58; Withering attack
# skill&#58; Shadow Mist
# skill&#58; Silence Magika&#58; takes away spell casting ability for Mages
# skill&#58; Psi Force
# spell&#58; LESU                     --still needed
#
# swings 4 times with a Rune mace 1d8+5
#
#
Lightning Mage
Lightning Mages
12 17 17 14 14 12 12 15 -2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
20 -10 5 5 10 -5 0 10
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 19 10 2
104 18
240 60
9600 1600
2400 800
#pics/monsters/lightning_mage.dat
Lightning_Mage
2 5 5
0x000e0001 1
0x00062027 4
#lssr eng lch
0x000f0002 5
#eestk
0x001f0011 6
#list
0x000b0029 7
#mist
0x000b0119 2
#aircloak
0x0009001b 3
#LOHE
random 100 1d3+0
eelballs 20
Mage_Hood 20
Mord_Cloak 100
Rune_Dagger 200
#
# spell&#58; EEST &#40;Eel Strike&#41;
# spell&#58; LIST&#40;lightning storm, 4d6 damage&#41;
# spell&#58; MIST&#58; Create Mist
# spell&#58; AICL&#58; Air Cloak
# attack&#58; swings at with a Elven dagger 1d4+1 +1 to hit
#
# AI&#58; uses spells in this order EEST # -MIST -LIST-
#
#
Mimic
Mimics
15 15 15 18 15 15 15 18 0
5 10 10 0 20 -20 20 -20
6 0 18 5
360 160
0 0
12000 4000
400 160
#pics/monsters/mimic.dat
Mimic
4 0 1
0x000e0001 1
0x0002201f 2
0x00062025 4
#mtpl oppnts
0x0002200d 3
#regen
random 200 1d3+0
# 
# skill&#58; rapid healing
# spell&#58; COFO&#58; Confuse Foes          --still needed
# attack&#58; kicks at 2x for 1d8
# AI&#58; casts COFO once in at 20'
# AI&#58; Heals self when down to 10 HP
#
#
Naga
Nagas
17 12 10 16 17 4 4 14 0
20 0 10 0 10 0 10 0
4 0 18 30 0
800 400
24 8
14000 2000
640 320
#pics/monsters/nagas.dat
Nagas
2 1 2
0x000e0001 2
0x000e200e 3
#vnm bite
0x0009000c 1
random 200 1d3+0
Rune_Sword 300
#
# swings 4x with Rune broad sword 2d4+5 +5 to hit
# spell&#58; HEME &#40;self&#41;
# skill&#58; Venom Bite 
#
#
Naga Chief
Naga Chiefs
20 14 13 17 20 6 6 12 -4
30 0 10 0 10 0 10 0
4 0 18 30 0
1000 200
60 12
16000 2000
800 400
#pics/monsters/nagas.dat
Naga
4 2 3
0x000e0001 2
0x000e200e 3
0x00162000 5
0x0009000c 4
0x00090043 6
#smn lsr dmn
0x00162079 1
#encht bow
random 200 1d3+0
Bronzed_Arrows_&#40;20&#41;
Hel_Sword 200
#
# same as naga, but with a tail swipe
# and LEDE
#
Necrolord
Necrolords
20 17 20 20 25 13 13 18 -33
50 -25 25 0 25 0 25 0
8 0 4 40 2
6660 0
666 0
60000 0
60000 0
#pics/monsters/necrolord.dat
Necrolord
6 7 9
0x000e0001 1
0x000e200a 5
0x00022028 2
0x00062020 3
0x0006201d 4
0x0002200d 6
0x00090051 13
0x00090047 12
0x00090043 10
0x001b0040 9
0x001b0056 8
0x00092035 7
0x001f0050 11
random 300 1d3+0
Emerald_Dagger 600 1d4+0
Emerald_Shield 600
Necroblade 600
Phoenix_Ring 600
Ring_of_Spell_Absorbtion 600
Ring_of_Elemental_Absorption 600
Spectre_Ring 600
Star_Great_Sword 600
#
# skill&#58; leech enrg
# skill&#58; grt rpd hl
# skill&#58; stning
# skill&#58; wither
# skill&#58; regeneration
# spell&#58; MAJ DE
# spell&#58; MEDE
# spell&#58; LEDE
# spell&#58; Mind Vortex
# spell&#58; Draw Foes
# spell&#58; Spirit Hammer
# spell&#58; REAL
#
#
Nomad
Nomads
17 10 10 16 15 10 10 14 8
5 0 5 0 5 0 5 0
1 0 16 2 2
32 12
0 0
720 240
80 72
#pics/monsters/nomad.dat
Nomad
4 0 2
0x000e0001 2
0x0006202a 1
#adr srg
0x00162077 1
#short bow
0x0016207a 2
#axe throw
random 200 1d3+0
Battle_Axe 200
#
# swings at ... with a battle axe for 1d8 damage
#
#
Ogre
Ogres
20 10 8 12 20 7 7 11 9
5 0 5 0 5 0 5 0
2 0 17 6
160 64
0 0
6400 2400
80 16
#pics/monsters/ogre.dat
Ogre
2 0 2
0x000e0001 1
0x0006202a 2
random 200 1d3+0
Well-balanced_rocks 50
#
#lsr adrenal surge
# punches once for 4d12
#
#
Orc
Orcs
19 11 5 15 18 6 8 12 3
5 0 5 0 5 0 5 0
2 0 16 4
72 24
0 0
6400 1600
400 160
#pics/monsters/orc.dat
Orc
3 0 5
0x000e0001 2
0x000e206c 3
#brth bshr
0x00162076 1
#crossbow
random 100 1d2+0
Crossbow 50
Bolts 200
Dwarven_War_Axe 50 1d3+0
Dwarven_Cleaver 25 1d3+0
#
# attack&#58; swings at 2x with Dwarven broad sword # 2d4+2
#
#
Orc Chieftain
Orc Chieftains
19 11 12 16 19 9 8 14 0
8 0 8 0 8 0 8 0
3 0 16 8
112 16
0 0
8000 1600
4000 2400
#pics/monsters/orcchief.dat
Orc_Chief
5 0 5
0x000e0001 1
0x000e0001 3
#lsr ad srg
0x001e2037 4
#wld chrg
0x000e206c 3
#brth bshr
0x00162077 2
#shrt bow
#
random 100 1d3+0
Elven_Slayer 20
Mutorcs_Throwin'_Hammer 50
Orc_Helm 50
Orc_Arrows_&#40;20&#41; 200
#
# swings at with Dwarven broad sword 2d4+2
#
Psi Knight
Psi Knights
17 17 19 18 18 18 18 18 -4
20 0 20 0 20 0 20 0
8 0 16 35 2
1600 400
120 96
24000 8000
8000 4000
#pics/monsters/psiknight.dat
Psi_Knight
2 1 2
0x000e0001 1
0x001e2007 4
0x001b0016 2
random 200 1d3+0
Aura_Sabre 400
#
# spell&#58; PUFO&#58; Push Foes
# skill&#58; Shadow Mist
# attack&#58; swings 8x with a Aura Sword
#
#
#
Saurian
Saurians
20 12 10 13 20 8 8 13 0
5 -2 5 0 5 0 30 30
2 0 17 7
120 32
0 0
8000 1000
800 480
#pics/monsters/saurian.dat
Saurian
3 0 5
0x000e0001 3
0x00062021 2
#bite
0x00162022 1
#vnm
random 100 1d3+0
Dwarven_War_Hammer 50
Elven_War_Axe 50
Saurian_Blood_Drop 200
Saurian_War_Suit 100
#0x000603ec
#0x001603ed
#
# skill&#58; Venom Bite
# skill&#58; Venom Spray
# swings at with War Hammer 3d6
#
#
Senrat
Senrats
14 12 12 20 13 9 9 17 4
10 0 20 -10 5 0 10 0
3 0 20 4
40 16
0 0
800 240
400 160
#pics/monsters/senrats.dat
Senrat
3 0 1
0x000e0001 2
0x001e03e9 3
0x00162077 1
#shrt bow
random 200 1d3+1
#
#
Skeleton
Skeletons
13 10 2 13 13 2 2 13 6
10 0 20 -10 10 0 10 0
2 0 21 4
72 16
0 0
1200 400
24 16
#pics/monsters/skeleton.dat
Skeleton
2 0 2
0x000e0001 3
0x0016207a 2
random 100 1d3+0
Battle_Axe 100
#
# swings with a battle axe 1d8
# skill&#58; axe throw
#
Spectre
Spectres
17 17 17 30 17 7 7 24 -33
90 -90 90 -90 90 0 10 0
1 0 21 20
333 66
1666 1333
54400 37000
5400 3200
#pics/monsters/spectre.dat
Spectre
3 1 2
0x000e0001 1
0x0006201d 3
0x00062023 2
0x001f0050 4
random 200 1d3+0
Reaper's_Scythe 400
#
# skill&#58; Withering attack
# skill&#58; Death Blow, 50%
# spell&#58; SPHA&#58; Spirit Hammer         --still needed
#
#
Stalker
Stalkers
17 14 15 18 18 14 14 17 -8
5 0 10 0 10 0 5 0
5 0 21 38 2
1400 80
0 0
36000 4000
1200 600
#pics/monsters/stalker.dat
Stalker
5 0 4
0x000e0001 2
0x00062023 3
0x00162079 1
0x0006207b 5
0x0016207c 4
random 200 1d3+0
Death_Darts_&#40;20&#41; 300
Poison_Arrows_&#40;20&#41;_&#40;20&#41; 300
Thunder_Bolts_&#40;10&#41; 300
#
# skill&#58; Death Blow 25%
# skill&#58; ench bow
# skill&#58; backstab
# skill&#58; Psn blw drts
#
#
Stone Cleric
Stone Clerics
18 17 19 15 19 14 13 17 -7
10 0 25 -25 10 0 10 0
6 0 19 38 2
1600 400
260 80
42000 4000
8000 1800
#pics/monsters/stonecleric.dat
Stone_Cleric
12 5 5
0x000e0001 9
0x00062020 13
#stoning
0x00062024 12
#FOD
0x00062011 7
#Crs ST
0x00062012 4
#Crs IQ
0x00062013 5
#Crs WI
0x00062014 8
#Crs DX
0x00062015 2
#Crs CN
0x00062016 3
#Crs CH
0x00062017 1
#Crs Co
0x00062018 6
#Crs LU
0x00062019 11
#Crs AC
0x000f0106 14
#Qk Snd
0x001f0109 17
#pml rcks
0x0009010b 16
#Sm EELM
0x0009010e 15
#CRT SGlm
0x00090113 10
#DEPE
random 200 1d3+0
Dwarven_Mace 400
Rangers_Cloak 200
Thunder_Bolter 200
Thunder_Bolts_&#40;10&#41; 300
#
# skill&#58; Stone Gaze
# skill&#58; Fist of Death
# skill&#58; Curse on Attributes
#effect&#58; random attribute is lowered -10 and -1 per round or tick
# spell&#58; QUSA&#58; Quicksand
# spell&#58; PURO&#58; Pummeling Rocks
# spell&#58; SUEE&#58; Summon Earth Elemental
# spell&#58; CRSG&#58; Create Stone Golem
# spell&#58; DEPE&#58; Depetrify
# attack&#58; swings 3x with Dwarven Mace 1d8+2 +2 to hit
# 
#
Summoner
Summoners
18 17 19 18 18 15 15 18 0
10 0 10 0 10 0 10 0
1 0 19 40 2
1400 1000
244 120
36000 18000
1800 900
#pics/monsters/summoner.dat
Summoner
1 5 3
0x000e0001 1
0x001f0046 6
0x001f0055 2
0x00090017 3
0x00090043 4
0x0009003c 5
random 200 1d3+0
Emerald_Dagger 400
Breath_Ring 200
#
# spell&#58; STFI&#58; Star Fire
# spell&#58; GRDE&#58; Gravity Demiser
# spell&#58; HEMA&#58; Heal Major
# spell&#58; LEDE
# spell&#58; MIDR
# attack&#58; swings 3x with Emerald Dagger 1d4+5 +5 to hit
# 
#
War Monger
War Mongers
19 13 10 14 18 10 10 15 -2
10 0 5 0 5 0 10 0
3 0 16 17 2
140 60
0 0
6400 800
800 400
#pics/monsters/warmonger.dat
Warmonger
3 0 5
0x000e0001 3
0x00162078 2
#long bow
0x00062025 4
random 200 1d3+0
Arrows_&#40;20&#41; 100
Elven_War_Axe 100
Elven_Plate 100
Helm 50
#
# attack&#58; swings 4x with a Dwarven War Hammer 3d6+2 +2 to hit
# skill&#58; Multiple Opponents &#40;2 opponents&#41;
# AI&#58; Each attacks a different front line person &#40;1-4&#41;
# AI&#58; Multiple Opps after 2nd round
#
#
Tormentor
Tormentors
25 12 12 16 25 13 13 15 -10
10 0 5 0 5 0 10 0
6 0 16 20 2
960 160
0 0
16000 4000
1600 800
#pics/monsters/warmonger.dat
Tormentor
5 0 4
0x000e0001 2
0x00062025 3
#mtpl op
0x000e2073 5
#fell stk
0x000a206f 4
#chmp form
0x00162079 1
#enchant bw
random 200 1d3+0
Bluesilver_War_Axe 400 1d3+0
Elf_Arrows_&#40;20&#41; 200
Rune_Plate 50
# 
# attack&#58; swings 4x with a Dwarven War Hammer 3d6+2 +2 to hit
# skill&#58; Multiple Opponents &#40;2 opponents&#41;
# AI&#58; Each attacks a different front line person &#40;1-4&#41;
# AI&#58; Multiple Opps after 2nd round
#
#
Zealot
Zealots
18 16 16 19 20 13 13 17 0
10 0 5 0 5 0 10 0
7 0 16 23 2
400 160
0 0
12000 4000
1200 400
#pics/monsters/warmonger.dat
Zealot
4 0 2
0x000e0001 1
0x000f0143 2
0x000a2070 3
#lsr wnd frm
0x000e2074 4
#fst of pn
random 200 1d3+0
Rune_Bracers 400 1d3+0
#
#
Wereworg
Wereworgs
21 5 6 16 21 6 6 12 6
5 0 5 0 5 0 5 0
3 0 18 12
120 30
0 0
6400 2400
80 40
#pics/monsters/wereworg.dat
Wereworg
2 0 1
0x000e0001 2
0x00022026 4
random 200 1d3+0
#
# skill&#58; rapid healing, 1d6 per round
# attack&#58; swings 1x with a War Axe for 3d6
# AI&#58; attacks highest ST PC
#
#
Wight
Wights
15 13 12 12 15 3 3 13 4
2 0 5 0 5 0 2 20
1 0 21 24
360 120
0 0
16000 4000
1200 400
#pics/monsters/wight.dat
Wight
4 0 2
0x000e0001 1
0x00062027 4
#lsr eng lch
0x00022028 2
#grtr r heal
0x0016207a 3
#axe throw
random 200 1d3+0
Bluesilver_Throwing_Axe 200
#
# skill&#58; Lifedraining &#40;heals itself&#41; attack 1d6, 1d6 goes from PC to wight
# skill&#58; rapid healing
# attack&#58; gropes at &#40;for Lifedrain&#41;
#
#
Wraith
Wraiths
16 12 10 13 16 2 2 13 2
2 0 5 0 5 0 2 20
2 0 21 18
240 120
0 0
4000 1600
400 240
#pics/monsters/wraith.dat
Wraith
2 0 1
0x000e0001 1
0x001603ee 2
#rpd hlg
random 200 1d3+0
#
# attack&#58; punches at 2x for 1d4
# AI&#58; gangs up on lowest ST HP in slots 1-4
#
#
#
Ghoul
Ghouls
16 11 10 12 16 2 2 13 9
5 0 5 0 5 0 2 50
2 0 21 4
48 16
0 0
1200 400
40 12
#pics/monsters/ghoul.dat
Ghoul
2 0 1
0x000e0001 2
0x00022026 1
#lsr rpd hlg
random 200 1d3+0
#
# attack&#58; punches at 2x for 1d4
#
#
Yevil
Yevils
18 16 16 18 18 6 6 6 0
10 -10 5 0 2 10 5 0
1 0 18 20
600 66
66 30
16000 4000
600 300
#pics/monsters/yevil.dat
Yevil
3 1 2
0x000e0001
0x001e2008
0x0002201f
0x001f0027
random 200 1d3+0
Rune_Dagger 400
# skill&#58; acid spray
# skill&#58; rapid healing
# spell&#58; LIBR&#58; Lightning Breath
# attack&#58; slices at 5x with rune short sword 1d8+4 +4 to hit
#
Shapeshifter
Shapeshifters
17 13 15 16 16 10 10 15 6
5 0 5 0 5 0 5 0
1 0 1 3
80 18
0 0
3200 1600
24 8
#pics/monsters/shapeshifter.dat
Shapeshifter
3 0 3
0x000e0001 1
0x00883003 3
#anma talk
0x000a203d 2
#cmleon
random 50 1d3+0
animal_hide 200
Earthworm 200
#
#chameleon
# skill&#58; anima speak
# skill&#58; rapid healing
# spell&#58; SUWO                         --still needed
# claws at for 2d4 damage
#
#
Bear
Bears
25 10 3 16 25 3 3 12 7
5 0 10 0 5 0 5 0
3 0 18 2
96 24
0 0
3200 800
0 0
#pics/monsters/bear.dat
Bear
3 0 0
0x000e0001 1
0x00062029 2
0x000e2073 3
#random 200 1d3+0
#
# bear hug
# fellstrike
# attack&#58; claws at for 3d4
# skill&#58; Bear Hug; damage 1d4 per round player can't move. 20 STR req.
#
#
#
Wild Dog
Wild Dogs
14 10 2 16 14 2 2 10 10
5 0 5 0 5 0 5 0
1 0 1 1
20 4
0 0
800 400
0 0
#pics/monsters/wilddog.dat
Wild_Dog
2 0 0
0x000e0001 1
0x0006202a 2
#random 200 1d3+0
#
# attack&#58; bites for 1d4
# skill&#58; adrenal surge
#
#
#
Townie
Towns Folk
13 11 13 13 13 10 11 12 10
5 0 5 0 5 0 5 0
1 0 16 1
12 4
0 0
80 40
80 72
#pics/monsters/townie.dat
Townie
1 0 1
0x000e0001 4
random 300 1d2+0
#
# swings at ... with a battle axe for 1d8 damage
#
#
Thief
Thieves
15 13 11 18 13 12 11 17 7
5 0 5 0 5 0 10 0
2 0 16 3 2
42 18
0 0
1200 400
880 240
#pics/monsters/thief.dat
Thief
5 0 1
0x000e0001 1
0x000e03e8 4
0x001e03e9 3
0x00162077 2
#short bow
0x0016207a 5
#axe throw
random 400 1d3+0
#
# skill&#58; Shadow Meld &#40;hide in shadows 10%&#41; try for a backstab &#40;5% chance of success&#41;
# skill&#58; Pick Pocket &#40;25%&#41;
# attack&#58; swings at with short sword 1d8
# attack&#58; shoots Arrows_&#40;20&#41; 1d6 at range of 20'-40'
# AI&#58; at 20' will shadow meld if advanced upon
# AI&#58; Will fire Arrows_&#40;20&#41; from 30-40'
# AI&#58; pickpocket after it's in melee to steal item in hand slot &#40;weapons&#41;
#
Warrior Wolf
Warrior Wolves
19 12 8 19 19 7 7 18 5
5 0 8 0 5 0 5 0
1 0 18 5
96 16
0 0
4000 1600
0 0
#pics/monsters/wolf.dat
Wolf
2 0 1
0x000e0001 1
0x000e2005 2
random 200 1d3+0
#
# attack&#58; bites for 3d4
# skill&#58; adrenal surge
#
#
#
Wolf
Wolves
16 10 4 18 18 5 5 14 7
10 0 10 0 10 0 10 0
1 0 18 2
48 24
0 0
800 240
0 0
#pics/monsters/wolf.dat
Wolf
2 0 0
0x000e0001 2
0x000e2005 1
#random 200 1d3+0
#
# attack&#58; bites for 1d8
# skill&#58; adrenal surge
#
Yeodaugh
Yeodaugh
14 17 30 25 13 17 11 20 -20
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 50 -50 30 -10 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
10 0 4 30 2
4000 400
194 40
100000 20000
24000 8000
#pics/monsters/yeodaugh.dat
Yeodaugh
3 2 2
0x000e0001 1
0x0006200a 5
0x001e2007 4
0x000f0008 2
0x001b0016 3
random 200 1d3+0
Star_Sword 400 1d3+0
# SKILLS/SPELLS
# spell&#58; MIEN&#58; Mind Entangle      --listed above but not here
# spell&#58; MESH&#58; Mental Shove              --still needed
# spell&#58; TEBL&#58; Telekinetic Blast         --still needed
# spell&#58; PUFO&#58; Push Foes 
# skill&#58; Leech Energy for 2d10 to heal self &#40;3x&#41;
# skill&#58; Shadow Mist
# attack&#58; swings 8x with a Rune Sword &#40;2d8+4 damage +4 to hit&#41;
#
#
#
#
Salamander
Salamanders
20 16 16 20 20 12 12 18 5
90 -90 20 0 20 0 0 50
1 5 18 8
80 36 
80 36
15000 7000
60 30
#pics/monsters/elemf.dat
Fire_Elemental
1 2 1
0x000e0001
0x001f014f
0x001f0149
random 300 1d3+0
#
# spell&#58; FIRS&#58; Fire Shield
# spell&#58; FLMI&#58; Flaming Missiles
# spell&#58; HEAT&#58; Heat Iron &#40;all PCs unequip weapons and metal armor&#41; -- spell dropped
# spell&#58; HOCO&#58; Hot Coals                  --still needed
# attack&#58; punches 8x for 2d8
#
#
Cuchulaiin
Cuchulaiins
23 17 17 17 23 17 17 17 23
5 0 5 0 5 0 5 0
4 0 17 35 2
400 50
0 0
1500 300
600 300
#pics/monsters/crueman.dat
Crueman
5 0 1
0x000e0001 3
0x00162078 1
0x0016207a 2
0x000e2073 4
0x000a2055 5
random 200 1d3+0
# attack
# attack&#58; chops at with battle axe 1d8
# skill&#58; long bow
# skill&#58; axe throw
# skill&#58; fell strike
# skill&#58; titan form
#
Super Golem
Super Golems
20 14 14 12 21 9 9 13 5
10 0 10 0 10 0 10 0
1 0 18 23
800 80
0 0
16000 4000
300 60
#pics/monsters/golems.dat
Stone_Golem
3 1 1
0x000e0001 4
0x0006201c 2
0x000a2055 8
0x0009010e 6
random 200 1d3+0
#
# skill&#58; Slowing Grope
# attack&#58; punches 5 times for 4d12
# skill&#58; titan form
# spell&#58; CRSG
#
#
Outland Warrior
Outland Warriors
19 13 10 18 19 10 10 15 5
5 0 5 0 5 0 5 0
3 0 16 4 2
96 16
0 0
4000 800
400 320
#pics/monsters/nomad.dat
Human_Male02
7 0 4
0x000e0001 3
0x000e2005 6
0x000e203f 7
0x001a2036 4
0x00062075 5
0x00162078 1
#long bow
0x0016207a 2
#axe throw
random 100 1d3+0
Blade_of_N'anoc 50
Dwarven_Battle_Axe 100
Outlands_Animal_Armor 200
#adrnl srg
#wild pml
#aml roar
#beserk
#an roar
#
#
#
#PHIL's MONSTERS
#
#
SlyWeasel
SlyWeasels
10 12 4 20 13 2 2 12 4
10 0 10 0 10 0 10 0
2 0 1 2
14 7 
0 0
400 160
0 0
#pics/monsters/wolf.dat
slyWeasel
1 0 1
0x000e0001 4
random 200 1d3+0
#
# attack&#58; bites for 1d8
#
Werewolf
Werewolves
26 4 4 20 18 1 1 10 -7
10 0 10 0 10 0 10 0
3 0 4 20 2
1700 300
0 0
1200 400
200 10
#pics/monsters/wolfman.pic
wolfman
3 0 1
0x000e0001 1
0x000e2005 2
0x000e2052 3
random 200 1d3+0
#
# attack&#58; bites for 1d8
# skill&#58; adrenal surge
# skill&#58; Split moment
#
Philibuster
Philibusters
13 18 15 11 12 18 2 14 -3
10 -30 10 -30 10 -30 10 -30
3 0 4 24 2
1600 300
200 100
1600 400
260 20
#pics/monsters/wolf.dat
philibuster
5 0 1
0x000e0001 1
0x00162010 2
0x0006201e 2
0x001a204e 2
0x00162002 3
random 200 1d3+0
#attack
# skill&#58; breathe acid
# skill&#58; psi-force
# skill&#58; mind wreck
# skill&#58; breathe fire
Crypt Thing
Crypt Things
#ST IQ WI DX CN CH CO LK AC
16 13 18 12 19 10 2 14 -9
0 0 70 -70 70 -70 70 -70
6 0 21 22 2
1300 300
300 80
8000 400
200 10
#something
Lich
3 1 1
0x000e0001 1
0x0006201d 8
0x00062027 6
0x000f0106 3
random 200 1d3+0
#
Vampiress
Vampiresses
#ST IQ WI DX CN CH CO LK AC
25 17 25 25 25 25 25 3 -13
40 20 20 0 40 0 40 0
6 2 4 22 1
1300 300
300 60
8000 400
200 10
#something
vampiress
3 0 1
0x000e0001 1
0x0006201d 2
0x00062027 6
random 200 1d3+0
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Thanx D
Bring on the Dancing Horses!
User avatar
Growler
Necrolord
Posts: 1740
Joined: Mon Feb 14, 2005 10:37 pm
Location: Sputnik
Contact:

Post by Growler »

Cool. Those guys spent some serious time developing all that--along with other lists (spells, weapons, armors, etc etc).

Gotta keep the 'variance' in mind for future implementation..
No Contraries : No Progression.
Opposition is true friendship, unless one is opposed to true friendship or (try) Resisting here http://www.cafepress.com/notheresistor
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Post by dragonbait »

I've been looking through and comparing the 3 different monsters.txt files that we seem to have.
1.) the one from Jykler (which seems to be the most detailed/complete/up to date version, with the exception of not having the (Dark Sidhe[not to be confused with the Dark Sidhe Lord]) or the (Ghost Dragon) or any of the new monsters from the user created mods)
monsters.txt Jykler version

2.) the one currently in use in the Megamod (which has all of the monsters that are in Jykler's version but with less detail, but additionally has all of the newly generated monsters from the mods
monsters.txt MegaMod version

3.) the one that is included in the DWTools package (which seems unfinished and has alternate monsters stats/spells etc. in some cases)
monsters.txt Toolkit version

I still need to do a more in depth comparison, and ultimately make an updated master version. But I will leave all 3 of these .txt files here in their original format just in case they need to be referenced.
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Post by dragonbait »

I went through all 3 monsters.txt files listed above.

All monsters have been accounted for.
I have assembled an updated monsters.txt which now includes...
1.) All the extra descriptions+notes from Jykler's official monsters.txt
2.) A few description+notes from the toolkit's monsters.txt

Being that some monster stats have been modified or corrected? in the later patches and mods, I will not revert any stats back to Jykler's version, but will rather use stats as they are listed in the most recent Megamod's monsters.txt.

I'm currently working on adding new monsters. When i finish adding them on, I'll post a link to the updated monsters.txt which will then be included in a Megamod version 3.
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Post by dragonbait »

Well here is the full version of the monsters.txt file that includes all of the monsters that jykler had plus all monsters and descriptions and notes from all the other versions combined plus a couple of new monsters that I added
http://weekendwastemonster.net/crpgs/dw ... 3_2012.txt

I have not yet added the new monsters pictures to the pic file yet and I have other new monsters not yet added to this file but figured I should at least post what I have as of now.

Code: Select all

# Last UPDATED MONSTERS CONFIG on 3/3/2012 Dragonbait
# Includes new monsters plus all the old ones.
# Skill, Attack, Spell, Descriptions, + notes added from Jykler's official monsters.txt, and from toolkit monsters.txt
# 
# Previously UPDATED MONSTERS CONFIG - 09-28-2004
#
# This is the source file for the Monster Type Compiler
# Below are a couple example creatures.  Each field is # enumerated for the
# first creature on the list, while following creatures # are simply given
# in source form.
#
# Name &#40;spaces are allowed, but discouraged&#41;
## Red Dragon
## Red Dragons
# ST IQ WI DX CN CH CO LK AC
## 30 17 18 18 30 10 10 18 1
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER10 0 10 0 10 0 10 0
# five numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
# The third is the 'monster type', from the following list &#40;use the NUMBER!&#41;&#58;
# Normal - - - - - -  1 &#40;default if none defined - same as Human-like&#41;
# Water Creature - -  2
# Boss - - - - - - -  4
# Human-like - - - - 16
# Large Human-like - 17
# Large Non-Human  - 18
# Mage-like  - - - - 19
# Senrats  - - - - - 20
# Undead - - - - - - 21
# The fourth is the monster 'level', equivelant to a PC level - that is, one-on-one, what level PC
# should be able to defeat a single one of whatever it is?
# The fifth is optional, and represents gender.  This can be '0' for neutral &#40;the default&#41;, '1' for female, or '2' for male.
## 2 0 18 38
# MaxHP HPVariance
# MaxHP is the maximum HP value allowed for this # creature
# HPVariance is the maximum amount by which MaxHP may be # reduced &#40;random up to this value&#41;
## 1200 400
# MaxSP SPVariance &#40;similar to above, for Spell Points&#41;
## 300 150
# MaxXP XPVariance &#40;similar to above, for Experience # Points&#41;
## 24000 4000
# MaxGP GPVariance &#40;similar to above, for Gold Pieces&#41;
## 4800 800
# path/filename for graphical representation &#40;i.e. # picture&#41; of this monster
## pics/monsters/reddragon.dat
## Red_Dragon
# Number of skills, followed by number of spells, followed &#40;optionally&#41; by the number of item entries
## 4 0 1
# Below is one entry for each skill/spell counted above. # In this example, only one skill.
# This entry is the hex number &#40;lower case hex # characters&#41; representing the ActionID of the
# skill/spell.
## 0x000e0001 1
## 0x00162000 4
## 0x00062001 3
## 0x00162002 2
# skill&#58; tail swipe can knock PC's down losing attack for that round and hitting them for 2d10
# from 20'
# skill&#58; grab hold a PC; 1 round for every 1 pt. under 17 ST &#40;14 ST means they are held 3 rounds&#41;
# skill&#58; breathe fire 3d12 group 40'
# attack&#58; claws for 4d6 4 times
# Now we've got the item entry.  They are of the form&#58;
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
# <chance> is applied to each item &#40;and each instance of each item, from <count>&#41;
# <count> is optional, and defaults to '1'.
# The special <item_name> of 'random' causes random item selection from the
# list of items for the current map &#40;on which the monster is killed&#41;.
# There should be exactly the same number of item entries as specified on the count line, above.
# In this case, one.
#  &#40;random items from level list, guaranteed to be found, from 2-4 of them&#41;
## random 200 1d3+0
#
#
#
#
Testor
Testors
22 12 10 15 25 15 4 18 -10
50 -50 25 -50 10 0 0 +50
5 10 4 35
2000 0
0 0
50000 0
0 0
kssantqueen
2 0 1
0x00162010
0x0016201a
Plate_of_Chitin 1000
#
#
Red Dragon
Red Dragons
30 17 18 18 30 10 10 18 1
20 -20 10 -10 10 -10 10 -10
2 0 18 38
1200 400
300 150
24000 4000
4400 800
Red_Dragon
4 0 1
0x000e0001 1
0x00162000 4
0x00062001 3
0x00162002 2
random 150 1d1+0
#
#
Aldorik
Aldoriks
12 17 20 13 14 13 13 18 4
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -5 10 0 30 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 16 20 2
194 54
294 90
16000 8000
1800 400
#pics/monsters/aldorik.dat
Aldorik
1 4 2
0x000e0001 1
0x000f0002 3
# Eel Strike Spell
0x000b0004 5
# Light Protection Spell
0x000f0008 4
# Mild Entangle Spell
0x0009001b 2
# Low Healing Spell
random 150 1d2+0
PyroWand 1000
#
#
Beholder
Beholders
18 17 18 14 16 5 5 18 0
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 10 0 10 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 35 0
1600 800
# HP
800 400
# sp
24000 4000
# xp
800 400
# gp
#pics/monsters/beholder.dat
Beholder
1 3 1
0x000e0001 1
0x000f000e 3
0x000f0143 4
0x000f0002 2
random 200 1d2+0
# spell&#58; VEST&#58; Venom Strike
# spell&#58; FIFI&#58; Fire Fist
# spell&#58; Eest
#
#
Argo
Argos
20 17 29 18 18 5 5 19 -2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 10 0 10 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 40 2
2400 800
# HP
1200 600
# sp
36000 4000
# xp
2400 800
# gp
#pics/monsters/abeholder.dat
Abeholder
2 3 1
0x000e0001 1
0x000f000e 8
0x000f0146 9
0x00062001 4
0x000f0002 7
random 400 1d3+0
# spell&#58; VEST&#58; Venom Strike
# spell&#58; FIBL&#40;fire blast, 4d4 damage&#41;
# skill&#58; grab from 40' &#40;with tentacles&#41;
# spell&#58; EEST
#
#
Black Claw Warlock
Black Claw Warlocks
13 17 18 15 14 12 13 18 2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -5 10 0 30 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 19 20 2
144 48
144 48
24000 3200
2400 800
#pics/monsters/blackclaw.dat
BlackClaw_Warlock
1 8 2
0x000e0001 1
0x00090017 2
#hema
0x001f0011 5
#list
0x00090033 7
#mind ogre
0x000b0029 3
#mist
0x00090034 9
#mnd glm
0x000b0014 4
#bsrk rage
0x000f000e 8
#vnm stk
0x001f000b 6
#MAAR
random 100 1d2+0
Mage's_Ring 50
# spell&#58; HEME&#40;heal medium&#41;
# spell&#58; LIST&#40;lightning storm, 4d6 damage&#41;
# spell&#58; MIOG&#58; Mind Ogre
# spell&#58; MIPH&#58; Mind Phazing                    --still needed
# spell&#58; MIST&#58; Create Mist
# spell&#58; SUAS&#58; Summon Assasin &#40;Dark Rogue&#41;     --still needed
# attack&#58; swings at with a Elven dagger 1d4+1 +1 to hit
#
# AI&#58; uses spells in this order MIPH-MIST
# -LIST-MIOG-HEMA-SUAS
#
#
#
#
Giant Spider
Giant Spiders
15 10 4 17 17 4 4 14 8
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
5 0 10 0 5 0 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 18 4 0
48 24
0 0
800 160
0 0
#pics/monsters/gspider.dat
Giant_Spider
2 0 1
0x000e0001 1
0x00062003 2
random 200 1d2+2
# poison bite 1d6 +1 HP each round
#
#
Brideck
Bridecks
19 12 12 15 18 10 10 15 3
1 10 25 -25 10 0 10 0
2 0 17 5 0
60 12
0 0
1600 400
40 16
#pics/monsters/brideck.dat
Brideck
2 0 1
0x000e0001 1
0x001603ee 2
random 150 1d2+0
# swings at with mace for 1d8 damage
#
#
#TOWN
Brideck Magi
Brideck Magi
18 16 17 15 17 10 10 15 3
1 10 40 -30 10 0 10 0
1 0 19 6 0
72 16
72 16
3200 800
800 260
#pics/monsters/brideckmagi.dat
Brideck_Magi
2 2 2
0x000e0001 1
0x001603ee 2
0x00090006 3
0x000b000d 4
random 100 1d2+0
Ring_of_Protection 50
# spell&#58; HELI&#58; Healing Light &#40;on self&#41;
# spell&#58; WOLF&#58; Summon Wolf
# attack&#58; swings at with staff for 1d6 damage
#
#
Crippler
Cripplers
21 8 5 12 19 5 5 10 9
0 0 0 0 0 0 0 0
2 0 17 6 0
64 24
0 0
960 200
40 24
#pics/monsters/crippler.dat
Crippler
3 0 1
0x000e0001 1
0x00062004 2
0x000e2029 3
random 150 1d2+0
#skills=crippler stun *skill&#58; stun attack &#40;one round paralysis&#41; foes*
#bear hug
# punches at for 2d6
#
#
#
Crueman
Cruemen
15 11 12 16 17 11 11 13 3
5 0 5 0 5 0 5 0
2 0 16 6 2
48 24
0 0
1200 400
400 160
#pics/monsters/crueman.dat
Crueman
4 0 3
0x000e0001 1
0x000e2005 2
0x00062075 4
0x0016207a 3
#axe throw
random 100 1d2+0
Studded_Leather 100
Elven_Axe 100
# skills&#58;lsr adr, beserk *skills&#58; *Adrenal Surge - When down to 10% of HP, +5 to hit and +5 to damage is added to their attack*
# attack&#58; chops at with battle axe 1d8
#
#
#
Cwn Annwn
Cwn Annwn
19 13 6 33 19 9 9 13 0
# The elements are in the order FIRE, EARTH, AIR, WATER
50 -50 10 0 10 0 0 25
6 0 1 35
1666 660
0 0
16000 4000
0 0
#pics/monsters/cwnannwn.dat
Cwnannwn
4 0 1
0x000e0001 3
0x00022006 4
0x001e2007 2
0x000a203d 1
random 150 1d2+0
# attack&#58; bites 6x for 2d4
# skill&#58; Shadom Form
# skill&#58; Shadow Mist
# skill&#58; chameleon
#
#
#
Dactyl
Dactyls
15 6 8 19 15 4 4 12 0
10 -10 10 0 10 0 10 0
2 0 18 15 0
600 60
0 0
14000 2000
0 0
#pics/monsters/dactyl.dat
Dactyl
2 0 1
0x000e0001 1
0x001e2008 2
random 200 1d2+0
# attack&#58; claws 4x for 1d7
# skill&#58; Venom Spray
#
#
#
Dark Rogue
Dark Rogues
15 16 11 19 15 12 12 18 -3
7 0 7 0 15 0 7 0
2 0 16 12 2
120 24
0 0
6400 800
2400 800
#pics/monsters/drogue.dat
Dark_Rogue
8 0 5
0x000e0001 5
0x000e03e8 1
0x001e03e9 8
#hide shadows
0x00022006 6
#shadow
0x00022009 4
#confuse
0x00162077 2
#short bow
0x0006207b 7
#backstab
0x0016207c 3
#psn blw gun
random 200 1d2+2
Bluesilver_Shield 50
Shadow_Shield 50
Shadow_Blade 50
Shadow_Hood 50
# skill&#58; Shadow Form &#40;36%&#41; try for a backstab &#40;12% chance of success&#41;
# skill&#58; Pick Pocket
# skill&#58; Confuse
# skill&#58; Shadow Steal
# attack&#58; swings 2x with a short sword 1d8+1 +1 to hit
# attack&#58; shoots 3 Arrows_&#40;20&#41; 1d6 at range of 20'-60' &#40;30 Arrows_&#40;20&#41; in inventory&#41;
#
#
#
Dark Sidhe Lord
Dark Sidhe Lords
17 17 20 21 18 18 18 18 -12
20 0 20 0 20 0 20 0
8 0 4 35 2
1600 400
120 96
36000 4000
8000 4000
#pics/monsters/darksidhe.dat
Dark_Sidhe
4 1 5
0x000e0001 3
0x001e2007 2
0x001b0016 6
0x00162079 1
0x001e204d 5
random 200 1d2+0
Rune_Sword 300
Shadow_Shield 100
Elf_Bow 100
Elf_Arrows_&#40;20&#41;_&#40;20&#41; 300
# skill&#58; attack
# skill&#58; mist walker
# spell&#58; push foes
# skill&#58; Ench Bow
# skill&#58; Telekinesis
##//////////////////////////////////
#above official from Jykler &#40;used&#41;
#below from toolkit version &#40;unused&#41;
##//////////////////////////////////
#0x000e0001
#0x0006200a
#0x001e2007 Mist Walker Skill
#0x001b0016
# spell&#58; MESH&#58; Mental Shove            --still needed
# spell&#58; TEBL&#58; Telekinetic Blast       --still needed
# spell&#58; PUFO&#58; Push Foes
# skill&#58; Leech Energy for 2d10 to heal self &#40;3x&#41;
# skill&#58; Shadow Mist
# attack&#58; swings 8x with a Rune Sword &#40;2d8+4 damage +4 to hit&#41;
#
#
#
Dark Ubu
Dark Ubi
15 17 17 18 15 19 19 18 -4
25 0 25 0 25 0 25 0
4 0 19 45 1
1800 800
400 240
32000 2000
2400 800
#pics/monsters/ubu.dat
Ubu
5 2 4
0x000e0001 2
0x0016200b 3
0x0016200c 4
0x00090017 5
0x001f003d 7
0x00162079 1
0x001b0056 6
#bow abv
random 150 1d2+0
Runic_Short_Sword 200
Quick_Bow 100
Starkind_Arrows_&#40;20&#41;_&#40;20&#41; 300
# skill&#58; Spellbind
# skill&#58; Entangle
# spell&#58; HEMA&#58; Heal Major
# spell&#58; MIND&#58; Mind Drain
# spell&#58; DRFOes 
##/////////////////////////
#above official from Jykler 
#below from toolkit version
##/////////////////////////
# swings 3x with Rune short sword 1d8+4 +4 to hit
# 
#
#
#
Darcwood Tree
Darcwood Trees
20 14 14 10 20 8 8 14 4
1 98 50 -50 25 -25 50 -50
1 0 18 8
200 96
36 12
6400 3200
80 40
#pics/monsters/tree.dat
Darcwood
2 1 2
0x000e0001 1
0x0016200c 2
0x000b0108 3
random 150 1d2+0
Bundle_of_Sticks 300
#Anteus Gift
# attack&#58; swings at for 1d8
# skill&#58; entangle
#
#
#
Demon Lord
Demon Lords
22 10 10 26 17 4 4 14 -13
50 -50 20 0 20 0 10 -10
6 0 4 18 0
1666 333
660 330
16000 2000
1200 600
#pics/monsters/demonlord.dat
Demon_Lord
3 2 2
0x000e0001 1
0x0002200d 2
0x000e200e 3
0x000f0146 5
0x00090043 4
random 150 1d2+0
Runic_Great_Sword 150
# swings 4x with Rune broad sword 2d4+5 +5 to hit
# skill&#58; Regeneration
# skill&#58; Venom Bite 
# spell&#58; FIBL&#58; Fire Blast
# Spell&#58; LEDE
# attack&#58; claws at 6x for 3d6 
#
#
#
Dorendor
Dorendors
19 10 10 17 19 8 8 15 -4
10 0 10 0 10 0 10 0
6 0 18 25
800 400
0 0
12000 9000
4000 400
#pics/monsters/dorendor.dat
Dorendor
2 0 2
0x000e0001 1
0x000e200f 2
random 150 1d2+0
Bluesilver_War_Axe 300
# skill&#58; Beserk
# attack&#58; Swings 6x with BS War Axe 3d8+4 +4 to hit 
#
#
#
Dorukan
Dorukan Clones
13 17 19 17 14 12 13 15 4
30 -5 10 0 30 0 10 0
2 0 4 10 2
196 24
196 64
16000 4000
4000 800
#pics/monsters/dorukan.dat
Dorukan
2 5 1
0x000e0001 1
0x00320003 2
0x000b000d 7
#suwo
0x000b0014 3
#bera
0x000f000a 6
#eel blight
0x000f000e 5
#vnm strike
0x000b0004 4
#lipr
random 200 1d2+0
#
#
Green Dragon
Green Dragons
29 15 15 15 29 10 10 18 -2
50 -20 10 0 40 -20 10 0
2 0 18 20
800 160
0 0
16000 2000
7000 4000
#pics/monsters/greendragon.dat
Green_Dragon
4 0 5
0x000e0001 1
0x00162000 4
#tail
0x00062001 3
#grab
0x00162010 2
#acid
random 100 1d2+0
Dragon Blood Drop 200
Bluesilver_War_Axe 50
Rune_Axe 25
Loki's_Axe 25
# skills&#58; 
# tail swipe
# grab 
# acid breath
#
#
#
Dwarf
Dwarves
19 12 12 14 19 8 8 14 4
8 0 50 -10 8 0 8 0
1 0 16 2 2
20 8
0 0
320 80
800 560
#pics/monsters/dwarf.dat
Dwarf
2 0 2
0x000e0001 2
0x00162076 1
Banded_Armor 100
random 100 1d2+0
# swings at with a battle axe  1d8
#
#
#
Earth Elemental
Earth Elementals
22 15 15 14 18 8 8 18 2
8 0 90 -90 5 0 5 0
2 0 18 7
132 24
132 24
8000 2400
80 40
#pics/monsters/eleme.dat
Earth_Elemental
1 2 1
0x000e0001 1
0x000f0102 2
0x000f0106 3
random 150 1d2+0
# spell&#58; Throw Dust
# spells&#58; QUSA &#40;quicksand, slows&#41; 
# STST &#40;Stone Strength, 8d4 one-person heal&#41;      --still needed
# punches for 4d12
#
#
#
Fire Elemental
Fire Elementals
18 17 18 21 18 12 12 18 0
90 -90 20 0 20 0 0 50
1 5 18 8
132 40
132 40
8000 2400
80 40
#pics/monsters/elemf.dat
Fire_Elemental
1 2 1
0x000e0001 1
0x001f014f 3
0x001f0149 2
random 150 1d2+0
#
#
Water Elemental
Water Elementals
19 17 18 23 18 12 12 18 0
20 -20 0 50 10 0 90 -90
3 0 2 14
132 40
132 40
8000 2400
80 40
#pics/monsters/elemh.dat
Water_Elemental
1 3 1
0x000e0001 1
0x000f0133 2
0x001f0134 4
0x000f0131 3
#wtr spout
random 150 1d2+0
# spell&#58; FIRS&#58; Fire Shield
# spell&#58; FLMI&#58; Flaming Missiles
# spell&#58; HEAT&#58; Heat Iron &#40;all PCs unequip weapons and metal armor&#41; -- spell dropped
# spell&#58; HOCO&#58; Hot Coals                  --still needed
# attack&#58; punches 8x for 2d8
# spell&#58; INIC&#58; Instant Ice
# spell&#58; ICDA&#40;ice darts, 4d6 party damage&#41;
# attack&#58; punches 4x for 2d6
#
#
#
#
Air Elemental
Air Elementals
18 17 18 25 18 12 12 18 0
0 40 20 0 90 -90 20 0
1 0 18 8
132 40
132 40
8000 2400
80 40
#pics/monsters/elema.dat
Air_Elemental
2 3 1
0x000e0001 1
0x001e2007 3
0x000f011c 5
0x001f011e 2
0x001f0122 4
random 150 1d2+0
# skill&#58; Shadom Mist &#40;70%&#41;
# spell&#58; ARAM&#58; Ariel's Ambush
# spell&#58; FIAI&#58; Fists of Air
# spell&#58; VASP&#58; Vacuum Spell
# attack&#58; punches 8 times for 2d4
# 
#
#
Enchantress
Enchantresses
13 17 17 15 15 19 20 19 0
20 0 20 0 20 0 20 0
3 0 19 8 1
104 36
220 100
8000 1600
800 260
#pics/monsters/enchantress.dat
Enchantress
13 3 6
0x000e0001 1
0x0016200b 6
0x0016200c 7
0x00062011 13
0x00062012 10
0x00062013 11
0x00062014 12
0x00062015 3
0x00062016 4
0x00062017 1
0x00062018 2
0x00062019 14
0x000f0008 9
0x0009000c 15
0x000b0007 16
0x00162077 2
#short bow
random 50 1d2+0
Champion_Stone 50
Elven_Short_Sword 200
Enchantress_Hairs 100
Lightning_Lute 10
Lute 50
# skill&#58; Spellbind
# skill&#58; Entangle
# skill&#58; Curse on Attributes
# effect&#58; random attribute is lowered -10 and -1 per round or tick
# spell&#58; MIEN       --was listed above, but not here
# spell&#58; HEME       --was listed above, but not here
# spell&#58; LEIN       --was listed above, but not here
# spell&#58; COFO                        --still needed
# spell&#58; SHOC                        --still needed
# attack&#58; swings at with Elven Short Sword # 2x 1d8+1 +1 to hit
#
#
#
Firbolg
Firbolgs
15 11 11 15 17 7 7 13 9
5 0 5 0 5 0 5 0
2 0 17 2 2
48 16
0 0
800 160
40 16
#pics/monsters/firbolg.dat
Firbolg
1 0 1
0x000e0001 2
random 150 1d2+0
# attack&#58; swings with dagger for 1d4 damage
#
#
#
Ghost
Ghosts
17 14 18 20 18 6 6 14 -10
99 -99 99 -29 10 50 99 -99
4 1 16 10
24 16
20 8
4000 1600
0 0
#pics/monsters/ghost.dat
Ghost
4 1 1
0x000e0001 1
0x00062027 5
#Ls leech Eng
0x00062013 2
#Curse Wisdom
0x0002200d 3
#regen
#SPELL below
0x000f011c 4
random 50 1d2+0
# attack&#58; swings at with broad sword 2d4
#
#
#
Goblin
Goblins
17 10 12 14 17 6 6 16 5
5 0 5 0 5 0 3 0
1 0 16 5
24 8
0 0
640 160
40 8
#pics/monsters/goblin.dat
Goblin
2 0 3
0x000e0001 2
0x00162077 1
random 100 1d2+0
Fish_Scales 200
War_Axe 100
# attack&#58; swings at with broad sword 2d4
# skill&#58; short bow
#
#
#
Air Giant
Air Giants
27 12 8 14 21 6 6 14 0
0 40 20 0 90 -90 20 0
2 0 17 12
96 84
0 0
22000 18000
600 300
#pics/monsters/elema.dat
Air_Elemental
1 1 1
0x000e0001 1
0x000f011b 4
random 150 1d2+0
# attack&#58; punches 2x 3d8
# spell&#58; ARWI&#58; Arctic Wind
#
#
#
Air Golem
Air Golems
17 11 9 19 18 9 9 15 3
0 70 20 0 90 -90 20 0
1 0 18 6
56 24
0 0
15000 3000
300 60
#pics/monsters/elema.dat
Air_Elemental
1 1 1
0x000e0001 1
0x000b0119 4
random 150 1d2+0
# attack&#58; punches 2x 2d4
# spell&#58; AICL&#58; Air Cloak
#
#
#
Clay Golem
Clay Golems
20 10 10 14 20 9 9 12 0
10 0 90 -50 10 0 6 40
2 0 18 4
72 24
0 0
960 160
30 20
#pics/monsters/golemc.dat
Clay_Golem
2 0 1
0x000e0001 2
0x00022026 1
random 150 1d2+0
# punches 1 times 3d4
#
#
Iron Golem
Iron Golems
20 10 10 12 18 9 9 12 -4
5 0 10 0 5 40 10 0
3 0 18 6
364 32
0 0
8000 800
240 60
#pics/monsters/golemi.dat
Iron_Golem
3 0 1
0x000e0001
0x00062004
0x0016201a
random 150 1d2+0
# skill&#58; stun attack
# skill&#58; poison gas
# attack&#58; punches 6x 3d8
#
#
#
Robttt Golem
Robttt Golems
25 16 10 13 18 10 10 12 -20
4 0 15 0 5 50 10 0
1 0 18 20
1800 200
800 200
16000 4000
800 200
#pics/monsters/golemr.dat
Robttt_Golem
3 0 1
0x000e0001 1
0x0016201a 2
# Poison Gas Skill
0x0006201b 3
# Blade Hands Skill
random 150 1d2+0
# Hands turn into blades and swing once for __6d12
# Poison Gas
##//////////////////////////////////
#above official from Jykler &#40;used&#41;
#below from toolkit version &#40;unused&#41;
##//////////////////////////////////
#0x000e0001
#0x00062004
# skill&#58; stun attack
# spell&#58; magic missile at single 2d6        --not one of our spells
# critical weakness to water; if hit just stops and is out
#
#
#
#
Stone Golem
Stone Golems
22 10 10 12 22 9 9 13 0
10 0 90 -50 10 0 0 5
3 0 18 15
240 96
0 0
8000 4000
80 40
#pics/monsters/golems.dat
Stone_Golem
2 0 1
0x000e0001 2
0x0006201c 1
random 150 1d2+0
# skill&#58; Slowing Grope
# attack&#58; punches 5 times for 4d12
#
#
#
Ice Golem
Ice Golems
20 10 10 12 21 9 9 13 5
10 25 10 0 10 0 25 -25
1 0 18 15
240 60
0 0
16000 4000
400 80
#pics/monsters/golems.dat
Water_Elemental
2 0 1
0x000e0001 1
0x0006201c 4
# Slowing Grope Skill
random 150 1d2+0
#
#
Gnomicron
Gnomicrons
18 17 19 14 18 9 9 12 -10
10 0 15 -10 0 40 10 0
4 6 17 22 1
1200 400
320 160
28000 4000
800 400
#pics/monsters/gnomicron.dat
Gnomicron
2 2 3
0x000e0001 1
0x001f0011 3
#list
0x000b0042 4
#Ltng shld
0x0006201b 5
#bld hnds
random 150 1d2+0
Sprite_Wand 100
Fafnir's_Ring 150
# spell&#58; LIST&#58; Lightning Strike
# spell&#58; LISH&#58; Lightning Shield
# spell&#58; *ELSK&#58; "Electric Skin" - &#40;new one I made up - causes
# any who hit/touch the Gnomicron to take electric shock damage of 4d8
#                  --ELSK not a known spell
# attack&#58; slashes 4 times for 2d4
#
#
#
Guardian of Rennibister
Guardians of Rennibister
16 15 13 15 15 12 12 15 1
5 0 5 0 5 0 5 0
1 0 16 3 2
40 20
0 0
2400 800
400 300
#pics/monsters/guard.dat
Guard_of_Rennibister
2 0 7
0x000e0001 4
0x00162076 2
#crossbow shot
Banded_Armor 100
Helm 50
Elven_Helm 50
Long_Sword 50
Elven_Sword 20
Obsidian_Bolts 50
Bronzed_Arrows_&#40;20&#41; 20
# swings at with long sword 2d6
#
#
#
Harpy
Harpies
15 17 18 15 16 14 14 18 8
10 0 10 0 10 0 10 0
3 0 17 10 1
56 24
98 26
2400 800
400 160
#pics/monsters/harpy.dat
Harpy
1 2 2
0x000e0001 1
0x0009000c 2
0x000f000e 3
Raven_Beak 200
random 50 1d2+0
# spell&#58; HEME&#58; Heal Medium &#40;self&#41;
# spell&#58; VEST&#58; Venom Strike
# attack&#58; claws at for 1d6
#
#
#
Jack O'Hare
Jack O'Hares
14 12 13 19 17 9 9 22 6
5 0 22 -2 5 0 5 0
3 0 17 5
72 24
0 0
2400 800
240 80
#pics/monsters/jackhare.dat
Jack_O_Hare
3 0 1
0x000e0001 2
0x000e03e8 3
0x001e03e9 1
random 150 1d2+0
#
#
Kobold
Kobolds
13 11 11 18 14 7 6 13 7
5 0 5 0 5 0 5 0
1 0 16 2
18 8
0 0
120 80
80 72
#pics/monsters/crippler.dat
Crippler
2 0 2
0x000e0001 1
0x00162077 2
#short bow
Spear 100
random 50 1d2+0
# attack&#58; slices at with dagger 1d4
#
#
#
Landvaettir
Landvaettirs
15 10 11 13 15 8 8 14 10
5 0 10 0 5 0 5 0
1 0 21 3 0
184 64
0 0
9600 1600
400 240
#pics/monsters/landvaettir.dat
Landvaettir
4 0 1
0x000e0001 1
0x0006201d 3
#wither
0x00062027 4
#lsr eng lch
0x00022028 2
#grtr r heal
random 200 1d2+0
# skill&#58; Withering attack
# attack&#58; swings at &#40;?&#41;
#
#
#
Lich
Liches
17 17 17 17 17 7 7 17 -3
15 0 15 0 15 0 15 0
1 0 21 18
366 133
366 333
20000 6000
16000 8000
#pics/monsters/lich.dat
Lich
6 0 2
0x000e0001 1
0x0006201d 2
#wither
0x001e2007 3
#mst wlk
0x0006201e 5
#psi force
0x000e2073 4
#fell stk
0x000e200a 6
#egy lch
random 200 1d2+0
Spectre_Ring 50
# skill&#58; Withering attack
# skill&#58; Shadow Mist
# skill&#58; Silence Magika&#58; takes away spell casting ability for Mages
# skill&#58; Psi Force
# spell&#58; LESU                     --still needed
# swings 4 times with a Rune mace 1d8+5
#
#
#
Lightning Mage
Lightning Mages
12 17 17 14 14 12 12 15 -2
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
20 -10 5 5 10 -5 0 10
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
1 0 19 10 2
104 18
240 60
9600 1600
2400 800
#pics/monsters/lightning_mage.dat
Lightning_Mage
2 5 5
0x000e0001 1
0x00062027 4
#lssr eng lch
0x000f0002 5
#eestk
0x001f0011 6
#list
0x000b0029 7
#mist
0x000b0119 2
#aircloak
0x0009001b 3
#LOHE
random 100 1d2+0
eelballs 20
Mage_Hood 20
Mord_Cloak 100
Rune_Dagger 200
# spell&#58; EEST &#40;Eel Strike&#41;
# spell&#58; LIST&#40;lightning storm, 4d6 damage&#41;
# spell&#58; MIST&#58; Create Mist
# spell&#58; AICL&#58; Air Cloak
# attack&#58; swings at with a Elven dagger 1d4+1 +1 to hit
#
# AI&#58; uses spells in this order EEST # -MIST -LIST-
#
#
#
Mimic
Mimics
15 15 15 18 15 15 15 18 0
5 10 10 0 20 -20 20 -20
6 0 18 5
360 160
0 0
12000 4000
400 160
#pics/monsters/mimic.dat
Mimic
4 0 1
0x000e0001 1
0x0002201f 2
0x00062025 4
#mtpl oppnts
0x0002200d 3
#regen
random 150 1d2+0
# skill&#58; rapid healing
# spell&#58; COFO&#58; Confuse Foes          --still needed
# attack&#58; kicks at 2x for 1d8
# AI&#58; casts COFO once in at 20'
# AI&#58; Heals self when down to 10 HP
#
#
#
Naga
Nagas
17 12 10 16 17 4 4 14 0
20 0 10 0 10 0 10 0
4 0 18 30 0
800 400
24 8
14000 2000
640 320
#pics/monsters/nagas.dat
Nagas
2 1 2
0x000e0001 2
0x000e200e 3
#vnm bite
0x0009000c 1
random 150 1d2+0
Rune_Sword 200
# swings 4x with Rune broad sword 2d4+5 +5 to hit
# spell&#58; HEME &#40;self&#41;
# skill&#58; Venom Bite 
#
#
#
Naga Chief
Naga Chiefs
20 14 13 17 20 6 6 12 -4
30 0 10 0 10 0 10 0
4 0 18 30 0
1000 200
60 12
16000 2000
800 400
#pics/monsters/nagas.dat
Naga
4 2 3
0x000e0001 2
0x000e200e 3
# Venom Bite Skill
0x00162000 5
# Tail Swipe Skill
0x0009000c 4
# Heal Medium Spell
0x00090043 6
#smn lsr dmn
0x00162079 1
#encht bow
random 150 1d2+0
Bronzed_Arrows_&#40;20&#41;
Hel_Sword 150
# same as naga, but with a tail swipe
# and LEDE
#
#
#
Necrolord
Necrolords
20 17 20 20 25 13 13 18 -33
50 -25 25 0 25 0 25 0
8 0 4 40 2
6660 0
666 0
60000 0
60000 0
#pics/monsters/necrolord.dat
Necrolord
6 7 9
0x000e0001 1
0x000e200a 5
0x00022028 2
0x00062020 3
0x0006201d 4
0x0002200d 6
0x00090051 13
0x00090047 12
0x00090043 10
0x001b0040 9
0x001b0056 8
0x00092035 7
0x001f0050 11
random 300 1d3+0
Emerald_Dagger 600 1d4+0
Emerald_Shield 600
Necroblade 600
Phoenix_Ring 600
Ring_of_Spell_Absorbtion 600
Ring_of_Elemental_Absorption 600
Spectre_Ring 600
Star_Great_Sword 600
# skill&#58; leech enrg
# skill&#58; grt rpd hl
# skill&#58; stoning
# skill&#58; wither
# skill&#58; regeneration
# spell&#58; MAJ DE
# spell&#58; MEDE
# spell&#58; LEDE
# spell&#58; Mind Vortex
# spell&#58; Draw Foes
# spell&#58; Spirit Hammer
# spell&#58; REAL
##//////////////////////////////////
#above official from Jykler &#40;used&#41;
#below from toolkit version &#40;unused&#41;
##//////////////////////////////////
# skill&#58; paralysis
# skill&#58; posession attack
# skill&#58; rapid healing
# spell&#58; SUAS&#58; Summon Assasin               --still needed
# spell&#58; ENSL&#58; Enslave &#40;on PC&#41;              --still needed
# spell&#58; MADE&#58; Major Demon &#40;Demonlord1&#41;     --still needed
# spell&#58; MEDE&#58; Medium Demon &#40;Yevil3&#41;        --still needed
# spell&#58; VAMP&#58; Vampire Suction              --still needed
# attack&#58; slices at 4x with 2 emerald daggers 1d4+5 x2, +10 to hit&#41;
#
#
#
#
Nomad
Nomads
17 10 10 16 15 10 10 14 8
5 0 5 0 5 0 5 0
1 0 16 2 2
32 12
0 0
720 240
80 72
#pics/monsters/nomad.dat
Nomad
4 0 2
0x000e0001 2
0x0006202a 1
#adr srg
0x00162077 1
#short bow
0x0016207a 2
#axe throw
random 150 1d2+0
Battle_Axe 200
# swings at ... with a battle axe for 1d8 damage
#
#
#
Ogre
Ogres
20 10 8 12 20 7 7 11 9
5 0 5 0 5 0 5 0
2 0 17 6
160 64
0 0
6400 2400
80 16
#pics/monsters/ogre.dat
Ogre
2 0 2
0x000e0001 1
0x0006202a 2
random 150 1d2+0
Well-balanced_rocks 50
#lsr adrenal surge
# punches once for 4d12
#
#
#
Orc
Orcs
19 11 5 15 18 6 8 12 3
5 0 5 0 5 0 5 0
2 0 16 4
72 24
0 0
6400 1600
400 160
#pics/monsters/orc.dat
Orc
3 0 5
0x000e0001 2
0x000e206c 3
#brth bshr
0x00162076 1
#crossbow
random 100 1d2+0
Crossbow 50
Bolts 200
Dwarven_War_Axe 50 1d3+0
Dwarven_Cleaver 25 1d3+0
# attack&#58; swings at 2x with Dwarven broad sword # 2d4+2
#
#
#
Orc Chieftain
Orc Chieftains
19 11 12 16 19 9 8 14 0
8 0 8 0 8 0 8 0
3 0 16 8
112 16
0 0
8000 1600
4000 2400
#pics/monsters/orcchief.dat
Orc_Chief
5 0 5
0x000e0001 1
0x000e0001 3
#lsr ad srg
0x001e2037 4
#wld chrg
0x000e206c 3
#brth bshr
0x00162077 2
#shrt bow
random 100 1d2+0
Elven_Slayer 20
Mutorcs_Throwin'_Hammer 50
Orc_Helm 50
Orc_Arrows_&#40;20&#41; 200
# swings at with Dwarven broad sword 2d4+2
#
#
#
Psi Knight
Psi Knights
17 17 19 18 18 18 18 18 -4
20 0 20 0 20 0 20 0
8 0 16 35 2
1600 400
120 96
24000 8000
8000 4000
#pics/monsters/psiknight.dat
Psi_Knight
2 1 2
0x000e0001 1
0x001e2007 4
0x001b0016 2
random 200 1d2+0
Aura_Sabre 300
# spell&#58; PUFO&#58; Push Foes
# skill&#58; Shadow Mist
# attack&#58; swings 8x with a Aura Sword
#
#
#
Saurian
Saurians
20 12 10 13 20 8 8 13 0
5 -2 5 0 5 0 30 30
2 0 17 7
120 32
0 0
8000 1000
800 480
#pics/monsters/saurian.dat
Saurian
3 0 5
0x000e0001 3
0x00062021 2
#bite
0x00162022 1
#vnm
random 100 1d2+0
Dwarven_War_Hammer 50
Elven_War_Axe 50
Saurian_Blood_Drop 200
Saurian_War_Suit 100
#0x000603ec
#0x001603ed
# skill&#58; Venom Bite
# skill&#58; Venom Spray
# swings at with War Hammer 3d6
#
#
#
Senrat
Senrats
14 12 12 20 13 9 9 17 4
10 0 20 -10 5 0 10 0
3 0 20 4
40 16
0 0
800 240
400 160
#pics/monsters/senrats.dat
Senrat
3 0 1
0x000e0001 2
0x001e03e9 3
0x00162077 1
#shrt bow
random 150 1d2+1
#
#
Skeleton
Skeletons
13 10 2 13 13 2 2 13 6
10 0 20 -10 10 0 10 0
2 0 21 4
72 16
0 0
1200 400
24 16
#pics/monsters/skeleton.dat
Skeleton
2 0 2
0x000e0001 3
0x0016207a 2
random 100 1d2+0
Battle_Axe 100
# swings with a battle axe 1d8
# skill&#58; axe throw
#
#
#
Spectre
Spectres
17 17 17 30 17 7 7 24 -33
90 -90 90 -90 90 0 10 0
1 0 21 20
333 66
1666 1333
54400 37000
5400 3200
#pics/monsters/spectre.dat
Spectre
3 1 2
0x000e0001 1
0x0006201d 3
0x00062023 2
0x001f0050 4
random 200 1d2+0
Reaper's_Scythe 300
# skill&#58; Withering attack
# skill&#58; Death Blow, 50%
# spell&#58; SPHA&#58; Spirit Hammer         --still needed
# attack&#58; swings at with "Reaper's Scythe" Damage 2d10 Death Blow 50% target 40'
#
#
#
#
Stalker
Stalkers
17 14 15 18 18 14 14 17 -8
5 0 10 0 10 0 5 0
5 0 21 38 2
1400 80
0 0
36000 4000
1200 600
#pics/monsters/stalker.dat
Stalker
5 0 4
0x000e0001 2
0x00062023 3
0x00162079 1
0x0006207b 5
0x0016207c 4
random 150 1d2+0
Death_Darts_&#40;20&#41; 250
Poison_Arrows_&#40;20&#41;_&#40;20&#41; 250
Thunder_Bolts_&#40;10&#41; 250
# skill&#58; Death Blow 25%
# skill&#58; ench bow
# skill&#58; backstab
# skill&#58; Psn blw drts
# swings 5x with Bluesilver Claymore 3d6+3 +3 to hit
# shoots 4 arrows for 1d8 ; range 20-70'
#
#
#
#
Stone Cleric
Stone Clerics
18 17 19 15 19 14 13 17 -7
10 0 25 -25 10 0 10 0
6 0 19 38 2
1600 400
260 80
42000 4000
8000 1800
#pics/monsters/stonecleric.dat
Stone_Cleric
12 5 5
0x000e0001 9
0x00062020 13
#stoning
0x00062024 12
#FOD
0x00062011 7
#Crs ST
0x00062012 4
#Crs IQ
0x00062013 5
#Crs WI
0x00062014 8
#Crs DX
0x00062015 2
#Crs CN
0x00062016 3
#Crs CH
0x00062017 1
#Crs Co
0x00062018 6
#Crs LU
0x00062019 11
#Crs AC
0x000f0106 14
#Qk Snd
0x001f0109 17
#pml rcks
0x0009010b 16
#Sm EELM
0x0009010e 15
#CRT SGlm
0x00090113 10
#DEPE
random 200 1d2+0
Dwarven_Mace 300
Rangers_Cloak 150
Thunder_Bolter 150
Thunder_Bolts_&#40;10&#41; 300
# skill&#58; Stone Gaze
# skill&#58; Fist of Death
# skill&#58; Curse on Attributes
#effect&#58; random attribute is lowered -10 and -1 per round or tick
# spell&#58; QUSA&#58; Quicksand
# spell&#58; PURO&#58; Pummeling Rocks
# spell&#58; SUEE&#58; Summon Earth Elemental
# spell&#58; CRSG&#58; Create Stone Golem
# spell&#58; DEPE&#58; Depetrify
# attack&#58; swings 3x with Dwarven Mace 1d8+2 +2 to hit
# 
#
#
Summoner
Summoners
18 17 19 18 18 15 15 18 0
10 0 10 0 10 0 10 0
1 0 19 40 2
1400 1000
244 120
36000 18000
1800 900
#pics/monsters/summoner.dat
Summoner
1 5 3
0x000e0001 1
0x001f0046 6
0x001f0055 2
0x00090017 3
0x00090043 4
0x0009003c 5
random 150 1d2+0
Emerald_Dagger 300
Breath_Ring 150
# spell&#58; STFI&#58; Star Fire
# spell&#58; GRDE&#58; Gravity Demiser
# spell&#58; HEMA&#58; Heal Major
# spell&#58; LEDE
# spell&#58; MIDR
# attack&#58; swings 3x with Emerald Dagger 1d4+5 +5 to hit
#
War Monger
War Mongers
19 13 10 14 18 10 10 15 -2
10 0 5 0 5 0 10 0
3 0 16 17 2
140 60
0 0
6400 800
800 400
#pics/monsters/warmonger.dat
Warmonger
3 0 5
0x000e0001 3
0x00162078 2
#long bow
0x00062025 4
random 150 1d2+0
Arrows_&#40;20&#41; 100
Elven_War_Axe 100
Elven_Plate 100
Helm 50
# attack&#58; swings 4x with a Dwarven War Hammer 3d6+2 +2 to hit
# skill&#58; Multiple Opponents &#40;2 opponents&#41;
# AI&#58; Each attacks a different front line person &#40;1-4&#41;
# AI&#58; Multiple Opps after 2nd round
#
#
#
Tormentor
Tormentors
25 12 12 16 25 13 13 15 -10
10 0 5 0 5 0 10 0
6 0 16 20 2
960 160
0 0
16000 4000
1600 800
#pics/monsters/warmonger.dat
Tormentor
5 0 4
0x000e0001 2
0x00062025 3
#mtpl op
0x000e2073 5
#fell stk
0x000a206f 4
#chmp form
0x00162079 1
#enchant bw
random 200 1d2+0
Bluesilver_War_Axe 300 1d3+0
Elf_Arrows_&#40;20&#41; 200
Rune_Plate 50
# attack&#58; swings 4x with a Dwarven War Hammer 3d6+2 +2 to hit
# skill&#58; Multiple Opponents &#40;2 opponents&#41;
# AI&#58; Each attacks a different front line person &#40;1-4&#41;
# AI&#58; Multiple Opps after 2nd round
#
#
#
Zealot
Zealots
18 16 16 19 20 13 13 17 0
10 0 5 0 5 0 10 0
7 0 16 23 2
400 160
0 0
12000 4000
1200 400
#pics/monsters/warmonger.dat
Zealot
4 0 2
0x000e0001 1
0x000f0143 2
0x000a2070 3
#lsr wnd frm
0x000e2074 4
#fst of pn
random 200 1d2+0
Rune_Bracers 300 1d3+0
#
#
Wereworg
Wereworgs
21 5 6 16 21 6 6 12 6
5 0 5 0 5 0 5 0
3 0 18 12
120 30
0 0
6400 2400
80 40
#pics/monsters/wereworg.dat
Wereworg
2 0 1
0x000e0001 2
0x00022026 4
random 150 1d2+0
# skill&#58; rapid healing, 1d6 per round
# attack&#58; swings 1x with a War Axe for 3d6
# AI&#58; attacks highest ST PC
#
#
#
Wight
Wights
15 13 12 12 15 3 3 13 4
2 0 5 0 5 0 2 20
1 0 21 24
360 120
0 0
16000 4000
1200 400
#pics/monsters/wight.dat
Wight
4 0 2
0x000e0001 1
0x00062027 4
#lsr eng lch
0x00022028 2
#grtr r heal
0x0016207a 3
#axe throw
random 150 1d2+0
Bluesilver_Throwing_Axe 200
# skill&#58; Lifedraining &#40;heals itself&#41; attack 1d6, 1d6 goes from PC to wight
# skill&#58; rapid healing
# attack&#58; gropes at &#40;for Lifedrain&#41;
#
#
#
Wraith
Wraiths
16 12 10 13 16 2 2 13 2
2 0 5 0 5 0 2 20
2 0 21 18
240 120
0 0
4000 1600
400 240
#pics/monsters/wraith.dat
Wraith
2 0 1
0x000e0001 1
0x001603ee 2
random 150 1d2+0
# attack&#58; punches at 2x for 1d4
# AI&#58; gangs up on lowest ST HP in slots 1-4
#
#
#
Ghoul
Ghouls
16 11 10 12 16 2 2 13 9
5 0 5 0 5 0 2 50
2 0 21 4
48 16
0 0
1200 400
40 12
#pics/monsters/ghoul.dat
Ghoul
2 0 1
0x000e0001 2
0x00022026 1
#lsr rpd hlg
random 150 1d2+0
# attack&#58; punches at 2x for 1d4
#
#
#
Yevil
Yevils
18 16 16 18 18 6 6 6 0
10 -10 5 0 2 10 5 0
1 0 18 20
600 66
66 30
16000 4000
600 300
#pics/monsters/yevil.dat
Yevil
3 1 2
0x000e0001
0x001e2008
0x0002201f
0x001f0027
random 150 1d2+0
Rune_Dagger 300
# skill&#58; acid spray
# skill&#58; rapid healing
# spell&#58; LIBR&#58; Lightning Breath
# attack&#58; slices at 5x with rune short sword 1d8+4 +4 to hit
#
#
#
Shapeshifter
Shapeshifters
17 13 15 16 16 10 10 15 6
5 0 5 0 5 0 5 0
1 0 1 3
80 18
0 0
3200 1600
24 8
#pics/monsters/shapeshifter.dat
Shapeshifter
3 0 3
0x000e0001 1
0x00883003 3
#anma talk
0x000a203d 2
#cmleon
random 50 1d2+0
animal_hide 200
Earthworm 200
#chameleon
# skill&#58; anima speak
# skill&#58; rapid healing
# spell&#58; SUWO                         --still needed
# claws at for 2d4 damage
#
#
#
Bear
Bears
25 10 3 16 25 3 3 12 7
5 0 10 0 5 0 5 0
3 0 18 2
96 24
0 0
3200 800
0 0
#pics/monsters/bear.dat
Bear
3 0 0
0x000e0001 1
0x00062029 2
0x000e2073 3
#random 200 1d3+0
# bear hug
# fellstrike
# attack&#58; claws at for 3d4
# skill&#58; Bear Hug; damage 1d4 per round player can't move. 20 STR req.
#
#
#
Wild Dog
Wild Dogs
14 10 2 16 14 2 2 10 10
5 0 5 0 5 0 5 0
1 0 1 1
20 4
0 0
800 400
0 0
#pics/monsters/wilddog.dat
Wild_Dog
2 0 0
0x000e0001 1
0x0006202a 2
#random 200 1d3+0
# attack&#58; bites for 1d4
# skill&#58; adrenal surge
#
#
#
Townie
Towns Folk
13 11 13 13 13 10 11 12 10
5 0 5 0 5 0 5 0
1 0 16 1
12 4
0 0
80 40
80 72
#pics/monsters/townie.dat
Townie
1 0 1
0x000e0001 4
random 200 1d2+0
# swings at ... with a battle axe for 1d8 damage
#
#
#
Thief
Thieves
15 13 11 18 13 12 11 17 7
5 0 5 0 5 0 10 0
2 0 16 3 2
42 18
0 0
1200 400
880 240
#pics/monsters/thief.dat
Thief
5 0 1
0x000e0001 1
0x000e03e8 4
0x001e03e9 3
0x00162077 2
#short bow
0x0016207a 5
#axe throw
random 300 1d2+0
# skill&#58; Shadow Meld &#40;hide in shadows 10%&#41; try for a backstab &#40;5% chance of success&#41;
# skill&#58; Pick Pocket &#40;25%&#41;
# attack&#58; swings at with short sword 1d8
# attack&#58; shoots Arrows_&#40;20&#41; 1d6 at range of 20'-40'
# AI&#58; at 20' will shadow meld if advanced upon
# AI&#58; Will fire Arrows_&#40;20&#41; from 30-40'
# AI&#58; pickpocket after it's in melee to steal item in hand slot &#40;weapons&#41;
#
#
#
Warrior Wolf
Warrior Wolves
19 12 8 19 19 7 7 18 5
5 0 8 0 5 0 5 0
1 0 18 5
96 16
0 0
4000 1600
0 0
#pics/monsters/wolf.dat
Wolf
2 0 1
0x000e0001 1
0x000e2005 2
random 150 1d2+0
# attack&#58; bites for 3d4
# skill&#58; adrenal surge
#
#
#
Wolf
Wolves
16 10 4 18 18 5 5 14 7
10 0 10 0 10 0 10 0
1 0 18 2
48 24
0 0
800 240
0 0
#pics/monsters/wolf.dat
Wolf
2 0 0
0x000e0001 2
0x000e2005 1
#random 200 1d3+0
# attack&#58; bites for 1d8
# skill&#58; adrenal surge
#
#
#
Yeodaugh
Yeodaugh
# May the Whiskey be with you
14 17 30 25 13 17 11 20 -20
# Following are first % chance to avoid damage from, then %damage modifier, for each element.
# if the % damage modifier is negative, then the amount of damage is reduced by that percentage.
# If the % damage modifier is positive, then the amount of damage is increased by that percentage.
# The elements are in the order FIRE, EARTH, AIR, WATER
10 0 50 -50 30 -10 10 0
# Two numbers, the first is the number of attacks per round,
# the second is the number of d4 of 'back-damage', or damage done back to an attacker
10 0 4 30 2
4000 400
194 40
100000 20000
24000 8000
#pics/monsters/yeodaugh.dat
Yeodaugh
3 2 2
0x000e0001 1
0x0006200a 5
0x001e2007 4
0x000f0008 2
0x001b0016 3
random 200 1d3+0
Star_Sword 400 1d3+0
# SKILLS/SPELLS
# spell&#58; MIEN&#58; Mind Entangle      --listed above but not here
# spell&#58; MESH&#58; Mental Shove              --still needed
# spell&#58; TEBL&#58; Telekinetic Blast         --still needed
# spell&#58; PUFO&#58; Push Foes 
# skill&#58; Leech Energy for 2d10 to heal self &#40;3x&#41;
# skill&#58; Shadow Mist
# attack&#58; swings 8x with a Rune Sword &#40;2d8+4 damage +4 to hit&#41;
#
#
#
Salamander
Salamanders
20 16 16 20 20 12 12 18 5
90 -90 20 0 20 0 0 50
1 5 18 8
80 36
80 36
15000 7000
60 30
#pics/monsters/elemf.dat
Fire_Elemental
1 2 1
0x000e0001
0x001f014f
0x001f0149
random 200 1d2+0
# spell&#58; FIRS&#58; Fire Shield
# spell&#58; FLMI&#58; Flaming Missiles
# spell&#58; HEAT&#58; Heat Iron &#40;all PCs unequip weapons and metal armor&#41; -- spell dropped
# spell&#58; HOCO&#58; Hot Coals                  --still needed
# attack&#58; punches 8x for 2d8
#
#
#
Cuchulaiin
Cuchulaiins
23 17 17 17 23 17 17 17 23
5 0 5 0 5 0 5 0
4 0 17 35 2
400 50
0 0
1500 300
600 300
#pics/monsters/crueman.dat
Crueman
5 0 1
0x000e0001 3
0x00162078 1
0x0016207a 2
0x000e2073 4
0x000a2055 5
random 200 1d2+0
# attack
# attack&#58; chops at with battle axe 1d8
# skill&#58; long bow
# skill&#58; axe throw
# skill&#58; fell strike
# skill&#58; titan form
##/////////////////
#below from toolkit
##/////////////////
# skills&#58; *Adrenal Surge - When down to 10% of HP, +5 to hit and +5 to damage is added to their attack
#
#
#
Super Golem
Super Golems
20 14 14 12 21 9 9 13 5
10 0 10 0 10 0 10 0
1 0 18 23
800 80
0 0
16000 4000
300 60
#pics/monsters/golems.dat
Stone_Golem
3 1 1
0x000e0001 4
0x0006201c 2
0x000a2055 8
0x0009010e 6
random 200 1d2+0
# skill&#58; Slowing Grope
# attack&#58; punches 5 times for 4d12
# skill&#58; titan form
# spell&#58; CRSG
#
#
#
Outland Warrior
Outland Warriors
19 13 10 18 19 10 10 15 5
5 0 5 0 5 0 5 0
3 0 16 4 2
96 16
0 0
4000 800
400 320
#pics/monsters/nomad.dat
Human_Male02
7 0 4
0x000e0001 3
0x000e2005 6
0x000e203f 7
0x001a2036 4
0x00062075 5
0x00162078 1
#long bow
0x0016207a 2
#axe throw
random 100 1d2+0
Blade_of_N'anoc 50
Dwarven_Battle_Axe 100
Outlands_Animal_Armor 200
#adrnl srg
#wild pml
#aml roar
#beserk
#an roar
#
#
#
#PHIL's MONSTERS
#
#
SlyWeasel
SlyWeasels
10 12 4 20 13 2 2 12 4
10 0 10 0 10 0 10 0
2 0 1 2
14 7
0 0
400 160
0 0
#pics/monsters/wolf.dat
slyweasel
1 0 1
0x000e0001 4
random 200 1d2+0
# attack&#58; bites for 1d8
#
#
#
Werewolf
Werewolves
26 4 4 20 18 1 1 10 -7
10 0 10 0 10 0 10 0
3 0 4 20 2
1700 300
0 0
1200 400
200 10
#pics/monsters/wolfman.pic
wolfman
3 0 1
0x000e0001 1
0x000e2005 2
0x000e2052 3
random 200 1d3+0
# attack&#58; bites for 1d8
# skill&#58; adrenal surge
# skill&#58; Split moment
#
#
#
Philibuster
Philibusters
13 18 15 11 12 18 2 14 -3
10 -30 10 -30 10 -30 10 -30
3 0 4 24 2
1600 300
200 100
1600 400
260 20
#pics/monsters/wolf.dat
philibuster
5 0 1
0x000e0001 1
0x00162010 2
0x0006201e 2
0x001a204e 2
0x00162002 3
random 200 1d3+0
#attack
# skill&#58; breathe acid
# skill&#58; psi-force
# skill&#58; mind wreck
# skill&#58; breathe fire
#
#
Crypt Thing
Crypt Things
#ST IQ WI DX CN CH CO LK AC
16 13 18 12 19 10 2 14 -9
0 0 70 -70 70 -70 70 -70
6 0 21 22 2
1300 300
300 80
8000 400
200 10
#something
Lich
3 1 1
0x000e0001 1
0x0006201d 8
# Whithering Attack Skill
0x00062027 6
# Lesser Leech Energy Skill
0x000f0106 3
# Quicksand Spell
random 200 1d2+0
#
#
Vampiress
Vampiresses
#ST IQ WI DX CN CH CO LK AC
25 17 25 25 25 25 25 3 -13
40 20 20 0 40 0 40 0
6 2 4 22 1
1300 300
300 60
8000 400
200 10
#something
vampiress
3 0 1
0x000e0001 1
0x0006201d 2
# Whithering Attack Spell
0x00062027 6
# Lesser Leech Energy Skill
random 200 1d2+0
#
#
Dark Sidhe
Dark Sidhe
16 17 18 18 18 18 18 15 1
10 0 10 0 10 0 10 0
1 0 1 20 2
500 200
120 96
17000 7000
200 200
Dark_Sidhe
2 1 2
0x000e0001 1
0x001e2007 3
# Mist Walker Skill
0x001f0156 5
# Tsunami Attack Spell
random 200 1d2+0
Rune_Sword 100
#
#
Ghost Dragon
Ghost Dragons
30 18 18 15 23 10 10 18 3
50 -20 10 0 40 -20 10 0
3 0 18 34
2500 300
0 0
9000 1000
900 600
earthdragon
4 0 1
0x000e0001 1
0x00162000 3
# Tail Swipe Skill
0x00062001 3
# Dragon Grab Skill
0x00162010 7
# Breathe Acid Skill
random 200 1d2+0
#
#********************************************************************************************
#  NEW MONSTERS added with Tales of the North
#********************************************************************************************
#
#  BOSS MONSTERS
#
Hedge Guardian
Hedge Guardians
# ST IQ WI DX CN CH CO LK AC
30 9 9 25 34 7 7 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 50 -50 10 0 10 -10
# attacks, back-damage, monster type, level, gender
5 0 4 60 0
# MaxHP HPVariance
6000 800
# MaxSP SPVariance
300 50
# MaxXP XPVariance
40000 0
# MaxGP GPVariance
2400 1200
#pics/monsters/earthdragon.dat
earthdragon
# skills, spells, item entries
4 0 1
# skill/spell.
0x000e0001 1
# Breath of Earth
0x0016207e 4
# fury strike
0x0006207f 5
# medium attack
0x00062083 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#------------------------------------------------------------------------------------
continued...[/code]
Last edited by dragonbait on Wed Sep 26, 2012 7:37 pm, edited 1 time in total.
User avatar
dragonbait
Stalker
Posts: 775
Joined: Mon Apr 10, 2006 3:07 pm

Post by dragonbait »

continued code (because the forums do not let me post it all in one post...
(just take everything from the .txt file)

Code: Select all

#
Alchemist's Construct
Alchemist's Constructs
# ST IQ WI DX CN CH CO LK AC
30 9 9 25 25 7 7 18 -15
# The elements are in the order FIRE, EARTH, AIR, WATER
10 -10 10 -10 10 10 10 -10
# attacks, back-damage, monster type, level, gender
7 0 4 60 0
# MaxHP HPVariance
7000 900
# MaxSP SPVariance
0 0
# MaxXP XPVariance
40000 0
# MaxGP GPVariance
2400 1200
#pics/monsters/stalker.dat
Stalker
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# strong attack
0x00062084 8
# pierce all
0x00062080 7
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Dread Knight
Dread Knights
# ST IQ WI DX CN CH CO LK AC
30 18 18 25 20 7 7 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 0 -10
# attacks, back-damage, monster type, level, gender
5 0 4 60 0
# MaxHP HPVariance
6500 700
# MaxSP SPVariance
300 50
# MaxXP XPVariance
45000 2000
# MaxGP GPVariance
2400 1200
#pics/monsters/skeleton.dat
Skeleton
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# fury strike
0x0006207f 4
# strong attack
0x00062084 8
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Kraken
Krakens
# ST IQ WI DX CN CH CO LK AC
30 28 28 25 20 7 7 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 99 -99
# attacks, back-damage, monster type, level, gender
5 0 4 60 0
# MaxHP HPVariance
7500 700
# MaxSP SPVariance
3500 50
# MaxXP XPVariance
42000 2000
# MaxGP GPVariance
2400 1200
#pics/monsters/skeleton.dat
Beholder
# skills, spells, item entries
2 2 1
# skill/spell.
0x000e0001 1
# strong attack - single member
0x00062084 5
# dehydrate foes
0x001f013f 4
# drown
0x001f0137 6
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Mad Summoner
Mad summoners
# ST IQ WI DX CN CH CO LK AC
12 25 25 18 17 7 7 38 0
# The elements are in the order FIRE, EARTH, AIR, WATER
10 -10 10 -10 10 -10 10 -10
# attacks, back-damage, monster type, level, gender
1 0 4 60 2
# MaxHP HPVariance
5000 400
# MaxSP SPVariance
3000 500
# MaxXP XPVariance
42000 2000
# MaxGP GPVariance
2000 200
#pics/monsters/wizard.dat
Wizard
# skills, spells, item entries
0 3 1
# skill/spell.
# gravity demise
0x001f0055 1
# blinding light
0x001b2063 3
# Eel strike
0x000f0002 6
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Basilisk
Basilisks
# ST IQ WI DX CN CH CO LK AC
30 9 9 28 17 7 7 18 -20
# The elements are in the order FIRE, EARTH, AIR, WATER
50 -50 0 0 0 0 0 0
# attacks, back-damage, monster type, level, gender
3 0 4 60 0
# MaxHP HPVariance
5500 200
# MaxSP SPVariance
300 50
# MaxXP XPVariance
43000 2000
# MaxGP GPVariance
2400 1200
#pics/monsters/dorendor.dat
Dorendor
# skills, spells, item entries
5 0 1
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 3
#stoning
0x00062020 3
# leech life
0x00122086 4
#fist of death
0x00062024 1
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Haunted Ironwood
Haunted Ironwoods
# ST IQ WI DX CN CH CO LK AC
30 9 9 17 33 7 7 18 -20
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 40 -40 40 -40 40 -40
# attacks, back-damage, monster type, level, gender
3 0 4 60 0
# MaxHP HPVariance
7500 200
# MaxSP SPVariance
300 50
# MaxXP XPVariance
35000 2000
# MaxGP GPVariance
250 200
#pics/monsters/darcwood.dat
Darcwood
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# piercing strike
0x00062080 6
# hamstringer
0x000e206e 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Giant Goblin
Giant Goblins
# ST IQ WI DX CN CH CO LK AC
30 9 9 17 33 7 7 18 -20
# The elements are in the order FIRE, EARTH, AIR, WATER
40 -40 40 -40 40 -40 40 -40
# attacks, back-damage, monster type, level, gender
5 0 4 60 0
# MaxHP HPVariance
17500 1200
# MaxSP SPVariance
300 50
# MaxXP XPVariance
47000 3000
# MaxGP GPVariance
250 200
#pics/monsters/goblin.dat
Goblin
# skills, spells, item entries
4 0 1
# skill/spell.
0x000e0001 1
# fury attack
0x0006207f 5
#strong attack
0x00062084 6
# smash all
0x00062081 7
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Titan of Aether
Titans of Aether
# ST IQ WI DX CN CH CO LK AC
50 19 19 30 33 17 17 25 -35
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -30 40 -40 40 -40 40 -40
# attacks, back-damage, monster type, level, gender
5 2 4 90 0
# MaxHP HPVariance
42500 5000
# MaxSP SPVariance
5000 500
# MaxXP XPVariance
85000 12000
# MaxGP GPVariance
250 200
#pics/monsters/shapeshifter.dat
Shapeshifter
# skills, spells, item entries
3 2 1
# skill/spell.
0x000e0001 1
# smash all
0x00062081 6
# strong attack
0x00062084 5
# combined assault
0x001f015c 4
# gravity demise
0x001f0055 7
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 300 1d2+0
#
#--------------------------------------------------------------------------------------------
#
Flame
Flames
# ST IQ WI DX CN CH CO LK AC
50 19 19 30 33 17 17 25 -35
# The elements are in the order FIRE, EARTH, AIR, WATER
99 -99 40 -40 99 -99 0 0
# attacks, back-damage, monster type, level, gender
5 3 4 90 0
# MaxHP HPVariance
35500 8000
# MaxSP SPVariance
3000 50
# MaxXP XPVariance
55000 3000
# MaxGP GPVariance
250 200
#pics/monsters/shapeshifter.dat
Fire_Elemental
# skills, spells, item entries
2 1 1
# skill/spell.
0x000e0001 1
# fury strike
0x0006207f 5
# sheet of fire
0x001f0154 7
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#-------------------------
#
Silver Golem
Silver Golems
# ST IQ WI DX CN CH CO LK AC
25 9 9 25 27 7 17 18 -20
# The elements are in the order FIRE, EARTH, AIR, WATER
30 10 30 0 30 0 30 0
# attacks, back-damage, monster type, level, gender
3 0 4 60 0
# MaxHP HPVariance
2800 200
# MaxSP SPVariance
0 0
# MaxXP XPVariance
45000 2000
# MaxGP GPVariance
4000 200
#pics/monsters/golemi.dat
Iron_Golem
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# pierce all
0x00062080 6
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Gold Golem
Gold Golems
# ST IQ WI DX CN CH CO LK AC
30 9 9 25 27 7 17 28 -15
# The elements are in the order FIRE, EARTH, AIR, WATER
30 10 30 0 30 0 30 0
# attacks, back-damage, monster type, level, gender
3 0 4 60 0
# MaxHP HPVariance
3000 500
# MaxSP SPVariance
0 0
# MaxXP XPVariance
45000 2000
# MaxGP GPVariance
4000 200
#pics/monsters/golemr.dat
Ruby_Golem
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# smash all
0x00062081 6
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Captain of the Guard
Captains of the Guard
# ST IQ WI DX CN CH CO LK AC
34 12 12 22 24 9 9 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 0 -10
# attacks, back-damage, monster type, level, gender
5 0 4 50 2
# MaxHP HPVariance
4000 100
# MaxSP SPVariance
300 50
# MaxXP XPVariance
75000 12000
# MaxGP GPVariance
600 100
#pics/races/halforcm.dat
HalfOrc_Male
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# Strong attack
0x00062084 6
# fury strike
0x0006207f 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
High Orc Chieftan
High Orc Chieftans
# ST IQ WI DX CN CH CO LK AC
35 11 14 29 27 9 8 19 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
8 0 8 0 8 0 8 0
# attacks, back-damage, monster type, level, gender
4 0 4 50 2
# MaxHP HPVariance
2800 100
# MaxSP SPVariance
400 0
# MaxXP XPVariance
43500 1500
# MaxGP GPVariance
1200 600
#pics/monsters/orcchief.dat
Orc_Chief
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 5
# fury strike
0x0006207f 6
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 500 1d3+0
#
#--------------------------------------------------------------------------------------------
#
Dark One
Dark Ones
# ST IQ WI DX CN CH CO LK AC
30 19 9 25 25 7 7 18 -15
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -10 30 -10 30 -10 30 -10
# attacks, back-damage, monster type, level, gender
7 1 4 60 0
# MaxHP HPVariance
7000 900
# MaxSP SPVariance
0 0
# MaxXP XPVariance
55000 12000
# MaxGP GPVariance
2400 1200
#pics/monsters/wolfman.dat
wolfman
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# Strong attack
0x00062084 6
# pierce all
0x00062080 8
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 300 1d2+0
#
#--------------------------------------------------------------------------------------------
#
#  REGULAR MONSTERS
#
Garden Gnome
Garden Gnomes
# ST IQ WI DX CN CH CO LK AC
10 20 20 25 16 17 7 18 0
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 0 0 0 0 0 0
# attacks, back-damage, monster type, level, gender
1 0 19 50 2
# MaxHP HPVariance
800 100
# MaxSP SPVariance
400 50
# MaxXP XPVariance
35000 2000
# MaxGP GPVariance
550 250
#pics/monsters/kobold.dat
Kobold
# skills, spells, item entries
2 2 2
# skill/spell.
0x000e0001 1
# bow &#40;short&#41;
0x00162077 4
# thunder bolt
0x000f0025 3
# air hammer
0x001f0125 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Ironwood_Arrows_&#40;10&#41; 50
#
#--------------------------------------------------------------------------------------------
#
Demon Dog
Demon Dogs
# ST IQ WI DX CN CH CO LK AC
18 14 14 25 16 17 7 18 -5
# The elements are in the order FIRE, EARTH, AIR, WATER
5 -50 0 0 0 0 0 10
# attacks, back-damage, monster type, level, gender
3 2 18 50 0
# MaxHP HPVariance
600 100
# MaxSP SPVariance
0 0
# MaxXP XPVariance
35000 2000
# MaxGP GPVariance
0 0
#pics/monsters/direwolf.dat
Dire_Wolf
# skills, spells, item entries
2 0 0
# skill/spell.
0x000e0001 1
# normal attack
0x00062083 5
#
#--------------------------------------------------------------------------------------------
#
Bloodraven
Bloodravens
# ST IQ WI DX CN CH CO LK AC
10 5 5 30 16 17 7 13 5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 0 0 0 10 0 0
# attacks, back-damage, monster type, level, gender
1 0 1 30 0
# MaxHP HPVariance
300 50
# MaxSP SPVariance
0 0
# MaxXP XPVariance
18000 2000
# MaxGP GPVariance
0 0
#pics/monsters/laneraven.dat
Laneraven
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062082 5
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
Hawk_Feather 50
#
#--------------------------------------------------------------------------------------------
#
Ravenous Wolf
Ravenous Wolves
# ST IQ WI DX CN CH CO LK AC
15 5 5 25 16 17 7 13 5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 10 0 0 0 0 0 0
# attacks, back-damage, monster type, level, gender
2 0 1 30 0
# MaxHP HPVariance
400 50
# MaxSP SPVariance
0 0
# MaxXP XPVariance
19000 2000
# MaxGP GPVariance
0 0
#pics/monsters/wolf.dat
Wolf
# skills, spells, item entries
2 0 0
# skill/spell.
0x000e0001 1
# normal attack
0x00062082 5
#
#--------------------------------------------------------------------------------------------
#
Shadow
Shadows
# ST IQ WI DX CN CH CO LK AC
10 20 20 17 16 17 7 20 5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 0 0 0 10 0 0
# attacks, back-damage, monster type, level, gender
1 0 1 30 0
# MaxHP HPVariance
350 50
# MaxSP SPVariance
1000 150
# MaxXP XPVariance
19000 2000
# MaxGP GPVariance
450 150
#pics/monsters/shapeshifter.dat
Shapeshifter
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# backstab
0x0006207b 4
# normal attack
0x00062085 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Orc Fury
Orc Furies
# ST IQ WI DX CN CH CO LK AC
25 11 14 24 22 9 8 14 -4
# The elements are in the order FIRE, EARTH, AIR, WATER
6 0 8 0 8 0 8 0
# attacks, back-damage, monster type, level, gender
6 0 16 45 2
# MaxHP HPVariance
496 100
# MaxSP SPVariance
0 0
# MaxXP XPVariance
13500 1500
# MaxGP GPVariance
400 125
#pics/monsters/orcchief.dat
Orc_Chief
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062083 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Rabbit Magician
Rabbit Magicians
# ST IQ WI DX CN CH CO LK AC
19 25 19 19 17 9 9 22 7
# The elements are in the order FIRE, EARTH, AIR, WATER
5 -5 25 -5 5 -5 5 -5
# attacks, back-damage, monster type, level, gender
5 0 19 40 0
# MaxHP HPVariance
448 124
# MaxSP SPVariance
600 230
# MaxXP XPVariance
16000 3000
# MaxGP GPVariance
275 25
#pics/monsters/jackhare.dat
Jack_O_Hare
# skills, spells, item entries
2 2 2
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 3
# fists of air
0x001f011e 4
# super soaker
0x001f013a 5
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Gravity_Wand_&#40;5&#41; 40
#
#--------------------------------------------------------------------------------------------
#
Greenguard
Greenguards
# ST IQ WI DX CN CH CO LK AC
20 9 9 18 17 7 7 15 0
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 0 0 0 0 0 0
# attacks, back-damage, monster type, level, gender
1 0 16 40 2
# MaxHP HPVariance
500 100
# MaxSP SPVariance
0 0
# MaxXP XPVariance
23000 2000
# MaxGP GPVariance
300 100
#pics/monsters/saurian.dat
Saurian
# skills, spells, item entries
2 0 2
# skill/spell.
0x000e0001 1
# crossbow
0x00162076 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Ironwood_Bolts_&#40;10&#41; 50
#
#--------------------------------------------------------------------------------------------
#
Redguard
Redguards
# ST IQ WI DX CN CH CO LK AC
22 9 9 25 20 7 7 18 -5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 0 0 0 0 -10
# attacks, back-damage, monster type, level, gender
2 0 16 45 2
# MaxHP HPVariance
800 100
# MaxSP SPVariance
0 0
# MaxXP XPVariance
35000 12000
# MaxGP GPVariance
400 100
#pics/monsters/guard.dat
Guard_of_Rennibister
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 5
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Blackguard
Blackguards
# ST IQ WI DX CN CH CO LK AC
24 12 12 22 24 9 9 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 0 -10
# attacks, back-damage, monster type, level, gender
3 0 17 50 2
# MaxHP HPVariance
1000 100
# MaxSP SPVariance
300 50
# MaxXP XPVariance
40000 12000
# MaxGP GPVariance
600 100
#pics/monsters/warmonger.dat
Warmonger
# skills, spells, item entries
2 0 2
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 5
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Steel_Ingot 50
#
#--------------------------------------------------------------------------------------------
#
Mechanized Guard
Mechanized Guards
# ST IQ WI DX CN CH CO LK AC
20 9 9 28 20 7 7 18 -5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 0 0 0 0 0 0
# attacks, back-damage, monster type, level, gender
2 0 16 35 0
# MaxHP HPVariance
500 100
# MaxSP SPVariance
500 150
# MaxXP XPVariance
35000 12000
# MaxGP GPVariance
600 100
#pics/monsters/gnomicron.dat
Gnomicron
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Alchemist
Alchemists
# ST IQ WI DX CN CH CO LK AC
11 29 29 19 17 17 7 15 0
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 0 -10
# attacks, back-damage, monster type, level, gender
1 0 19 40 2
# MaxHP HPVariance
500 100
# MaxSP SPVariance
500 100
# MaxXP XPVariance
25000 2000
# MaxGP GPVariance
700 100
#pics/monsters/summoner.dat
Summoner
# skills, spells, item entries
1 1 1
# skill/spell.
0x000e0001 1
#fire bomb
0x001f014e 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Alchemical Experiment
Alchemical Experiments
# ST IQ WI DX CN CH CO LK AC
15 10 10 19 20 17 7 15 0
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 -10 0 -10
# attacks, back-damage, monster type, level, gender
1 0 18 40 2
# MaxHP HPVariance
500 100
# MaxSP SPVariance
500 100
# MaxXP XPVariance
24000 2000
# MaxGP GPVariance
15 5
#pics/monsters/wereboar.dat
Wereboar
# skills, spells, item entries
2 0 2
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Flame_Sword 50
#
#--------------------------------------------------------------------------------------------
#
#try to make these immune to melee damage
Cursed Spirit
Cursed Spirits
# ST IQ WI DX CN CH CO LK AC
17 14 18 20 18 6 6 14 -700
# The elements are in the order FIRE, EARTH, AIR, WATER
0 15 0 15 0 15 0 15
# attacks, back-damage, monster type, level, gender
2 1 21 50 0
# MaxHP HPVariance
400 50
# MaxSP SPVariance
0 0
# MaxXP XPVariance
25000 7000
# MaxGP GPVariance
0 0
#pics/monsters/spectre.dat
Spectre
# skills, spells, item entries
1 1 1
# skill/spell.
0x000e0001 1
# sleep of death
0x00062082 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 90 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Warrior Wight
Warrior Wights
# ST IQ WI DX CN CH CO LK AC
20 8 17 19 18 3 3 17 -3
# The elements are in the order FIRE, EARTH, AIR, WATER
2 0 5 0 5 0 2 20
# attacks, back-damage, monster type, level, gender
2 0 21 50 0
# MaxHP HPVariance
930 180
# MaxSP SPVariance
0 0
# MaxXP XPVariance
24500 3700
# MaxGP GPVariance
450 75
#pics/monsters/wight.dat
Wight
# skills, spells, item entries
2 0 2
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
Black_Ore 60
#
# skill&#58; Lifedraining &#40;heals itself&#41; attack 1d6, 1d6 goes from PC to wight
# skill&#58; rapid healing
# attack&#58; gropes at &#40;for Lifedrain&#41;
#
#--------------------------------------------------------------------------------------------
#
Wizard Wraith
Wizard Wraiths
# ST IQ WI DX CN CH CO LK AC
17 18 18 19 20 2 2 18 0
# The elements are in the order FIRE, EARTH, AIR, WATER
2 0 5 0 5 0 2 20
# attacks, back-damage, monster type, level, gender
2 0 21 50 0
# MaxHP HPVariance
840 120
# MaxSP SPVariance
700 130
# MaxXP XPVariance
35700 2050
# MaxGP GPVariance
500 100
#pics/monsters/wraith.dat
Wraith
# skills, spells, item entries
1 3 1
# skill/spell.
0x000e0001 1
# Spears of lightning
0x001f005a 3
# Crushing Boulders
0x001f010f 4
# Air Hammer
0x001f0125 5
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#
#--------------------------------------------------------------------------------------------
#
Urghoul
Urghouls
# ST IQ WI DX CN CH CO LK AC
21 9 10 19 19 2 2 17 -2
# The elements are in the order FIRE, EARTH, AIR, WATER
5 0 5 0 5 0 2 50
# attacks, back-damage, monster type, level, gender
2 0 21 40 0
# MaxHP HPVariance
836 120
# MaxSP SPVariance
0 0
# MaxXP XPVariance
35700 3500
# MaxGP GPVariance
400 120
#pics/monsters/ghoul.dat
Ghoul
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#
#--------------------------------------------------------------------------------------------
#
#try to make these immune to spell damage
Angry Spirit
Angry Spirits
# ST IQ WI DX CN CH CO LK AC
17 14 18 20 18 6 6 14 0
# The elements are in the order FIRE, EARTH, AIR, WATER
99 -99 99 -99 99 -99 99 -99
# attacks, back-damage, monster type, level, gender
2 1 21 50 0
# MaxHP HPVariance
400 50
# MaxSP SPVariance
0 0
# MaxXP XPVariance
30000 7000
# MaxGP GPVariance
0 0
#pics/monsters/ghost.dat
Ghost
# skills, spells, item entries
1 1 1
# skill/spell.
0x000e0001 1
# Ariel's Ambush
0x000f011c 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Zombified Orc Fury
Zombified Orc Furies
# ST IQ WI DX CN CH CO LK AC
25 5 7 17 30 9 8 14 -6
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 30 -30 30 -30 30 -30
# attacks, back-damage, monster type, level, gender
6 0 16 45 2
# MaxHP HPVariance
600 100
# MaxSP SPVariance
0 0
# MaxXP XPVariance
19500 1500
# MaxGP GPVariance
300 25
#pics/monsters/orcchief.dat
Orc_Chief
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# medium attack
0x00062083 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Demonic Shadow
Demonic Shadows
# ST IQ WI DX CN CH CO LK AC
10 20 20 17 16 17 7 20 5
# The elements are in the order FIRE, EARTH, AIR, WATER
0 -10 0 -10 0 0 0 -10
# attacks, back-damage, monster type, level, gender
1 0 1 30 0
# MaxHP HPVariance
550 50
# MaxSP SPVariance
1000 150
# MaxXP XPVariance
23000 2000
# MaxGP GPVariance
250 50
#pics/monsters/shapeshifter.dat
Shapeshifter
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# backstab
0x0006207b 3
# Medium attack
0x00062083 4
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Soul Leech
Soul Leechs
# ST IQ WI DX CN CH CO LK AC
10 9 20 19 19 2 2 17 -2
# The elements are in the order FIRE, EARTH, AIR, WATER
5 0 5 0 5 0 2 50
# attacks, back-damage, monster type, level, gender
2 0 21 40 0
# MaxHP HPVariance
836 120
# MaxSP SPVariance
0 0
# MaxXP XPVariance
40700 1500
# MaxGP GPVariance
500 120
#pics/monsters/vampiress.dat
vampiress
# skills, spells, item entries
3 0 1
# skill/spell.
0x000e0001 1
# withering attack
0x0006201d 2
# Leech life
0x00122086 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#
#--------------------------------------------------------------------------------------------
#
Ethereal Spirit
Ethereal Spirits
# ST IQ WI DX CN CH CO LK AC
5 5 5 5 5 5 5 5 5
# The elements are in the order FIRE, EARTH, AIR, WATER
99 -99 99 -29 20 -20 99 -99
# attacks, back-damage, monster type, level, gender
1 50 21 50 0
# MaxHP HPVariance
40 10
# MaxSP SPVariance
0 0
# MaxXP XPVariance
26000 6000
# MaxGP GPVariance
0 0
#pics/monsters/ghost.dat
Ghost
# skills, spells, item entries
3 1 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 3
# curse armor class
0x00062019 2
# Ariel's Ambush
0x000f011c 3
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Servant of Fire
Servants of Fire
# ST IQ WI DX CN CH CO LK AC
30 5 5 20 20 5 5 10 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
99 -99 0 0 0 0 0 25
# attacks, back-damage, monster type, level, gender
1 5 18 50 0
# MaxHP HPVariance
1000 10
# MaxSP SPVariance
100 0
# MaxXP XPVariance
27000 7000
# MaxGP GPVariance
200 25
#pics/monsters/elemf.dat
Fire_Elemental
# skills, spells, item entries
2 1 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 3
#Sheet of Fire - group 70' 30d6
0x001f0154 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Thirster
Thirsters
# ST IQ WI DX CN CH CO LK AC
30 5 5 20 20 5 5 10 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 50 0 50 0 50 0
# attacks, back-damage, monster type, level, gender
1 50 18 50 0
# MaxHP HPVariance
1000 10
# MaxSP SPVariance
100 0
# MaxXP XPVariance
27000 7000
# MaxGP GPVariance
200 25
#pics/monsters/demonlord.dat
Demon_Lord
# skills, spells, item entries
2 1 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 3
#Heal Everyone - does this work for critters?
0x0009002f 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Stone Beast
Stone Beasts
# ST IQ WI DX CN CH CO LK AC
30 5 5 20 20 5 5 10 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
50 0 90 -99 0 0 0 0
# attacks, back-damage, monster type, level, gender
1 50 18 50 0
# MaxHP HPVariance
1000 10
# MaxSP SPVariance
100 0
# MaxXP XPVariance
27000 7000
# MaxGP GPVariance
200 25
#pics/monsters/demonlord.dat
Demon_Lord
# skills, spells, item entries
2 1 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 3
# pelting pebbles
0x000f0103 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Twister
Twisters
# ST IQ WI DX CN CH CO LK AC
30 5 5 20 20 5 5 10 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
0 0 50 0 90 -99 10 0
# attacks, back-damage, monster type, level, gender
1 50 18 50 0
# MaxHP HPVariance
1000 10
# MaxSP SPVariance
100 0
# MaxXP XPVariance
30000 7000
# MaxGP GPVariance
200 25
#pics/monsters/demonlord.dat
Demon_Lord
# skills, spells, item entries
2 1 1
# skill/spell.
0x000e0001 1
# normal attack
0x00062085 5
#  Air Spikes
0x000f0117 2
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d1+0
#
#--------------------------------------------------------------------------------------------
#
Mind Menace
Mind Menaces
# ST IQ WI DX CN CH CO LK AC
9 30 30 15 24 9 9 18 -10
# The elements are in the order FIRE, EARTH, AIR, WATER
30 -20 30 -20 30 -20 30 -20
# attacks, back-damage, monster type, level, gender
1 0 17 50 0
# MaxHP HPVariance
600 100
# MaxSP SPVariance
600 50
# MaxXP XPVariance
40000 12000
# MaxGP GPVariance
800 100
#pics/monsters/psiknight.dat
Psi_Knight
# skills, spells, item entries
2 0 1
# skill/spell.
0x000e0001 1
# Leech Energy
0x000e200a 5
# weak attack
# <item_name> <chance &#40;out of 1000&#41;> <count &#40;<x>d<y>+<z>&#41;>
random 100 1d2+0
#
#--------------------------------------------------------------------------------------------
# Druid's Challenge monsters
#--------------------------------------------------------------------------------------------
#
Ranger
Rangers
18 14 12 20 18 10 11 15 -5
5 0 10 -25 5 0 5 0
8 0 16 30
800 200
20 0
25000 0
100 0
kssranger
3 1 4
0x000e0001 2
0x00162079 1
0x00062004 3
0x000b000d 4
Obsidian_Arrows_&#40;20&#41; 200
Quick_Bow 25
Rangers_Cloak 50
random 100
#
#
Black Ranger
Black Rangers
20 14 12 25 20 10 11 15 -8
10 0 20 -50 10 0 10 0
10 0 4 40
1500 0
50 0
50000 0
500 0
kssblackranger
3 1 3
0x00062025 2
0x00162079 1
0x0006207b 3
0x0009010b 4
Magic_Quiver 1000
Black_Bow 1000
Rangers_Cloak 1000
#
#
Fire Ant
Fire Ants
25 5 5 20 20 5 5 10 -4
100 0 10 0 10 0 0 +50
5 8 18 30
800 0
0 0
20000 0
0 0
kssfireant
4 0 2
0x00062025 3
0x00162002 1
0x001e2054 2
0x0002200d 4
Chunk_of_Chitin 50
Plate_of_Chitin 150
#
#
Warrior Ant
Warrior Ants
30 4 4 18 25 5 5 10 -6
10 0 10 0 10 0 10 0
15 0 18 30
1200 0
0 0
15000 0
0 0
kssant
4 0 2
0x000e0001 1
0x00062081 2
0x000e200e 3
0x0002200d 4
Chunk_of_Chitin 150
Plate_of_Chitin 50
#
#
Giant Rat
Giant Rats
25 4 4 18 20 5 5 10 -4
0 +10 10 -10 0 0 0 0
15 0 18 30
1000 0
0 0
15000 0
0 0
kssrat
4 0 1
0x000e0001 1
0x001e2037 2
0x00062029 3
0x001a2036 4
Animal_Hide 200
#
#
Druid
Druids
12 20 18 17 15 16 10 15 -2
0 0 25 -50 0 0 0 0
6 0 16 30
600 0
500 0
20000 0
100 0
kssdruid
1 3 4
0x000e2071 1
0x001f0115 2
0x001f0114 3
0x000f0106 4
random 100
7_League_Boots 50
Mage's_Ring 50
Ring_of_Elemental_Absorption 100
#
Arch-Druid
Arch-Druids
13 22 16 19 16 12 8 18 -8
25 -50 25 -50 25 -50 25 -50
8 0 4 35
800 0
1000 0
40000 0
200 0
kssad
1 3 3
0x000e2071
0x001f015c
0x0009003c
0x001f005c
7_League_Boots 1000
Ring_of_Elemental_Absorption 1000
Arch-Druid's_Cape 1000
#
#
Ant Queen
Ant Queens
22 12 10 15 25 15 4 18 -10
50 -50 25 -50 10 0 0 +50
5 10 4 35
2000 0
0 0
50000 0
0 0
kssantqueen
2 0 1
0x00162010
0x0016201a
Plate_of_Chitin 1000
#
#--------------------------------------------------------------------------------------------
# Crypt monster
#--------------------------------------------------------------------------------------------
#
Mad Dog Tarjan
Mad Dog Tarjan
20 10 2 20 20 2 2 10 2
5 0 5 0 5 0 5 0
5 0 1 5
50 0
0 0
1000 0
0 0
Wild_Dog
2 0 0
0x000e0001 1
0x0006202a 2
#--------------------------------------------------------------------------------------------
# Shrine of the Fire God monsters
#--------------------------------------------------------------------------------------------
#
Gelatinous Cube
Gelatinous Cubes
#<ST> <IQ> <WI> <DX> <CN> <CH> <CO> <LK> <AC>
  20   3    3    3    40    1    1    8   -10
#<avoidFire> <dmgFire> <avoidEarth> <dmgEarth> <avoidAir> <dmgAir> <avoidWater> <dmgWater>
  50          -30       50           -30        50         -30      50           -30   
#<nat> <back-damage> <type> <level> <gender>
  1     5             18     10     
#<max HP> <HP var>
  72       32
#<max SP> <SP var>
  76        1
#<max XP> <xp var>
  200      150
#<max GP> <gp var>
  500      498
#pics/monsters/jellycube.pic
#<picture-index name>
jellycube
#<numSkills> <numSpells> <numItems>
  2           1           1
#<skill action-id> one for each num of skills
0x0016200c 2
# Entangle Skill
0x000e203f 1
# Wild Pummel Skill
#<spell action-id> one for each num of spells
0x001f0137 3
#Drown Spell
#<item name> one for each num of Items
random 150 1d2+0
#
#
Glowing Cube
Glowing Cubes
#<ST> <IQ> <WI> <DX> <CN> <CH> <CO> <LK> <AC>
  25   4    7    5    30    2    5    4   -15
#<avoidFire> <dmgFire> <avoidEarth> <dmgEarth> <avoidAir> <dmgAir> <avoidWater> <dmgWater>
  50          -30       50           -30        50         -30      50           -30   
#<nat> <back-damage> <type> <level> <gender>
  2     7             18     10     
#<max HP> <HP var>
  50       15
#<max SP> <SP var>
  90        1
#<max XP> <xp var>
  250      175
#<max GP> <gp var>
  20        8
#pics/monsters/glowcube.pic
#<picture-index name>
glowcube
#<numSkills> <numSpells> <numItems>
  2           0           1
#<skill action-id> one for each num of skills
0x0016200c 2
# Entangle Skill
0x000e203f 1
# Wild Pummel Skill
0x000e0001 1
#Regular attack
#<item name> one for each num of Items
random 150 1d2+0
#
#
continued code (because the forums do not let me post it all in one post...
(just take everything from the .txt file)
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Damn lot of baddies to bust in the chops!
Bring on the Dancing Horses!
Post Reply