PDA

View Full Version : Let's gather the health of all critters!!!!



Tgo01
07-20-2015, 02:33 AM
Cause I said so!

So now that sorcerers can see exactly how much damage they are inflicting with 711 we can get a database going of how much health critters have.

Here is a simple script I have written for sorcerers to use that removes all the math and paying attention on their part. Just let the script run in the background and whenever you cast 711 at a critter it will list how much percent health you inflicted upon the critter and how much total health the critter has based on that.

With rounding and whatnot this might not give an exact number but it should be accurate within 1 health point, good enough for government work. I've tested this with several different critters and critter types and it appears all critters within the same critter type have the exact same amount of health, it doesn't appear to vary based on their random level. If you happen to notice the health does change depending on the critter's level let me know, I would be interested in seeing that.

Anywho, the script has been uploaded to the repo as ;health-tracker

Example of the script in action:



>You trace an intricate sign that contorts in the air while forcefully invoking Pain...
Your spell is ready.
You gesture at a kobold.
CS: +505 - TD: +3 + CvA: +20 + d100: +16 == +538
Warding failed!
A kobold contorts in excruciating agony!
... 14 points of damage!
Cast Roundtime 3 Seconds.
>
[bbb: 35.0% damage done. Total health: 40]


And here is the master list of all critter health. Let's get it filled out.



###Level: Unknown

'bay century ranger' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'white centaur' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mangy wild dog' => { :minhealth => 149, :maxhealth => 149, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'brindle wild hound' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 1:

'black rolton' => { :minhealth => 27, :maxhealth => 30, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 10, :confirmed => "no" },
'black-winged daggerbeak' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'carrion worm' => { :minhealth => 28, :maxhealth => 28, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fanged rodent' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire ant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant ant' => { :minhealth => 28, :maxhealth => 28, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant rat' => { :minhealth => 28, :maxhealth => 28, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'kobold' => { :minhealth => 39, :maxhealth => 41, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 14, :confirmed => "no" },
'lesser ghoul' => { :minhealth => 40, :maxhealth => 40, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain rolton' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rolton' => { :minhealth => 27, :maxhealth => 30, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 10, :confirmed => "no" },
'skeleton' => { :minhealth => 39, :maxhealth => 41, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 14, :confirmed => "no" },
'slimy little grub' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spotted gnarp' => { :minhealth => 59, :maxhealth => 61, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 21, :confirmed => "no" },
'young grass snake' => { :minhealth => 27, :maxhealth => 30, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 10, :confirmed => "no" },
'zombie rolton' => { :minhealth => 27, :maxhealth => 30, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 10, :confirmed => "no" },

###Level 2:

'mistydeep siren' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'big ugly kobold' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'brown gak' => { :minhealth => 70, :maxhealth => 72, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 25, :confirmed => "no" },
'cave gnome' => { :minhealth => 51, :maxhealth => 51, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fanged goblin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ghost' => { :minhealth => 50, :maxhealth => 50, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'goblin' => { :minhealth => 51, :maxhealth => 51, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser frost shade' => { :minhealth => 41, :maxhealth => 44, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 15, :confirmed => "no" },
'lesser shade' => { :minhealth => 43, :maxhealth => 43, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moaning phantom' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'pale crab' => { :minhealth => 36, :maxhealth => 36, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'phantom' => { :minhealth => 41, :maxhealth => 44, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 15, :confirmed => "no" },
'rabid squirrel' => { :minhealth => 36, :maxhealth => 38, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 13, :confirmed => "no" },
'sea nymph' => { :minhealth => 43, :maxhealth => 43, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spotted gak' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'thyril' => { :minhealth => 50, :maxhealth => 52, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 18, :confirmed => "no" },

###Level 3:

'bresnahanini rolton' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cave gnoll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cave nipper' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dark vysan' => { :minhealth => 60, :maxhealth => 60, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire salamander' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater ghoul' => { :minhealth => 60, :maxhealth => 60, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater ice spider' => { :minhealth => 41, :maxhealth => 44, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 15, :confirmed => "no" },
'hobgoblin' => { :minhealth => 59, :maxhealth => 61, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 21, :confirmed => "no" },
'ice skeleton' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'kobold shepherd' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain snowcat' => { :minhealth => 41, :maxhealth => 44, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 15, :confirmed => "no" },
'relnak' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spotted velnalin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'striped gak' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'striped relnak' => { :minhealth => 50, :maxhealth => 52, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 18, :confirmed => "no" },
'troglodyte' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'velnalin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'white vysan' => { :minhealth => 50, :maxhealth => 52, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 18, :confirmed => "no" },

###Level 4:

'black urgh' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cobra' => { :minhealth => 51, :maxhealth => 51, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fanged viper' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mongrel kobold' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'revenant' => { :minhealth => 57, :maxhealth => 57, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ridge orc' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spotted leaper' => { :minhealth => 50, :maxhealth => 52, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 18, :confirmed => "no" },
'urgh' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'water moccasin' => { :minhealth => 51, :maxhealth => 51, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'whiptail' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 5:

'bobcat' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'coyote' => { :minhealth => 60, :maxhealth => 60, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dark apparition' => { :minhealth => 64, :maxhealth => 67, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 23, :confirmed => "no" },
'mist wraith' => { :minhealth => 80, :maxhealth => 80, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mongrel hobgoblin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'nasty little gremlin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'night golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'water witch' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 6:

'cockatrice' => { :minhealth => 69, :maxhealth => 69, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'firephantom' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'leaper' => { :minhealth => 67, :maxhealth => 70, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 24, :confirmed => "no" },
'lesser mummy' => { :minhealth => 91, :maxhealth => 91, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser orc' => { :minhealth => 90, :maxhealth => 92, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 32, :confirmed => "no" },
'monkey' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'snowy cockatrice' => { :minhealth => 67, :maxhealth => 70, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 24, :confirmed => "no" },
'spectral fisherman' => { :minhealth => 90, :maxhealth => 90, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spotted lynx' => { :minhealth => 67, :maxhealth => 70, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 24, :confirmed => "no" },

###Level 7:

'blood eagle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater kappa' => { :minhealth => 100, :maxhealth => 100, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hobgoblin shaman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser burrow orc' => { :minhealth => 100, :maxhealth => 100, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser red orc' => { :minhealth => 99, :maxhealth => 101, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 35, :confirmed => "no" },
'shelfae soldier' => { :minhealth => 100, :maxhealth => 100, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 8:

'glittering crystal crab' => { :minhealth => 82, :maxhealth => 82, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'albino tomb spider' => { :minhealth => 83, :maxhealth => 83, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'bone golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'crystal crab' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater burrow orc' => { :minhealth => 110, :maxhealth => 110, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater orc' => { :minhealth => 110, :maxhealth => 110, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater spider' => { :minhealth => 83, :maxhealth => 83, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mottled thrak' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'thrak' => { :minhealth => 83, :maxhealth => 83, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 9:

'brown spinner' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'crocodile' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'death dirge' => { :minhealth => 95, :maxhealth => 95, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'manticore' => { :minhealth => 91, :maxhealth => 91, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'snow spectre' => { :minhealth => 93, :maxhealth => 95, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 33, :confirmed => "no" },

###Level 10:

'cave worm' => { :minhealth => 100, :maxhealth => 100, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant marmot' => { :minhealth => 150, :maxhealth => 152, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 53, :confirmed => "no" },
'gnoll worker' => { :minhealth => 130, :maxhealth => 130, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'great boar' => { :minhealth => 99, :maxhealth => 101, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 35, :confirmed => "no" },
'rabid guard dog' => { :minhealth => 100, :maxhealth => 100, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'raider orc' => { :minhealth => 130, :maxhealth => 132, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 46, :confirmed => "no" },
'werebear' => { :minhealth => 150, :maxhealth => 150, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 11:

'neartofar orc' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shelfae chieftain' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wall guardian' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 12:

'crystal golem' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dark orc' => { :minhealth => 150, :maxhealth => 152, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 53, :confirmed => "no" },

###Level 13:

'darkwoode' => { :minhealth => 120, :maxhealth => 120, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'deranged sentry' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gnoll thief' => { :minhealth => 160, :maxhealth => 160, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'great stag' => { :minhealth => 123, :maxhealth => 123, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plumed cockatrice' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tawny brindlecat' => { :minhealth => 123, :maxhealth => 123, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 14:

'agresh troll scout' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'black boar' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'brown boar' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'forest troll' => { :minhealth => 190, :maxhealth => 190, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant weasel' => { :minhealth => 131, :maxhealth => 131, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'great brown bear' => { :minhealth => 190, :maxhealth => 190, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'grey orc' => { :minhealth => 128, :maxhealth => 128, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'silverback orc' => { :minhealth => 170, :maxhealth => 172, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 60, :confirmed => "no" },
'shadowy spectre' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'specter' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'swamp troll' => { :minhealth => 170, :maxhealth => 170, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 15:

'arctic puma' => { :minhealth => 139, :maxhealth => 141, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 49, :confirmed => "no" },
'black leopard' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gnoll ranger' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'humpbacked puma' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'large ogre' => { :minhealth => 200, :maxhealth => 200, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'luminous arachnid' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'neartofar troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'panther' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'puma' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ridgeback boar' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tomb wight' => { :minhealth => 135, :maxhealth => 135, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wolfshade' => { :minhealth => 140, :maxhealth => 140, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wraith' => { :minhealth => 133, :maxhealth => 135, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 47, :confirmed => "no" },

###Level 16:

'agresh bear' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'agresh troll warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'banded rattlesnake' => { :minhealth => 148, :maxhealth => 148, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'black bear' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cave troll' => { :minhealth => 148, :maxhealth => 148, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire guardian' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire rat' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ghost wolf' => { :minhealth => 147, :maxhealth => 150, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 52, :confirmed => "no" },
'ghoul master' => { :minhealth => 142, :maxhealth => 142, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hill troll' => { :minhealth => 210, :maxhealth => 210, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mongrel troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mongrel wolfhound' => { :minhealth => 149, :maxhealth => 149, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain ogre' => { :minhealth => 210, :maxhealth => 212, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 74, :confirmed => "no" },
'phosphorescent worm' => { :minhealth => 148, :maxhealth => 148, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plains orc warrior' => { :minhealth => 191, :maxhealth => 191, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'red bear' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wind witch' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 17:

'black panther' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dark shambler' => { :minhealth => 199, :maxhealth => 201, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 70, :confirmed => "no" },
'forest ogre' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant veaba' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gnoll guard' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'krolvin mercernary' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain goat' => { :minhealth => 220, :maxhealth => 220, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plains ogre' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plains orc scout' => { :minhealth => 149, :maxhealth => 149, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spiked cavern urchin' => { :minhealth => 157, :maxhealth => 157, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },


###Level 18:

'bighorn sheep' => { :minhealth => 162, :maxhealth => 162, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cave lizard' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'elder ghoul master' => { :minhealth => 157, :maxhealth => 157, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire cat' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ghostly warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greenwing hornet' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mountain lion' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'nedum vereri' => { :minhealth => 156, :maxhealth => 158, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 55, :confirmed => "no" },
'plains lion' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plains orc shaman' => { :minhealth => 211, :maxhealth => 211, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting krolvin pirate' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shelfae warlord' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'thunder troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'war troll' => { :minhealth => 230, :maxhealth => 230, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 19:

'krolvin warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 20:

'agresh troll chieftain' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'arch wight' => { :minhealth => 170, :maxhealth => 172, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 60, :confirmed => "no" },
'gnoll priest' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'major spider' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'massive grahnk' => { :minhealth => 314, :maxhealth => 314, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ogre warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'steel golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'striped warcat' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wood wight' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 21:

'ancient ghoul master' => { :minhealth => 177, :maxhealth => 177, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'arachne servant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cave bear' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'plains orc chieftain' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 22:

'cougar' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'crested basilisk' => { :minhealth => 196, :maxhealth => 198, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 69, :confirmed => "no" },
'dark panther' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'warthog' => { :minhealth => 271, :maxhealth => 271, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 23:

'arachne acolyte' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'centaur' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'centaur ranger' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'crazed zombie' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fenghai' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'niirsha' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'nonomino' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting woodsman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'zombie' => { :minhealth => 259, :maxhealth => 261, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 91, :confirmed => "no" },

###Level 24:

'arctic wolverine' => { :minhealth => 210, :maxhealth => 212, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 74, :confirmed => "no" },
'burly reiver' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant albino' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'scorpion' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ice hound' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'night hound' => { :minhealth => 212, :maxhealth => 212, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'reiver' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'roa\'ter wormling' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tree viper' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'veteran reiver' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wolverine' => { :minhealth => 210, :maxhealth => 212, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 74, :confirmed => "no" },

###Level 25:

'carceris' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gnoll jarl' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'krolvin warfarer' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'sacristan spirit' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral monk' => { :minhealth => 205, :maxhealth => 205, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 26:

'arachne priest' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'arachne priestess' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'jungle troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tree spirit' => { :minhealth => 311, :maxhealth => 311, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 27:

'grutik savage' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'cyclops' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'frenzied monk' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser stone gargoyle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'monastic lich' => { :minhealth => 220, :maxhealth => 220, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'snow leopard' => { :minhealth => 236, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 83, :confirmed => "no" },
'troll chieftain' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 28:

'cook\'s assistant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'darken' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dobrem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire ogre' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant hawk-owl' => { :minhealth => 243, :maxhealth => 243, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ki-lin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'martial eagle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moaning spirit' => { :minhealth => 225, :maxhealth => 225, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 29:

'grutik shaman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'arctic manticore' => { :minhealth => 339, :maxhealth => 341, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 119, :confirmed => "no" },
'ice troll' => { :minhealth => 233, :maxhealth => 235, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 82, :confirmed => "no" },
'pra\'eda' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'scaly burgee' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 30:

'elder tree spirit' => { :minhealth => 350, :maxhealth => 352, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 123, :confirmed => "no" },
'giant albino tomb spider' => { :minhealth => 350, :maxhealth => 350, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hisskra warrior' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hooded figure' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hunter troll' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'jungle troll chieftain' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser wood sprite' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mammoth arachnid' => { :minhealth => 351, :maxhealth => 351, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tegursh sentry' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 31:

'ash hag' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'krynch' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skeletal ice troll' => { :minhealth => 359, :maxhealth => 361, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 126, :confirmed => "no" },
'wild hound' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 32:

'caribou' => { :minhealth => 370, :maxhealth => 372, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 130, :confirmed => "no" },
'ghostly mara' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'giant fog beetle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting corpse' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting farmhand' => { :minhealth => 299, :maxhealth => 301, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 105, :confirmed => "no" },

###Level 33:

'ghostly pooka' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hisskra shaman' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser fetid corpse' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'maw spore' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mezic' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moor hound' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'sand beetle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skeletal giant' => { :minhealth => 380, :maxhealth => 380, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'three-toed tegu' => { :minhealth => 380, :maxhealth => 380, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 34:

'cold guardian' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'colossus vulture' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'hisskra chieftain' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lava troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moor witch' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rock troll zombie' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skeletal soldier' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral soldier' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tundra giant' => { :minhealth => 481, :maxhealth => 484, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 169, :confirmed => "no" },

###Level 35:

'barghest' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'bog troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moor eagle' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shimmering fungus' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral black warhorse' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral shade' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral woodsman' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'troll wraith' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'water wyrd' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 36:

'arctic titan' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dust beetle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire giant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'krolvin slaver' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'snow crone' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'spectral lord' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'undertaker bat' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 37:

'sheruvian initiate' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge mein golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser moor wight' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'magru' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shadow mare' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skeletal warhose' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tusked ursian' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 38:

'frost giant' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'grizzly bear' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'krolvin corsair' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mud wasp' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shadow steed' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'vesperti' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wood sprite' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 39:

'greater bog troll' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater moor wight' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'stone gargoyle' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'storm giant' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'vourkha' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 40:

'forest bendith' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'kiramon worker' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'myklian' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'spectral miner' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 41:

'sheruvian monk' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'bog wraith' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser ice giant' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'roa\'ter' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skeletal lord' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 42:

'baesrukha' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'dark vortece' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'frozen corpse' => { :minhealth => 299, :maxhealth => 301, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 105, :confirmed => "no" },
'greater fetid corpse' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'minor glacei' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'phantasma' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shan cleric' => { :minhealth => 241, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shan ranger' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shan warrior' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shan wizard' => { :minhealth => 241, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'siren lizard' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'swamp hag' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 43:

'dreadnought raptor' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'night mare' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wasp nest' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 44:

'mastodonic leopard' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'bog wight' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'firethorn shoot' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'forest trali shaman' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gaunt spectral servant' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'mastondonic leopard' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'polar bear' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },

###Level 45:

'ice wraith' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'lesser vruul' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 46:

'cinder wasp' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'forest trali' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater ice giant' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'kiramon defender' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lesser faeroth' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting chimera' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 47:

'bog spectre' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'major glacei' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },

###Level 48:

'dybbuk' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'horned vor\'taz' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'necrotic snake' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'red-scaled thrak' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'sand devil' => { :minhealth => 240, :maxhealth => 240, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'warrior shade' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 49:

'waern' => { :minhealth => 261, :maxhealth => 261, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 50:

'banshee' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'flesh golem' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater faeroth' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 51:



###Level 52:

'seeker' => { :minhealth => 239, :maxhealth => 241, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 84, :confirmed => "no" },
'snow madrinol' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tomb troll' => { :minhealth => 400, :maxhealth => 400, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'wooly mammoth' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },

###Level 53:

'ice golem' => { :minhealth => 499, :maxhealth => 501, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 175, :confirmed => "no" },
'lesser ice elemental' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'sabre-tooth tiger' => { :minhealth => 399, :maxhealth => 401, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 140, :confirmed => "no" },
'stone sentinel' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 54:

'animated slush' => { :minhealth => 260, :maxhealth => 260, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ethereal mage apprentice' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'skayl' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'tomb troll necromancer' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 55:

'eidolon' => { :minhealth => 238, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'nightmare steed' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'stone troll' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 56:

'decaying Citadel guardsman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'glacial morph' => { :minhealth => 261, :maxhealth => 261, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lava golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 57:


###Level 58:

'massive pyrothag' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'rotting Citadel arbalester' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'stone giant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 59:

'black forest viper' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'massive black boar' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 60:

'black forest ogre' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'fire elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'putrefied Citadel herald' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 61:

'wind wraith' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 62:

'Illoke mystic' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'phantasmal bestial swordsman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'stone mastiff' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 63:

'Sheruvian harbinger' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'ice elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'massive troll king' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'soul golem' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 64:

'fire sprite' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'grifflet' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 65:


###Level 66:

'emaciated hieorphant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'red tsark' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 67:

'Illoke shaman' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'muscular supplicant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'yeti' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 68:


###Level 69:

'lesser griffin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 70:

'hunch-backed dogmatist' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 71:

'fire mage' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 72:

'krag dweller' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 73:

'storm griffin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 74:

'lesser minotaur' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 75:

'greater vruul' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'moulis' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'naisirc' => { :minhealth => 238, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 76:

'minotaur warrior' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'shrickhen' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 77:

'farlook' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'raving lunatic' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 78:

'dhu goleras' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'minotaur magi' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'seraceris' => { :minhealth => 238, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 79:


###Level 80:

'Vvrael witch' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 81:

'csetairi' => { :minhealth => 238, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 82:

'caedera' => { :minhealth => 600, :maxhealth => 600, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'earth elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gnarled being' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'bent being' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'stooped being' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'twisted being' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 83:

'lesser construct' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 84:

'Vvrael warlock' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater krynch' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'gremlock' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lich qyn\'arj' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 85:


###Level 86:

'Illoke elder' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'aivren' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'festering taint' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 87:

'n\'ecare' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 88:

'greater earth elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 89:

'Illoke jarl' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'Ithzir scout' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 90:


###Level 91:

'Ithzir initiate' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'lost soul' => { :minhealth => 238, :maxhealth => 238, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 92:

'Ithzir janissary' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'water elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 93:

'Ithzir herald' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'vaespilon' => { :minhealth => 300, :maxhealth => 300, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 94:

'triton dissembler' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 95:

'huge air elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge earth elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge fire elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge ice elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge lava elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge lightning elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge steam elemenetal' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'huge water elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 96:

'Ithzir adept' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'greater construct' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'siren' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'triton executioner' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 97:

'fallen crusader' => { :minhealth => 299, :maxhealth => 301, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 87, :e32 => 96, :e35 => 105, :confirmed => "no" },
'Ithzir seer' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 98:

'spectral triton defender' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'triton combatant' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 99:


###Level 100:

'glistening cerebralite' => { :minhealth => 399, :maxhealth => 401, :e20 => 80, :e23 => 0, :e26 => 104, :e29 => 0, :e32 => 128, :e35 => 140, :confirmed => "no" },
'triton radical' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'war griffin' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 102:

'triton magus' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 103:

'enormous rift crawler' => { :minhealth => 399, :maxhealth => 401, :e20 => 80, :e23 => 92, :e26 => 104, :e29 => 0, :e32 => 128, :e35 => 140, :confirmed => "no" },
'ethereal triton sentry' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 104:

'darkly fetish master' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 105:

'greater water elemental' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

###Level 110:

'frostborne lich' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },
'infernal lich' => { :minhealth => 0, :maxhealth => 0, :e20 => 0, :e23 => 0, :e26 => 0, :e29 => 0, :e32 => 0, :e35 => 0, :confirmed => "no" },

Soulance
07-20-2015, 05:37 AM
Great Stag = 123
Tawney Brindlecat = 123
Level 40 Kiramon Worker = 300
Level 46 Kiramon Defender = 300

*If I'm reading this all right.
I'll try to just keep adding them here as I go.

everan
07-20-2015, 06:41 AM
I'm not a sorc but it seems like I have one somewhere and if I do I'll work on some of the low levels. Just curious, and I hate to sound overly ignorant, but where did you get the modifiers? Evidently the end result increases the damage modifier, which makes sense and there's a different message depending on high that result is. Is this just something that is an already known factor, or did you calculate it somehow?

Tgo01
07-20-2015, 01:52 PM
I updated the script so it now displays the name of the critter you just cast at as well as how much damage you did with the cast, just to make sure the script is working properly and isn't just spitting out the same numbers over and over again.


Level 40 Kiramon Worker = 300
Level 46 Kiramon Defender = 300

*If I'm reading this all right.
I'll try to just keep adding them here as I go.

Woot! Awesome. Thank ya.

Interesting to see level 40 and 46 critters have the exact same health as level 97 fallen crusaders. I wonder if most critters are going to end up with 300 health.


I'm not a sorc but it seems like I have one somewhere and if I do I'll work on some of the low levels. Just curious, and I hate to sound overly ignorant, but where did you get the modifiers? Evidently the end result increases the damage modifier, which makes sense and there's a different message depending on high that result is. Is this just something that is an already known factor, or did you calculate it somehow?

I got the modifiers from the wiki:

https://gswiki.play.net/mediawiki/index.php/711

Not sure where they got it from though.

SashaFierce
07-20-2015, 02:20 PM
Illoke shaman and Illoke mystics seem to have a ton of health, I'll be interested to see those.

Soulance
07-20-2015, 02:24 PM
IWoot! Awesome. Thank ya.

Interesting to see level 40 and 46 critters have the exact same health as level 97 fallen crusaders. I wonder if most critters are going to end up with 300 health.

I thought it'd be different too. A little more health for the larger creatures. I'll re-try the script a bit later when I get a chance to make sure it's the same.

everan
07-20-2015, 02:37 PM
Well it turns out I don't have any sorc's, but if there is still a lot of missing spaces on the low side, I'll roll one up next week and fill in some gaps. Unfortunately I'm too busy this week to start one up.

Allereli
07-20-2015, 03:10 PM
Will casting at a creature add to a cumulative database if the creature is not yet recorded?

Tgo01
07-20-2015, 03:25 PM
Will casting at a creature add to a cumulative database if the creature is not yet recorded?

I can set the script up to add it to the database on your own script and I could then make it so you can have it all listed so you could copy and paste that over to this thread.

That would be an idea I can look into doing. At the moment though the script just simply tells you how much total health the critter you just cast at has.

As far as like a central database that gathers all of this information from people using this script, sadly that is beyond my scripting abilities :(

Allereli
07-20-2015, 03:34 PM
As far as like a central database that gathers all of this information from people using this script, sadly that is beyond my scripting abilities :(

Maybe Tillmen has a solution?

Soulance
07-20-2015, 04:56 PM
Did you change it to compile them on our computers for the time being until we can see if there's a global solution?

Tgo01
07-20-2015, 05:13 PM
Did you change it to compile them on our computers for the time being until we can see if there's a global solution?

At the moment the script doesn't store any information.

Tgo01
07-20-2015, 09:58 PM
Alright I've updated the script a bit and uploaded it to the repo as ;health-tracker

Same deal, leave it running in the background. I'll be updating the script periodically as we gather more critter health figures.

If through using 711 you find the health of a critter that wasn't already in the database the script will inform you of this:



A rabid squirrel nips at you!
You dodge just in the nick of time!
>cast squ
You gesture at a rabid squirrel.
CS: +480 - TD: +6 + CvA: +25 + d100: +19 == +518
Warding failed!
A rabid squirrel contorts in excruciating agony!
... 13 points of damage!
Cast Roundtime 3 Seconds.
[health-tracker: rabid squirrel MAX HEALTH OF 37 HAS BEEN ADDED TO THE DATABASE.]


If the information was already in the database (or you yourself updated your own database) it will inform you of this as well:


You gesture at a rabid squirrel.
CS: +480 - TD: +6 + CvA: +25 + d100: +99 == +598
Warding failed!
A rabid squirrel contorts in excruciating agony!
... 13 points of damage!
Cast Roundtime 3 Seconds.
[health-tracker: rabid squirrel information of 37 already exists in database.]


If you receive a value that differs from what the database already has then the script will warn you of this as well. Please let me know if this ever happens because I would be curious to know if this is just a rounding error (like the difference between doing 35% damage and 20% damage) or if because critter health does vary based on level.



You trace an intricate sign that contorts in the air while forcefully invoking Pain...
Your spell is ready.
You gesture at a rabid squirrel.
CS: +480 - TD: +6 + CvA: +25 + d100: +3 == +502
Warding failed!
A rabid squirrel contorts in excruciating agony!
... 13 points of damage!
Cast Roundtime 3 Seconds.
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: Health for rabid squirrel is showing as 1 in the database but your attack showed its max health should be 37. Please inform the author of this script (Tgo01/Dreaven) about this.]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]
[health-tracker: GASP]


Yeah I made it kind of a pain in the ass to make sure you see it but it should rarely (never?) happen so it shouldn't be a problem :p

Likewise if the critter name doesn't exist in the database it will warn you of this as well.



You gesture at a rabid squirrel.
CS: +480 - TD: +6 + CvA: +25 + d100: +74 == +573
Warding failed!
A rabid squirrel contorts in excruciating agony!
... 13 points of damage!
Cast Roundtime 3 Seconds.
[health-tracker: rabid squirrel doesn't appear to be listed in the database. Please inform the author of this script (Tgo01/Dreaven) about this so he can add this critter to the database.]


Also while the script is running you can type "stats all" to see the health of all critters in the game. A value of 0 indicates no information for that critter has been gathered yet.

You can type "stats new" to have the script just list health value of critters you yourself have gathered that weren't already in the database.

This would be useful for when you want to post your results in this thread. You just need to gather up however much information you want, type "stats new" and copy and paste on over what you have. Once I have updated the script and you have updated your version of the script then "stats new" will again just list new critter information you gather.

RSR
07-20-2015, 11:56 PM
[health-tracker: mastodonic leopard doesn't appear to be listed in the database. Please inform the author of this script (Tgo01/Dreaven) about this so he can add this critter to the database.]
[health-tracker: 140 damage (35.0%) done to mastodonic leopard. Total health: 400]
A shadow passes overhead as a dreadnought raptor soars into view!

Tgo01
07-21-2015, 12:05 AM
[health-tracker: mastodonic leopard doesn't appear to be listed in the database. Please inform the author of this script (Tgo01/Dreaven) about this so he can add this critter to the database.]
[health-tracker: 140 damage (35.0%) done to mastodonic leopard. Total health: 400]
A shadow passes overhead as a dreadnought raptor soars into view!

Awesome, thank ya, I've added that critter to the script :D

Also there was a bug where if two critters had similar names (like tree spirit and elder tree spirit) then the script would attempt to compare the damage you did to both critters.

I have this fixed but I'm not sure if it's gonna fuck with critters who have an apostrophe in their name. It shouldn't but if someone can let me know that would be awesome.

RSR
07-21-2015, 12:09 AM
It added sirens to the list when a siren lizard was the actual target btw.

Tgo01
07-21-2015, 12:15 AM
It added sirens to the list when a siren lizard was the actual target btw.

Were you running the latest version when this happened? Did you download the script again after my latest post?

RSR
07-21-2015, 12:22 AM
Hadn't downloaded any update yet. Have now.

Tgo01
07-21-2015, 12:23 AM
Hadn't downloaded any update yet. Have now.

Awesome. Let me know if the script tries to add the wrong critter again.

RSR
07-21-2015, 12:25 AM
Sorc is only mid 40's, and in plat, so I ran through and got a bunch of stuff in the 30's-40's range.

thrak: 259
wraith: 240
hisskra warrior: 300
hisskra shaman: 240
moor hound: 260
hisskra chieftain: 300
moor witch: 240
skeletal soldier: 300
bog troll: 400
moor eagle: 400
water wyrd: 260
krolvin slaver: 240
lesser moor wight: 240
krolvin corsair: 300
mud wasp: 260
wood sprite: 240
greater bog troll: 400
greater moor wight: 240
forest bendith: 400
kiramon worker: 300
bog wraith: 240
shan cleric: 240
shan ranger: 240
shan warrior: 300
shan wizard: 240
siren lizard: 400
swamp hag: 240
dreadnought raptor: 260
wasp nest: 260
forest trali shaman: 240
gaunt spectral servant: 241
cinder wasp: 260
forest trali: 300
kiramon defender: 300
lesser faeroth: 300
rotting chimera: 400
horned vor'taz: 400
necrotic snake: 260
red-scaled thrak: 259
sand devil: 241
flesh golem: 400
greater faeroth: 300
tomb troll: 400
skayl: 300
tomb troll necromancer: 400
massive pyrothag: 300
siren: 400

Tgo01
07-21-2015, 12:28 AM
Woot!

Is that the correct siren's health or is that the result of the bug you mentioned earlier?

RSR
07-21-2015, 12:29 AM
That's the bug, I just copied/pasted all the stuff from ;stats new.

Malisai
07-21-2015, 12:44 AM
im just going to update this post as i see things

>stats new
arctic wolverine: 212
wolverine: 212
caribou: 369
snow crone: 238
frost giant: 400
grizzly bear: 400
lesser ice giant: 400
frozen corpse: 300
polar bear: 400
ice wraith: 238
greater ice giant: 400
major glacei: 238
seeker: 238
ice golem: 500
sabre-tooth tiger: 400
naisirc: 238
raving lunatic: 300
seraceris: 238
csetairi: 238
caedera: 600
aivren: 300
n'ecare: 300
lost soul: 238
vaespilon: 300
fallen crusader: 300
glistening cerebralite: 400
enormous rift crawler: 400


The caedera info is thus:
You gesture at a caedera.
CS: +535 - TD: +326 + CvA: +25 + d100: +19 == +253
Warding failed!
A caedera twists in great pain!
... 156 points of damage!

Several thin, fibrous red filaments erupt from your witchwood runestaff and swirl around each other in a chaotic dance. Straining to reach a caedera, they unleash a wave of unmitigated pain upon the object of their wrath!
... 20 points of damage!
Cast Roundtime 3 Seconds.
>
[health-tracker: caedera information of 600 already exists in database.]
[health-tracker: 156 damage (26.0%) done to caedera. Total health: 600]

Tgo01
07-21-2015, 01:02 AM
That's the bug, I just copied/pasted all the stuff from ;stats new.

Damn. I'm sorry but I see a lot of potentially bad data in your list because of the bug :/

Don't suppose you would mind downloading the latest version, updating the data, and gathering the information again? :/

Sorry about that.

I uploaded a new version with data of my own as well as Malisai's data.

Before you do the following please type "stats new" and copy and paste over any current data you have. Doing the following will erase all of your custom data.

For anyone who has already downloaded the script please kill the script, download the latest version, run the script, and with the script running type "stats update"

This will update your data with the script's latest data. It will also overwrite any data you have already gathered.

Tgo01
07-21-2015, 01:09 AM
im just going to update this post as i see things

>stats new
arctic wolverine: 212
wolverine: 212
caribou: 369
snow crone: 238
frost giant: 400
grizzly bear: 400
lesser ice giant: 400
frozen corpse: 300
polar bear: 400
ice wraith: 238
greater ice giant: 400
major glacei: 238
seeker: 238
ice golem: 500
sabre-tooth tiger: 400
naisirc: 238
raving lunatic: 300
seraceris: 238
csetairi: 238
caedera: 600
aivren: 300
n'ecare: 300
lost soul: 238
vaespilon: 300
fallen crusader: 300
glistening cerebralite: 400
enormous rift crawler: 400


The caedera info is thus:
You gesture at a caedera.
CS: +535 - TD: +326 + CvA: +25 + d100: +19 == +253
Warding failed!
A caedera twists in great pain!
... 156 points of damage!

Several thin, fibrous red filaments erupt from your witchwood runestaff and swirl around each other in a chaotic dance. Straining to reach a caedera, they unleash a wave of unmitigated pain upon the object of their wrath!
... 20 points of damage!
Cast Roundtime 3 Seconds.
>
[health-tracker: caedera information of 600 already exists in database.]
[health-tracker: 156 damage (26.0%) done to caedera. Total health: 600]

Added it all to the script :D

Wonder why caedera's have so much darn health?

m444w
07-21-2015, 01:27 AM
I can set the script up to add it to the database on your own script and I could then make it so you can have it all listed so you could copy and paste that over to this thread.

That would be an idea I can look into doing. At the moment though the script just simply tells you how much total health the critter you just cast at has.

As far as like a central database that gathers all of this information from people using this script, sadly that is beyond my scripting abilities :(


I have a central database of creature info from the ;alvis project (which was matching Room IDs to creatures), if you want I can add a max_health field when this is done and it will live at:

http://bestiary.symboli.se/bestiary

with the rest of the compiled data for anyone's scripts to use. Though it hasn't really taken off yet.

(I realize I need to update the krakiiLinks)

Tgo01
07-21-2015, 01:31 AM
I have a central database of creature info from the ;alvis project (which was matching Room IDs to creatures), if you want I can add a max_health field when this is done and it will live at:

http://bestiary.symboli.se/bestiary

with the rest of the compiled data for anyone's scripts to use. Though it hasn't really taken off yet.

(I realize I need to update the krakiiLinks)

That would be awesome.

Soulance
07-21-2015, 05:57 AM
Found a "brindle wild hound" that isn't in the database near Orcswold on the Sylvarraend Road map.
Did a "stats all" by accident so I'll sort it out later:

black rolton: 0black-winged daggerbeak: 0
carrion worm: 0
fanged rodent: 0
fire ant: 0
giant rat: 0
kobold: 40
lesser ghoul: 0
mountain rolton: 0
rolton: 29
skeleton: 40
slimy little grub: 0
spotted gnarp: 0
young grass snake: 0
zombie rolton: 29
mistydeep siren: 0
big ugly kobold: 0
brown gak: 0
cave gnome: 0
fanged goblin: 0
ghost: 0
goblin: 0
lesser frost shade: 0
lesser shade: 0
moaning phantom: 0
pale crab: 0
phantom: 43
rabid squirrel: 37
sea nymph: 0
spotted gak: 0
thyril: 51
bresnahanini rolton: 0
cave gnoll: 0
cave nipper: 0
dark vysan: 0
fire salamander: 0
greater ghoul: 0
greater ice spider: 43
hobgoblin: 60
ice skeleton: 0
kobold shepherd: 0
mountain snowcat: 43
relnak: 0
spotted velnalin: 0
striped gak: 0
striped relnak: 0
troglodyte: 0
velnalin: 0
white vysan: 51
black urgh: 0
cobra: 0
fanged viper: 0
mongrel kobold: 0
revenant: 0
ridge orc: 0
spotted leaper: 0
urgh: 0
water moccasin: 0
whiptail: 0
bobcat: 0
coyote: 0
dark apparition: 66
mist wraith: 0
mongrel hobgoblin: 0
nasty little gremlin: 0
night golem: 0
water witch: 0
cockatrice: 0
firephantom: 0
leaper: 69
lesser mummy: 0
lesser orc: 91
monkey: 0
snowy cockatrice: 69
spectral fisherman: 0
spotted lynx: 0
blood eagle: 0
greater kappa: 0
hobgoblin shaman: 0
lesser burrow orc: 0
lesser red orc: 0
shelfae soldier: 0
albino tomb spider: 0
bone golem: 0
crystal crab: 0
greater burrow orc: 0
greater orc: 0
greater spider: 0
mottled thrak: 0
thrak: 0
brown spinner: 0
crocodile: 0
death dirge: 0
manticore: 0
snow spectre: 0
cave worm: 0
giant marmot: 0
gnoll worker: 0
great boar: 0
rabid guard dog: 0
raider orc: 0
werebear: 0
neartofar orc: 0
shelfae chieftain: 0
wall guardian: 0
crystal golem: 0
dark orc: 0
darkwoode: 0
deranged sentry: 0
gnoll thief: 0
great stag: 123
plumed cockatrice: 0
tawny brindlecat: 123
agresh troll scout: 0
black boar: 0
brown boar: 0
forest troll: 0
giant weasel: 131
great brown bear: 0
grey orc: 0
silverback orc: 0
shadowy spectre: 0
specter: 0
swamp troll: 0
arctic puma: 0
black leopard: 0
gnoll ranger: 0
humpbacked puma: 0
large ogre: 0
luminescent arachnid: 0
neartofar troll: 0
panther: 0
puma: 0
ridgeback boar: 140
tomb wight: 0
wolfshade: 0
wraith: 134
agresh bear: 0
agresh troll warrior: 0
banded rattlesnake: 0
black bear: 0
cave troll: 0
fire guardian: 0
fire rat: 0
ghost wolf: 0
ghoul master: 0
hill troll: 0
mongrel troll: 0
mongrel wolfhound: 0
mountain ogre: 0
phosphorescent worm: 0
plains orc warrior: 191
red bear: 0
wind witch: 0
black panther: 0
dark shambler: 0
forest ogre: 0
giant veaba: 0
gnoll guard: 0
krolvin mercernary: 0
mountain goat: 0
>
mountain troll: 0
plains ogre: 0
plains orc scout: 149
spiked cavern urchin: 0
bighorn sheep: 0
cave lizard: 0
elder ghoul master: 0
fire cat: 0
ghostly warrior: 0
greenwing hornet: 0
mountain lion: 0
nedum vereri: 0
plains lion: 0
plains orc shaman: 211
rotting krolvin pirate: 0
shelfae warlord: 0
thunder troll: 0
war troll: 0
krolvin warrior: 0
agresh troll chieftain: 0
arch wight: 0
gnoll priest: 0
major spider: 0
massive grahnk: 0
ogre warrior: 0
steel golem: 0
striped warcat: 0
wood wight: 0
ancient ghoul master: 0
arachne servant: 0
cave bear: 0
plains orc chieftain: 240
cougar: 0
crested basilisk: 197
dark panther: 0
warthog: 0
arachne acolyte: 0
centaur: 0
centaur ranger: 0
crazed zombie: 0
fenghai: 0
niirsha: 0
nonomino: 0
rotting woodsman: 0
zombie: 260
arctic wolverine: 212
burly reiver: 0
giant albino: 0
scorpion: 0
ice hound: 0
night hound: 0
reiver: 0
roa'ter wormling: 0
tree viper: 0
veteran reiver: 0
wolverine: 212
carceris: 0
gnoll jarl: 0
krolvin warfarer: 0
sacristan spirit: 0
spectral monk: 0
arachne priest: 0
arachne priestess: 0
jungle troll: 0
tree spirit: 311
grutik savage: 0
cyclops: 0
frenzied monk: 0
lesser stone gargoyle: 0
monastic lich: 0
snow leopard: 0
troll chieftain: 0
cook's assistant: 0
darken: 0
dobrem: 0
fire ogre: 0
giant hawk-owl: 0
ki-lin: 0
martial eagle: 0
moaning spirit: 0
grutik shaman: 0
arctic manticore: 0
ice troll: 0
pra'eda: 0
scaly burgee: 0
elder tree spirit: 351
giant albino tomb spider: 0
hisskra warrior: 0
hooded figure: 0
hunter troll: 0
jungle troll chieftain: 0
lesser wood sprite: 0
mammoth arachnid: 0
tegursh sentry: 0
ash hag: 0
krynch: 0
skeletal ice troll: 0
wild hound: 0
caribou: 369
ghostly mara: 240
giant fog beetle: 0
rotting corpse: 0
rotting farmhand: 300
ghostly pooka: 0
hisskra shaman: 0
lesser fetid corpse: 0
maw spore: 0
mezic: 0
moor hound: 0
sand beetle: 0
skeletal giant: 0
three-toed tegu: 0
cold guardian: 0
colossus vulture: 0
hisskra chieftain: 0
lava troll: 0
moor witch: 0
rock troll zombie: 0
skeletal soldier: 0
spectral soldier: 0
spectral warrior: 0
tundra giant: 0
barghest: 260
bog troll: 0
moor eagle: 0
shimmering fungus: 300
spectral black warhorse: 0
spectral shade: 0
spectral woodsman: 240
troll wraith: 0
water wyrd: 0
arctic titan: 0
dust beetle: 0
fire giant: 0
krolvin slaver: 0
snow crone: 238
spectral lord: 300
undertaker bat: 0
sheruvian initiate: 0
huge mein golem: 0
lesser moor wight: 240
magru: 0
shadow mare: 0
skeletal warhose: 0
tusked ursian: 0
frost giant: 400
grizzly bear: 400
krolvin corsair: 0
mud wasp: 0
shadow steed: 0
vesperti: 0
wood sprite: 0
greater bog troll: 0
greater moor wight: 240
stone gargoyle: 0
storm giant: 0
vourkha: 240
forest bendith: 0
kiramon worker: 0
myklian: 0
spectral miner: 0
sheruvian monk: 0
bog wraith: 0
lesser ice giant: 400
noa'ter: 0
skeletal lord: 0
baesrukha: 240
dark vortece: 0
frozen corpse: 300
greater fetid corpse: 0
minor glacei: 0
phantasma: 0
shan cleric: 0
shan ranger: 0
shan warrior: 0
shan wizard: 0
siren lizard: 0
swamp hag: 0
dreadnought raptor: 0
night mare: 0
wasp nest: 0
mastodonic leopard: 0
bog wight: 0
firethorn shoot: 0
forest trali shaman: 0
gaunt spectral servant: 0
mastondonic leopard: 0
polar bear: 400
ice wraith: 238
lesser vruul: 0
cinder wasp: 0
forest trali: 0
greater ice giant: 0
kiramon defender: 0
lesser faeroth: 0
rotting chimera: 0
bog spectre: 0
major glacei: 0
dybbuk: 0
horned vor'taz: 0
necrotic snake: 0
red-scaled thrak: 0
sand devil: 0
warrior shade: 0
waern: 0
banshee: 0
flesh golem: 0
greater faeroth: 0
seeker: 0
snow madrinol: 0
tomb troll: 0
wooly mammoth: 0
ice golem: 500
lesser ice elemental: 0
sabre-tooth tiger: 400
stone sentinel: 0
animated slush: 0
ethereal mage apprentice: 0
skayl: 0
tomb troll necromancer: 0
eidolon: 0
nightmare steed: 0
stone troll: 0
decaying Citadel guardsman: 0
glacial morph: 0
lava golem: 0
massive pyrothag: 0
rotting Citadel arbalester: 0
stone giant: 0
black forest viper: 0
massive black boar: 0
black forest ogre: 0
fire elemental: 0
putrefied Citadel herald: 0
wind wraith: 0
Illoke mystic: 0
phantasmal bestial swordsman: 0
stone mastiff: 0
Sheruvian harbinger: 0
ice elemental: 0
massive troll king: 0
soul golem: 0
fire sprite: 0
grifflet: 0
emaciated hieorphant: 0
red tsark: 0
Illoke shaman: 0
muscular supplicant: 0
yeti: 0
lesser griffin: 0
hunch-backed dogmatist: 0
fire mage: 0
krag dweller: 0
storm griffin: 0
lesser minotaur: 0
greater vruul: 0
moulis: 0
naisirc: 238
minotaur warrior: 0
shrickhen: 0
farlook: 0
raving lunatic: 300
dhu goleras: 0
minotaur magi: 0
seraceris: 238
Vvrael witch: 0
csetairi: 238
caedera: 600
earth elemental: 0
gnarled being: 0
bent being: 0
stooped being: 0
twisted being: 0
lesser construct: 0
Vvrael warlock: 0
greater krynch: 0
gremlock: 0
lich qyn'arj: 0
Illoke elder: 0
aivren: 300
festering taint: 0
n'ecare: 300
greater earth elemental: 0
Illoke jarl: 0
Ithzir scout: 0
Ithzir initiate: 0
lost soul: 238
Ithzir janissary: 0
water elemental: 0
Ithzir herald: 0
vaespilon: 300
triton dissembler: 0
huge air elemental: 0
huge earth elemental: 0
huge fire elemental: 0
huge ice elemental: 0
huge lava elemental: 0
huge lightning elemental: 0
huge steam elemenetal: 0
huge water elemental: 0
Ithzir adept: 0
greater construct: 0
siren: 0
triton executioner: 0
fallen crusader: 300
Ithzir seer: 0
spectral triton defender: 0
triton combatant: 0
glistening cerebralite: 400
triton radical: 0
war griffin: 0
triton magus: 0
enormous rift crawler: 400
ethereal triton sentry: 0
darkly fetish master: 0
greater water elemental: 0
frostborne lich: 0
infernal lich: 0

Latrinsorm
07-21-2015, 09:42 AM
I had Excel open anyway so here's Soulance's data:

kobold 40
rolton 29
skeleton 40
zombie rolton 29
phantom 43
rabid squirrel 37
thyril 51
greater ice spider 43
hobgoblin 60
mountain snowcat 43
white vysan 51
dark apparition 66
leaper 69
lesser orc 91
snowy cockatrice 69
great stag 123
tawny brindlecat 123
giant weasel 131
ridgeback boar 140
wraith 134
plains orc warrior 191
plains orc scout 149
plains orc shaman 211
plains orc chieftain 240
crested basilisk 197
zombie 260
arctic wolverine 212
wolverine 212
tree spirit 311
elder tree spirit 351
caribou 369
ghostly mara 240
rotting farmhand 300
barghest 260
shimmering fungus 300
spectral woodsman 240
snow crone 238
spectral lord 300
lesser moor wight 240
frost giant 400
grizzly bear 400
greater moor wight 240
vourkha 240
lesser ice giant 400
baesrukha 240
frozen corpse 300
polar bear 400
ice wraith 238
ice golem 500
sabre-tooth tiger 400
naisirc 238
raving lunatic 300
seraceris 238
csetairi 238
caedera 600
aivren 300
n'ecare 300
lost soul 238
vaespilon 300
fallen crusader 300
glistening cerebralite 400
enormous rift crawler 400

RSR
07-21-2015, 11:57 AM
Went back through and got most of the stuff in River's Rest. My spells were getting close to wearing off though and the necromancers are tough for me to ward still, so didn't get one of those yet. I'll try to get more later after my dentist appointment.

hisskra warrior: 300
hisskra shaman: 240
moor hound: 260
hisskra chieftain: 300
moor witch: 240
skeletal soldier: 300
moor eagle: 400
water wyrd: 260
krolvin slaver: 240
lesser moor wight: 240
krolvin corsair: 300
greater bog troll: 400
greater moor wight: 240
bog wraith: 240
swamp hag: 240
gaunt spectral servant: 240
rotting chimera: 400
necrotic snake: 260
flesh golem: 400
tomb troll: 400

Soulance
07-21-2015, 01:01 PM
Thanks Latrin! Much easier.

I had Excel open anyway so here's Soulance's data:

kobold 40
rolton 29
skeleton 40
zombie rolton 29
phantom 43
rabid squirrel 37
thyril 51
greater ice spider 43
hobgoblin 60
mountain snowcat 43
white vysan 51
dark apparition 66
leaper 69
lesser orc 91
snowy cockatrice 69
great stag 123
tawny brindlecat 123
giant weasel 131
ridgeback boar 140
wraith 134
plains orc warrior 191
plains orc scout 149
plains orc shaman 211
plains orc chieftain 240
crested basilisk 197
zombie 260
arctic wolverine 212
wolverine 212
tree spirit 311
elder tree spirit 351
caribou 369
ghostly mara 240
rotting farmhand 300
barghest 260
shimmering fungus 300
spectral woodsman 240
snow crone 238
spectral lord 300
lesser moor wight 240
frost giant 400
grizzly bear 400
greater moor wight 240
vourkha 240
lesser ice giant 400
baesrukha 240
frozen corpse 300
polar bear 400
ice wraith 238
ice golem 500
sabre-tooth tiger 400
naisirc 238
raving lunatic 300
seraceris 238
csetairi 238
caedera 600
aivren 300
n'ecare 300
lost soul 238
vaespilon 300
fallen crusader 300
glistening cerebralite 400
enormous rift crawler 400

Astray
07-21-2015, 01:11 PM
God, just be thankful of crittable critters.

Tgo01
07-21-2015, 02:09 PM
Woot! Added Soulance's and RSR's data to the script. "brindle wild hound" doesn't appear to be on the wiki either, is this critter normally found in the lands or is it some sort of limited time event? Either way I added it to the script.

Be sure to copy any data you have on over before updating your script. Be sure once you have downloaded the new version of the script that you kill it if it's already running, then start it up, then once it's running type "stats update" before you start collecting more stats.

Soulance
07-21-2015, 02:19 PM
Woot! Added Soulance's and RSR's data to the script. "brindle wild hound" doesn't appear to be on the wiki either, is this critter normally found in the lands or is it some sort of limited time event? Either way I added it to the script.

Be sure to copy any data you have on over before updating your script. Be sure once you have downloaded the new version of the script that you kill it if it's already running, then start it up, then once it's running type "stats update" before you start collecting more stats.
Not sure. I was hunting there and was surprised to see it because it wasn't listed on the maps. One of the chieftans yelled at it or smacked it which caused it to attack me. I'll try to remember to look back at the logs. It was there before the chieftain showed up though.

I'm trying to work on the stuff here in Illy that I can get to since he's only 40 trains so far. When I run out I'll check out Vaalor and whatever else I can get. I've never been to Zul so that might be fun to explore.

Riltus
07-21-2015, 02:28 PM
This list includes all coastal cliff creatures not previously included. I have exact values for giant ant and pale crab. I think critters listed with 29 and 37 HPs are probably 28 and 36 respectively.

Level|Name|HPs
1|giant ant|28 (exact)
1|giant rat|28
1|carrion worm|28
2|ghost|50
2|lesser shade|43
2|pale crab|36 (exact)
2|sea nymph|43
3|dark vysan|60
5|mist wraith|80
6|spectral fisherman|90
7|greater kappa|100
7|lesser red orc|100
7|shelfae soldier|100
10|giant marmot|150
10|werebear|150
11|shelfae chieftain|140
12|dark orc|150
14|forest troll|190
14|great brown bear|190
14|swamp troll|170
15|large ogre|200
16|hill troll|210
16|mountain ogre|210
18|nedum vereri|160
18|war troll|230
25|spectral monk|205
27|monastic lich|220
40|spectral miner|300
42|dark vortece|300

Mark

RSR
07-21-2015, 03:02 PM
Here's everything I've gotten so far:
darken: 300
hisskra warrior: 300
mammoth arachnid: 351
ghostly mara: 240
hisskra shaman: 240
moor hound: 260
hisskra chieftain: 300
moor witch: 240
skeletal soldier: 300
moor eagle: 400
water wyrd: 260
krolvin slaver: 240
spectral lord: 300
lesser moor wight: 240
tusked ursian: 260
krolvin corsair: 300
wood sprite: 240
greater bog troll: 400
greater moor wight: 240
forest bendith: 400
kiramon worker: 300
bog wraith: 240
shan cleric: 241
shan ranger: 240
shan warrior: 300
shan wizard: 241
siren lizard: 400
swamp hag: 240
dreadnought raptor: 260
mastodonic leopard: 400
bog wight: 300
firethorn shoot: 260
forest trali shaman: 240
gaunt spectral servant: 240
cinder wasp: 260
forest trali: 300
kiramon defender: 300
lesser faeroth: 300
rotting chimera: 400
bog spectre: 240
dybbuk: 400
horned vor'taz: 400
necrotic snake: 260
red-scaled thrak: 260
sand devil: 240
warrior shade: 300
waern: 261
banshee: 300
flesh golem: 400
greater faeroth: 300
snow madrinol: 260
tomb troll: 400
animated slush: 260
skayl: 300
eidolon: 238
glacial morph: 261
massive pyrothag: 300

Tgo01
07-21-2015, 10:21 PM
I updated the script with Riltus' data as well as RSR's latest data. I also ran around and did all critters in Icemule/Pinefar area. As usual be sure you share your data before downloading the new script and typing "stats update" to update your data with the script's latest data.


I think critters listed with 29 and 37 HPs are probably 28 and 36 respectively.

You're probably right. I set the script up to do normal rounding but when I cast 711 at a giant rat the damage was 10 which would put its health at 28.57 so the script rounded up to 29. I kept attacking rats with fists until I managed to do exactly 28 damage to it and sure enough, 28 damage killed it. So I changed the script to always round down and after that I went around and collected data from all Icemule/Pinefar critters and ran into some inconsistencies with data other people had contributed.

My data didn't match up with Malisai's data for snow crones, arctic wolverines, wolverines, caribous, and ice wraiths. My data also didn't match up with your data for nendum vereri.

I notice Malisai doesn't have any necromancy lore so their pain was doing 26% damage against all of these critters whereas my pain was doing 35% damage against all of these critters. I'm thinking this is where the discrepancies are coming from, the different amounts of rounding and fractions and whatnot.

I guess we're not going to get 100% perfect numbers from using 711 but it should be pretty darn close, probably within 1 point for low health critters and within 5 points for higher health critters. I wonder if critters past level 10 or so all have health that is a multiple of 5. Most critters listed so far already have health that is a multiple of 5 or are just 1 point off.

Riltus
07-21-2015, 11:31 PM
I updated the script with Riltus' data as well as RSR's latest data. I also ran around and did all critters in Icemule/Pinefar area. As usual be sure you share your data before downloading the new script and typing "stats update" to update your data with the script's latest data.



You're probably right. I set the script up to do normal rounding but when I cast 711 at a giant rat the damage was 10 which would put its health at 28.57 so the script rounded up to 29. I kept attacking rats with fists until I managed to do exactly 28 damage to it and sure enough, 28 damage killed it. So I changed the script to always round down and after that I went around and collected data from all Icemule/Pinefar critters and ran into some inconsistencies with data other people had contributed.

My data didn't match up with Malisai's data for snow crones, arctic wolverines, wolverines, caribous, and ice wraiths. My data also didn't match up with your data for nendum vereri.

I notice Malisai doesn't have any necromancy lore so their pain was doing 26% damage against all of these critters whereas my pain was doing 35% damage against all of these critters. I'm thinking this is where the discrepancies are coming from, the different amounts of rounding and fractions and whatnot.

I guess we're not going to get 100% perfect numbers from using 711 but it should be pretty darn close, probably within 1 point for low health critters and within 5 points for higher health critters. I wonder if critters past level 10 or so all have health that is a multiple of 5. Most critters listed so far already have health that is a multiple of 5 or are just 1 point off.

The actual damage the critter takes uses normal rounding which will cause some error in the calculations, but I think we'll have to live with it. For example, a creature with 150 HP will take 53 damage with a 35% 711 cast (150 * .35 = 52.5 rounds up to 53). When you back out the creature's total HPs (53/.35 = 151.4) you have a result higher than the actual value because it's rounding up with each attack. In other cases the damage will round down and the extrapolated HP value will often be lower than the actual.

Here's a few more:

Level|Name|HPs
2|goblin|51
8|albino tomb spider|83
15|tomb wight|135
16|ghoul master|142
30|giant albino tomb spider|350
33|ghostly pooka|260

Mark

Tgo01
07-21-2015, 11:53 PM
I blame Obama for this.

Soulance
07-22-2015, 06:00 AM
bighorn sheep: 162
banded rattlesnake: 148
mountain goat: 220
warthog: 271
forest trali shaman: 240
forest trali: 300
dreadnought raptor: 260
mastodonic leopard: 400

So...I did a 'stats new' and it gave me a big list of stuff - not many of which were ones I had just gotten. Should I have done "stats update" instead?

RSR
07-22-2015, 11:57 AM
noa'ter: 0

No idea if that typo will mess up someone getting the roa'ter information or not, but just saw it on the stats all list.

Deathravin
07-22-2015, 11:59 AM
Since mobs can spawn at slightly higher or slightly lower levels, do you think the total health of a mob class might fluctuate with that level change?

Androidpk
07-22-2015, 12:00 PM
Since mobs can spawn at slightly higher or slightly lower levels, do you think the total health of a mob class might fluctuate with that level change?

It does.

Tgo01
07-22-2015, 01:13 PM
I uploaded a new version with Riltus' and Soulance's information.


So...I did a 'stats new' and it gave me a big list of stuff - not many of which were ones I had just gotten. Should I have done "stats update" instead?

I think this might happen if you download the latest version and don't do "stats update" before gathering new information. The easiest thing to do is to do "stats new" and copy and paste on over the information before downloading the new version, then once you have the new version do "stats update" before gathering more information.


noa'ter: 0

No idea if that typo will mess up someone getting the roa'ter information or not, but just saw it on the stats all list.

Awesome, thank ya. I could have sworn while going through the critter list on the Wiki there was both a roa'ter and noa'ter and I thought that was odd but figured maybe it was a critter I hadn't heard of. But now I don't see a roa'ter in the script nor a noa'ter on the wiki. I must be going senile :(


Since mobs can spawn at slightly higher or slightly lower levels, do you think the total health of a mob class might fluctuate with that level change?

I thought critter health would fluctuate when I first started writing a script to gather critter health information (before the change to 711) but with 711 I have never seen a critter's health fluctuate.

Allereli
07-22-2015, 01:50 PM
I thought critter health would fluctuate when I first started writing a script to gather critter health information (before the change to 711) but with 711 I have never seen a critter's health fluctuate.

I agree with this. Grizzled/ancient critter health is definitely different from standard critter health, but, for example, standard spectral triton defenders always have the same health taken away, regardless of level, and there are times I am appraising every one of them to find a good animate.

Soulance
07-22-2015, 01:50 PM
Not in list:

mangy wild dog: 149

Listed: (some might be doubles, sorry)

mongrel wolfhound: 149
plains orc warrior: 191
plains orc scout: 149
plains orc shaman: 211
plains orc chieftain: 240
giant hawk-owl: 243
hunter troll: 300
three-toed tegu: 380
tusked ursian: 259
wood sprite: 240
forest bendith: 400


So... I do 'stats new" and it just tells me that there are no new creatures on the list even though I grabbed a bunch of them.

Latrinsorm
07-22-2015, 07:20 PM
The actual damage the critter takes uses normal rounding which will cause some error in the calculations, but I think we'll have to live with it. For example, a creature with 150 HP will take 53 damage with a 35% 711 cast (150 * .35 = 52.5 rounds up to 53). When you back out the creature's total HPs (53/.35 = 151.4) you have a result higher than the actual value because it's rounding up with each attack. In other cases the damage will round down and the extrapolated HP value will often be lower than the actual.If Terry can make the script record multiple damage and HP predictions for each creature we could find the overlap, right?

Riltus
07-22-2015, 09:51 PM
If Terry can make the script record multiple damage and HP predictions for each creature we could find the overlap, right?

Sometimes but not always. Eg., with the following results it is not possible to determine an exact value (42HP/20%, 49HP/23%, 55HP/26%, 61HP/29%, 68HP/32%, 74HP/35%) since the actual HP total can be either 211 or 212. With only one result the potential error is so small that I don't know if it's worth his time or that the level of participation would be sufficient enough to make a substantial difference.


Mark

Riltus
07-23-2015, 12:56 AM
WL Graveyard and Upper Trollfang map creatures should now be complete

Level|Name|HPs
1|lesser ghoul|40
3|greater ghoul|60
4|cobra|51
4|revenant|57
4|water moccasin|51
5|coyote|60
6|cockatrice|69
6|lesser mummy|91
7|lesser burrow orc|100
8|greater burrow orc|110
8|greater orc|110
8|greater spider|83
8|thrak|83
9|death dirge|95
9|manticore|91
10|cave worm|100
10|gnoll worker|130
12|crystal golem|140
13|darkwoode|120
13|gnoll thief|160
14|grey orc|128
15|gnoll ranger|135
15|humpbacked puma|140
15|wolfshade|140
16|cave troll|148
16|mountain ogre|212
17|dark shambler|200
18|elder ghoul master|157
21|ancient ghoul master|177
24|night hound|212
28|moaning spirit|225
33|skeletal giant|380
37|shadow mare|260
38|shadow steed|400
43|night mare|400

Tgo01
07-23-2015, 02:23 AM
I uploaded a new version with Soulance's and Riltus' information.

I have also updated the script. It no longer screams at you if the critter health on file differs from the result you got. I think it's pretty obvious now critter health does not fluctuate so it would only be screaming at you because you're getting a different value when you're doing say 23% damage compared to someone who inflicted 32% damage.

Also the script now records what percent damage you inflicted and how much damage you inflicted on your cast. This will be helpful if one data point isn't enough to accurately determine how much health a critter has. If we have several data points then perhaps one of the board members who are better at math than me can figure out what the exact health is and from now on I'll mark which critter's health have been confirmed accurate so we can get exact values and the other values will be pretty darn close, like within 1 or 5 points?

I'm not expecting anyone to sit there and get several different values on critters so just get what you can and maybe someday someone else can go over the critters you did with different results and we'll add to the database.

The health of all critters must be known!

Example of new script in action, this is still using "stats new":



kobold: Max health: 40, 35%: 14
rabid squirrel: Max health: 37, 35%: 13
leaper: Max health: 69, 35%: 24



So... I do 'stats new" and it just tells me that there are no new creatures on the list even though I grabbed a bunch of them.

I just noticed this problem on my end. If you're not seeing any information after typing "stats new" try killing the script and restarting it. Apparently it requires a restart after doing "stats update" to see the new data you gathered.

Tgo01
07-23-2015, 03:54 PM
I demand more input!

Input good!

Soulance
07-23-2015, 04:55 PM
I demand more input!

Input good!
Alright alright, I'll head to Vaalor and see what's going on there since my Gift is up.

Tgo01
07-23-2015, 11:21 PM
So I updated the first post with some data I have for how much percent damage I inflicted and the corresponding damage for kobold, rabid squirrel, leaper, fallen crusader, glistening cerebralite and enormous rift crawler.

Is there any sort of formula I can put into the script to have it automatically figure out if we can verify the correct health of a critter based on these numbers or is this something we will just have to play by ear? Cause I suck at math but I can input equations into a script :p

Latrinsorm
07-24-2015, 03:29 PM
Every data point is really a data range. You could I assume have a script calculate the minimum and maximum of each range and store those values, then take the maximum of the minima and the minimum of the maxima, then alert you or only put the value in the database or whatever when they meet.

Something like this:

x damage
y %

max = trunc((x + .5) / y)
min = round((x - .5) / y)

Tgo01
07-24-2015, 03:36 PM
Every data point is really a data range. You could I assume have a script calculate the minimum and maximum of each range and store those values, then take the maximum of the minima and the minimum of the maxima, then alert you or only put the value in the database or whatever when they meet.

Something like this:

x damage
y %

max = trunc((x + .5) / y)
min = round((x - .5) / y)

So, uh, what?

Latrinsorm
07-24-2015, 03:47 PM
So for instance...

>You trace an intricate sign that contorts in the air while forcefully invoking Pain...
Your spell is ready.
You gesture at a kobold.
CS: +505 - TD: +3 + CvA: +20 + d100: +16 == +538
Warding failed!
A kobold contorts in excruciating agony!
... 14 points of damage!
Cast Roundtime 3 Seconds.
>
[bbb: 35.0% damage done. Total health: 40]

x = 14
y = .35

max = trunc((14+.5)/.35) = 41
min = round((14-.5)/.35) = 39

Then you store all the maxes and mins, and as you do you do this:
if min(array of maxes) = max(array of mins)
then min(array of maxes) = true health

Tgo01
07-24-2015, 04:04 PM
Okay let's look at the data we have for glistening cerebralite:

:e20 => 80, :e23 => 0, :e26 => 104, :e29 => 0, :e32 => 128, :e35 => 140

Is it safe to assume the glistening cerebralite health is 400 or can there still be room for error in there because we are missing 2 data points?

Is there a way of knowing for sure the health is 100% correct just by looking at one data point?

Riltus
07-24-2015, 04:31 PM
Okay let's look at the data we have for glistening cerebralite:

:e20 => 80, :e23 => 0, :e26 => 104, :e29 => 0, :e32 => 128, :e35 => 140

Is it safe to assume the glistening cerebralite health is 400 or can there still be room for error in there because we are missing 2 data points?

Is there a way of knowing for sure the health is 100% correct just by looking at one data point?

No. HP values of 399, 400, 401 all have the same set: 80, 92, 104, 116, 128, 140

You'll always need more than one data point, however, some sets are unique. HP 170 is the only result that fits the HP set: 34, 39, 44, 49, 54, 60. HP 169 differs at 35% (59 HPs) and 171 differs at 29% (50 HPs) and 32% (55 HPs). All other values are common to each set (34, 39, 44,).

Mark

Tgo01
07-24-2015, 04:39 PM
Okay so using Latrin's formula up there and again a glistening cerebralite's numbers I come up with the following:

20%
Min health: 398
Max Health: 402

26%
398
401

32%
398
401

35%
399
401

So how do we figure out what the real health is from these numbers? Or is it not possible?

Riltus
07-24-2015, 04:50 PM
Okay so using Latrin's formula up there and again a glistening cerebralite's numbers I come up with the following:

20%
Min health: 398
Max Health: 402

26%
398
401

32%
398
401

35%
399
401

So how do we figure out what the real health is from these numbers? Or is it not possible?

As I explained above, it's not possible using 711. Note that 399, 400 and 401 are common to ALL results.

Mark

Tgo01
07-24-2015, 05:01 PM
Well that sucks.

Does the formula work correctly to at least give a range? Since like you said 399, 400, and 401 are all common results can we safely say the health is either 399, 400, or 401?

Riltus
07-24-2015, 05:17 PM
Well that sucks.

Does the formula work correctly to at least give a range? Since like you said 399, 400, and 401 are all common results can we safely say the health is either 399, 400, or 401?

Yes. These are the only solutions that fit the data. If we only had the 20% result of 80 HPs then the solution set is {398, 399, 400, 401, 402} with a range of 398 to 402.

Edited to add: The range is determined by finding the intersection of all known sets.

20% = {398, 399, 400, 401, 402}
26% = {398, 399, 400, 401}
32% = {398, 399, 400, 401}
35% = {399, 400, 401}

Intersection is the set {399, 400, 401} and, therefore, the range.

Mark

Tgo01
07-24-2015, 06:33 PM
Edited to add: The range is determined by finding the intersection of all known sets.

20% = {398, 399, 400, 401, 402}
26% = {398, 399, 400, 401}
32% = {398, 399, 400, 401}
35% = {399, 400, 401}

Intersection is the set {399, 400, 401} and, therefore, the range.

Mark

I'm trying to think of the easiest way to implement this in the script before I do it.

So would it work if I just made it so the minimum total critter health is the highest minimum health in the set and the maximum total critter health is the lowest maximum health found in the set? I think that's what Latrin said earlier anyways.

Also would the 35% figure always show the most accurate stats (as the case apparently is here) or is this just a coincidence with this particular set of numbers?

Latrinsorm
07-24-2015, 07:01 PM
The bigger % the better: 100% would give you the exact value in one shot, 0% would never give you the value. There will be wrinkles here and there depending on the relationship between x and y, but in general go big.

Tgo01
07-24-2015, 07:07 PM
The bigger % the better: 100% would give you the exact value in one shot, 0% would never give you the value. There will be wrinkles here and there depending on the relationship between x and y, but in general go big.

I see.

Did I decipher your code earlier that I should set the total minimum health value to the highest minimum value of the bunch and the total maximum health value to the lowest maximum health of the bunch? Would that work or would I have to make this more complicated?

Latrinsorm
07-24-2015, 07:46 PM
I see. Did I decipher your code earlier that I should set the total minimum health value to the highest minimum value of the bunch and the total maximum health value to the lowest maximum health of the bunch?That will work

...in bed.

Tgo01
07-24-2015, 09:09 PM
Awesome. Awesome.

So I added these calculation-thingamabob to the script. Does this look accurate?



kobold: Min Health: 39, Max Health: 41, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 14
rabid squirrel: Min Health: 36, Max Health: 38, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 13
leaper: Min Health: 67, Max Health: 70, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 24
fallen crusader: Min Health: 299, Max Health: 301, 20%: 0, 23%: 0, 26%: 0, 29%: 87, 32%: 96, 35%: 105
glistening cerebralite: Min Health: 399, Max Health: 401, 20%: 80, 23%: 0, 26%: 104, 29%: 0, 32%: 128, 35%: 140
enormous rift crawler: Min Health: 399, Max Health: 401, 20%: 80, 23%: 92, 26%: 104, 29%: 0, 32%: 128, 35%: 140


Basically the min health and max health values show what the range should be based on the data that follows.

Riltus
07-24-2015, 10:02 PM
Awesome. Awesome.

So I added these calculation-thingamabob to the script. Does this look accurate?



kobold: Min Health: 39, Max Health: 41, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 14
rabid squirrel: Min Health: 36, Max Health: 38, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 13
leaper: Min Health: 67, Max Health: 70, 20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 0, 35%: 24
fallen crusader: Min Health: 299, Max Health: 301, 20%: 0, 23%: 0, 26%: 0, 29%: 87, 32%: 96, 35%: 105
glistening cerebralite: Min Health: 399, Max Health: 401, 20%: 80, 23%: 0, 26%: 104, 29%: 0, 32%: 128, 35%: 140
enormous rift crawler: Min Health: 399, Max Health: 401, 20%: 80, 23%: 92, 26%: 104, 29%: 0, 32%: 128, 35%: 140


Basically the min health and max health values show what the range should be based on the data that follows.

That's correct. And if you had these results for Creature X:

20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 54, 35%: 60

both MIN and Max Health should be 170 (an exact HP value).

Mark

Tgo01
07-24-2015, 10:21 PM
That's correct. And if you had these results for Creature X:

20%: 0, 23%: 0, 26%: 0, 29%: 0, 32%: 54, 35%: 60

both MIN and Max Health should be 170 (an exact HP value).

Mark

Awesome. Thank ya everyone. I wonder if any critters have exactly 170 health. That would be nice.

Tgo01
07-24-2015, 10:36 PM
Alright so I updated the first post so the list now has min and max values for health. I went ahead and made both min and max the same if we gathered the health values for those critters before the script started tracking how much percent damage was done and total damage done. So any figure where both min and max health are the same yet all the other stats are 0 indicates we don't have a range of value for that critter. If min and max values are the same yet the other stats aren't all 0 then that indicates we have an exact critter health, as of now we have none of those.

Soulance
07-25-2015, 03:08 PM
So does this mean you're gonna update the script? Do we need to do anything?

Tgo01
07-25-2015, 03:11 PM
So does this mean you're gonna update the script? Do we need to do anything?

If you have the version that keeps track of percent damage done/damage done then there is no need to update the script.

I just updated the script so it calculates all of the min/max health for me so I can be even lazier.

Soulance
07-25-2015, 03:59 PM
Pretty sure it's the latest from the repo there - version 12 from 7/23.

Tgo01
07-25-2015, 04:00 PM
Pretty sure it's the latest from the repo there - version 12 from 7/23.

Yup. That's the latest one. You has input? :D

Soulance
07-25-2015, 04:27 PM
Yup. That's the latest one. You has input? :D
Nothing just yet. I'll send him to Vaalor shorty. I'm building a bedroom today so not really able to run around. SOON! RSN! :master:

Tgo01
07-25-2015, 04:29 PM
Hey! Finding the health of imaginary critters in a several decades old game > anything you have to do in real life today!!!

Soulance
07-25-2015, 04:39 PM
Hey! Finding the health of imaginary critters in a several decades old game > anything you have to do in real life today!!!
Hmmmmmmmm, good point! Wait, I thought you were working on your porch or something like that?

Tgo01
07-25-2015, 04:45 PM
Hmmmmmmmm, good point! Wait, I thought you were working on your porch or something like that?

...shut up!

Soulance
07-25-2015, 06:23 PM
So after killing about half the cemetery I hit "stats new" and get = [health-tracker: No new critter information has been observed yet.] Fix it! Or.....maybe it was already in there... Either way.

Tgo01
07-25-2015, 06:26 PM
Or.....maybe it was already in there... Either way.

Probably. I think Riltus said he did the cemetery.

ETA: But yeah you're right, it should be giving the percentage damage number thingies...hmm...

EETA: Try killing the script and starting it again and then doing "stats new."

That seems to work for me.

Soulance
07-25-2015, 07:57 PM
While I was hunting it would keep telling me "a new whatever has been added to the database" so I thought it was working. Oh well, default message I suppose. It'll say that when I hunt Kiramon even though I know I gave you the info already. I'll try again tomorrow and first check to see if it's something already in the database.

Tgo01
07-25-2015, 08:06 PM
While I was hunting it would keep telling me "a new whatever has been added to the database" so I thought it was working. Oh well, default message I suppose. It'll say that when I hunt Kiramon even though I know I gave you the info already. I'll try again tomorrow and first check to see if it's something already in the database.

Well even if it's something that we already have the health for in the database it should now be collecting the data of how much percent damage you did and whatnot.

If it's still not working tomorrow try starting the script, typing "stats update", then kill the script, then start it again, then try hitting a critter once with 711 and then doing "stats new." If it still doesn't work after that I'll have to look into it but it's working on my end which is why I'm confused :(

Latrinsorm
07-25-2015, 09:45 PM
Well even if it's something that we already have the health for in the database it should now be collecting the data of how much percent damage you did and whatnot.

If it's still not working tomorrow try starting the script, typing "stats update", then kill the script, then start it again, then try hitting a critter once with 711 and then doing "stats new." If it still doesn't work after that I'll have to look into it but it's working on my end which is why I'm confused :(Soulance should try running the script AFK am i right folks

Tgo01
07-25-2015, 09:48 PM
Soulance should try running the script AFK am i right folks

:O!!

Tgo01
07-25-2015, 10:17 PM
I went through all of Icemule again collecting critter data and I have updated the first post with all such data.

ETA: All of Icemule except underground apparently.

Soulance
07-25-2015, 11:22 PM
Soulance should try running the script AFK am i right folks
Done!

Soulance
07-26-2015, 12:33 PM
Okay slave driver, here goes:

black rolton: Max health: 28, 35%: 10
spotted gnarp: Max health: 60, 35%: 21
young grass snake: Max health: 28, 35%: 10
brown gak: Max health: 71, 35%: 25
thyril: Max health: 51, 35%: 18
striped relnak: Max health: 42, 35%: 15
spotted leaper: Max health: 51, 35%: 18
spotted lynx: Max health: 68, 35%: 24
lesser red orc: Max health: 100, 35%: 35
giant marmot: Max health: 150, 35%: 53
great boar: Max health: 100, 35%: 35
raider orc: Max health: 131, 35%: 46
dark orc: Max health: 150, 35%: 53
crested basilisk: Max health: 197, 35%: 69

Also, some new ones not on the list:

bay century ranger: Max health: 300, 35%
white centaur: Max health: 260, 35%

These two were found on the lower right corner by crested basilisks in the Rambling Meadows, Hilltop. I think I got everything on the Victory Road map in EN.

Versin
07-26-2015, 03:18 PM
This whole project is awesome. Now we need to add HP to the wiki creature template.

Riltus
07-26-2015, 05:42 PM
This whole project is awesome. Now we need to add HP to the wiki creature template.

Done.

Entries should be made in the creature start section of each creature page. Make sure you're logged in; select Edit from the menu bar; add entry (see below); include a comment in the summary box (eg., added hitpoints); select Save Post.

Repeat ~499 times and all entries will be complete. You can select the Show Preview option to verify that the entry is correct prior to saving.

Sample entry (giant rat)

{{Creature start
| level = 1
| type = Quadruped
| family = rat
| attacks = Bites.
| area = [[Kobold Village]]<br>[[Icemule Environs]]<br>[[Catacombs (Wehnimer's Landing)|Catacombs]]<br>[[Sea Caves]]<br>
| undead = No
| bcs = Yes
| hitpoints = 28
| asg = 1
}}

The bolded line is the required entry. Change numerical value as appropriate.

Mark

Versin
07-26-2015, 07:58 PM
Done.

Entries should be made in the creature start section of each creature page. Make sure you're logged in; select Edit from the menu bar; add entry (see below); include a comment in the summary box (eg., added hitpoints); select Save Post.

Repeat ~499 times and all entries will be complete. You can select the Show Preview option to verify that the entry is correct prior to saving.

Sample entry (giant rat)

{{Creature start
| level = 1
| type = Quadruped
| family = rat
| attacks = Bites.
| area = [[Kobold Village]]<br>[[Icemule Environs]]<br>[[Catacombs (Wehnimer's Landing)|Catacombs]]<br>[[Sea Caves]]<br>
| undead = No
| bcs = Yes
| hitpoints = 28
| asg = 1
}}

The bolded line is the required entry. Change numerical value as appropriate.

Mark

Perfect thanks - I will start updating!

Tgo01
07-26-2015, 08:19 PM
Okay slave driver, here goes:

black rolton: Max health: 28, 35%: 10
spotted gnarp: Max health: 60, 35%: 21
young grass snake: Max health: 28, 35%: 10
brown gak: Max health: 71, 35%: 25
thyril: Max health: 51, 35%: 18
striped relnak: Max health: 42, 35%: 15
spotted leaper: Max health: 51, 35%: 18
spotted lynx: Max health: 68, 35%: 24
lesser red orc: Max health: 100, 35%: 35
giant marmot: Max health: 150, 35%: 53
great boar: Max health: 100, 35%: 35
raider orc: Max health: 131, 35%: 46
dark orc: Max health: 150, 35%: 53
crested basilisk: Max health: 197, 35%: 69

Also, some new ones not on the list:

bay century ranger: Max health: 300, 35%
white centaur: Max health: 260, 35%

These two were found on the lower right corner by crested basilisks in the Rambling Meadows, Hilltop. I think I got everything on the Victory Road map in EN.

Ahh, input good!

I uploaded a new version with Soulance's and my data.

As always if you already have the script downloaded then be sure to do "stats new" and copy on over what you have, then after that kill the script, download the latest version, run the script, type "stats update" then go gather more data!

If you don't have the script download...DOWNLOAD IT AND RUN IT AND GATHER INPUT!!!