Difference between revisions of "RyonaRPG/Enemy ID"

From Hgames Wiki
Jump to: navigation, search
(Revamp page)
(More info on enemies)
Line 3: Line 3:
 
This page lists the internal enemy IDs used by RyonaRPG's on-map battle system. The names, types, and base stat formulas below come from the English Edition v1.0 game data. Use the '''True Mirror''' in-game to inspect the enemy currently in front of you.
 
This page lists the internal enemy IDs used by RyonaRPG's on-map battle system. The names, types, and base stat formulas below come from the English Edition v1.0 game data. Use the '''True Mirror''' in-game to inspect the enemy currently in front of you.
  
Stats are shown as '''HP / Max HP / ATK / DEF / MAG / SPR'''. '''LV''' is the protagonist's level, '''ELV''' is the local enemy-level value, '''K''' is the Forest of No Thoughts defeat count used by a few scaling enemies, '''Streak''' is the Trial Grounds streak, and '''A~B''' means a random value from A through B. '''H(n)''' and '''S(n)''' are the newer shared HP and combat-stat scaling curves: approximately n^2 / (n/12) + 20 - n/3 and n^2 / 2 / (n/17) + 22 - n/3 before the listed multiplier. RPG Maker evaluates these operations with integer math. Enemy names are not necessarily unique; the ID determines which record the game uses.
+
The stats column uses the order '''HP / Max HP / ATK / DEF / MAG / SPR'''. RPG Maker evaluates the formulas with integer math.
 +
 
 +
; LV
 +
: The protagonist's level.
 +
; ELV
 +
: The local enemy-level value.
 +
; K
 +
: The Forest of No Thoughts defeat count used by a few scaling enemies.
 +
; Streak
 +
: The current Trial Grounds streak.
 +
; A~B
 +
: A random value from A through B.
 +
; H(n) and S(n)
 +
: The newer shared HP and combat-stat curves. Before the listed multiplier, they are approximately n^2 / (n/12) + 20 - n/3 and n^2 / 2 / (n/17) + 22 - n/3.
 +
 
 +
Enemy names are not necessarily unique. The ID determines which record the game uses.
 +
 
 +
'''Found in''' groups direct map placements under a named area and omits floors and internal submaps. '''Scripted, summoned, or unused''' means the game has no direct map placement for that ID; a common event may still create it.
  
 
See also [[RyonaRPG/Enemy_Types|Enemy Types]] for type traits, strengths, and weaknesses.
 
See also [[RyonaRPG/Enemy_Types|Enemy Types]] for type traits, strengths, and weaknesses.
Line 11: Line 28:
 
! ID
 
! ID
 
! Name
 
! Name
 +
! Found in
 
! Type
 
! Type
 +
! Scaling
 
! HP / Max HP / ATK / DEF / MAG / SPR
 
! HP / Max HP / ATK / DEF / MAG / SPR
 
|-
 
|-
 
| 1
 
| 1
 
| Jelly
 
| Jelly
 +
| Border Sacred Peak<br>Capital Abaroso<br>Lomei Labyrinth<br>Mountain Cave<br>RAYON Village
 
| 20 - Other
 
| 20 - Other
 +
| Random range
 
| 4~16 / 16 / 20 / 25 / 0 / 15
 
| 4~16 / 16 / 20 / 25 / 0 / 15
 
|-
 
|-
 
| 2
 
| 2
 
| Killer Ant
 
| Killer Ant
 +
| Mountain Cave<br>Nearby Forest
 
| 10 - Insect
 
| 10 - Insect
 +
| Random range
 
| 16~50 / 50 / 35~55 / 20~55 / 0 / 10~25
 
| 16~50 / 50 / 35~55 / 20~55 / 0 / 10~25
 
|-
 
|-
 
| 3
 
| 3
 
| Octopus
 
| Octopus
 +
| Abandoned Factory<br>Execution Tower<br>Snowy Mountain Range<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Random range
 
| 120~220 / 220 / 128~192 / 10 / 0 / 25
 
| 120~220 / 220 / 128~192 / 10 / 0 / 25
 
|-
 
|-
 
| 4
 
| 4
 
| Faye
 
| Faye
 +
| Ancient Library<br>Border Sacred Peak<br>Demon Castle Gaddem<br>Dwarven Great Tunnel<br>Forgotten Mansion<br>Snowy Mountain Range<br>Suspicious Temple<br>Undersea Temple
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Random range
 
| 50 / 50 / 30~90 / 40 / 70~150 / 70~150
 
| 50 / 50 / 30~90 / 40 / 70~150 / 70~150
 
|-
 
|-
 
| 5
 
| 5
 
| Mindless Orc
 
| Mindless Orc
 +
| Forest of No Thoughts<br>Torture ending
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Level + forest defeats
 
| (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21
 
| (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21
 
|-
 
|-
 
| 6
 
| 6
 
| Toothfish
 
| Toothfish
 +
| Execution Tower<br>Forgotten Mansion<br>Snowy Mountain Range<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 50 / 50 / 90 / 40 / 0 / 30
 
| 50 / 50 / 90 / 40 / 0 / 30
 
|-
 
|-
 
| 7
 
| 7
 
| Blood Pudding
 
| Blood Pudding
 +
| Demon Castle Gaddem<br>Dwarven Great Tunnel<br>Forgotten Mansion<br>Mountain Cave
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 50 / 50 / 40 / 60 / 0 / 30
 
| 50 / 50 / 40 / 60 / 0 / 30
 
|-
 
|-
 
| 8
 
| 8
 
| Soldier Ant
 
| Soldier Ant
 +
| Arena<br>Mountain Cave
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 50 / 50 / 60 / 90 / 0 / 35
 
| 50 / 50 / 60 / 90 / 0 / 35
 
|-
 
|-
 
| 9
 
| 9
 
| Dummy Boy
 
| Dummy Boy
 +
| RAYON Village
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*400)+3000 / (LV*400)+3000 / 0 / 0 / 0 / 0
 
| (LV*400)+3000 / (LV*400)+3000 / 0 / 0 / 0 / 0
 
|-
 
|-
 
| 10
 
| 10
 
| Fiend's Horn
 
| Fiend's Horn
 +
| Demon Castle Gaddem<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 80 / 80 / 65 / 150 / 70 / 120
 
| 80 / 80 / 65 / 150 / 70 / 120
 
|-
 
|-
 
| 11
 
| 11
 
| Bug Swarm
 
| Bug Swarm
 +
| Abandoned Factory<br>Mage's Hideout<br>Poison-Insect Labyrinth
 
| 09 - Swarm
 
| 09 - Swarm
 +
| Random range
 
| 256~384 / 384 / 80 / 10 / 20 / 20
 
| 256~384 / 384 / 80 / 10 / 20 / 20
 
|-
 
|-
 
| 12
 
| 12
 
| Gnat Swarm
 
| Gnat Swarm
 +
| Mage's Hideout<br>Norsley Sea of Decay<br>Poison-Insect Labyrinth
 
| 09 - Swarm
 
| 09 - Swarm
 +
| Random range
 
| 128~256 / 256 / 70 / 1 / 0 / 20
 
| 128~256 / 256 / 70 / 1 / 0 / 20
 
|-
 
|-
 
| 13
 
| 13
 
| Giant Spider
 
| Giant Spider
 +
| Dwarven Great Tunnel<br>Norsley Sea of Decay<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 80 / 80 / 80 / 60 / 60 / 60
 
| 80 / 80 / 80 / 60 / 60 / 60
 
|-
 
|-
 
| 14
 
| 14
 
| Dread Spider
 
| Dread Spider
 +
| Dwarven Great Tunnel<br>Norsley Sea of Decay<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 150 / 150 / 100 / 160 / 80 / 160
 
| 150 / 150 / 100 / 160 / 80 / 160
 
|-
 
|-
 
| 15
 
| 15
 
| Fire Moth
 
| Fire Moth
 +
| Dwarven Great Tunnel<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 80 / 80 / 80 / 40 / 120 / 140
 
| 80 / 80 / 80 / 40 / 120 / 140
 
|-
 
|-
 
| 16
 
| 16
 
| Frost Butterfly
 
| Frost Butterfly
 +
| Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 80 / 80 / 80 / 40 / 120 / 140
 
| 80 / 80 / 80 / 40 / 120 / 140
 
|-
 
|-
 
| 17
 
| 17
 
| Executioner
 
| Executioner
 +
| Capital Abaroso<br>Demon Castle Gaddem<br>Execution Tower<br>Forgotten Mansion<br>Mage's Hideout<br>Suspicious Temple
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 170 / 170 / 160 / 180 / 0 / 160
 
| 170 / 170 / 160 / 180 / 0 / 160
 
|-
 
|-
 
| 18
 
| 18
 
| Gizmo
 
| Gizmo
 +
| Execution Tower<br>Forgotten Mansion
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 80 / 80 / 0 / 80 / 120 / 80
 
| 80 / 80 / 0 / 80 / 120 / 80
 
|-
 
|-
 
| 19
 
| 19
 
| Skeleton
 
| Skeleton
 +
| Capital Abaroso<br>Execution Tower<br>Forgotten Mansion
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 90 / 90 / 110 / 75 / 0 / 70
 
| 90 / 90 / 110 / 75 / 0 / 70
 
|-
 
|-
 
| 20
 
| 20
 
| Mandragora
 
| Mandragora
 +
| Execution Tower<br>Forgotten Mansion<br>Mage's Hideout<br>Norsley Sea of Decay<br>Suspicious Temple
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 120 / 240 / 100 / 80 / 100 / 100
 
| 120 / 240 / 100 / 80 / 100 / 100
 
|-
 
|-
 
| 21
 
| 21
 
| Fire Flower
 
| Fire Flower
 +
| Execution Tower<br>Mage's Hideout
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 180 / 180 / 180 / 120 / 150 / 150
 
| 180 / 180 / 180 / 120 / 150 / 150
 
|-
 
|-
 
| 22
 
| 22
 
| Snow Smile
 
| Snow Smile
 +
| Execution Tower<br>Forgotten Mansion<br>Suspicious Temple
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 180 / 180 / 80 / 170 / 150 / 150
 
| 180 / 180 / 80 / 170 / 150 / 150
 
|-
 
|-
 
| 23
 
| 23
 
| Lightning Loli
 
| Lightning Loli
 +
| Demon Castle Gaddem<br>Execution Tower<br>Mage's Hideout
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 100 / 100 / 80 / 120 / 220 / 150
 
| 100 / 100 / 80 / 120 / 220 / 150
 
|-
 
|-
 
| 24
 
| 24
 
| Yellow Mold
 
| Yellow Mold
 +
| Demon Castle Gaddem<br>Dwarven Great Tunnel<br>Execution Tower
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 320 / 500 / 180 / 100 / 0 / 120
 
| 320 / 500 / 180 / 100 / 0 / 120
 
|-
 
|-
 
| 25
 
| 25
 
| Bee Girl
 
| Bee Girl
 +
| Forgotten Mansion<br>Village Attacked by Bees
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Fixed
 
| 400 / 400 / 100 / 100 / 0 / 100
 
| 400 / 400 / 100 / 100 / 0 / 100
 
|-
 
|-
 
| 26
 
| 26
 
| Reborn Bee Girl
 
| Reborn Bee Girl
 +
| Village Attacked by Bees
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Player level
 
| (LV*20)+300 / (LV*20)+300 / 140 / 130 / 0 / 130
 
| (LV*20)+300 / (LV*20)+300 / 140 / 130 / 0 / 130
 
|-
 
|-
 
| 27
 
| 27
 
| Arachne
 
| Arachne
 +
| Mountain Cave
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Fixed
 
| 500 / 500 / 130 / 110 / 0 / 80
 
| 500 / 500 / 130 / 110 / 0 / 80
 
|-
 
|-
 
| 28
 
| 28
 
| Reborn Arachne
 
| Reborn Arachne
 +
| Mountain Cave
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Player level
 
| (LV*20)+400 / (LV*20)+400 / 170 / 140 / 0 / 110
 
| (LV*20)+400 / (LV*20)+400 / 170 / 140 / 0 / 110
 
|-
 
|-
 
| 101
 
| 101
 
| Wandering Soul
 
| Wandering Soul
 +
| Border Sacred Peak<br>Capital Abaroso<br>Demon Castle Gaddem<br>Forgotten Mansion<br>Mage's Hideout<br>Mullonde Necromancy Hall<br>Roland Underground Prison<br>Suspicious Temple
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Player level + random range
 
| (LV*5)+32~64 / (LV*5)+64 / 0 / 0 / (LV*9)+32~64 / (LV*8)+32~64
 
| (LV*5)+32~64 / (LV*5)+64 / 0 / 0 / (LV*9)+32~64 / (LV*8)+32~64
 
|-
 
|-
 
| 102
 
| 102
 
| Stray Spirit
 
| Stray Spirit
 +
| Forgotten Mansion<br>Man-Eating Soul Cave
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Player level + random range
 
| (LV*2)+8~16 / (LV*2)+16 / 0 / 0 / (LV*6)+32~64 / (LV*4)+32~64
 
| (LV*2)+8~16 / (LV*2)+16 / 0 / 0 / (LV*6)+32~64 / (LV*4)+32~64
 
|-
 
|-
 
| 201
 
| 201
 
| Great Malboro
 
| Great Malboro
 +
| Mage's Hideout<br>Mountain Cave
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
|  /  / 166 / 60 / 0 / 100
 
|  /  / 166 / 60 / 0 / 100
 
|-
 
|-
 
| 202
 
| 202
 
| Insect Queen
 
| Insect Queen
 +
| Arena<br>Mountain Cave
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Player level
 
|  /  / (130+LV)+LV / 160 / 0 / 160
 
|  /  / (130+LV)+LV / 160 / 0 / 160
 
|-
 
|-
 
| 203
 
| 203
 
| Kraken
 
| Kraken
 +
| Arena<br>Pyramid<br>Torture ending<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
|  / 65536 / 512 / 128 / 192 / 192
 
|  / 65536 / 512 / 128 / 192 / 192
 
|-
 
|-
 
| 204
 
| 204
 
| Swarm
 
| Swarm
 +
| Poison-Insect Labyrinth
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 2000 / 65536 / 320 / 8 / 100 / 0
 
| 2000 / 65536 / 320 / 8 / 100 / 0
 
|-
 
|-
 
| 205
 
| 205
 
| Sleipnir
 
| Sleipnir
 +
| Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 1600 / 1600 / 120 / 0 / 0 / 0
 
| 1600 / 1600 / 120 / 0 / 0 / 0
 
|-
 
|-
 
| 206
 
| 206
 
| Sleipnir Herd
 
| Sleipnir Herd
 +
| Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 300 / 300 / 120 / 0 / 0 / 0
 
| 300 / 300 / 120 / 0 / 0 / 0
 
|-
 
|-
 
| 207
 
| 207
 
| Octomammoth
 
| Octomammoth
 +
| Arena<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
|  /  / 320 / 120 / 120 / 120
 
|  /  / 320 / 120 / 120 / 120
 
|-
 
|-
 
| 208
 
| 208
 
| Tentacle
 
| Tentacle
 +
| Arena<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
|  /  / 192 / 60 / 80 / 80
 
|  /  / 192 / 60 / 80 / 80
 
|-
 
|-
 
| 209
 
| 209
 
| Malboro Bros.
 
| Malboro Bros.
 +
| Arena<br>Forgotten Mansion
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 240 / 240 / 250 / 150 / 0 / 250
 
| 240 / 240 / 250 / 150 / 0 / 250
 
|-
 
|-
 
| 210
 
| 210
 
| Stomach Antibody
 
| Stomach Antibody
 +
| Dwarven Great Tunnel<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Player level + random range
 
| (LV*10)+24~48 / 65536 / (LV*8)+13 / LV*13 / 0 / (LV*13)+32~64
 
| (LV*10)+24~48 / 65536 / (LV*8)+13 / LV*13 / 0 / (LV*13)+32~64
 
|-
 
|-
 
| 211
 
| 211
 
| Huge Worm
 
| Huge Worm
 +
| Bio Lab Dungeon<br>Dwarven Great Tunnel<br>Mage's Hideout<br>Nearby Forest<br>Norsley Sea of Decay<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 600 / 600 / 250 / 2 / 0 / 2
 
| 600 / 600 / 250 / 2 / 0 / 2
 
|-
 
|-
 
| 212
 
| 212
 
| Mage Slayer
 
| Mage Slayer
 +
| Norsley Sea of Decay<br>Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 80 / 80 / 99 / 160 / 0 / 500
 
| 80 / 80 / 99 / 160 / 0 / 500
 
|-
 
|-
 
| 213
 
| 213
 
| Stomach Core
 
| Stomach Core
 +
| Poison-Insect Labyrinth
 
| 10 - Insect
 
| 10 - Insect
 +
| Player level + random range
 
| (LV*20)+48~108 / 65536 / (LV*13)+13 / LV*13 / 0 / (LV*13)+32~64
 
| (LV*20)+48~108 / 65536 / (LV*13)+13 / LV*13 / 0 / (LV*13)+32~64
 
|-
 
|-
 
| 214
 
| 214
 
| Young Land Ray
 
| Young Land Ray
 +
| Mountain Cave
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 80 / 80 / 40 / 2 / 0 / 4
 
| 80 / 80 / 40 / 2 / 0 / 4
 
|-
 
|-
 
| 215
 
| 215
 
| Land Ray
 
| Land Ray
 +
| Dwarven Great Tunnel<br>Mountain Cave
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 160 / 160 / 80 / 40 / 0 / 90
 
| 160 / 160 / 80 / 40 / 0 / 90
 
|-
 
|-
 
| 216
 
| 216
 
| Great Land Ray
 
| Great Land Ray
 +
| Abandoned Factory<br>Dwarven Great Tunnel<br>Mountain Cave<br>Suspicious Temple
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 250 / 250 / 100 / 60 / 0 / 120
 
| 250 / 250 / 100 / 60 / 0 / 120
 
|-
 
|-
 
| 217
 
| 217
 
| Queen Bee
 
| Queen Bee
 +
| Village Attacked by Bees
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Player level
 
| (LV*40)+300 / (LV*40)+300 / 160 / 160 / 0 / 160
 
| (LV*40)+300 / (LV*40)+300 / 160 / 160 / 0 / 160
 
|-
 
|-
 
| 218
 
| 218
 
| Kobold
 
| Kobold
 +
| Dwarven Great Tunnel
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 80 / 80 / 80 / 80 / 40 / 80
 
| 80 / 80 / 80 / 80 / 40 / 80
 
|-
 
|-
 
| 219
 
| 219
 
| Pig
 
| Pig
 +
| Dwarven Great Tunnel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 200 / 200 / 100 / 40 / 40 / 40
 
| 200 / 200 / 100 / 40 / 40 / 40
 
|-
 
|-
 
| 220
 
| 220
 
| Pig Lord
 
| Pig Lord
 +
| Dwarven Great Tunnel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 350 / 350 / 150 / 60 / 40 / 140
 
| 350 / 350 / 150 / 60 / 40 / 140
 
|-
 
|-
 
| 221
 
| 221
 
| Pig Shaman
 
| Pig Shaman
 +
| Dwarven Great Tunnel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 250 / 250 / 110 / 50 / 170 / 140
 
| 250 / 250 / 110 / 50 / 170 / 140
 
|-
 
|-
 
| 222
 
| 222
 
| Pig Berserker
 
| Pig Berserker
 +
| Dwarven Great Tunnel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 200 / 200 / 150 / 40 / 40 / 40
 
| 200 / 200 / 150 / 40 / 40 / 40
 
|-
 
|-
 
| 223
 
| 223
 
| Carrion Crawler
 
| Carrion Crawler
 +
| Dwarven Great Tunnel
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 350 / 350 / 200 / 40 / 40 / 40
 
| 350 / 350 / 200 / 40 / 40 / 40
 
|-
 
|-
 
| 224
 
| 224
 
| Spirit Ball
 
| Spirit Ball
 +
| Dwarven Great Tunnel
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Fixed
 
| 50 / 50 / 80 / 50 / 120 / 100
 
| 50 / 50 / 80 / 50 / 120 / 100
 
|-
 
|-
 
| 225
 
| 225
 
| Mad Hand
 
| Mad Hand
 +
| Dwarven Great Tunnel
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 150 / 150 / 100 / 150 / 100 / 80
 
| 150 / 150 / 100 / 150 / 100 / 80
 
|-
 
|-
 
| 226
 
| 226
 
| Armor Eater
 
| Armor Eater
 +
| Dwarven Great Tunnel
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 300 / 300 / 150 / 150 / 100 / 150
 
| 300 / 300 / 150 / 150 / 100 / 150
 
|-
 
|-
 
| 227
 
| 227
 
| Dark Spirit
 
| Dark Spirit
 +
| Dwarven Great Tunnel
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Fixed
 
| 100 / 100 / 160 / 40 / 160 / 280
 
| 100 / 100 / 160 / 40 / 160 / 280
 
|-
 
|-
 
| 228
 
| 228
 
| G Scorpion
 
| G Scorpion
 +
| Dwarven Great Tunnel
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 100 / 100 / 160 / 300 / 10 / 100
 
| 100 / 100 / 160 / 300 / 10 / 100
 
|-
 
|-
 
| 229
 
| 229
 
| Nergal
 
| Nergal
 +
| Dwarven Great Tunnel
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| H(15)*()/10 / H(15)*()/10 / S(15)*1.4 / S(15)*1.3 / S(15)*1.4 / S(15)*1.3
 
| H(15)*()/10 / H(15)*()/10 / S(15)*1.4 / S(15)*1.3 / S(15)*1.4 / S(15)*1.3
 
|-
 
|-
 
| 230
 
| 230
 
| Clay Claw
 
| Clay Claw
 +
| Dwarven Great Tunnel
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| H(15)*10.2 / H(15)*10.2 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3
 
| H(15)*10.2 / H(15)*10.2 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3
 
|-
 
|-
 
| 231
 
| 231
 
| Dig Armor
 
| Dig Armor
 +
| Dwarven Great Tunnel
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| H(15)*6.6 / H(15)*6.6 / S(15)*1.3 / S(15)*1.3 / S(15)*1.8 / S(15)
 
| H(15)*6.6 / H(15)*6.6 / S(15)*1.3 / S(15)*1.3 / S(15)*1.8 / S(15)
 
|-
 
|-
 
| 300
 
| 300
 
| Generic Beast
 
| Generic Beast
 +
| Capital Abaroso
 
| 00 - Beast
 
| 00 - Beast
 +
| Player level
 
| (LV*3)+45 / (LV*3)+45 / (LV*2)+26 / (LV*2)+28 / (LV*1)+2 / (LV*1)+2
 
| (LV*3)+45 / (LV*3)+45 / (LV*2)+26 / (LV*2)+28 / (LV*1)+2 / (LV*1)+2
 
|-
 
|-
 
| 310
 
| 310
 
| Generic Monstrous Beast
 
| Generic Monstrous Beast
 +
| Bio Lab Dungeon
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Player level
 
| (LV*3)+55 / (LV*3)+55 / (LV*2)+32 / (LV*2)+24 / (LV*2)+10 / (LV*1)+2
 
| (LV*3)+55 / (LV*3)+55 / (LV*2)+32 / (LV*2)+24 / (LV*2)+10 / (LV*1)+2
 
|-
 
|-
 
| 311
 
| 311
 
| Brain Sucker
 
| Brain Sucker
 +
| Writhing Cave
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 200 / 200 / 60 / 80 / 20 / 60
 
| 200 / 200 / 60 / 80 / 20 / 60
 
|-
 
|-
 
| 320
 
| 320
 
| Generic Beastman
 
| Generic Beastman
 +
| Bio Lab Dungeon<br>Forgotten Mansion
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Player level
 
| (LV*3)+50 / (LV*3)+50 / (LV*3)+35 / (LV*2)+20 / (LV*2)+12 / (LV*1)+12
 
| (LV*3)+50 / (LV*3)+50 / (LV*3)+35 / (LV*2)+20 / (LV*2)+12 / (LV*1)+12
 
|-
 
|-
 
| 321
 
| 321
 
| Super Goblin
 
| Super Goblin
 +
| Ruined Melbel
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 1200 / 1200 / 120 / 25 / 80 / 25
 
| 1200 / 1200 / 120 / 25 / 80 / 25
 
|-
 
|-
 
| 330
 
| 330
 
| Generic Plant
 
| Generic Plant
 +
| Bio Lab Dungeon
 
| 03 - Plant
 
| 03 - Plant
 +
| Player level
 
| (LV*4)+45 / (LV*4)+45 / (LV*2)+20 / (LV*3)+35 / (LV*3)+25 / (LV*2)+20
 
| (LV*4)+45 / (LV*4)+45 / (LV*2)+20 / (LV*3)+35 / (LV*3)+25 / (LV*2)+20
 
|-
 
|-
 
| 331
 
| 331
 
| Flower Girl
 
| Flower Girl
 +
| Forgotten Mansion
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 350 / 350 / 180 / 100 / 150 / 100
 
| 350 / 350 / 180 / 100 / 150 / 100
 
|-
 
|-
 
| 332
 
| 332
 
| Tentacle Ball
 
| Tentacle Ball
 +
| Writhing Cave
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 400 / 400 / 80 / 160 / 80 / 220
 
| 400 / 400 / 80 / 160 / 80 / 220
 
|-
 
|-
 
| 340
 
| 340
 
| Generic Magical Life-form
 
| Generic Magical Life-form
 +
| Bio Lab Dungeon<br>Brainwashed City Melbel
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Player level
 
| (LV*3)+40 / (LV*3)+40 / (LV*2)+35 / (LV*2)+45 / (LV*2)+40 / (LV*2)+30
 
| (LV*3)+40 / (LV*3)+40 / (LV*2)+35 / (LV*2)+45 / (LV*2)+40 / (LV*2)+30
 
|-
 
|-
 
| 341
 
| 341
 
| Wood Golem
 
| Wood Golem
 +
| Ancient Library
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 300 / 300 / 400 / 300 / 0 / 150
 
| 300 / 300 / 400 / 300 / 0 / 150
 
|-
 
|-
 
| 342
 
| 342
 
| Automaton
 
| Automaton
 +
| Mage's Hideout
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Player level
 
| (LV*10)+1000 / (LV*10)+1000 / (LV*3)+150 / (LV*3)+150 / 100 / (LV*3)+150
 
| (LV*10)+1000 / (LV*10)+1000 / (LV*3)+150 / (LV*3)+150 / 100 / (LV*3)+150
 
|-
 
|-
 
| 343
 
| 343
 
| Machine Soldier
 
| Machine Soldier
 +
| Abandoned Factory<br>Mage's Hideout
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 150 / 150 / 200 / 40 / 200 / 60
 
| 150 / 150 / 200 / 40 / 200 / 60
 
|-
 
|-
 
| 350
 
| 350
 
| Generic Undead
 
| Generic Undead
 +
| Bio Lab Dungeon<br>Mullonde Necromancy Hall<br>Roland Underground Prison
 
| 05 - Undead
 
| 05 - Undead
 +
| Player level
 
| (LV*4)+64 / (LV*4)+64 / (LV*3)+34 / (LV*2)+34 / (LV*2)+8 / (LV*2)+12
 
| (LV*4)+64 / (LV*4)+64 / (LV*3)+34 / (LV*2)+34 / (LV*2)+8 / (LV*2)+12
 
|-
 
|-
 
| 360
 
| 360
 
| Generic Incorporeal
 
| Generic Incorporeal
 +
| Brainwashed City Melbel<br>Roland Underground Prison
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Player level
 
| (LV*2)+35 / (LV*2)+35 / (LV*1)+1 / (LV*1)+1 / (LV*3)+45 / (LV*3)+30
 
| (LV*2)+35 / (LV*2)+35 / (LV*1)+1 / (LV*1)+1 / (LV*3)+45 / (LV*3)+30
 
|-
 
|-
 
| 361
 
| 361
 
| Black Soul
 
| Black Soul
 +
| Ancient Library
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Fixed
 
| 300 / 300 / 200 / 200 / 200 / 200
 
| 300 / 300 / 200 / 200 / 200 / 200
 
|-
 
|-
 
| 370
 
| 370
 
| Generic Demon
 
| Generic Demon
 +
| Bio Lab Dungeon
 
| 07 - Demon
 
| 07 - Demon
 +
| Player level
 
| (LV*3)+65 / (LV*3)+65 / (LV*3)+40 / (LV*2)+20 / (LV*2)+18 / (LV*2)+14
 
| (LV*3)+65 / (LV*3)+65 / (LV*3)+40 / (LV*2)+20 / (LV*2)+18 / (LV*2)+14
 
|-
 
|-
 
| 371
 
| 371
 
| Goddamn Blue Oni
 
| Goddamn Blue Oni
 +
| Demon Castle Gaddem
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 350 / 350 / 250 / 300 / 200 / 480
 
| 350 / 350 / 250 / 300 / 200 / 480
 
|-
 
|-
 
| 372
 
| 372
 
| Summoned Imp
 
| Summoned Imp
 +
| Ancient Library
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 200 / 200 / 10 / 200 / 10 / 200
 
| 200 / 200 / 10 / 200 / 10 / 200
 
|-
 
|-
 
| 380
 
| 380
 
| Generic Amorphous
 
| Generic Amorphous
 +
| Bio Lab Dungeon
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Player level
 
| (LV*4)+75 / (LV*4)+75 / (LV*2)+20 / (LV*2)+32 / (LV*1)+2 / (LV*2)+3
 
| (LV*4)+75 / (LV*4)+75 / (LV*2)+20 / (LV*2)+32 / (LV*1)+2 / (LV*2)+3
 
|-
 
|-
 
| 381
 
| 381
 
| Upthrust Slime
 
| Upthrust Slime
 +
| Ancient Library
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 350 / 350 / 100 / 50 / 0 / 100
 
| 350 / 350 / 100 / 50 / 0 / 100
 
|-
 
|-
 
| 382
 
| 382
 
| Ooze
 
| Ooze
 +
| Writhing Cave
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 100 / 100 / 80 / 120 / 40 / 60
 
| 100 / 100 / 80 / 120 / 40 / 60
 
|-
 
|-
 
| 390
 
| 390
 
| Generic Swarm
 
| Generic Swarm
 +
| Scripted, summoned, or unused
 
| 09 - Swarm
 
| 09 - Swarm
 +
| Player level
 
| (LV*3)+41 / (LV*3)+41 / (LV*2)+20 / (LV*2)+42 / (LV*1)+5 / (LV*1)+4
 
| (LV*3)+41 / (LV*3)+41 / (LV*2)+20 / (LV*2)+42 / (LV*1)+5 / (LV*1)+4
 
|-
 
|-
 
| 400
 
| 400
 
| Generic Bug
 
| Generic Bug
 +
| Bio Lab Dungeon<br>Floating Continent Laputa<br>Gestahl Magitek Ruins
 
| 10 - Insect
 
| 10 - Insect
 +
| Player level
 
| (LV*3)+32 / (LV*3)+32 / (LV*2)+16 / (LV*1)+38 / (LV*1)+2 / (LV*1)+2
 
| (LV*3)+32 / (LV*3)+32 / (LV*2)+16 / (LV*1)+38 / (LV*1)+2 / (LV*1)+2
 
|-
 
|-
 
| 401
 
| 401
 
| Killer Mantis
 
| Killer Mantis
 +
| Gestahl Magitek Ruins
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 350 / 350 / 270 / 120 / 20 / 100
 
| 350 / 350 / 270 / 120 / 20 / 100
 
|-
 
|-
 
| 410
 
| 410
 
| Generic Human Woman
 
| Generic Human Woman
 +
| Trap Cave Entrance
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level
 
| (LV*3)+30 / (LV*3)+30 / (LV*2)+24 / (LV*2)+8 / (LV*3)+36 / (LV*3)+43
 
| (LV*3)+30 / (LV*3)+30 / (LV*2)+24 / (LV*2)+8 / (LV*3)+36 / (LV*3)+43
 
|-
 
|-
 
| 411
 
| 411
 
| Chainsaw Maid
 
| Chainsaw Maid
 +
| Ruined Melbel
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 350 / 350 / 180 / 60 / 100 / 80
 
| 350 / 350 / 180 / 60 / 100 / 80
 
|-
 
|-
 
| 420
 
| 420
 
| Generic Aquatic
 
| Generic Aquatic
 +
| Scripted, summoned, or unused
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Player level
 
| (LV*3)+52 / (LV*3)+52 / (LV*3)+33 / (LV*2)+22 / (LV*1)+6 / (LV*1)+9
 
| (LV*3)+52 / (LV*3)+52 / (LV*3)+33 / (LV*2)+22 / (LV*1)+6 / (LV*1)+9
 
|-
 
|-
 
| 421
 
| 421
 
| Tonberry
 
| Tonberry
 +
| Mage's Hideout
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Player level
 
| (LV*50)+3000 / (LV*50)+3000 / (LV*5)+250 / (LV*5)+100 / 0 / (LV*10)+100
 
| (LV*50)+3000 / (LV*50)+3000 / (LV*5)+250 / (LV*5)+100 / 0 / (LV*10)+100
 
|-
 
|-
 
| 430
 
| 430
 
| Generic Beastwoman
 
| Generic Beastwoman
 +
| Scripted, summoned, or unused
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Player level
 
| (LV*3)+49 / (LV*3)+49 / (LV*3)+34 / (LV*2)+18 / (LV*3)+38 / (LV*3)+46
 
| (LV*3)+49 / (LV*3)+49 / (LV*3)+34 / (LV*2)+18 / (LV*3)+38 / (LV*3)+46
 
|-
 
|-
 
| 440
 
| 440
 
| Generic Special Armor
 
| Generic Special Armor
 +
| Bio Lab Dungeon<br>Floating Continent Laputa
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Player level
 
| (LV*3)+66 / (LV*3)+66 / (LV*3)+52 / (LV*3)+66 / (LV*1)+9 / (LV*2)+7
 
| (LV*3)+66 / (LV*3)+66 / (LV*3)+52 / (LV*3)+66 / (LV*1)+9 / (LV*2)+7
 
|-
 
|-
 
| 450
 
| 450
 
| Generic Reptile
 
| Generic Reptile
 +
| Bio Lab Dungeon
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Player level
 
| (LV*3)+60 / (LV*3)+60 / (LV*2)+36 / (LV*2)+44 / (LV*1)+2 / (LV*2)+5
 
| (LV*3)+60 / (LV*3)+60 / (LV*2)+36 / (LV*2)+44 / (LV*1)+2 / (LV*2)+5
 
|-
 
|-
 
| 451
 
| 451
 
| Meduconda
 
| Meduconda
 +
| Traveling Bandits' Forest
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Player level
 
| (LV*4)+60 / (LV*4)+60 / ((LV*9)/5)+18 / ((LV*5)/2)+20 / ((LV*6)/5)+12 / ((LV*3)/2)+20
 
| (LV*4)+60 / (LV*4)+60 / ((LV*9)/5)+18 / ((LV*5)/2)+20 / ((LV*6)/5)+12 / ((LV*3)/2)+20
 
|-
 
|-
 
| 452
 
| 452
 
| Indian Poison Frog
 
| Indian Poison Frog
 +
| Traveling Bandits' Forest
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Player level
 
| (LV*3)+35 / (LV*3)+35 / ((LV*6)/5)+12 / ((LV*3)/2)+10 / ((LV*9)/5)+18 / ((LV*5)/2)+10
 
| (LV*3)+35 / (LV*3)+35 / ((LV*6)/5)+12 / ((LV*3)/2)+10 / ((LV*9)/5)+18 / ((LV*5)/2)+10
 
|-
 
|-
 
| 460
 
| 460
 
| Generic Dragon
 
| Generic Dragon
 +
| Bio Lab Dungeon<br>Border Sacred Peak
 
| 16 - Dragon
 
| 16 - Dragon
 +
| Player level
 
| (LV*5)+200 / (LV*5)+200 / (LV*3)+70 / (LV*3)+90 / (LV*3)+80 / (LV*3)+50
 
| (LV*5)+200 / (LV*5)+200 / (LV*3)+70 / (LV*3)+90 / (LV*3)+80 / (LV*3)+50
 
|-
 
|-
 
| 470
 
| 470
 
| Generic God
 
| Generic God
 +
| Capital Abaroso<br>Gestahl Magitek Ruins<br>Roland Underground Prison
 
| 17 - God
 
| 17 - God
 +
| Player level
 
| (LV*4)+150 / (LV*4)+150 / (LV*3)+50 / (LV*3)+60 / (LV*4)+120 / (LV*3)+90
 
| (LV*4)+150 / (LV*4)+150 / (LV*3)+50 / (LV*3)+60 / (LV*4)+120 / (LV*3)+90
 
|-
 
|-
 
| 480
 
| 480
 
| Generic Human Man
 
| Generic Human Man
 +
| Arena<br>Capital Abaroso<br>Ruined Melbel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| (LV*3)+34 / (LV*3)+34 / (LV*2)+26 / (LV*2)+12 / (LV*3)+22 / (LV*3)+27
 
| (LV*3)+34 / (LV*3)+34 / (LV*2)+26 / (LV*2)+12 / (LV*3)+22 / (LV*3)+27
 
|-
 
|-
 
| 481
 
| 481
 
| Bandit (Pickpocket)
 
| Bandit (Pickpocket)
 +
| Traveling Bandits' Forest
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| ((LV*4)/5)+20 / ((LV*4)/5)+20 / LV+20 / 0 / LV+20 / 0
 
| ((LV*4)/5)+20 / ((LV*4)/5)+20 / LV+20 / 0 / LV+20 / 0
 
|-
 
|-
 
| 482
 
| 482
 
| Bandit (Brawler)
 
| Bandit (Brawler)
 +
| Traveling Bandits' Forest
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| (LV*6)+50 / (LV*6)+50 / ((LV*7)/2)+40 / (LV*3)+40 / LV+20 / ((LV*3)/2)+40
 
| (LV*6)+50 / (LV*6)+50 / ((LV*7)/2)+40 / (LV*3)+40 / LV+20 / ((LV*3)/2)+40
 
|-
 
|-
 
| 483
 
| 483
 
| Bandit (Archer)
 
| Bandit (Archer)
 +
| Traveling Bandits' Forest
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| ((LV*7)/2)+40 / ((LV*7)/2)+40 / (LV*3)+20 / (LV*2)+20 / ((LV*7)/2)+40 / (LV*4)+40
 
| ((LV*7)/2)+40 / ((LV*7)/2)+40 / (LV*3)+20 / (LV*2)+20 / ((LV*7)/2)+40 / (LV*4)+40
 
|-
 
|-
 
| 484
 
| 484
 
| Bandit (Boss)
 
| Bandit (Boss)
 +
| Traveling Bandits' Forest
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| (LV*30)+300 / (LV*30)+300 / (LV*4)+60 / ((LV*7)/2)+60 / ((LV*5)/2)+30 / (LV*5)+80
 
| (LV*30)+300 / (LV*30)+300 / (LV*4)+60 / ((LV*7)/2)+60 / ((LV*5)/2)+30 / (LV*5)+80
 
|-
 
|-
 
| 490
 
| 490
 
| Generic Bird
 
| Generic Bird
 +
| Ancient Library<br>Bio Lab Dungeon<br>Border Sacred Peak<br>Mage's Hideout
 
| 19 - Bird
 
| 19 - Bird
 +
| Player level
 
| (LV*2)+38 / (LV*2)+38 / (LV*2)+42 / (LV*2)+8 / (LV*2)+19 / (LV*3)+14
 
| (LV*2)+38 / (LV*2)+38 / (LV*2)+42 / (LV*2)+8 / (LV*2)+19 / (LV*3)+14
 
|-
 
|-
 
| 491
 
| 491
 
| Hanging Bat
 
| Hanging Bat
 +
| Ancient Library
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 300 / 300 / 200 / 200 / 0 / 50
 
| 300 / 300 / 200 / 200 / 0 / 50
 
|-
 
|-
 
| 492
 
| 492
 
| Flying Saw
 
| Flying Saw
 +
| Abandoned Factory<br>Mage's Hideout
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 80 / 80 / 60 / 20 / 50 / 20
 
| 80 / 80 / 60 / 20 / 50 / 20
 
|-
 
|-
 
| 500
 
| 500
 
| Generic Other
 
| Generic Other
 +
| Trap Cave Entrance
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*3)+75 / (LV*3)+75 / (LV*2)+55 / (LV*2)+55 / (LV*3)+55 / (LV*3)+55
 
| (LV*3)+75 / (LV*3)+75 / (LV*2)+55 / (LV*2)+55 / (LV*3)+55 / (LV*3)+55
 
|-
 
|-
 
| 501
 
| 501
 
| Vampire Bat
 
| Vampire Bat
 +
| Dokuno Falls
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*3)+50 / (LV*3)+50 / ((LV*5)/2)+25 / ((LV*3)/2)+25 / 0 / 0
 
| (LV*3)+50 / (LV*3)+50 / ((LV*5)/2)+25 / ((LV*3)/2)+25 / 0 / 0
 
|-
 
|-
 
| 502
 
| 502
 
| Water Spider
 
| Water Spider
 +
| Dokuno Falls
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*6)+80 / (LV*6)+80 / (LV*4)+50 / (LV*2)+20 / 0 / (LV*2)+10
 
| (LV*6)+80 / (LV*6)+80 / (LV*4)+50 / (LV*2)+20 / 0 / (LV*2)+10
 
|-
 
|-
 
| 503
 
| 503
 
| Intruder-Defense Light Tank
 
| Intruder-Defense Light Tank
 +
| Lionel Ideology Church
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 400 / 400 / 200 / 300 / 300 / 100
 
| 400 / 400 / 200 / 300 / 300 / 100
 
|-
 
|-
 
| 504
 
| 504
 
| Intruder-Defense Drone
 
| Intruder-Defense Drone
 +
| Lionel Ideology Church
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 300 / 300 / 300 / 125 / 150 / 125
 
| 300 / 300 / 300 / 125 / 150 / 125
 
|-
 
|-
 
| 505
 
| 505
 
| Intruder-Defense Light Tank
 
| Intruder-Defense Light Tank
 +
| Lionel Ideology Church
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 700 / 700 / 150 / 300 / 150 / 150
 
| 700 / 700 / 150 / 300 / 150 / 150
 
|-
 
|-
 
| 506
 
| 506
 
| Intruder-Defense Drone
 
| Intruder-Defense Drone
 +
| Lionel Ideology Church
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 150 / 150 / 150 / 75 / 300 / 75
 
| 150 / 150 / 150 / 75 / 300 / 75
 
|-
 
|-
 
| 510
 
| 510
 
| Tentacle Mimic
 
| Tentacle Mimic
 +
| Ancient Library
 
| 21 - Treasure Chest
 
| 21 - Treasure Chest
 +
| Random range
 
| 5~10 / 10 / 0 / 999 / 300 / 999
 
| 5~10 / 10 / 0 / 999 / 300 / 999
 
|-
 
|-
 
| 600
 
| 600
 
| Killer Book
 
| Killer Book
 +
| Ancient Library
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 1200 / 1200 / 550 / 250 / 400 / 250
 
| 1200 / 1200 / 550 / 250 / 400 / 250
 
|-
 
|-
 
| 601
 
| 601
 
| Mirror Demon
 
| Mirror Demon
 +
| Ancient Library
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 4096 / 4096 / 256 / 8192 / 1024 / 8192
 
| 4096 / 4096 / 256 / 8192 / 1024 / 8192
 
|-
 
|-
 
| 602
 
| 602
 
| Chadarnook
 
| Chadarnook
 +
| Mage's Hideout
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*3)+100 / (LV*5)+150 / (LV*20)+350
 
| (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*3)+100 / (LV*5)+150 / (LV*20)+350
 
|-
 
|-
 
| 603
 
| 603
 
| Lakshmi
 
| Lakshmi
 +
| Mage's Hideout
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*20)+350 / (LV*5)+150 / (LV*3)+100
 
| (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*20)+350 / (LV*5)+150 / (LV*3)+100
 
|-
 
|-
 
| 604
 
| 604
 
| Avaloso Sergeant
 
| Avaloso Sergeant
 +
| Capital Abaroso
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Area level
 
| H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
| H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
|-
 
|-
 
| 605
 
| 605
 
| Avaloso Soldier
 
| Avaloso Soldier
 +
| Capital Abaroso
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
 
| H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
 
|-
 
|-
 
| 606
 
| 606
 
| Seven Heroes Sergeant
 
| Seven Heroes Sergeant
 +
| Arena
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Area level
 
| H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
| H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
|-
 
|-
 
| 607
 
| 607
 
| Seven Heroes Soldier
 
| Seven Heroes Soldier
 +
| Arena
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
 
| H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
 
|-
 
|-
 
| 608
 
| 608
 
| Necromancer
 
| Necromancer
 +
| Gestahl Magitek Ruins<br>Mullonde Necromancy Hall
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 1500 / 1500 / 150 / 200 / 300 / 200
 
| 1500 / 1500 / 150 / 200 / 300 / 200
 
|-
 
|-
 
| 609
 
| 609
 
| Living Corpse
 
| Living Corpse
 +
| Mullonde Necromancy Hall
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 500 / 500 / 180 / 150 / 120 / 100
 
| 500 / 500 / 180 / 150 / 120 / 100
 
|-
 
|-
 
| 610
 
| 610
 
| Border Dragon
 
| Border Dragon
 +
| Border Sacred Peak
 
| 16 - Dragon
 
| 16 - Dragon
 +
| Area level
 
| H(ELV)*2 / H(ELV)*2 / S(ELV)*1.6 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.1
 
| H(ELV)*2 / H(ELV)*2 / S(ELV)*1.6 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.1
 
|-
 
|-
 
| 611
 
| 611
 
| Border Devil
 
| Border Devil
 +
| Border Sacred Peak
 
| 07 - Demon
 
| 07 - Demon
 +
| Area level
 
| H(ELV)*12 / H(ELV)*12 / S(ELV)*2 / S(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.8
 
| H(ELV)*12 / H(ELV)*12 / S(ELV)*2 / S(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.8
 
|-
 
|-
 
| 612
 
| 612
 
| Devil Crystal
 
| Devil Crystal
 +
| Border Sacred Peak
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.7 / S(ELV)*0.3 / S(ELV)*1.8 / S(ELV)*2
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.7 / S(ELV)*0.3 / S(ELV)*1.8 / S(ELV)*2
 
|-
 
|-
 
| 613
 
| 613
 
| Fortress City Male Soldier
 
| Fortress City Male Soldier
 +
| Ruined Melbel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 220 / 220 / 208 / 176 / 32 / 144
 
| 220 / 220 / 208 / 176 / 32 / 144
 
|-
 
|-
 
| 614
 
| 614
 
| Fortress City Heavy Infantry
 
| Fortress City Heavy Infantry
 +
| Ruined Melbel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 180 / 180 / 192 / 224 / 16 / 192
 
| 180 / 180 / 192 / 224 / 16 / 192
 
|-
 
|-
 
| 615
 
| 615
 
| Fortress City Female Soldier
 
| Fortress City Female Soldier
 +
| Ruined Melbel
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 600 / 600 / 176 / 144 / 48 / 144
 
| 600 / 600 / 176 / 144 / 48 / 144
 
|-
 
|-
 
| 616
 
| 616
 
| Monster General
 
| Monster General
 +
| Ruined Melbel
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 4200 / 4200 / 192 / 48 / 128 / 96
 
| 4200 / 4200 / 192 / 48 / 128 / 96
 
|-
 
|-
 
| 617
 
| 617
 
| Sorcerer
 
| Sorcerer
 +
| Ruined Melbel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 100 / 100 / 40 / 40 / 176 / 352
 
| 100 / 100 / 40 / 40 / 176 / 352
 
|-
 
|-
 
| 618
 
| 618
 
| Magic (Physical) User
 
| Magic (Physical) User
 +
| Ruined Melbel
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 240 / 240 / 768 / 80 / 0 / 96
 
| 240 / 240 / 768 / 80 / 0 / 96
 
|-
 
|-
 
| 619
 
| 619
 
| Writhing Cave Core
 
| Writhing Cave Core
 +
| Writhing Cave
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 2000 / 2000 / 100 / 80 / 150 / 120
 
| 2000 / 2000 / 100 / 80 / 150 / 120
 
|-
 
|-
 
| 620
 
| 620
 
| Blau Merman
 
| Blau Merman
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 380 / 380 / 220 / 230 / 50 / 180
 
| 380 / 380 / 220 / 230 / 50 / 180
 
|-
 
|-
 
| 621
 
| 621
 
| Rot Merman
 
| Rot Merman
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 350 / 350 / 260 / 190 / 90 / 140
 
| 350 / 350 / 260 / 190 / 90 / 140
 
|-
 
|-
 
| 622
 
| 622
 
| Mermaid Azure
 
| Mermaid Azure
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 320 / 320 / 50 / 180 / 220 / 230
 
| 320 / 320 / 50 / 180 / 220 / 230
 
|-
 
|-
 
| 623
 
| 623
 
| Mermaid Rosso
 
| Mermaid Rosso
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 290 / 290 / 90 / 140 / 260 / 190
 
| 290 / 290 / 90 / 140 / 260 / 190
 
|-
 
|-
 
| 624
 
| 624
 
| Rosado Crab
 
| Rosado Crab
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 130 / 130 / 360 / 380 / 20 / 230
 
| 130 / 130 / 360 / 380 / 20 / 230
 
|-
 
|-
 
| 625
 
| 625
 
| Tentacle Marrone
 
| Tentacle Marrone
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 520 / 520 / 280 / 240 / 70 / 290
 
| 520 / 520 / 280 / 240 / 70 / 290
 
|-
 
|-
 
| 626
 
| 626
 
| Avatar of Darkness
 
| Avatar of Darkness
 +
| Lomei Labyrinth
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 400 / 400 / 300 / 200 / 300 / 200
 
| 400 / 400 / 300 / 200 / 300 / 200
 
|-
 
|-
 
| 627
 
| 627
 
| Maze Goblin
 
| Maze Goblin
 +
| Lomei Labyrinth
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 460 / 460 / 370 / 240 / 90 / 110
 
| 460 / 460 / 370 / 240 / 90 / 110
 
|-
 
|-
 
| 628
 
| 628
 
| Living Shadow
 
| Living Shadow
 +
| Lomei Labyrinth
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Fixed
 
| 130 / 130 / 180 / 150 / 240 / 120
 
| 130 / 130 / 180 / 150 / 240 / 120
 
|-
 
|-
 
| 629
 
| 629
 
| Aqua Slime
 
| Aqua Slime
 +
| Lomei Labyrinth
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 380 / 380 / 240 / 220 / 280 / 170
 
| 380 / 380 / 240 / 220 / 280 / 170
 
|-
 
|-
 
| 630
 
| 630
 
| Flame of Resentment
 
| Flame of Resentment
 +
| Lomei Labyrinth
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 360 / 360 / 190 / 180 / 330 / 250
 
| 360 / 360 / 190 / 180 / 330 / 250
 
|-
 
|-
 
| 631
 
| 631
 
| Flesh Golem
 
| Flesh Golem
 +
| Lomei Labyrinth
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 410 / 410 / 340 / 190 / 260 / 220
 
| 410 / 410 / 340 / 190 / 260 / 220
 
|-
 
|-
 
| 632
 
| 632
 
| Dud Mimic
 
| Dud Mimic
 +
| Lomei Labyrinth
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 430 / 430 / 410 / 490 / 180 / 490
 
| 430 / 430 / 410 / 490 / 180 / 490
 
|-
 
|-
 
| 633
 
| 633
 
| Reaper
 
| Reaper
 +
| Lomei Labyrinth
 
| 17 - God
 
| 17 - God
 +
| Fixed
 
| 12000 / 12000 / 1800 / 1100 / 1200 / 1500
 
| 12000 / 12000 / 1800 / 1100 / 1200 / 1500
 
|-
 
|-
 
| 634
 
| 634
 
| Afrit
 
| Afrit
 +
| Lomei Labyrinth
 
| 17 - God
 
| 17 - God
 +
| Fixed
 
| 2400 / 2400 / 370 / 260 / 310 / 190
 
| 2400 / 2400 / 370 / 260 / 310 / 190
 
|-
 
|-
 
| 635
 
| 635
 
| Sibel
 
| Sibel
 +
| Lomei Labyrinth
 
| 17 - God
 
| 17 - God
 +
| Fixed
 
| 1900 / 1900 / 280 / 210 / 360 / 290
 
| 1900 / 1900 / 280 / 210 / 360 / 290
 
|-
 
|-
 
| 636
 
| 636
 
| Evil Dragon Statue
 
| Evil Dragon Statue
 +
| Lomei Labyrinth
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 9300 / 9300 / 220 / 370 / 380 / 280
 
| 9300 / 9300 / 220 / 370 / 380 / 280
 
|-
 
|-
 
| 637
 
| 637
 
| Evil Dragon's Servant
 
| Evil Dragon's Servant
 +
| Lomei Labyrinth
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 1400 / 1400 / 360 / 220 / 320 / 260
 
| 1400 / 1400 / 360 / 220 / 320 / 260
 
|-
 
|-
 
| 640
 
| 640
 
| Violeta
 
| Violeta
 +
| Ancient Civilization Weir Tower
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 3400 / 3400 / 250 / 240 / 320 / 330
 
| 3400 / 3400 / 250 / 240 / 320 / 330
 
|-
 
|-
 
| 641
 
| 641
 
| Black Mage
 
| Black Mage
 +
| Gestahl Magitek Ruins
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 1600 / 1600 / 160 / 180 / 360 / 200
 
| 1600 / 1600 / 160 / 180 / 360 / 200
 
|-
 
|-
 
| 942
 
| 942
 
| Large Auto-Healer
 
| Large Auto-Healer
 +
| Scripted, summoned, or unused
 
| -
 
| -
 +
| Dynamic
 
| Defined dynamically or without a standard base-stat record
 
| Defined dynamically or without a standard base-stat record
 
|-
 
|-
 
| 943
 
| 943
 
| Caddisfly
 
| Caddisfly
 +
| Norsley Sea of Decay
 
| 09 - Swarm
 
| 09 - Swarm
 +
| Fixed
 
| 5000 / 5000 / 512 / 678 / 512 / 333
 
| 5000 / 5000 / 512 / 678 / 512 / 333
 
|-
 
|-
 
| 944
 
| 944
 
| Cholkin
 
| Cholkin
 +
| Norsley Sea of Decay
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 100 / 100 / 444 / 444 / 444 / 444
 
| 100 / 100 / 444 / 444 / 444 / 444
 
|-
 
|-
 
| 945
 
| 945
 
| Demon Centipede
 
| Demon Centipede
 +
| Norsley Sea of Decay
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 500 / 500 / 200 / 400 / 260 / 260
 
| 500 / 500 / 200 / 400 / 260 / 260
 
|-
 
|-
 
| 946
 
| 946
 
| Mutant Land Ray
 
| Mutant Land Ray
 +
| Norsley Sea of Decay
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 600 / 600 / 200 / 360 / 180 / 100
 
| 600 / 600 / 200 / 360 / 180 / 100
 
|-
 
|-
 
| 947
 
| 947
 
| Malboro
 
| Malboro
 +
| Norsley Sea of Decay
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 1000 / 1000 / 256 / 240 / 180 / 260
 
| 1000 / 1000 / 256 / 240 / 180 / 260
 
|-
 
|-
 
| 948
 
| 948
 
| Burger Plant
 
| Burger Plant
 +
| Norsley Sea of Decay
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 5000 / 5000 / 256 / 240 / 180 / 180
 
| 5000 / 5000 / 256 / 240 / 180 / 180
 
|-
 
|-
 
| 949
 
| 949
 
| Flame Flower
 
| Flame Flower
 +
| Norsley Sea of Decay
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 300 / 300 / 100 / 280 / 240 / 180
 
| 300 / 300 / 100 / 280 / 240 / 180
 
|-
 
|-
 
| 950
 
| 950
 
| Snow Flower
 
| Snow Flower
 +
| Norsley Sea of Decay
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 300 / 300 / 100 / 400 / 180 / 180
 
| 300 / 300 / 100 / 400 / 180 / 180
 
|-
 
|-
 
| 951
 
| 951
 
| Killer Bee
 
| Killer Bee
 +
| Norsley Sea of Decay
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 30 / 30 / 110 / 380 / 20 / 70
 
| 30 / 30 / 110 / 380 / 20 / 70
 
|-
 
|-
 
| 952
 
| 952
 
| G Centipede
 
| G Centipede
 +
| Dwarven Great Tunnel<br>Norsley Sea of Decay
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 120 / 120 / 160 / 400 / 20 / 120
 
| 120 / 120 / 160 / 400 / 20 / 120
 
|-
 
|-
 
| 953
 
| 953
 
| D Centipede
 
| D Centipede
 +
| Norsley Sea of Decay
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 200 / 200 / 220 / 600 / 20 / 160
 
| 200 / 200 / 220 / 600 / 20 / 160
 
|-
 
|-
 
| 954
 
| 954
 
| La-Lilim
 
| La-Lilim
 +
| Forgotten Mansion
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 166 / 166 / 120 / 66 / 166 / 250
 
| 166 / 166 / 120 / 66 / 166 / 250
 
|-
 
|-
 
| 955
 
| 955
 
| Mr. Treasure Chest
 
| Mr. Treasure Chest
 +
| Ancient Trial Grounds<br>Dokuno Falls<br>Underground Labyrinth
 
| 21 - Treasure Chest
 
| 21 - Treasure Chest
 +
| Random range
 
| 4~6 / 10 / 0 / 999 / 0 / 999
 
| 4~6 / 10 / 0 / 999 / 0 / 999
 
|-
 
|-
 
| 956
 
| 956
 
| Training Shadow
 
| Training Shadow
 +
| Ancient Trial Grounds
 
| 05 - Undead
 
| 05 - Undead
 +
| Level + Trial Grounds streak
 
| ((LV+Streak)*6)+50 / ((LV+Streak)*6)+50 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40
 
| ((LV+Streak)*6)+50 / ((LV+Streak)*6)+50 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40
 
|-
 
|-
 
| 957
 
| 957
 
| Slime King
 
| Slime King
 +
| Mountain Cave
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 3000 / 3000 / 512 / 256 / 0 / 256
 
| 3000 / 3000 / 512 / 256 / 0 / 256
 
|-
 
|-
 
| 958
 
| 958
 
| Helm Slime
 
| Helm Slime
 +
| Abandoned Factory<br>Mountain Cave
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 100 / 100 / 60 / 120 / 0 / 60
 
| 100 / 100 / 60 / 120 / 0 / 60
 
|-
 
|-
 
| 959
 
| 959
 
| Puppet Master
 
| Puppet Master
 +
| Mountain Cave<br>Suspicious Temple
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Random range
 
| 128~512 / 512 / 88~256 / 88~256 / 88~256 / 2~256
 
| 128~512 / 512 / 88~256 / 88~256 / 88~256 / 2~256
 
|-
 
|-
 
| 960
 
| 960
 
| Slime (Large)
 
| Slime (Large)
 +
| Abandoned Factory<br>Demon Castle Gaddem<br>Mage's Hideout<br>Mountain Cave<br>Suspicious Temple
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 1000 / 1000 / 384 / 200 / 120 / 60
 
| 1000 / 1000 / 384 / 200 / 120 / 60
 
|-
 
|-
 
| 961
 
| 961
 
| Dragonfly
 
| Dragonfly
 +
| Dwarven Great Tunnel<br>Nearby Forest<br>Norsley Sea of Decay<br>RAYON Village
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 1000 / 1000 / 384 / 200 / 120 / 60
 
| 1000 / 1000 / 384 / 200 / 120 / 60
 
|-
 
|-
 
| 962
 
| 962
 
| Flower
 
| Flower
 +
| RAYON Village
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 600 / 600 / 0 / 2 / 80 / 2
 
| 600 / 600 / 0 / 2 / 80 / 2
 
|-
 
|-
 
| 963
 
| 963
 
| Volcanon
 
| Volcanon
 +
| Bio Lab Dungeon<br>Dwarven Great Tunnel<br>Floating Continent Laputa<br>Lionel Ideology Church<br>RAYON Village
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 600 / 600 / 180 / 350 / 300 / 350
 
| 600 / 600 / 180 / 350 / 300 / 350
 
|-
 
|-
 
| 964
 
| 964
 
| La-Zombie
 
| La-Zombie
 +
| Border Sacred Peak<br>Capital Abaroso<br>Forgotten Mansion<br>Gestahl Magitek Ruins<br>Girls' Hall<br>Mage's Hideout<br>Mullonde Necromancy Hall
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 600 / 600 / 180 / 2 / 30 / 6
 
| 600 / 600 / 180 / 2 / 30 / 6
 
|-
 
|-
 
| 965
 
| 965
 
| Sorceress
 
| Sorceress
 +
| Gestahl Magitek Ruins<br>Girls' Hall<br>Mage's Hideout<br>RAYON Village<br>Ruined Melbel
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 50 / 50 / 20 / 40 / 120 / 80
 
| 50 / 50 / 20 / 40 / 120 / 80
 
|-
 
|-
 
| 966
 
| 966
 
| Swordswoman
 
| Swordswoman
 +
| Border Sacred Peak<br>Gestahl Magitek Ruins<br>Girls' Hall
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 70 / 70 / 90 / 40 / 40 / 80
 
| 70 / 70 / 90 / 40 / 40 / 80
 
|-
 
|-
 
| 967
 
| 967
 
| Demon
 
| Demon
 +
| Nearby Forest<br>Roland Underground Prison
 
| 07 - Demon
 
| 07 - Demon
 +
| Player level
 
| (LV*50)+200 / (LV*50)+200 / 100 / 40 / 0 / 50
 
| (LV*50)+200 / (LV*50)+200 / 100 / 40 / 0 / 50
 
|-
 
|-
 
| 968
 
| 968
 
| Raven
 
| Raven
 +
| Forgotten Mansion<br>Nearby Forest
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 50 / 50 / 70 / 90 / 0 / 60
 
| 50 / 50 / 70 / 90 / 0 / 60
 
|-
 
|-
 
| 969
 
| 969
 
| Goblin
 
| Goblin
 +
| Capital Abaroso<br>Dwarven Great Tunnel<br>Nearby Forest<br>Suspicious Temple
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 50 / 50 / 50 / 50 / 0 / 40
 
| 50 / 50 / 50 / 50 / 0 / 40
 
|-
 
|-
 
| 970
 
| 970
 
| Giant Snake
 
| Giant Snake
 +
| Capital Abaroso<br>Emilis Lake<br>Nearby Forest
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 20 / 20 / 60 / 40 / 0 / 10
 
| 20 / 20 / 60 / 40 / 0 / 10
 
|-
 
|-
 
| 971
 
| 971
 
| Giant Frog
 
| Giant Frog
 +
| Capital Abaroso<br>Nearby Forest
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 30 / 30 / 30 / 10 / 0 / 10
 
| 30 / 30 / 30 / 10 / 0 / 10
 
|-
 
|-
 
| 972
 
| 972
 
| Stone Doll
 
| Stone Doll
 +
| Bio Lab Dungeon<br>Border Sacred Peak<br>Forgotten Mansion<br>Mage's Hideout<br>Mountain Cave
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 200 / 200 / 200 / 200 / 0 / 200
 
| 200 / 200 / 200 / 200 / 0 / 200
 
|-
 
|-
 
| 973
 
| 973
 
| Stray Dog
 
| Stray Dog
 +
| Border Sacred Peak<br>Capital Abaroso<br>Nearby Forest<br>RAYON Village
 
| 00 - Beast
 
| 00 - Beast
 +
| Fixed
 
| 50 / 50 / 50 / 70 / 0 / 30
 
| 50 / 50 / 50 / 70 / 0 / 30
 
|-
 
|-
 
| 974
 
| 974
 
| Outlaw
 
| Outlaw
 +
| Capital Abaroso<br>Mage's Hideout<br>RAYON Village
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 120 / 120 / 99 / 50 / 10 / 10
 
| 120 / 120 / 99 / 50 / 10 / 10
 
|-
 
|-
 
| 975
 
| 975
 
| Thief
 
| Thief
 +
| Bio Lab Dungeon<br>Mage's Hideout<br>RAYON Village<br>Villains' Valley
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 60 / 60 / 50 / 70 / 10 / 30
 
| 60 / 60 / 50 / 70 / 10 / 30
 
|-
 
|-
 
| 976
 
| 976
 
| La-Fire
 
| La-Fire
 +
| Dwarven Great Tunnel<br>Forgotten Mansion<br>Suspicious Temple
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 100 / 100 / 160 / 40 / 120 / 100
 
| 100 / 100 / 160 / 40 / 120 / 100
 
|-
 
|-
 
| 977
 
| 977
 
| Lantern
 
| Lantern
 +
| Execution Tower<br>RAYON Village
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 1 / 1 / 100 / 100 / 100 / 0
 
| 1 / 1 / 100 / 100 / 100 / 0
 
|-
 
|-
 
| 978
 
| 978
 
| Lantern (Lit)
 
| Lantern (Lit)
 +
| Execution Tower
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 1 / 1 / 100 / 100 / 100 / 0
 
| 1 / 1 / 100 / 100 / 100 / 0
 
|-
 
|-
 
| 979
 
| 979
 
| Bubbly Slime
 
| Bubbly Slime
 +
| Border Sacred Peak<br>RAYON Village
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 20 / 20 / 40 / 2 / 20 / 40
 
| 20 / 20 / 40 / 2 / 20 / 40
 
|-
 
|-
 
| 980
 
| 980
 
| Buchunpa
 
| Buchunpa
 +
| RAYON Village
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 60 / 60 / 20 / 40 / 20 / 40
 
| 60 / 60 / 20 / 40 / 20 / 40
 
|-
 
|-
 
| 981
 
| 981
 
| Gummy
 
| Gummy
 +
| RAYON Village
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 20 / 20 / 20 / 20 / 20 / 20
 
| 20 / 20 / 20 / 20 / 20 / 20
 
|-
 
|-
 
| 982
 
| 982
 
| Killing Machine
 
| Killing Machine
 +
| Demon Castle Gaddem<br>Execution Tower<br>Mage's Hideout
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 444 / 444 / 444 / 444 / 4 / 444
 
| 444 / 444 / 444 / 444 / 4 / 444
 
|-
 
|-
 
| 983
 
| 983
 
| Lesser Demon
 
| Lesser Demon
 +
| Ancient Library<br>Border Sacred Peak<br>Demon Castle Gaddem<br>Execution Tower<br>Mage's Hideout<br>Suspicious Temple
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 200 / 200 / 160 / 240 / 160 / 256
 
| 200 / 200 / 160 / 240 / 160 / 256
 
|-
 
|-
 
| 984
 
| 984
 
| Carmilla
 
| Carmilla
 +
| Capital Abaroso<br>Demon Castle Gaddem<br>Execution Tower<br>Forgotten Mansion<br>Mullonde Necromancy Hall<br>Roland Underground Prison<br>Suspicious Temple
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 180 / 180 / 130 / 224 / 200 / 384
 
| 180 / 180 / 130 / 224 / 200 / 384
 
|-
 
|-
 
| 985
 
| 985
 
| La-Lamia
 
| La-Lamia
 +
| Bio Lab Dungeon<br>Capital Abaroso<br>Forgotten Mansion<br>Girls' Hall<br>Mountain Cave<br>Nearby Forest<br>Village Attacked by Bees
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Fixed
 
| 260 / 260 / 108 / 20 / 108 / 108
 
| 260 / 260 / 108 / 20 / 108 / 108
 
|-
 
|-
 
| 986
 
| 986
 
| Ogre
 
| Ogre
 +
| Ancient Library<br>Border Sacred Peak<br>Demon Castle Gaddem<br>Dwarven Great Tunnel<br>Mountain Cave<br>Underground Labyrinth
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 350 / 350 / 250 / 20 / 3 / 6
 
| 350 / 350 / 250 / 20 / 3 / 6
 
|-
 
|-
 
| 987
 
| 987
 
| Ghost Slug
 
| Ghost Slug
 +
| Capital Abaroso<br>Mountain Cave<br>RAYON Village<br>Writhing Cave
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 60 / 60 / 30 / 2 / 3 / 2
 
| 60 / 60 / 30 / 2 / 3 / 2
 
|-
 
|-
 
| 988
 
| 988
 
| Full Metal Crab
 
| Full Metal Crab
 +
| Dwarven Great Tunnel<br>Floating Continent Laputa<br>Forgotten Mansion<br>Mountain Cave
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 160 / 160 / 160 / 250 / 3 / 180
 
| 160 / 160 / 160 / 250 / 3 / 180
 
|-
 
|-
 
| 989
 
| 989
 
| La-Harpy
 
| La-Harpy
 +
| Execution Tower<br>Girls' Hall
 
| 13 - Beastwoman
 
| 13 - Beastwoman
 +
| Fixed
 
| 90 / 90 / 99 / 180 / 3 / 60
 
| 90 / 90 / 99 / 180 / 3 / 60
 
|-
 
|-
 
| 990
 
| 990
 
| Lizardman
 
| Lizardman
 +
| Forgotten Mansion<br>Mountain Cave<br>RAYON Village
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 90 / 90 / 75 / 125 / 3 / 20
 
| 90 / 90 / 75 / 125 / 3 / 20
 
|-
 
|-
 
| 991
 
| 991
 
| Slime
 
| Slime
 +
| Abandoned Factory<br>Capital Abaroso<br>Demon Castle Gaddem<br>Forgotten Mansion<br>Mage's Hideout<br>Mountain Cave<br>Suspicious Temple<br>Writhing Cave
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 108 / 1000 / 50 / 12 / 3 / 166
 
| 108 / 1000 / 50 / 12 / 3 / 166
 
|-
 
|-
 
| 992
 
| 992
 
| Mummy
 
| Mummy
 +
| Bio Lab Dungeon<br>Capital Abaroso<br>Forgotten Mansion<br>Undersea Temple
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 100 / 100 / 100 / 100 / 100 / 100
 
| 100 / 100 / 100 / 100 / 100 / 100
 
|-
 
|-
 
| 993
 
| 993
 
| Intelligent Sword
 
| Intelligent Sword
 +
| Demon Castle Gaddem<br>Forgotten Mansion<br>Undersea Temple
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 50 / 50 / 99 / 128 / 80 / 512
 
| 50 / 50 / 99 / 128 / 80 / 512
 
|-
 
|-
 
| 994
 
| 994
 
| Switch
 
| Switch
 +
| Mountain Cave<br>Schwarz Maiden
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 1 / 1 / 192 / 60 / 80 / 80
 
| 1 / 1 / 192 / 60 / 80 / 80
 
|-
 
|-
 
| 995
 
| 995
 
| Village Gurl
 
| Village Gurl
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*4)+1~6 / (LV*4)+6 / (LV*3)+1~6 / (LV*3)+1~6 / 0 / (LV*3)+1~6
 
| (LV*4)+1~6 / (LV*4)+6 / (LV*3)+1~6 / (LV*3)+1~6 / 0 / (LV*3)+1~6
 
|-
 
|-
 
| 996
 
| 996
 
| Town Gurl
 
| Town Gurl
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*3)+1~6 / (LV*3)+6 / (LV*2)+1~6 / (LV*2)+1~6 / 0 / (LV*2)+1~6
 
| (LV*3)+1~6 / (LV*3)+6 / (LV*2)+1~6 / (LV*2)+1~6 / 0 / (LV*2)+1~6
 
|-
 
|-
 
| 997
 
| 997
 
| Adventurer
 
| Adventurer
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*5)+8~32 / (LV*5)+32 / (LV*5)+8~32 / (LV*5)+8~32 / 0 / (LV*5)+8~32
 
| (LV*5)+8~32 / (LV*5)+32 / (LV*5)+8~32 / (LV*5)+8~32 / 0 / (LV*5)+8~32
 
|-
 
|-
 
| 998
 
| 998
 
| Doppelganger
 
| Doppelganger
 +
| Bio Lab Dungeon
 
| 20 - Other
 
| 20 - Other
 +
| Copies player stats
 
| Player MHP / Player MHP / Player ATK / Player DEF / Player MAG / Player SPR
 
| Player MHP / Player MHP / Player ATK / Player DEF / Player MAG / Player SPR
 
|-
 
|-
 
| 999
 
| 999
 
| Huge Worm (Erotica Duty)
 
| Huge Worm (Erotica Duty)
 +
| Poison-Insect Labyrinth
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 4444 / 65536 / 66 / 24 / 66 / 96
 
| 4444 / 65536 / 66 / 24 / 66 / 96
 
|-
 
|-
 
| 1000
 
| 1000
 
| Lady Une
 
| Lady Une
 +
| Capital Abaroso<br>Forgotten Mansion
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 4444 / 65536 / 192 / 24 / 128 / 96
 
| 4444 / 65536 / 192 / 24 / 128 / 96
 
|-
 
|-
 
| 1001
 
| 1001
 
| Bat
 
| Bat
 +
| Border Sacred Peak<br>Demon Castle Gaddem<br>Dwarven Great Tunnel<br>Execution Tower<br>Mage's Hideout<br>Mountain Cave
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 10 / 10 / 40 / 5 / 0 / 5
 
| 10 / 10 / 40 / 5 / 0 / 5
 
|-
 
|-
 
| 1002
 
| 1002
 
| Intelligent Saw
 
| Intelligent Saw
 +
| Demon Castle Gaddem<br>Execution Tower<br>Lionel Ideology Church<br>Mage's Hideout<br>RAYON Village<br>Undersea Temple
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Fixed
 
| 80 / 80 / 199 / 255 / 0 / 255
 
| 80 / 80 / 199 / 255 / 0 / 255
 
|-
 
|-
 
| 1003
 
| 1003
 
| Mage
 
| Mage
 +
| Undersea Temple
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 200 / 200 / 200 / 80 / 160 / 250
 
| 200 / 200 / 200 / 80 / 160 / 250
 
|-
 
|-
 
| 1004
 
| 1004
 
| Aspect of Kraken
 
| Aspect of Kraken
 +
| Forgotten Mansion<br>Undersea Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 800 / 800 / 180 / 50 / 100 / 50
 
| 800 / 800 / 180 / 50 / 100 / 50
 
|-
 
|-
 
| 1005
 
| 1005
 
| Cave Worm
 
| Cave Worm
 +
| Border Sacred Peak<br>Mage's Hideout<br>Mountain Cave<br>Nearby Forest<br>RAYON Village<br>Suspicious Temple
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Fixed
 
| 1000 / 1000 / 256 / 80 / 70 / 333
 
| 1000 / 1000 / 256 / 80 / 70 / 333
 
|-
 
|-
 
| 1006
 
| 1006
 
| Lid
 
| Lid
 +
| Gestahl Magitek Ruins<br>Roland Underground Prison<br>Underground Labyrinth<br>Undersea Temple
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 100 / 100 / 0 / 80 / 0 / 200
 
| 100 / 100 / 0 / 80 / 0 / 200
 
|-
 
|-
 
| 1007
 
| 1007
 
| Guardian
 
| Guardian
 +
| Demon Castle Gaddem<br>Undersea Temple
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 600 / 600 / 255 / 512 / 0 / 512
 
| 600 / 600 / 255 / 512 / 0 / 512
 
|-
 
|-
 
| 1008
 
| 1008
 
| Human Warrior M
 
| Human Warrior M
 +
| Gestahl Magitek Ruins<br>Roland Underground Prison
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level + random range
 
| (LV*12)+32~92 / (LV*12)+92 / (LV*10)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
 
| (LV*12)+32~92 / (LV*12)+92 / (LV*10)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
 
|-
 
|-
 
| 1009
 
| 1009
 
| Human Warrior F
 
| Human Warrior F
 +
| Mage's Hideout
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*8)+32~92 / (LV*8)+92 / (LV*8)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
 
| (LV*8)+32~92 / (LV*8)+92 / (LV*8)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
 
|-
 
|-
 
| 1010
 
| 1010
 
| Bunny
 
| Bunny
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*2)+2~16 / (LV*3)+32~64 / (LV*9)+32~64 / (LV*6)+32~64
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*2)+2~16 / (LV*3)+32~64 / (LV*9)+32~64 / (LV*6)+32~64
 
|-
 
|-
 
| 1011
 
| 1011
 
| Vorpal Bunny
 
| Vorpal Bunny
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*13)+13 / (LV*3)+32~64 / (LV*13)+32~64 / (LV*6)+32~64
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*13)+13 / (LV*3)+32~64 / (LV*13)+32~64 / (LV*6)+32~64
 
|-
 
|-
 
| 1012
 
| 1012
 
| Noblewoman
 
| Noblewoman
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*18)+32~128 / (LV*24)+32~128
 
| (LV*4)+24~48 / (LV*4)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*18)+32~128 / (LV*24)+32~128
 
|-
 
|-
 
| 1013
 
| 1013
 
| Female Mage
 
| Female Mage
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*6)+24~48 / (LV*6)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*16)+32~128 / (LV*20)+32~128
 
| (LV*6)+24~48 / (LV*6)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*16)+32~128 / (LV*20)+32~128
 
|-
 
|-
 
| 1014
 
| 1014
 
| Maid
 
| Maid
 +
| Scripted, summoned, or unused
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Player level + random range
 
| (LV*6)+16~64 / (LV*6)+64 / (LV*10)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
 
| (LV*6)+16~64 / (LV*6)+64 / (LV*10)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
 
|-
 
|-
 
| 1015
 
| 1015
 
| Sword Dancer
 
| Sword Dancer
 +
| Gestahl Magitek Ruins<br>Roland Underground Prison
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*3)+16~64 / (LV*3)+64 / (LV*6)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
 
| (LV*3)+16~64 / (LV*3)+64 / (LV*6)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
 
|-
 
|-
 
| 1016
 
| 1016
 
| Flack
 
| Flack
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*3)+16~64 / (LV*3)+64 / (LV*2)+8~16 / (LV*3)+32~64 / 0 / (LV*16)+32~128
 
| (LV*3)+16~64 / (LV*3)+64 / (LV*2)+8~16 / (LV*3)+32~64 / 0 / (LV*16)+32~128
 
|-
 
|-
 
| 1017
 
| 1017
 
| Ero-Elf
 
| Ero-Elf
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*4)+16~48 / (LV*4)+48 / (LV*6)+32~64 / (LV*4)+32~64 / (LV*8)+32~64 / (LV*12)+32~128
 
| (LV*4)+16~48 / (LV*4)+48 / (LV*6)+32~64 / (LV*4)+32~64 / (LV*8)+32~64 / (LV*12)+32~128
 
|-
 
|-
 
| 1018
 
| 1018
 
| Templar
 
| Templar
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*6)+16~48 / (LV*6)+48 / (LV*7)+32~64 / (LV*10)+32~64 / (LV*8)+32~64 / (LV*16)+32~128
 
| (LV*6)+16~48 / (LV*6)+48 / (LV*7)+32~64 / (LV*10)+32~64 / (LV*8)+32~64 / (LV*16)+32~128
 
|-
 
|-
 
| 1019
 
| 1019
 
| Mercenary
 
| Mercenary
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*12)+32~96 / (LV*12)+96 / (LV*12)+32~64 / (LV*12)+32~64 / 0 / (LV*2)+2~16
 
| (LV*12)+32~96 / (LV*12)+96 / (LV*12)+32~64 / (LV*12)+32~64 / 0 / (LV*2)+2~16
 
|-
 
|-
 
| 1020
 
| 1020
 
| Karateka
 
| Karateka
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level + random range
 
| (LV*8)+32~96 / (LV*8)+96 / (LV*24)+32~64 / (LV*3)+32~64 / 0 / (LV*8)+2~16
 
| (LV*8)+32~96 / (LV*8)+96 / (LV*24)+32~64 / (LV*3)+32~64 / 0 / (LV*8)+2~16
 
|-
 
|-
 
| 1021
 
| 1021
 
| Never-Never
 
| Never-Never
 +
| Dokuno Falls
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Player level
 
| (LV*5)+50 / (LV*5)+50 / (LV*3)+20 / (LV*2)+20 / LV+10 / (LV/2)+5
 
| (LV*5)+50 / (LV*5)+50 / (LV*3)+20 / (LV*2)+20 / LV+10 / (LV/2)+5
 
|-
 
|-
 
| 1022
 
| 1022
 
| Neverman
 
| Neverman
 +
| Dokuno Falls
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Player level
 
| (LV*6)+100 / (LV*6)+100 / (LV*5)+70 / (LV*4)+65 / 0 / ((LV*3)/2)+15
 
| (LV*6)+100 / (LV*6)+100 / (LV*5)+70 / (LV*4)+65 / 0 / ((LV*3)/2)+15
 
|-
 
|-
 
| 1023
 
| 1023
 
| Nevergirl
 
| Nevergirl
 +
| Dokuno Falls
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Player level
 
| (LV*9)+150 / (LV*9)+150 / ((LV*3)/2)+15 / (LV/2)+5 / (LV*5)+70 / (LV*8)+60
 
| (LV*9)+150 / (LV*9)+150 / ((LV*3)/2)+15 / (LV/2)+5 / (LV*5)+70 / (LV*8)+60
 
|-
 
|-
 
| 1024
 
| 1024
 
| Neverloon
 
| Neverloon
 +
| Dokuno Falls
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*60)+1000 / (LV*60)+2000 / ((LV*9)/2)+55 / (LV*3)+50 / ((LV*5)/2)+55 / (LV*9)+50
 
| (LV*60)+1000 / (LV*60)+2000 / ((LV*9)/2)+55 / (LV*3)+50 / ((LV*5)/2)+55 / (LV*9)+50
 
|-
 
|-
 
| 1025
 
| 1025
 
| Familiar
 
| Familiar
 +
| Traveling Bandits' Forest
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*5)+50 / (LV*5)+50 / (LV*2)+30 / ((LV*3)/2)+20 / ((LV*7)/2)+50 / (LV*4)+100
 
| (LV*5)+50 / (LV*5)+50 / (LV*2)+30 / ((LV*3)/2)+20 / ((LV*7)/2)+50 / (LV*4)+100
 
|-
 
|-
 
| 1026
 
| 1026
 
| Demon (Male)
 
| Demon (Male)
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| ((LV*17)/2)+60 / ((LV*17)/2)+60 / (LV*4)+50 / ((LV*3)/2)+40 / (LV*3)+30 / ((LV*7)/2)+60
 
| ((LV*17)/2)+60 / ((LV*17)/2)+60 / (LV*4)+50 / ((LV*3)/2)+40 / (LV*3)+30 / ((LV*7)/2)+60
 
|-
 
|-
 
| 1027
 
| 1027
 
| Demon (Female)
 
| Demon (Female)
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*7)+65 / (LV*7)+65 / ((LV*5)/2)+40 / ((LV*3)/2)+10 / (LV*5)+70 / (LV*6)+120
 
| (LV*7)+65 / (LV*7)+65 / ((LV*5)/2)+40 / ((LV*3)/2)+10 / (LV*5)+70 / (LV*6)+120
 
|-
 
|-
 
| 1028
 
| 1028
 
| Demon (Officer)
 
| Demon (Officer)
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*16)+80 / (LV*16)+80 / (LV*5)+60 / (LV*2)+50 / (LV*4)+60 / ((LV*15)/2)+160
 
| (LV*16)+80 / (LV*16)+80 / (LV*5)+60 / (LV*2)+50 / (LV*4)+60 / ((LV*15)/2)+160
 
|-
 
|-
 
| 1029
 
| 1029
 
| Archdemon
 
| Archdemon
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*50)+444 / (LV*50)+444 / ((LV*7)/2)+30 / ((LV*3)/2)+30 / ((LV*9)/2)+50 / ((LV*15)/2)+160
 
| (LV*50)+444 / (LV*50)+444 / ((LV*7)/2)+30 / ((LV*3)/2)+30 / ((LV*9)/2)+50 / ((LV*15)/2)+160
 
|-
 
|-
 
| 1030
 
| 1030
 
| Archdemon
 
| Archdemon
 +
| Scripted, summoned, or unused
 
| 20 - Other
 
| 20 - Other
 +
| Player level
 
| (LV*75)+666 / (LV*75)+666 / (LV*4)+50 / ((LV*3)/2)+50 / (LV*6)+60 / (LV*8)+200
 
| (LV*75)+666 / (LV*75)+666 / (LV*4)+50 / ((LV*3)/2)+50 / (LV*6)+60 / (LV*8)+200
 
|-
 
|-
 
| 1031
 
| 1031
 
| Slave Man
 
| Slave Man
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 500 / 500 / 200 / 200 / 100 / 100
 
| 500 / 500 / 200 / 200 / 100 / 100
 
|-
 
|-
 
| 1032
 
| 1032
 
| Slave Lady
 
| Slave Lady
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 400 / 400 / 150 / 150 / 100 / 100
 
| 400 / 400 / 150 / 150 / 100 / 100
 
|-
 
|-
 
| 1033
 
| 1033
 
| Man-Eating Chest
 
| Man-Eating Chest
 +
| Pyramid
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 1000 / 1000 / 300 / 250 / 3 / 250
 
| 1000 / 1000 / 300 / 250 / 3 / 250
 
|-
 
|-
 
| 1034
 
| 1034
 
| Ancient Warrior
 
| Ancient Warrior
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 800 / 800 / 250 / 150 / 100 / 100
 
| 800 / 800 / 250 / 150 / 100 / 100
 
|-
 
|-
 
| 1035
 
| 1035
 
| Evil Scorpion
 
| Evil Scorpion
 +
| Pyramid
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 400 / 400 / 230 / 100 / 100 / 100
 
| 400 / 400 / 230 / 100 / 100 / 100
 
|-
 
|-
 
| 1036
 
| 1036
 
| Pyramid Centipede
 
| Pyramid Centipede
 +
| Pyramid
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 500 / 500 / 210 / 150 / 100 / 100
 
| 500 / 500 / 210 / 150 / 100 / 100
 
|-
 
|-
 
| 1037
 
| 1037
 
| White Snake
 
| White Snake
 +
| Pyramid
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 800 / 800 / 250 / 100 / 100 / 100
 
| 800 / 800 / 250 / 100 / 100 / 100
 
|-
 
|-
 
| 1038
 
| 1038
 
| Machine Head
 
| Machine Head
 +
| Pyramid
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 1000 / 1000 / 300 / 300 / 4 / 250
 
| 1000 / 1000 / 300 / 300 / 4 / 250
 
|-
 
|-
 
| 1039
 
| 1039
 
| Specter
 
| Specter
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 300 / 300 / 150 / 150 / 100 / 150
 
| 300 / 300 / 150 / 150 / 100 / 150
 
|-
 
|-
 
| 1040
 
| 1040
 
| Iron Giant
 
| Iron Giant
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 1200 / 1200 / 300 / 250 / 5 / 200
 
| 1200 / 1200 / 300 / 250 / 5 / 200
 
|-
 
|-
 
| 1041
 
| 1041
 
| Wind Mage
 
| Wind Mage
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 500 / 500 / 100 / 150 / 250 / 200
 
| 500 / 500 / 100 / 150 / 250 / 200
 
|-
 
|-
 
| 1042
 
| 1042
 
| Wyrm
 
| Wyrm
 +
| Dragon Duel Cave<br>Pyramid
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 1000 / 1000 / 300 / 200 / 100 / 200
 
| 1000 / 1000 / 300 / 200 / 100 / 200
 
|-
 
|-
 
| 1043
 
| 1043
 
| Guardian Dragon
 
| Guardian Dragon
 +
| Pyramid
 
| 16 - Dragon
 
| 16 - Dragon
 +
| Fixed
 
| 1000 / 1000 / 350 / 250 / 150 / 250
 
| 1000 / 1000 / 350 / 250 / 150 / 250
 
|-
 
|-
 
| 1044
 
| 1044
 
| Cherie
 
| Cherie
 +
| Pyramid
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 500 / 500 / 150 / 150 / 250 / 200
 
| 500 / 500 / 150 / 150 / 250 / 200
 
|-
 
|-
 
| 1045
 
| 1045
 
| Royal Guard
 
| Royal Guard
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 600 / 600 / 250 / 200 / 100 / 100
 
| 600 / 600 / 250 / 200 / 100 / 100
 
|-
 
|-
 
| 1046
 
| 1046
 
| Haunted Mage
 
| Haunted Mage
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 1200 / 1200 / 250 / 200 / 300 / 300
 
| 1200 / 1200 / 250 / 200 / 300 / 300
 
|-
 
|-
 
| 1047
 
| 1047
 
| Slave Warrior
 
| Slave Warrior
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 700 / 700 / 250 / 250 / 250 / 100
 
| 700 / 700 / 250 / 250 / 250 / 100
 
|-
 
|-
 
| 1048
 
| 1048
 
| Slave Amazon
 
| Slave Amazon
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 600 / 600 / 150 / 200 / 100 / 250
 
| 600 / 600 / 150 / 200 / 100 / 250
 
|-
 
|-
 
| 1049
 
| 1049
 
| Pillar Doll
 
| Pillar Doll
 +
| Pyramid
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 1000 / 1000 / 100 / 200 / 400 / 200
 
| 1000 / 1000 / 100 / 200 / 400 / 200
 
|-
 
|-
 
| 1050
 
| 1050
 
| Dancing Jewel
 
| Dancing Jewel
 +
| Pyramid
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Fixed
 
| 500 / 500 / 100 / 250 / 100 / 250
 
| 500 / 500 / 100 / 250 / 100 / 250
 
|-
 
|-
 
| 1061
 
| 1061
 
| Sekhmet
 
| Sekhmet
 +
| Pyramid
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 5000 / 5000 / 400 / 200 / 10 / 200
 
| 5000 / 5000 / 400 / 200 / 10 / 200
 
|-
 
|-
 
| 1062
 
| 1062
 
| Queen
 
| Queen
 +
| Pyramid
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 3000 / 3000 / 150 / 150 / 300 / 200
 
| 3000 / 3000 / 150 / 150 / 300 / 200
 
|-
 
|-
 
| 1063
 
| 1063
 
| Scapegoat
 
| Scapegoat
 +
| Pyramid
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 300 / 300 / 100 / 100 / 100 / 100
 
| 300 / 300 / 100 / 100 / 100 / 100
 
|-
 
|-
 
| 1064
 
| 1064
 
| Basilisk
 
| Basilisk
 +
| Pyramid
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 5000 / 5000 / 300 / 300 / 200 / 300
 
| 5000 / 5000 / 300 / 300 / 200 / 300
 
|-
 
|-
 
| 1065
 
| 1065
 
| Minotaur
 
| Minotaur
 +
| Pyramid
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 10000 / 10000 / 450 / 250 / 10 / 250
 
| 10000 / 10000 / 450 / 250 / 10 / 250
 
|-
 
|-
 
| 1066
 
| 1066
 
| King
 
| King
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 8000 / 8000 / 400 / 300 / 450 / 300
 
| 8000 / 8000 / 400 / 300 / 450 / 300
 
|-
 
|-
 
| 1101
 
| 1101
 
| Haunt
 
| Haunt
 +
| Pyramid
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Fixed
 
| 700 / 700 / 200 / 200 / 150 / 350
 
| 700 / 700 / 200 / 200 / 150 / 350
 
|-
 
|-
 
| 1102
 
| 1102
 
| Fire Centipede
 
| Fire Centipede
 +
| Pyramid
 
| 10 - Insect
 
| 10 - Insect
 +
| Fixed
 
| 700 / 700 / 250 / 150 / 300 / 100
 
| 700 / 700 / 250 / 150 / 300 / 100
 
|-
 
|-
 
| 1103
 
| 1103
 
| Charmy Ride
 
| Charmy Ride
 +
| Pyramid
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 1200 / 1200 / 100 / 200 / 300 / 200
 
| 1200 / 1200 / 100 / 200 / 300 / 200
 
|-
 
|-
 
| 1104
 
| 1104
 
| Zephyr Zone
 
| Zephyr Zone
 +
| Pyramid
 
| 11 - Human Woman
 
| 11 - Human Woman
 +
| Fixed
 
| 500 / 500 / 100 / 100 / 300 / 200
 
| 500 / 500 / 100 / 100 / 300 / 200
 
|-
 
|-
 
| 1105
 
| 1105
 
| Wolframiter
 
| Wolframiter
 +
| Pyramid
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 1800 / 1800 / 330 / 280 / 5 / 280
 
| 1800 / 1800 / 330 / 280 / 5 / 280
 
|-
 
|-
 
| 1106
 
| 1106
 
| Slave General
 
| Slave General
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 1200 / 1200 / 350 / 300 / 250 / 250
 
| 1200 / 1200 / 350 / 300 / 250 / 250
 
|-
 
|-
 
| 1107
 
| 1107
 
| Slave Valkyrie
 
| Slave Valkyrie
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 1000 / 1000 / 250 / 200 / 250 / 350
 
| 1000 / 1000 / 250 / 200 / 250 / 350
 
|-
 
|-
 
| 1108
 
| 1108
 
| Hippogriff
 
| Hippogriff
 +
| Pyramid
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 1300 / 1300 / 350 / 200 / 250 / 200
 
| 1300 / 1300 / 350 / 200 / 250 / 200
 
|-
 
|-
 
| 1109
 
| 1109
 
| Gravedigger
 
| Gravedigger
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 500 / 500 / 450 / 150 / 250 / 250
 
| 500 / 500 / 450 / 150 / 250 / 250
 
|-
 
|-
 
| 1110
 
| 1110
 
| Bone Dragon
 
| Bone Dragon
 +
| Pyramid
 
| 05 - Undead
 
| 05 - Undead
 +
| Fixed
 
| 3000 / 3000 / 400 / 250 / 150 / 350
 
| 3000 / 3000 / 400 / 250 / 150 / 350
 
|-
 
|-
 
| 1116
 
| 1116
 
| Ice Grizzly
 
| Ice Grizzly
 +
| Snowy Mountain Range
 
| 00 - Beast
 
| 00 - Beast
 +
| Fixed
 
| 600 / 600 / 260 / 310 / 50 / 100
 
| 600 / 600 / 260 / 310 / 50 / 100
 
|-
 
|-
 
| 1117
 
| 1117
 
| Yeti
 
| Yeti
 +
| Snowy Mountain Range
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Fixed
 
| 500 / 500 / 270 / 350 / 50 / 150
 
| 500 / 500 / 270 / 350 / 50 / 150
 
|-
 
|-
 
| 1118
 
| 1118
 
| Frozen Petal
 
| Frozen Petal
 +
| Snowy Mountain Range
 
| 03 - Plant
 
| 03 - Plant
 +
| Fixed
 
| 200 / 200 / 0 / 100 / 350 / 150
 
| 200 / 200 / 0 / 100 / 350 / 150
 
|-
 
|-
 
| 1119
 
| 1119
 
| Oval Slime
 
| Oval Slime
 +
| Snowy Mountain Range
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Fixed
 
| 400 / 400 / 100 / 300 / 100 / 200
 
| 400 / 400 / 100 / 300 / 100 / 200
 
|-
 
|-
 
| 1120
 
| 1120
 
| Lucky Rabbit
 
| Lucky Rabbit
 +
| Snowy Mountain Range
 
| 00 - Beast
 
| 00 - Beast
 +
| Fixed
 
| 2000 / 2000 / 1 / 100 / 1 / 100
 
| 2000 / 2000 / 1 / 100 / 1 / 100
 
|-
 
|-
 
| 1121
 
| 1121
 
| Frost Bird
 
| Frost Bird
 +
| Snowy Mountain Range
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 300 / 300 / 100 / 200 / 250 / 100
 
| 300 / 300 / 100 / 200 / 250 / 100
 
|-
 
|-
 
| 1122
 
| 1122
 
| Snow Spirit
 
| Snow Spirit
 +
| Snowy Mountain Range
 
| 01 - Monstrous Beast
 
| 01 - Monstrous Beast
 +
| Fixed
 
| 500 / 500 / 100 / 150 / 350 / 300
 
| 500 / 500 / 100 / 150 / 350 / 300
 
|-
 
|-
 
| 1123
 
| 1123
 
| Chilly Titania
 
| Chilly Titania
 +
| Snowy Mountain Range
 
| 19 - Bird
 
| 19 - Bird
 +
| Fixed
 
| 5000 / 5000 / 250 / 200 / 400 / 600
 
| 5000 / 5000 / 250 / 200 / 400 / 600
 
|-
 
|-
 
| 1124
 
| 1124
 
| BOMB Crystal
 
| BOMB Crystal
 +
| Snowy Mountain Range
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| 100 / 100 / 0 / 100 / 600 / 100
 
| 100 / 100 / 0 / 100 / 600 / 100
 
|-
 
|-
 
| 1125
 
| 1125
 
| Evil Soul
 
| Evil Soul
 +
| Scripted, summoned, or unused
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| 20000 / 20000 / 0 / 100 / 400 / 100
 
| 20000 / 20000 / 0 / 100 / 400 / 100
 
|-
 
|-
 
| 1130
 
| 1130
 
| Lesser Dragon
 
| Lesser Dragon
 +
| Dragon Duel Cave
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Fixed
 
| 500 / 500 / 300 / 250 / 250 / 250
 
| 500 / 500 / 300 / 250 / 250 / 250
 
|-
 
|-
 
| 1131
 
| 1131
 
| Green Dragon
 
| Green Dragon
 +
| Dragon Duel Cave
 
| 16 - Dragon
 
| 16 - Dragon
 +
| Fixed
 
| 500 / 500 / 330 / 230 / 130 / 230
 
| 500 / 500 / 330 / 230 / 130 / 230
 
|-
 
|-
 
| 1132
 
| 1132
 
| Red Dragon
 
| Red Dragon
 +
| Scripted, summoned, or unused
 
| -
 
| -
 +
| Dynamic
 
| Defined dynamically or without a standard base-stat record
 
| Defined dynamically or without a standard base-stat record
 
|-
 
|-
 
| 1201
 
| 1201
 
| Wandering Soul Beta
 
| Wandering Soul Beta
 +
| Tower of the Sky
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.5 / S(ELV)*0.8
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.5 / S(ELV)*0.8
 
|-
 
|-
 
| 1202
 
| 1202
 
| Shuten-doji
 
| Shuten-doji
 +
| Tower of the Sky
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*0.8
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*0.8
 
|-
 
|-
 
| 1203
 
| 1203
 
| Amoi
 
| Amoi
 +
| Tower of the Sky
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Area level
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
 
|-
 
|-
 
| 1204
 
| 1204
 
| Crimson Mage
 
| Crimson Mage
 +
| Tower of the Sky
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV) / H(ELV) / S(ELV)*0.3 / S(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.7
 
| H(ELV) / H(ELV) / S(ELV)*0.3 / S(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.7
 
|-
 
|-
 
| 1205
 
| 1205
 
| Madman
 
| Madman
 +
| Tower of the Sky
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
 
|-
 
|-
 
| 1206
 
| 1206
 
| Nightgaunt
 
| Nightgaunt
 +
| Tower of the Sky
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV) / S(ELV)
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV) / S(ELV)
 
|-
 
|-
 
| 1207
 
| 1207
 
| Minion
 
| Minion
 +
| Arena<br>Tower of the Sky
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9
 
| H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9
 
|-
 
|-
 
| 1208
 
| 1208
 
| Solemn Moor
 
| Solemn Moor
 +
| Tower of the Sky
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*42 / H(ELV)*42 / S(ELV)*0.7 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
| H(ELV)*42 / H(ELV)*42 / S(ELV)*0.7 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
|-
 
|-
 
| 1209
 
| 1209
 
| Sanctum Guard
 
| Sanctum Guard
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(25)*10 / H(25)*10 / S(25)*0.9 / S(25)*0.9 / S(25) / S(25)
 
| H(25)*10 / H(25)*10 / S(25)*0.9 / S(25)*0.9 / S(25) / S(25)
 
|-
 
|-
 
| 1210
 
| 1210
 
| Gleaming Moor
 
| Gleaming Moor
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(25)*21 / H(25)*21 / S(25)*0.7 / S(25) / S(25)*0.9 / S(25)
 
| H(25)*21 / H(25)*21 / S(25)*0.7 / S(25) / S(25)*0.9 / S(25)
 
|-
 
|-
 
| 1211
 
| 1211
 
| Umbrella Ghost
 
| Umbrella Ghost
 +
| Ayakashi Mountain Path
 
| 05 - Undead
 
| 05 - Undead
 +
| Area level
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.9
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.9
 
|-
 
|-
 
| 1212
 
| 1212
 
| Ghost
 
| Ghost
 +
| Ayakashi Mountain Path
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Area level
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV)*0.8
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV)*0.8
 
|-
 
|-
 
| 1213
 
| 1213
 
| Kappa
 
| Kappa
 +
| Ayakashi Mountain Path
 
| 12 - Aquatic
 
| 12 - Aquatic
 +
| Area level
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV) / S(ELV)*0.4 / S(ELV)*0.6
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV) / S(ELV)*0.4 / S(ELV)*0.6
 
|-
 
|-
 
| 1214
 
| 1214
 
| Imp
 
| Imp
 +
| Ayakashi Mountain Path
 
| 07 - Demon
 
| 07 - Demon
 +
| Area level
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.3 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.3 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
|-
 
|-
 
| 1215
 
| 1215
 
| Death Gate
 
| Death Gate
 +
| Ayakashi Mountain Path
 
| 05 - Undead
 
| 05 - Undead
 +
| Area level
 
| H(ELV)*6 / H(ELV)*6 / S(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
| H(ELV)*6 / H(ELV)*6 / S(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)
 
|-
 
|-
 
| 1216
 
| 1216
 
| Nurikabe
 
| Nurikabe
 +
| Ayakashi Mountain Path
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*4.5 / H(ELV)*4.5 / S(ELV)*1.5 / S(ELV)*1.5 / S(ELV) / S(ELV)*0.1
 
| H(ELV)*4.5 / H(ELV)*4.5 / S(ELV)*1.5 / S(ELV)*1.5 / S(ELV) / S(ELV)*0.1
 
|-
 
|-
 
| 1217
 
| 1217
 
| Wanyudo
 
| Wanyudo
 +
| Ayakashi Mountain Path
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*1.4 / S(ELV)*0.9 / S(ELV)*1.1 / S(ELV)
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*1.4 / S(ELV)*0.9 / S(ELV)*1.1 / S(ELV)
 
|-
 
|-
 
| 1218
 
| 1218
 
| Heavenly Wolf Centipede
 
| Heavenly Wolf Centipede
 +
| Ayakashi Mountain Path
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*40 / H(ELV)*40 / S(ELV)*2 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.8
 
| H(ELV)*40 / H(ELV)*40 / S(ELV)*2 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.8
 
|-
 
|-
 
| 1219
 
| 1219
 
| Panjandrum
 
| Panjandrum
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(31)*10 / H(31)*10 / S(31)*1.4 / S(31)*0.9 / S(31)*1.1 / S(31)
 
| H(31)*10 / H(31)*10 / S(31)*1.4 / S(31)*0.9 / S(31)*1.1 / S(31)
 
|-
 
|-
 
| 1220
 
| 1220
 
| Midgardsormr
 
| Midgardsormr
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(31)*20 / H(31)*20 / S(31)*2 / S(31) / S(31)*1.2 / S(31)*0.8
 
| H(31)*20 / H(31)*20 / S(31)*2 / S(31) / S(31)*1.2 / S(31)*0.8
 
|-
 
|-
 
| 1221
 
| 1221
 
| Clay Doll
 
| Clay Doll
 +
| Villains' Valley
 
| 03 - Plant
 
| 03 - Plant
 +
| Area level
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)*0.1 / S(ELV)*0.9
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)*0.1 / S(ELV)*0.9
 
|-
 
|-
 
| 1222
 
| 1222
 
| Bandit
 
| Bandit
 +
| Villains' Valley
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV) / H(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.8
 
| H(ELV) / H(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.8
 
|-
 
|-
 
| 1223
 
| 1223
 
| Ruffian
 
| Ruffian
 +
| Villains' Valley
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*1.3
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*1.3
 
|-
 
|-
 
| 1224
 
| 1224
 
| Debuta
 
| Debuta
 +
| Villains' Valley
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Area level
 
| H(ELV)*1.8 / H(ELV)*1.8 / S(ELV)*1.2 / S(ELV)*0.5 / S(ELV)*1.2 / S(ELV)*0.5
 
| H(ELV)*1.8 / H(ELV)*1.8 / S(ELV)*1.2 / S(ELV)*0.5 / S(ELV)*1.2 / S(ELV)*0.5
 
|-
 
|-
 
| 1225
 
| 1225
 
| Sorcerer
 
| Sorcerer
 +
| Villains' Valley
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.1 / S(ELV)*1.1
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.1 / S(ELV)*1.1
 
|-
 
|-
 
| 1226
 
| 1226
 
| Archmage
 
| Archmage
 +
| Villains' Valley
 
| 07 - Demon
 
| 07 - Demon
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1227
 
| 1227
 
| Intelligent Saw Beta
 
| Intelligent Saw Beta
 +
| Villains' Valley
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*2 / S(ELV)*2 / S(ELV)*0 / S(ELV)*0
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*2 / S(ELV)*2 / S(ELV)*0 / S(ELV)*0
 
|-
 
|-
 
| 1228
 
| 1228
 
| Pyrogator
 
| Pyrogator
 +
| Villains' Valley
 
| 15 - Reptile
 
| 15 - Reptile
 +
| Area level
 
| H(ELV)*19 / H(ELV)*19 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.5
 
| H(ELV)*19 / H(ELV)*19 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.5
 
|-
 
|-
 
| 1229
 
| 1229
 
| Rogue Head
 
| Rogue Head
 +
| Villains' Valley
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*38 / H(ELV)*38 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
 
| H(ELV)*38 / H(ELV)*38 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1230
 
| 1230
 
| Chill Dragon
 
| Chill Dragon
 +
| Arena
 
| 16 - Dragon
 
| 16 - Dragon
 +
| Fixed
 
| H(36)*6 / H(36)*6 / S(36)*1.4 / S(36)*0.8 / S(36)*1.1 / S(36)*0.5
 
| H(36)*6 / H(36)*6 / S(36)*1.4 / S(36)*0.8 / S(36)*1.1 / S(36)*0.5
 
|-
 
|-
 
| 1231
 
| 1231
 
| Demon Head
 
| Demon Head
 +
| Arena
 
| 07 - Demon
 
| 07 - Demon
 +
| Fixed
 
| H(36)*19 / H(36)*19 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
 
| H(36)*19 / H(36)*19 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
 
|-
 
|-
 
| 1232
 
| 1232
 
| Moon Beast
 
| Moon Beast
 +
| The Astral
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Area level
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.8
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.8
 
|-
 
|-
 
| 1233
 
| 1233
 
| Moon Mage
 
| Moon Mage
 +
| The Astral
 
| 08 - Amorphous
 
| 08 - Amorphous
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
 
|-
 
|-
 
| 1234
 
| 1234
 
| Hammer Nice Guy
 
| Hammer Nice Guy
 +
| The Astral
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*1.6 / H(ELV)*1.6 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.2 / S(ELV)*0.6
 
| H(ELV)*1.6 / H(ELV)*1.6 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1235
 
| 1235
 
| Ender People
 
| Ender People
 +
| The Astral
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
 
|-
 
|-
 
| 1236
 
| 1236
 
| Moon Golem
 
| Moon Golem
 +
| The Astral
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Area level
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.7 / S(ELV)*0
 
| H(ELV)*0.6 / H(ELV)*0.6 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.7 / S(ELV)*0
 
|-
 
|-
 
| 1237
 
| 1237
 
| Ah
 
| Ah
 +
| The Astral
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Area level
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
 
|-
 
|-
 
| 1238
 
| 1238
 
| Mu
 
| Mu
 +
| The Astral
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Area level
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.3
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.3
 
|-
 
|-
 
| 1239
 
| 1239
 
| Pixel Devil
 
| Pixel Devil
 +
| The Astral
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*16 / H(ELV)*16 / S(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
 
| H(ELV)*16 / H(ELV)*16 / S(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
 
|-
 
|-
 
| 1240
 
| 1240
 
| Pixel Imp
 
| Pixel Imp
 +
| The Astral
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.1 / S(ELV)*0.1 / S(ELV)*0.1
 
| H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.1 / S(ELV)*0.1 / S(ELV)*0.1
 
|-
 
|-
 
| 1241
 
| 1241
 
| Astral Brain
 
| Astral Brain
 +
| The Astral
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*32 / H(ELV)*32 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
 
| H(ELV)*32 / H(ELV)*32 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1242
 
| 1242
 
| Mothership
 
| Mothership
 +
| Arena
 
| 17 - God
 
| 17 - God
 +
| Fixed
 
| H(36)*8 / H(36)*8 / S(36) / S(36)*0.8 / S(36)*1.1 / S(36)*0.8
 
| H(36)*8 / H(36)*8 / S(36) / S(36)*0.8 / S(36)*1.1 / S(36)*0.8
 
|-
 
|-
 
| 1243
 
| 1243
 
| Pixel Imp 2
 
| Pixel Imp 2
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(36)*0.1 / H(36)*0.1 / S(36)*1.1 / S(36)*0.1 / S(36)*0.1 / S(36)*0.1
 
| H(36)*0.1 / H(36)*0.1 / S(36)*1.1 / S(36)*0.1 / S(36)*0.1 / S(36)*0.1
 
|-
 
|-
 
| 1244
 
| 1244
 
| Little Brain
 
| Little Brain
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(36)*16 / H(36)*16 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
 
| H(36)*16 / H(36)*16 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
 
|-
 
|-
 
| 1245
 
| 1245
 
| Demon Soldier - Green
 
| Demon Soldier - Green
 +
| Demon Realm Dungeon
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.7 / S(ELV)*0.6 / S(ELV)*0.8
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.7 / S(ELV)*0.6 / S(ELV)*0.8
 
|-
 
|-
 
| 1246
 
| 1246
 
| Demon Soldier - Red
 
| Demon Soldier - Red
 +
| Demon Realm Dungeon
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.6 / S(ELV)*0.6
 
| H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.6 / S(ELV)*0.6
 
|-
 
|-
 
| 1247
 
| 1247
 
| Demon Soldier - Blue
 
| Demon Soldier - Blue
 +
| Demon Realm Dungeon
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Area level
 
| H(ELV) / H(ELV) / S(ELV) / S(ELV) / S(ELV)*0.7 / S(ELV)
 
| H(ELV) / H(ELV) / S(ELV) / S(ELV) / S(ELV)*0.7 / S(ELV)
 
|-
 
|-
 
| 1248
 
| 1248
 
| Dark Gunner
 
| Dark Gunner
 +
| Demon Realm Dungeon
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Area level
 
| H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
 
| H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
 
|-
 
|-
 
| 1249
 
| 1249
 
| Death Gunner
 
| Death Gunner
 +
| Demon Realm Dungeon
 
| 04 - Magical Life-form
 
| 04 - Magical Life-form
 +
| Area level
 
| H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
 
| H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
 
|-
 
|-
 
| 1250
 
| 1250
 
| Midas
 
| Midas
 +
| Demon Realm Dungeon
 
| 05 - Undead
 
| 05 - Undead
 +
| Area level
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
| H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1251
 
| 1251
 
| Debuton
 
| Debuton
 +
| Demon Realm Dungeon
 
| 02 - Beastman
 
| 02 - Beastman
 +
| Area level
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.2 / S(ELV) / S(ELV)*0.2
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.2 / S(ELV) / S(ELV)*0.2
 
|-
 
|-
 
| 1252
 
| 1252
 
| King Mummy
 
| King Mummy
 +
| Demon Realm Dungeon
 
| 05 - Undead
 
| 05 - Undead
 +
| Area level
 
| H(ELV)*9 / H(ELV)*9 / S(ELV)*5 / S(ELV)*2 / S(ELV)*5 / S(ELV)*2
 
| H(ELV)*9 / H(ELV)*9 / S(ELV)*5 / S(ELV)*2 / S(ELV)*5 / S(ELV)*2
 
|-
 
|-
 
| 1253
 
| 1253
 
| Gatekeeper
 
| Gatekeeper
 +
| Demon Realm Dungeon
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV)*1.2
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV)*1.2
 
|-
 
|-
 
| 1254
 
| 1254
 
| Succubus
 
| Succubus
 +
| Demon Realm Dungeon
 
| 07 - Demon
 
| 07 - Demon
 +
| Area level
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*0.2 / S(ELV) / S(ELV)*1.5 / S(ELV)
 
| H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*0.2 / S(ELV) / S(ELV)*1.5 / S(ELV)
 
|-
 
|-
 
| 1255
 
| 1255
 
| Wraith
 
| Wraith
 +
| Demon Realm Dungeon
 
| 06 - Incorporeal
 
| 06 - Incorporeal
 +
| Area level
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV) / S(ELV)
 
| H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV) / S(ELV)
 
|-
 
|-
 
| 1256
 
| 1256
 
| Bomber Bot
 
| Bomber Bot
 +
| Demon Realm Dungeon
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*1.2 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
| H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*1.2 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
 
|-
 
|-
 
| 1257
 
| 1257
 
| Giant Iron Ball
 
| Giant Iron Ball
 +
| Demon Realm Dungeon
 
| 14 - Special Armor
 
| 14 - Special Armor
 +
| Fixed
 
| 2048 / 2048 / 512 / 512 / 0 / 512
 
| 2048 / 2048 / 512 / 512 / 0 / 512
 
|-
 
|-
 
| 1258
 
| 1258
 
| Dragon Chariot
 
| Dragon Chariot
 +
| Demon Realm Dungeon
 
| 20 - Other
 
| 20 - Other
 +
| Area level
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*1.8 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
 
| H(ELV)*20 / H(ELV)*20 / S(ELV)*1.8 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
 
|-
 
|-
 
| 1259
 
| 1259
 
| Demon King Satanael
 
| Demon King Satanael
 +
| Demon Realm Dungeon
 
| 17 - God
 
| 17 - God
 +
| Area level
 
| H(ELV)*8 / H(ELV)*8 / S(ELV)*1.1 / S(ELV) / S(ELV)*1.1 / S(ELV)
 
| H(ELV)*8 / H(ELV)*8 / S(ELV)*1.1 / S(ELV) / S(ELV)*1.1 / S(ELV)
 
|-
 
|-
 
| 1260
 
| 1260
 
| Demon King Satanael
 
| Demon King Satanael
 +
| Demon Realm Dungeon
 
| 17 - God
 
| 17 - God
 +
| Area level
 
| H(ELV)*40 / H(ELV)*40 / S(ELV)*1.4 / S(ELV) / S(ELV)*1.4 / S(ELV)
 
| H(ELV)*40 / H(ELV)*40 / S(ELV)*1.4 / S(ELV) / S(ELV)*1.4 / S(ELV)
 
|-
 
|-
 
| 1261
 
| 1261
 
| Pheromedos
 
| Pheromedos
 +
| Arena
 
| 20 - Other
 
| 20 - Other
 +
| Fixed
 
| H(44)*20 / H(44)*20 / S(44)*1.8 / S(44)*0.8 / S(44)*1.1 / S(44)*0.8
 
| H(44)*20 / H(44)*20 / S(44)*1.8 / S(44)*0.8 / S(44)*1.1 / S(44)*0.8
 
|-
 
|-
 
| 1262
 
| 1262
 
| Traveling Merchant
 
| Traveling Merchant
 +
| Scripted, summoned, or unused
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Fixed
 
| 500 / 500 / 100 / 200 / 100 / 200
 
| 500 / 500 / 100 / 200 / 100 / 200
 
|-
 
|-
 
| 1263
 
| 1263
 
| Bounty Hunter
 
| Bounty Hunter
 +
| Scripted, summoned, or unused
 
| 18 - Human Man
 
| 18 - Human Man
 +
| Player level
 
| H(LV)*1.8 / H(LV)*1.8 / S(LV)*1.5 / S(LV) / S(LV) / S(LV)
 
| H(LV)*1.8 / H(LV)*1.8 / S(LV)*1.5 / S(LV) / S(LV) / S(LV)
 
|}
 
|}
  
 
[[Category:RyonaRPG]]
 
[[Category:RyonaRPG]]

Revision as of 16:27, 3 September 2026

RyonaRPG edit


Japanese release
Core 0163
2026-04-29



Gameplay:

Technical help:


External links:


This page lists the internal enemy IDs used by RyonaRPG's on-map battle system. The names, types, and base stat formulas below come from the English Edition v1.0 game data. Use the True Mirror in-game to inspect the enemy currently in front of you.

The stats column uses the order HP / Max HP / ATK / DEF / MAG / SPR. RPG Maker evaluates the formulas with integer math.

LV
The protagonist's level.
ELV
The local enemy-level value.
K
The Forest of No Thoughts defeat count used by a few scaling enemies.
Streak
The current Trial Grounds streak.
A~B
A random value from A through B.
H(n) and S(n)
The newer shared HP and combat-stat curves. Before the listed multiplier, they are approximately n^2 / (n/12) + 20 - n/3 and n^2 / 2 / (n/17) + 22 - n/3.

Enemy names are not necessarily unique. The ID determines which record the game uses.

Found in groups direct map placements under a named area and omits floors and internal submaps. Scripted, summoned, or unused means the game has no direct map placement for that ID; a common event may still create it.

See also Enemy Types for type traits, strengths, and weaknesses.

ID Name Found in Type Scaling HP / Max HP / ATK / DEF / MAG / SPR
1 Jelly Border Sacred Peak
Capital Abaroso
Lomei Labyrinth
Mountain Cave
RAYON Village
20 - Other Random range 4~16 / 16 / 20 / 25 / 0 / 15
2 Killer Ant Mountain Cave
Nearby Forest
10 - Insect Random range 16~50 / 50 / 35~55 / 20~55 / 0 / 10~25
3 Octopus Abandoned Factory
Execution Tower
Snowy Mountain Range
Undersea Temple
12 - Aquatic Random range 120~220 / 220 / 128~192 / 10 / 0 / 25
4 Faye Ancient Library
Border Sacred Peak
Demon Castle Gaddem
Dwarven Great Tunnel
Forgotten Mansion
Snowy Mountain Range
Suspicious Temple
Undersea Temple
13 - Beastwoman Random range 50 / 50 / 30~90 / 40 / 70~150 / 70~150
5 Mindless Orc Forest of No Thoughts
Torture ending
02 - Beastman Level + forest defeats (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+36 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21 / (((LV*20)+K)/5)+21
6 Toothfish Execution Tower
Forgotten Mansion
Snowy Mountain Range
Undersea Temple
12 - Aquatic Fixed 50 / 50 / 90 / 40 / 0 / 30
7 Blood Pudding Demon Castle Gaddem
Dwarven Great Tunnel
Forgotten Mansion
Mountain Cave
08 - Amorphous Fixed 50 / 50 / 40 / 60 / 0 / 30
8 Soldier Ant Arena
Mountain Cave
10 - Insect Fixed 50 / 50 / 60 / 90 / 0 / 35
9 Dummy Boy RAYON Village 20 - Other Player level (LV*400)+3000 / (LV*400)+3000 / 0 / 0 / 0 / 0
10 Fiend's Horn Demon Castle Gaddem
Undersea Temple
12 - Aquatic Fixed 80 / 80 / 65 / 150 / 70 / 120
11 Bug Swarm Abandoned Factory
Mage's Hideout
Poison-Insect Labyrinth
09 - Swarm Random range 256~384 / 384 / 80 / 10 / 20 / 20
12 Gnat Swarm Mage's Hideout
Norsley Sea of Decay
Poison-Insect Labyrinth
09 - Swarm Random range 128~256 / 256 / 70 / 1 / 0 / 20
13 Giant Spider Dwarven Great Tunnel
Norsley Sea of Decay
Poison-Insect Labyrinth
10 - Insect Fixed 80 / 80 / 80 / 60 / 60 / 60
14 Dread Spider Dwarven Great Tunnel
Norsley Sea of Decay
Poison-Insect Labyrinth
10 - Insect Fixed 150 / 150 / 100 / 160 / 80 / 160
15 Fire Moth Dwarven Great Tunnel
Poison-Insect Labyrinth
10 - Insect Fixed 80 / 80 / 80 / 40 / 120 / 140
16 Frost Butterfly Poison-Insect Labyrinth 10 - Insect Fixed 80 / 80 / 80 / 40 / 120 / 140
17 Executioner Capital Abaroso
Demon Castle Gaddem
Execution Tower
Forgotten Mansion
Mage's Hideout
Suspicious Temple
05 - Undead Fixed 170 / 170 / 160 / 180 / 0 / 160
18 Gizmo Execution Tower
Forgotten Mansion
08 - Amorphous Fixed 80 / 80 / 0 / 80 / 120 / 80
19 Skeleton Capital Abaroso
Execution Tower
Forgotten Mansion
05 - Undead Fixed 90 / 90 / 110 / 75 / 0 / 70
20 Mandragora Execution Tower
Forgotten Mansion
Mage's Hideout
Norsley Sea of Decay
Suspicious Temple
03 - Plant Fixed 120 / 240 / 100 / 80 / 100 / 100
21 Fire Flower Execution Tower
Mage's Hideout
11 - Human Woman Fixed 180 / 180 / 180 / 120 / 150 / 150
22 Snow Smile Execution Tower
Forgotten Mansion
Suspicious Temple
11 - Human Woman Fixed 180 / 180 / 80 / 170 / 150 / 150
23 Lightning Loli Demon Castle Gaddem
Execution Tower
Mage's Hideout
11 - Human Woman Fixed 100 / 100 / 80 / 120 / 220 / 150
24 Yellow Mold Demon Castle Gaddem
Dwarven Great Tunnel
Execution Tower
08 - Amorphous Fixed 320 / 500 / 180 / 100 / 0 / 120
25 Bee Girl Forgotten Mansion
Village Attacked by Bees
13 - Beastwoman Fixed 400 / 400 / 100 / 100 / 0 / 100
26 Reborn Bee Girl Village Attacked by Bees 13 - Beastwoman Player level (LV*20)+300 / (LV*20)+300 / 140 / 130 / 0 / 130
27 Arachne Mountain Cave 13 - Beastwoman Fixed 500 / 500 / 130 / 110 / 0 / 80
28 Reborn Arachne Mountain Cave 13 - Beastwoman Player level (LV*20)+400 / (LV*20)+400 / 170 / 140 / 0 / 110
101 Wandering Soul Border Sacred Peak
Capital Abaroso
Demon Castle Gaddem
Forgotten Mansion
Mage's Hideout
Mullonde Necromancy Hall
Roland Underground Prison
Suspicious Temple
06 - Incorporeal Player level + random range (LV*5)+32~64 / (LV*5)+64 / 0 / 0 / (LV*9)+32~64 / (LV*8)+32~64
102 Stray Spirit Forgotten Mansion
Man-Eating Soul Cave
06 - Incorporeal Player level + random range (LV*2)+8~16 / (LV*2)+16 / 0 / 0 / (LV*6)+32~64 / (LV*4)+32~64
201 Great Malboro Mage's Hideout
Mountain Cave
03 - Plant Fixed / / 166 / 60 / 0 / 100
202 Insect Queen Arena
Mountain Cave
13 - Beastwoman Player level / / (130+LV)+LV / 160 / 0 / 160
203 Kraken Arena
Pyramid
Torture ending
Undersea Temple
12 - Aquatic Fixed / 65536 / 512 / 128 / 192 / 192
204 Swarm Poison-Insect Labyrinth 20 - Other Fixed 2000 / 65536 / 320 / 8 / 100 / 0
205 Sleipnir Poison-Insect Labyrinth 10 - Insect Fixed 1600 / 1600 / 120 / 0 / 0 / 0
206 Sleipnir Herd Poison-Insect Labyrinth 10 - Insect Fixed 300 / 300 / 120 / 0 / 0 / 0
207 Octomammoth Arena
Undersea Temple
12 - Aquatic Fixed / / 320 / 120 / 120 / 120
208 Tentacle Arena
Undersea Temple
12 - Aquatic Fixed / / 192 / 60 / 80 / 80
209 Malboro Bros. Arena
Forgotten Mansion
03 - Plant Fixed 240 / 240 / 250 / 150 / 0 / 250
210 Stomach Antibody Dwarven Great Tunnel
Poison-Insect Labyrinth
10 - Insect Player level + random range (LV*10)+24~48 / 65536 / (LV*8)+13 / LV*13 / 0 / (LV*13)+32~64
211 Huge Worm Bio Lab Dungeon
Dwarven Great Tunnel
Mage's Hideout
Nearby Forest
Norsley Sea of Decay
Poison-Insect Labyrinth
10 - Insect Fixed 600 / 600 / 250 / 2 / 0 / 2
212 Mage Slayer Norsley Sea of Decay
Poison-Insect Labyrinth
10 - Insect Fixed 80 / 80 / 99 / 160 / 0 / 500
213 Stomach Core Poison-Insect Labyrinth 10 - Insect Player level + random range (LV*20)+48~108 / 65536 / (LV*13)+13 / LV*13 / 0 / (LV*13)+32~64
214 Young Land Ray Mountain Cave 10 - Insect Fixed 80 / 80 / 40 / 2 / 0 / 4
215 Land Ray Dwarven Great Tunnel
Mountain Cave
10 - Insect Fixed 160 / 160 / 80 / 40 / 0 / 90
216 Great Land Ray Abandoned Factory
Dwarven Great Tunnel
Mountain Cave
Suspicious Temple
10 - Insect Fixed 250 / 250 / 100 / 60 / 0 / 120
217 Queen Bee Village Attacked by Bees 13 - Beastwoman Player level (LV*40)+300 / (LV*40)+300 / 160 / 160 / 0 / 160
218 Kobold Dwarven Great Tunnel 02 - Beastman Fixed 80 / 80 / 80 / 80 / 40 / 80
219 Pig Dwarven Great Tunnel 18 - Human Man Fixed 200 / 200 / 100 / 40 / 40 / 40
220 Pig Lord Dwarven Great Tunnel 18 - Human Man Fixed 350 / 350 / 150 / 60 / 40 / 140
221 Pig Shaman Dwarven Great Tunnel 18 - Human Man Fixed 250 / 250 / 110 / 50 / 170 / 140
222 Pig Berserker Dwarven Great Tunnel 18 - Human Man Fixed 200 / 200 / 150 / 40 / 40 / 40
223 Carrion Crawler Dwarven Great Tunnel 10 - Insect Fixed 350 / 350 / 200 / 40 / 40 / 40
224 Spirit Ball Dwarven Great Tunnel 06 - Incorporeal Fixed 50 / 50 / 80 / 50 / 120 / 100
225 Mad Hand Dwarven Great Tunnel 08 - Amorphous Fixed 150 / 150 / 100 / 150 / 100 / 80
226 Armor Eater Dwarven Great Tunnel 04 - Magical Life-form Fixed 300 / 300 / 150 / 150 / 100 / 150
227 Dark Spirit Dwarven Great Tunnel 06 - Incorporeal Fixed 100 / 100 / 160 / 40 / 160 / 280
228 G Scorpion Dwarven Great Tunnel 10 - Insect Fixed 100 / 100 / 160 / 300 / 10 / 100
229 Nergal Dwarven Great Tunnel 01 - Monstrous Beast Fixed H(15)*()/10 / H(15)*()/10 / S(15)*1.4 / S(15)*1.3 / S(15)*1.4 / S(15)*1.3
230 Clay Claw Dwarven Great Tunnel 12 - Aquatic Fixed H(15)*10.2 / H(15)*10.2 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3 / S(15)*1.3
231 Dig Armor Dwarven Great Tunnel 12 - Aquatic Fixed H(15)*6.6 / H(15)*6.6 / S(15)*1.3 / S(15)*1.3 / S(15)*1.8 / S(15)
300 Generic Beast Capital Abaroso 00 - Beast Player level (LV*3)+45 / (LV*3)+45 / (LV*2)+26 / (LV*2)+28 / (LV*1)+2 / (LV*1)+2
310 Generic Monstrous Beast Bio Lab Dungeon 01 - Monstrous Beast Player level (LV*3)+55 / (LV*3)+55 / (LV*2)+32 / (LV*2)+24 / (LV*2)+10 / (LV*1)+2
311 Brain Sucker Writhing Cave 01 - Monstrous Beast Fixed 200 / 200 / 60 / 80 / 20 / 60
320 Generic Beastman Bio Lab Dungeon
Forgotten Mansion
02 - Beastman Player level (LV*3)+50 / (LV*3)+50 / (LV*3)+35 / (LV*2)+20 / (LV*2)+12 / (LV*1)+12
321 Super Goblin Ruined Melbel 02 - Beastman Fixed 1200 / 1200 / 120 / 25 / 80 / 25
330 Generic Plant Bio Lab Dungeon 03 - Plant Player level (LV*4)+45 / (LV*4)+45 / (LV*2)+20 / (LV*3)+35 / (LV*3)+25 / (LV*2)+20
331 Flower Girl Forgotten Mansion 03 - Plant Fixed 350 / 350 / 180 / 100 / 150 / 100
332 Tentacle Ball Writhing Cave 03 - Plant Fixed 400 / 400 / 80 / 160 / 80 / 220
340 Generic Magical Life-form Bio Lab Dungeon
Brainwashed City Melbel
04 - Magical Life-form Player level (LV*3)+40 / (LV*3)+40 / (LV*2)+35 / (LV*2)+45 / (LV*2)+40 / (LV*2)+30
341 Wood Golem Ancient Library 04 - Magical Life-form Fixed 300 / 300 / 400 / 300 / 0 / 150
342 Automaton Mage's Hideout 04 - Magical Life-form Player level (LV*10)+1000 / (LV*10)+1000 / (LV*3)+150 / (LV*3)+150 / 100 / (LV*3)+150
343 Machine Soldier Abandoned Factory
Mage's Hideout
04 - Magical Life-form Fixed 150 / 150 / 200 / 40 / 200 / 60
350 Generic Undead Bio Lab Dungeon
Mullonde Necromancy Hall
Roland Underground Prison
05 - Undead Player level (LV*4)+64 / (LV*4)+64 / (LV*3)+34 / (LV*2)+34 / (LV*2)+8 / (LV*2)+12
360 Generic Incorporeal Brainwashed City Melbel
Roland Underground Prison
06 - Incorporeal Player level (LV*2)+35 / (LV*2)+35 / (LV*1)+1 / (LV*1)+1 / (LV*3)+45 / (LV*3)+30
361 Black Soul Ancient Library 06 - Incorporeal Fixed 300 / 300 / 200 / 200 / 200 / 200
370 Generic Demon Bio Lab Dungeon 07 - Demon Player level (LV*3)+65 / (LV*3)+65 / (LV*3)+40 / (LV*2)+20 / (LV*2)+18 / (LV*2)+14
371 Goddamn Blue Oni Demon Castle Gaddem 07 - Demon Fixed 350 / 350 / 250 / 300 / 200 / 480
372 Summoned Imp Ancient Library 07 - Demon Fixed 200 / 200 / 10 / 200 / 10 / 200
380 Generic Amorphous Bio Lab Dungeon 08 - Amorphous Player level (LV*4)+75 / (LV*4)+75 / (LV*2)+20 / (LV*2)+32 / (LV*1)+2 / (LV*2)+3
381 Upthrust Slime Ancient Library 08 - Amorphous Fixed 350 / 350 / 100 / 50 / 0 / 100
382 Ooze Writhing Cave 08 - Amorphous Fixed 100 / 100 / 80 / 120 / 40 / 60
390 Generic Swarm Scripted, summoned, or unused 09 - Swarm Player level (LV*3)+41 / (LV*3)+41 / (LV*2)+20 / (LV*2)+42 / (LV*1)+5 / (LV*1)+4
400 Generic Bug Bio Lab Dungeon
Floating Continent Laputa
Gestahl Magitek Ruins
10 - Insect Player level (LV*3)+32 / (LV*3)+32 / (LV*2)+16 / (LV*1)+38 / (LV*1)+2 / (LV*1)+2
401 Killer Mantis Gestahl Magitek Ruins 10 - Insect Fixed 350 / 350 / 270 / 120 / 20 / 100
410 Generic Human Woman Trap Cave Entrance 11 - Human Woman Player level (LV*3)+30 / (LV*3)+30 / (LV*2)+24 / (LV*2)+8 / (LV*3)+36 / (LV*3)+43
411 Chainsaw Maid Ruined Melbel 11 - Human Woman Fixed 350 / 350 / 180 / 60 / 100 / 80
420 Generic Aquatic Scripted, summoned, or unused 12 - Aquatic Player level (LV*3)+52 / (LV*3)+52 / (LV*3)+33 / (LV*2)+22 / (LV*1)+6 / (LV*1)+9
421 Tonberry Mage's Hideout 12 - Aquatic Player level (LV*50)+3000 / (LV*50)+3000 / (LV*5)+250 / (LV*5)+100 / 0 / (LV*10)+100
430 Generic Beastwoman Scripted, summoned, or unused 13 - Beastwoman Player level (LV*3)+49 / (LV*3)+49 / (LV*3)+34 / (LV*2)+18 / (LV*3)+38 / (LV*3)+46
440 Generic Special Armor Bio Lab Dungeon
Floating Continent Laputa
14 - Special Armor Player level (LV*3)+66 / (LV*3)+66 / (LV*3)+52 / (LV*3)+66 / (LV*1)+9 / (LV*2)+7
450 Generic Reptile Bio Lab Dungeon 15 - Reptile Player level (LV*3)+60 / (LV*3)+60 / (LV*2)+36 / (LV*2)+44 / (LV*1)+2 / (LV*2)+5
451 Meduconda Traveling Bandits' Forest 15 - Reptile Player level (LV*4)+60 / (LV*4)+60 / ((LV*9)/5)+18 / ((LV*5)/2)+20 / ((LV*6)/5)+12 / ((LV*3)/2)+20
452 Indian Poison Frog Traveling Bandits' Forest 15 - Reptile Player level (LV*3)+35 / (LV*3)+35 / ((LV*6)/5)+12 / ((LV*3)/2)+10 / ((LV*9)/5)+18 / ((LV*5)/2)+10
460 Generic Dragon Bio Lab Dungeon
Border Sacred Peak
16 - Dragon Player level (LV*5)+200 / (LV*5)+200 / (LV*3)+70 / (LV*3)+90 / (LV*3)+80 / (LV*3)+50
470 Generic God Capital Abaroso
Gestahl Magitek Ruins
Roland Underground Prison
17 - God Player level (LV*4)+150 / (LV*4)+150 / (LV*3)+50 / (LV*3)+60 / (LV*4)+120 / (LV*3)+90
480 Generic Human Man Arena
Capital Abaroso
Ruined Melbel
18 - Human Man Player level (LV*3)+34 / (LV*3)+34 / (LV*2)+26 / (LV*2)+12 / (LV*3)+22 / (LV*3)+27
481 Bandit (Pickpocket) Traveling Bandits' Forest 18 - Human Man Player level ((LV*4)/5)+20 / ((LV*4)/5)+20 / LV+20 / 0 / LV+20 / 0
482 Bandit (Brawler) Traveling Bandits' Forest 18 - Human Man Player level (LV*6)+50 / (LV*6)+50 / ((LV*7)/2)+40 / (LV*3)+40 / LV+20 / ((LV*3)/2)+40
483 Bandit (Archer) Traveling Bandits' Forest 18 - Human Man Player level ((LV*7)/2)+40 / ((LV*7)/2)+40 / (LV*3)+20 / (LV*2)+20 / ((LV*7)/2)+40 / (LV*4)+40
484 Bandit (Boss) Traveling Bandits' Forest 18 - Human Man Player level (LV*30)+300 / (LV*30)+300 / (LV*4)+60 / ((LV*7)/2)+60 / ((LV*5)/2)+30 / (LV*5)+80
490 Generic Bird Ancient Library
Bio Lab Dungeon
Border Sacred Peak
Mage's Hideout
19 - Bird Player level (LV*2)+38 / (LV*2)+38 / (LV*2)+42 / (LV*2)+8 / (LV*2)+19 / (LV*3)+14
491 Hanging Bat Ancient Library 19 - Bird Fixed 300 / 300 / 200 / 200 / 0 / 50
492 Flying Saw Abandoned Factory
Mage's Hideout
19 - Bird Fixed 80 / 80 / 60 / 20 / 50 / 20
500 Generic Other Trap Cave Entrance 20 - Other Player level (LV*3)+75 / (LV*3)+75 / (LV*2)+55 / (LV*2)+55 / (LV*3)+55 / (LV*3)+55
501 Vampire Bat Dokuno Falls 20 - Other Player level (LV*3)+50 / (LV*3)+50 / ((LV*5)/2)+25 / ((LV*3)/2)+25 / 0 / 0
502 Water Spider Dokuno Falls 20 - Other Player level (LV*6)+80 / (LV*6)+80 / (LV*4)+50 / (LV*2)+20 / 0 / (LV*2)+10
503 Intruder-Defense Light Tank Lionel Ideology Church 20 - Other Fixed 400 / 400 / 200 / 300 / 300 / 100
504 Intruder-Defense Drone Lionel Ideology Church 20 - Other Fixed 300 / 300 / 300 / 125 / 150 / 125
505 Intruder-Defense Light Tank Lionel Ideology Church 20 - Other Fixed 700 / 700 / 150 / 300 / 150 / 150
506 Intruder-Defense Drone Lionel Ideology Church 20 - Other Fixed 150 / 150 / 150 / 75 / 300 / 75
510 Tentacle Mimic Ancient Library 21 - Treasure Chest Random range 5~10 / 10 / 0 / 999 / 300 / 999
600 Killer Book Ancient Library 04 - Magical Life-form Fixed 1200 / 1200 / 550 / 250 / 400 / 250
601 Mirror Demon Ancient Library 07 - Demon Fixed 4096 / 4096 / 256 / 8192 / 1024 / 8192
602 Chadarnook Mage's Hideout 20 - Other Player level (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*3)+100 / (LV*5)+150 / (LV*20)+350
603 Lakshmi Mage's Hideout 20 - Other Player level (LV*100)+3500 / (LV*100)+5000 / (LV*3)+150 / (LV*20)+350 / (LV*5)+150 / (LV*3)+100
604 Avaloso Sergeant Capital Abaroso 11 - Human Woman Area level H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
605 Avaloso Soldier Capital Abaroso 18 - Human Man Area level H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
606 Seven Heroes Sergeant Arena 11 - Human Woman Area level H(ELV)*10 / H(ELV)*10 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
607 Seven Heroes Soldier Arena 18 - Human Man Area level H(ELV)*0 / H(ELV)*0 / S(ELV) / S(ELV)*0.6 / S(ELV)*0.5 / S(ELV)*0.4
608 Necromancer Gestahl Magitek Ruins
Mullonde Necromancy Hall
20 - Other Fixed 1500 / 1500 / 150 / 200 / 300 / 200
609 Living Corpse Mullonde Necromancy Hall 05 - Undead Fixed 500 / 500 / 180 / 150 / 120 / 100
610 Border Dragon Border Sacred Peak 16 - Dragon Area level H(ELV)*2 / H(ELV)*2 / S(ELV)*1.6 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.1
611 Border Devil Border Sacred Peak 07 - Demon Area level H(ELV)*12 / H(ELV)*12 / S(ELV)*2 / S(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.8
612 Devil Crystal Border Sacred Peak 04 - Magical Life-form Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.7 / S(ELV)*0.3 / S(ELV)*1.8 / S(ELV)*2
613 Fortress City Male Soldier Ruined Melbel 18 - Human Man Fixed 220 / 220 / 208 / 176 / 32 / 144
614 Fortress City Heavy Infantry Ruined Melbel 18 - Human Man Fixed 180 / 180 / 192 / 224 / 16 / 192
615 Fortress City Female Soldier Ruined Melbel 11 - Human Woman Fixed 600 / 600 / 176 / 144 / 48 / 144
616 Monster General Ruined Melbel 20 - Other Fixed 4200 / 4200 / 192 / 48 / 128 / 96
617 Sorcerer Ruined Melbel 18 - Human Man Fixed 100 / 100 / 40 / 40 / 176 / 352
618 Magic (Physical) User Ruined Melbel 18 - Human Man Fixed 240 / 240 / 768 / 80 / 0 / 96
619 Writhing Cave Core Writhing Cave 20 - Other Fixed 2000 / 2000 / 100 / 80 / 150 / 120
620 Blau Merman Ancient Civilization Weir Tower 12 - Aquatic Fixed 380 / 380 / 220 / 230 / 50 / 180
621 Rot Merman Ancient Civilization Weir Tower 12 - Aquatic Fixed 350 / 350 / 260 / 190 / 90 / 140
622 Mermaid Azure Ancient Civilization Weir Tower 12 - Aquatic Fixed 320 / 320 / 50 / 180 / 220 / 230
623 Mermaid Rosso Ancient Civilization Weir Tower 12 - Aquatic Fixed 290 / 290 / 90 / 140 / 260 / 190
624 Rosado Crab Ancient Civilization Weir Tower 12 - Aquatic Fixed 130 / 130 / 360 / 380 / 20 / 230
625 Tentacle Marrone Ancient Civilization Weir Tower 12 - Aquatic Fixed 520 / 520 / 280 / 240 / 70 / 290
626 Avatar of Darkness Lomei Labyrinth 07 - Demon Fixed 400 / 400 / 300 / 200 / 300 / 200
627 Maze Goblin Lomei Labyrinth 02 - Beastman Fixed 460 / 460 / 370 / 240 / 90 / 110
628 Living Shadow Lomei Labyrinth 06 - Incorporeal Fixed 130 / 130 / 180 / 150 / 240 / 120
629 Aqua Slime Lomei Labyrinth 08 - Amorphous Fixed 380 / 380 / 240 / 220 / 280 / 170
630 Flame of Resentment Lomei Labyrinth 08 - Amorphous Fixed 360 / 360 / 190 / 180 / 330 / 250
631 Flesh Golem Lomei Labyrinth 01 - Monstrous Beast Fixed 410 / 410 / 340 / 190 / 260 / 220
632 Dud Mimic Lomei Labyrinth 04 - Magical Life-form Fixed 430 / 430 / 410 / 490 / 180 / 490
633 Reaper Lomei Labyrinth 17 - God Fixed 12000 / 12000 / 1800 / 1100 / 1200 / 1500
634 Afrit Lomei Labyrinth 17 - God Fixed 2400 / 2400 / 370 / 260 / 310 / 190
635 Sibel Lomei Labyrinth 17 - God Fixed 1900 / 1900 / 280 / 210 / 360 / 290
636 Evil Dragon Statue Lomei Labyrinth 20 - Other Fixed 9300 / 9300 / 220 / 370 / 380 / 280
637 Evil Dragon's Servant Lomei Labyrinth 20 - Other Fixed 1400 / 1400 / 360 / 220 / 320 / 260
640 Violeta Ancient Civilization Weir Tower 12 - Aquatic Fixed 3400 / 3400 / 250 / 240 / 320 / 330
641 Black Mage Gestahl Magitek Ruins 18 - Human Man Fixed 1600 / 1600 / 160 / 180 / 360 / 200
942 Large Auto-Healer Scripted, summoned, or unused - Dynamic Defined dynamically or without a standard base-stat record
943 Caddisfly Norsley Sea of Decay 09 - Swarm Fixed 5000 / 5000 / 512 / 678 / 512 / 333
944 Cholkin Norsley Sea of Decay 19 - Bird Fixed 100 / 100 / 444 / 444 / 444 / 444
945 Demon Centipede Norsley Sea of Decay 01 - Monstrous Beast Fixed 500 / 500 / 200 / 400 / 260 / 260
946 Mutant Land Ray Norsley Sea of Decay 01 - Monstrous Beast Fixed 600 / 600 / 200 / 360 / 180 / 100
947 Malboro Norsley Sea of Decay 03 - Plant Fixed 1000 / 1000 / 256 / 240 / 180 / 260
948 Burger Plant Norsley Sea of Decay 03 - Plant Fixed 5000 / 5000 / 256 / 240 / 180 / 180
949 Flame Flower Norsley Sea of Decay 03 - Plant Fixed 300 / 300 / 100 / 280 / 240 / 180
950 Snow Flower Norsley Sea of Decay 03 - Plant Fixed 300 / 300 / 100 / 400 / 180 / 180
951 Killer Bee Norsley Sea of Decay 19 - Bird Fixed 30 / 30 / 110 / 380 / 20 / 70
952 G Centipede Dwarven Great Tunnel
Norsley Sea of Decay
10 - Insect Fixed 120 / 120 / 160 / 400 / 20 / 120
953 D Centipede Norsley Sea of Decay 10 - Insect Fixed 200 / 200 / 220 / 600 / 20 / 160
954 La-Lilim Forgotten Mansion 07 - Demon Fixed 166 / 166 / 120 / 66 / 166 / 250
955 Mr. Treasure Chest Ancient Trial Grounds
Dokuno Falls
Underground Labyrinth
21 - Treasure Chest Random range 4~6 / 10 / 0 / 999 / 0 / 999
956 Training Shadow Ancient Trial Grounds 05 - Undead Level + Trial Grounds streak ((LV+Streak)*6)+50 / ((LV+Streak)*6)+50 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40 / ((LV+Streak)*7)+40
957 Slime King Mountain Cave 08 - Amorphous Fixed 3000 / 3000 / 512 / 256 / 0 / 256
958 Helm Slime Abandoned Factory
Mountain Cave
08 - Amorphous Fixed 100 / 100 / 60 / 120 / 0 / 60
959 Puppet Master Mountain Cave
Suspicious Temple
02 - Beastman Random range 128~512 / 512 / 88~256 / 88~256 / 88~256 / 2~256
960 Slime (Large) Abandoned Factory
Demon Castle Gaddem
Mage's Hideout
Mountain Cave
Suspicious Temple
08 - Amorphous Fixed 1000 / 1000 / 384 / 200 / 120 / 60
961 Dragonfly Dwarven Great Tunnel
Nearby Forest
Norsley Sea of Decay
RAYON Village
10 - Insect Fixed 1000 / 1000 / 384 / 200 / 120 / 60
962 Flower RAYON Village 03 - Plant Fixed 600 / 600 / 0 / 2 / 80 / 2
963 Volcanon Bio Lab Dungeon
Dwarven Great Tunnel
Floating Continent Laputa
Lionel Ideology Church
RAYON Village
20 - Other Fixed 600 / 600 / 180 / 350 / 300 / 350
964 La-Zombie Border Sacred Peak
Capital Abaroso
Forgotten Mansion
Gestahl Magitek Ruins
Girls' Hall
Mage's Hideout
Mullonde Necromancy Hall
05 - Undead Fixed 600 / 600 / 180 / 2 / 30 / 6
965 Sorceress Gestahl Magitek Ruins
Girls' Hall
Mage's Hideout
RAYON Village
Ruined Melbel
11 - Human Woman Fixed 50 / 50 / 20 / 40 / 120 / 80
966 Swordswoman Border Sacred Peak
Gestahl Magitek Ruins
Girls' Hall
11 - Human Woman Fixed 70 / 70 / 90 / 40 / 40 / 80
967 Demon Nearby Forest
Roland Underground Prison
07 - Demon Player level (LV*50)+200 / (LV*50)+200 / 100 / 40 / 0 / 50
968 Raven Forgotten Mansion
Nearby Forest
19 - Bird Fixed 50 / 50 / 70 / 90 / 0 / 60
969 Goblin Capital Abaroso
Dwarven Great Tunnel
Nearby Forest
Suspicious Temple
02 - Beastman Fixed 50 / 50 / 50 / 50 / 0 / 40
970 Giant Snake Capital Abaroso
Emilis Lake
Nearby Forest
15 - Reptile Fixed 20 / 20 / 60 / 40 / 0 / 10
971 Giant Frog Capital Abaroso
Nearby Forest
15 - Reptile Fixed 30 / 30 / 30 / 10 / 0 / 10
972 Stone Doll Bio Lab Dungeon
Border Sacred Peak
Forgotten Mansion
Mage's Hideout
Mountain Cave
04 - Magical Life-form Fixed 200 / 200 / 200 / 200 / 0 / 200
973 Stray Dog Border Sacred Peak
Capital Abaroso
Nearby Forest
RAYON Village
00 - Beast Fixed 50 / 50 / 50 / 70 / 0 / 30
974 Outlaw Capital Abaroso
Mage's Hideout
RAYON Village
18 - Human Man Fixed 120 / 120 / 99 / 50 / 10 / 10
975 Thief Bio Lab Dungeon
Mage's Hideout
RAYON Village
Villains' Valley
18 - Human Man Fixed 60 / 60 / 50 / 70 / 10 / 30
976 La-Fire Dwarven Great Tunnel
Forgotten Mansion
Suspicious Temple
20 - Other Fixed 100 / 100 / 160 / 40 / 120 / 100
977 Lantern Execution Tower
RAYON Village
20 - Other Fixed 1 / 1 / 100 / 100 / 100 / 0
978 Lantern (Lit) Execution Tower 20 - Other Fixed 1 / 1 / 100 / 100 / 100 / 0
979 Bubbly Slime Border Sacred Peak
RAYON Village
08 - Amorphous Fixed 20 / 20 / 40 / 2 / 20 / 40
980 Buchunpa RAYON Village 01 - Monstrous Beast Fixed 60 / 60 / 20 / 40 / 20 / 40
981 Gummy RAYON Village 20 - Other Fixed 20 / 20 / 20 / 20 / 20 / 20
982 Killing Machine Demon Castle Gaddem
Execution Tower
Mage's Hideout
04 - Magical Life-form Fixed 444 / 444 / 444 / 444 / 4 / 444
983 Lesser Demon Ancient Library
Border Sacred Peak
Demon Castle Gaddem
Execution Tower
Mage's Hideout
Suspicious Temple
07 - Demon Fixed 200 / 200 / 160 / 240 / 160 / 256
984 Carmilla Capital Abaroso
Demon Castle Gaddem
Execution Tower
Forgotten Mansion
Mullonde Necromancy Hall
Roland Underground Prison
Suspicious Temple
05 - Undead Fixed 180 / 180 / 130 / 224 / 200 / 384
985 La-Lamia Bio Lab Dungeon
Capital Abaroso
Forgotten Mansion
Girls' Hall
Mountain Cave
Nearby Forest
Village Attacked by Bees
13 - Beastwoman Fixed 260 / 260 / 108 / 20 / 108 / 108
986 Ogre Ancient Library
Border Sacred Peak
Demon Castle Gaddem
Dwarven Great Tunnel
Mountain Cave
Underground Labyrinth
02 - Beastman Fixed 350 / 350 / 250 / 20 / 3 / 6
987 Ghost Slug Capital Abaroso
Mountain Cave
RAYON Village
Writhing Cave
20 - Other Fixed 60 / 60 / 30 / 2 / 3 / 2
988 Full Metal Crab Dwarven Great Tunnel
Floating Continent Laputa
Forgotten Mansion
Mountain Cave
20 - Other Fixed 160 / 160 / 160 / 250 / 3 / 180
989 La-Harpy Execution Tower
Girls' Hall
13 - Beastwoman Fixed 90 / 90 / 99 / 180 / 3 / 60
990 Lizardman Forgotten Mansion
Mountain Cave
RAYON Village
15 - Reptile Fixed 90 / 90 / 75 / 125 / 3 / 20
991 Slime Abandoned Factory
Capital Abaroso
Demon Castle Gaddem
Forgotten Mansion
Mage's Hideout
Mountain Cave
Suspicious Temple
Writhing Cave
08 - Amorphous Fixed 108 / 1000 / 50 / 12 / 3 / 166
992 Mummy Bio Lab Dungeon
Capital Abaroso
Forgotten Mansion
Undersea Temple
05 - Undead Fixed 100 / 100 / 100 / 100 / 100 / 100
993 Intelligent Sword Demon Castle Gaddem
Forgotten Mansion
Undersea Temple
04 - Magical Life-form Fixed 50 / 50 / 99 / 128 / 80 / 512
994 Switch Mountain Cave
Schwarz Maiden
20 - Other Fixed 1 / 1 / 192 / 60 / 80 / 80
995 Village Gurl Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*4)+1~6 / (LV*4)+6 / (LV*3)+1~6 / (LV*3)+1~6 / 0 / (LV*3)+1~6
996 Town Gurl Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*3)+1~6 / (LV*3)+6 / (LV*2)+1~6 / (LV*2)+1~6 / 0 / (LV*2)+1~6
997 Adventurer Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*5)+8~32 / (LV*5)+32 / (LV*5)+8~32 / (LV*5)+8~32 / 0 / (LV*5)+8~32
998 Doppelganger Bio Lab Dungeon 20 - Other Copies player stats Player MHP / Player MHP / Player ATK / Player DEF / Player MAG / Player SPR
999 Huge Worm (Erotica Duty) Poison-Insect Labyrinth 20 - Other Fixed 4444 / 65536 / 66 / 24 / 66 / 96
1000 Lady Une Capital Abaroso
Forgotten Mansion
20 - Other Fixed 4444 / 65536 / 192 / 24 / 128 / 96
1001 Bat Border Sacred Peak
Demon Castle Gaddem
Dwarven Great Tunnel
Execution Tower
Mage's Hideout
Mountain Cave
20 - Other Fixed 10 / 10 / 40 / 5 / 0 / 5
1002 Intelligent Saw Demon Castle Gaddem
Execution Tower
Lionel Ideology Church
Mage's Hideout
RAYON Village
Undersea Temple
14 - Special Armor Fixed 80 / 80 / 199 / 255 / 0 / 255
1003 Mage Undersea Temple 07 - Demon Fixed 200 / 200 / 200 / 80 / 160 / 250
1004 Aspect of Kraken Forgotten Mansion
Undersea Temple
12 - Aquatic Fixed 800 / 800 / 180 / 50 / 100 / 50
1005 Cave Worm Border Sacred Peak
Mage's Hideout
Mountain Cave
Nearby Forest
RAYON Village
Suspicious Temple
12 - Aquatic Fixed 1000 / 1000 / 256 / 80 / 70 / 333
1006 Lid Gestahl Magitek Ruins
Roland Underground Prison
Underground Labyrinth
Undersea Temple
04 - Magical Life-form Fixed 100 / 100 / 0 / 80 / 0 / 200
1007 Guardian Demon Castle Gaddem
Undersea Temple
04 - Magical Life-form Fixed 600 / 600 / 255 / 512 / 0 / 512
1008 Human Warrior M Gestahl Magitek Ruins
Roland Underground Prison
18 - Human Man Player level + random range (LV*12)+32~92 / (LV*12)+92 / (LV*10)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
1009 Human Warrior F Mage's Hideout 11 - Human Woman Player level + random range (LV*8)+32~92 / (LV*8)+92 / (LV*8)+32~92 / (LV*6)+32~64 / 0 / (LV*1)+1~6
1010 Bunny Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*4)+24~48 / (LV*4)+48 / (LV*2)+2~16 / (LV*3)+32~64 / (LV*9)+32~64 / (LV*6)+32~64
1011 Vorpal Bunny Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*4)+24~48 / (LV*4)+48 / (LV*13)+13 / (LV*3)+32~64 / (LV*13)+32~64 / (LV*6)+32~64
1012 Noblewoman Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*4)+24~48 / (LV*4)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*18)+32~128 / (LV*24)+32~128
1013 Female Mage Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*6)+24~48 / (LV*6)+48 / (LV*1)+2~3 / (LV*2)+8~16 / (LV*16)+32~128 / (LV*20)+32~128
1014 Maid Scripted, summoned, or unused 11 - Human Woman Player level + random range (LV*6)+16~64 / (LV*6)+64 / (LV*10)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
1015 Sword Dancer Gestahl Magitek Ruins
Roland Underground Prison
20 - Other Player level + random range (LV*3)+16~64 / (LV*3)+64 / (LV*6)+32~92 / (LV*3)+32~64 / 0 / (LV*8)+32~128
1016 Flack Scripted, summoned, or unused 20 - Other Player level + random range (LV*3)+16~64 / (LV*3)+64 / (LV*2)+8~16 / (LV*3)+32~64 / 0 / (LV*16)+32~128
1017 Ero-Elf Scripted, summoned, or unused 20 - Other Player level + random range (LV*4)+16~48 / (LV*4)+48 / (LV*6)+32~64 / (LV*4)+32~64 / (LV*8)+32~64 / (LV*12)+32~128
1018 Templar Scripted, summoned, or unused 20 - Other Player level + random range (LV*6)+16~48 / (LV*6)+48 / (LV*7)+32~64 / (LV*10)+32~64 / (LV*8)+32~64 / (LV*16)+32~128
1019 Mercenary Scripted, summoned, or unused 20 - Other Player level + random range (LV*12)+32~96 / (LV*12)+96 / (LV*12)+32~64 / (LV*12)+32~64 / 0 / (LV*2)+2~16
1020 Karateka Scripted, summoned, or unused 20 - Other Player level + random range (LV*8)+32~96 / (LV*8)+96 / (LV*24)+32~64 / (LV*3)+32~64 / 0 / (LV*8)+2~16
1021 Never-Never Dokuno Falls 08 - Amorphous Player level (LV*5)+50 / (LV*5)+50 / (LV*3)+20 / (LV*2)+20 / LV+10 / (LV/2)+5
1022 Neverman Dokuno Falls 08 - Amorphous Player level (LV*6)+100 / (LV*6)+100 / (LV*5)+70 / (LV*4)+65 / 0 / ((LV*3)/2)+15
1023 Nevergirl Dokuno Falls 08 - Amorphous Player level (LV*9)+150 / (LV*9)+150 / ((LV*3)/2)+15 / (LV/2)+5 / (LV*5)+70 / (LV*8)+60
1024 Neverloon Dokuno Falls 20 - Other Player level (LV*60)+1000 / (LV*60)+2000 / ((LV*9)/2)+55 / (LV*3)+50 / ((LV*5)/2)+55 / (LV*9)+50
1025 Familiar Traveling Bandits' Forest 20 - Other Player level (LV*5)+50 / (LV*5)+50 / (LV*2)+30 / ((LV*3)/2)+20 / ((LV*7)/2)+50 / (LV*4)+100
1026 Demon (Male) Scripted, summoned, or unused 20 - Other Player level ((LV*17)/2)+60 / ((LV*17)/2)+60 / (LV*4)+50 / ((LV*3)/2)+40 / (LV*3)+30 / ((LV*7)/2)+60
1027 Demon (Female) Scripted, summoned, or unused 20 - Other Player level (LV*7)+65 / (LV*7)+65 / ((LV*5)/2)+40 / ((LV*3)/2)+10 / (LV*5)+70 / (LV*6)+120
1028 Demon (Officer) Scripted, summoned, or unused 20 - Other Player level (LV*16)+80 / (LV*16)+80 / (LV*5)+60 / (LV*2)+50 / (LV*4)+60 / ((LV*15)/2)+160
1029 Archdemon Scripted, summoned, or unused 20 - Other Player level (LV*50)+444 / (LV*50)+444 / ((LV*7)/2)+30 / ((LV*3)/2)+30 / ((LV*9)/2)+50 / ((LV*15)/2)+160
1030 Archdemon Scripted, summoned, or unused 20 - Other Player level (LV*75)+666 / (LV*75)+666 / (LV*4)+50 / ((LV*3)/2)+50 / (LV*6)+60 / (LV*8)+200
1031 Slave Man Pyramid 05 - Undead Fixed 500 / 500 / 200 / 200 / 100 / 100
1032 Slave Lady Pyramid 05 - Undead Fixed 400 / 400 / 150 / 150 / 100 / 100
1033 Man-Eating Chest Pyramid 04 - Magical Life-form Fixed 1000 / 1000 / 300 / 250 / 3 / 250
1034 Ancient Warrior Pyramid 18 - Human Man Fixed 800 / 800 / 250 / 150 / 100 / 100
1035 Evil Scorpion Pyramid 10 - Insect Fixed 400 / 400 / 230 / 100 / 100 / 100
1036 Pyramid Centipede Pyramid 10 - Insect Fixed 500 / 500 / 210 / 150 / 100 / 100
1037 White Snake Pyramid 15 - Reptile Fixed 800 / 800 / 250 / 100 / 100 / 100
1038 Machine Head Pyramid 04 - Magical Life-form Fixed 1000 / 1000 / 300 / 300 / 4 / 250
1039 Specter Pyramid 05 - Undead Fixed 300 / 300 / 150 / 150 / 100 / 150
1040 Iron Giant Pyramid 18 - Human Man Fixed 1200 / 1200 / 300 / 250 / 5 / 200
1041 Wind Mage Pyramid 18 - Human Man Fixed 500 / 500 / 100 / 150 / 250 / 200
1042 Wyrm Dragon Duel Cave
Pyramid
15 - Reptile Fixed 1000 / 1000 / 300 / 200 / 100 / 200
1043 Guardian Dragon Pyramid 16 - Dragon Fixed 1000 / 1000 / 350 / 250 / 150 / 250
1044 Cherie Pyramid 11 - Human Woman Fixed 500 / 500 / 150 / 150 / 250 / 200
1045 Royal Guard Pyramid 18 - Human Man Fixed 600 / 600 / 250 / 200 / 100 / 100
1046 Haunted Mage Pyramid 18 - Human Man Fixed 1200 / 1200 / 250 / 200 / 300 / 300
1047 Slave Warrior Pyramid 05 - Undead Fixed 700 / 700 / 250 / 250 / 250 / 100
1048 Slave Amazon Pyramid 05 - Undead Fixed 600 / 600 / 150 / 200 / 100 / 250
1049 Pillar Doll Pyramid 04 - Magical Life-form Fixed 1000 / 1000 / 100 / 200 / 400 / 200
1050 Dancing Jewel Pyramid 04 - Magical Life-form Fixed 500 / 500 / 100 / 250 / 100 / 250
1061 Sekhmet Pyramid 02 - Beastman Fixed 5000 / 5000 / 400 / 200 / 10 / 200
1062 Queen Pyramid 11 - Human Woman Fixed 3000 / 3000 / 150 / 150 / 300 / 200
1063 Scapegoat Pyramid 11 - Human Woman Fixed 300 / 300 / 100 / 100 / 100 / 100
1064 Basilisk Pyramid 15 - Reptile Fixed 5000 / 5000 / 300 / 300 / 200 / 300
1065 Minotaur Pyramid 02 - Beastman Fixed 10000 / 10000 / 450 / 250 / 10 / 250
1066 King Pyramid 18 - Human Man Fixed 8000 / 8000 / 400 / 300 / 450 / 300
1101 Haunt Pyramid 06 - Incorporeal Fixed 700 / 700 / 200 / 200 / 150 / 350
1102 Fire Centipede Pyramid 10 - Insect Fixed 700 / 700 / 250 / 150 / 300 / 100
1103 Charmy Ride Pyramid 01 - Monstrous Beast Fixed 1200 / 1200 / 100 / 200 / 300 / 200
1104 Zephyr Zone Pyramid 11 - Human Woman Fixed 500 / 500 / 100 / 100 / 300 / 200
1105 Wolframiter Pyramid 18 - Human Man Fixed 1800 / 1800 / 330 / 280 / 5 / 280
1106 Slave General Pyramid 05 - Undead Fixed 1200 / 1200 / 350 / 300 / 250 / 250
1107 Slave Valkyrie Pyramid 05 - Undead Fixed 1000 / 1000 / 250 / 200 / 250 / 350
1108 Hippogriff Pyramid 01 - Monstrous Beast Fixed 1300 / 1300 / 350 / 200 / 250 / 200
1109 Gravedigger Pyramid 05 - Undead Fixed 500 / 500 / 450 / 150 / 250 / 250
1110 Bone Dragon Pyramid 05 - Undead Fixed 3000 / 3000 / 400 / 250 / 150 / 350
1116 Ice Grizzly Snowy Mountain Range 00 - Beast Fixed 600 / 600 / 260 / 310 / 50 / 100
1117 Yeti Snowy Mountain Range 02 - Beastman Fixed 500 / 500 / 270 / 350 / 50 / 150
1118 Frozen Petal Snowy Mountain Range 03 - Plant Fixed 200 / 200 / 0 / 100 / 350 / 150
1119 Oval Slime Snowy Mountain Range 08 - Amorphous Fixed 400 / 400 / 100 / 300 / 100 / 200
1120 Lucky Rabbit Snowy Mountain Range 00 - Beast Fixed 2000 / 2000 / 1 / 100 / 1 / 100
1121 Frost Bird Snowy Mountain Range 19 - Bird Fixed 300 / 300 / 100 / 200 / 250 / 100
1122 Snow Spirit Snowy Mountain Range 01 - Monstrous Beast Fixed 500 / 500 / 100 / 150 / 350 / 300
1123 Chilly Titania Snowy Mountain Range 19 - Bird Fixed 5000 / 5000 / 250 / 200 / 400 / 600
1124 BOMB Crystal Snowy Mountain Range 20 - Other Fixed 100 / 100 / 0 / 100 / 600 / 100
1125 Evil Soul Scripted, summoned, or unused 07 - Demon Fixed 20000 / 20000 / 0 / 100 / 400 / 100
1130 Lesser Dragon Dragon Duel Cave 15 - Reptile Fixed 500 / 500 / 300 / 250 / 250 / 250
1131 Green Dragon Dragon Duel Cave 16 - Dragon Fixed 500 / 500 / 330 / 230 / 130 / 230
1132 Red Dragon Scripted, summoned, or unused - Dynamic Defined dynamically or without a standard base-stat record
1201 Wandering Soul Beta Tower of the Sky 08 - Amorphous Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.5 / S(ELV)*0.8
1202 Shuten-doji Tower of the Sky 15 - Reptile Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV) / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*0.8
1203 Amoi Tower of the Sky 14 - Special Armor Area level H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
1204 Crimson Mage Tower of the Sky 18 - Human Man Area level H(ELV) / H(ELV) / S(ELV)*0.3 / S(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.7
1205 Madman Tower of the Sky 18 - Human Man Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
1206 Nightgaunt Tower of the Sky 20 - Other Area level H(ELV)*20 / H(ELV)*20 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV) / S(ELV)
1207 Minion Arena
Tower of the Sky
20 - Other Area level H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9
1208 Solemn Moor Tower of the Sky 20 - Other Area level H(ELV)*42 / H(ELV)*42 / S(ELV)*0.7 / S(ELV) / S(ELV)*0.9 / S(ELV)
1209 Sanctum Guard Arena 20 - Other Fixed H(25)*10 / H(25)*10 / S(25)*0.9 / S(25)*0.9 / S(25) / S(25)
1210 Gleaming Moor Arena 20 - Other Fixed H(25)*21 / H(25)*21 / S(25)*0.7 / S(25) / S(25)*0.9 / S(25)
1211 Umbrella Ghost Ayakashi Mountain Path 05 - Undead Area level H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.9
1212 Ghost Ayakashi Mountain Path 08 - Amorphous Area level H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.9 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV)*0.8
1213 Kappa Ayakashi Mountain Path 12 - Aquatic Area level H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV) / S(ELV)*0.4 / S(ELV)*0.6
1214 Imp Ayakashi Mountain Path 07 - Demon Area level H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*0.3 / S(ELV) / S(ELV)*0.9 / S(ELV)
1215 Death Gate Ayakashi Mountain Path 05 - Undead Area level H(ELV)*6 / H(ELV)*6 / S(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)
1216 Nurikabe Ayakashi Mountain Path 20 - Other Area level H(ELV)*4.5 / H(ELV)*4.5 / S(ELV)*1.5 / S(ELV)*1.5 / S(ELV) / S(ELV)*0.1
1217 Wanyudo Ayakashi Mountain Path 20 - Other Area level H(ELV)*20 / H(ELV)*20 / S(ELV)*1.4 / S(ELV)*0.9 / S(ELV)*1.1 / S(ELV)
1218 Heavenly Wolf Centipede Ayakashi Mountain Path 20 - Other Area level H(ELV)*40 / H(ELV)*40 / S(ELV)*2 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.8
1219 Panjandrum Arena 20 - Other Fixed H(31)*10 / H(31)*10 / S(31)*1.4 / S(31)*0.9 / S(31)*1.1 / S(31)
1220 Midgardsormr Arena 20 - Other Fixed H(31)*20 / H(31)*20 / S(31)*2 / S(31) / S(31)*1.2 / S(31)*0.8
1221 Clay Doll Villains' Valley 03 - Plant Area level H(ELV)*0.9 / H(ELV)*0.9 / S(ELV) / S(ELV)*0.9 / S(ELV)*0.1 / S(ELV)*0.9
1222 Bandit Villains' Valley 18 - Human Man Area level H(ELV) / H(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.8
1223 Ruffian Villains' Valley 18 - Human Man Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8 / S(ELV)*0.6 / S(ELV)*1.3
1224 Debuta Villains' Valley 02 - Beastman Area level H(ELV)*1.8 / H(ELV)*1.8 / S(ELV)*1.2 / S(ELV)*0.5 / S(ELV)*1.2 / S(ELV)*0.5
1225 Sorcerer Villains' Valley 18 - Human Man Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.1 / S(ELV)*1.1
1226 Archmage Villains' Valley 07 - Demon Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.1 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
1227 Intelligent Saw Beta Villains' Valley 14 - Special Armor Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*2 / S(ELV)*2 / S(ELV)*0 / S(ELV)*0
1228 Pyrogator Villains' Valley 15 - Reptile Area level H(ELV)*19 / H(ELV)*19 / S(ELV)*1.4 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.5
1229 Rogue Head Villains' Valley 18 - Human Man Area level H(ELV)*38 / H(ELV)*38 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
1230 Chill Dragon Arena 16 - Dragon Fixed H(36)*6 / H(36)*6 / S(36)*1.4 / S(36)*0.8 / S(36)*1.1 / S(36)*0.5
1231 Demon Head Arena 07 - Demon Fixed H(36)*19 / H(36)*19 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
1232 Moon Beast The Astral 02 - Beastman Area level H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*0.8 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.8
1233 Moon Mage The Astral 08 - Amorphous Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.8
1234 Hammer Nice Guy The Astral 18 - Human Man Area level H(ELV)*1.6 / H(ELV)*1.6 / S(ELV)*0.8 / S(ELV) / S(ELV)*0.2 / S(ELV)*0.6
1235 Ender People The Astral 18 - Human Man Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV)*1.1 / S(ELV) / S(ELV)*0.7 / S(ELV)
1236 Moon Golem The Astral 04 - Magical Life-form Area level H(ELV)*0.6 / H(ELV)*0.6 / S(ELV) / S(ELV)*1.2 / S(ELV)*0.7 / S(ELV)*0
1237 Ah The Astral 14 - Special Armor Area level H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.3
1238 Mu The Astral 14 - Special Armor Area level H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*0.9 / S(ELV)*1.2 / S(ELV)*1.4 / S(ELV)*1.3
1239 Pixel Devil The Astral 20 - Other Area level H(ELV)*16 / H(ELV)*16 / S(ELV) / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
1240 Pixel Imp The Astral 20 - Other Area level H(ELV)*0.1 / H(ELV)*0.1 / S(ELV)*1.1 / S(ELV)*0.1 / S(ELV)*0.1 / S(ELV)*0.1
1241 Astral Brain The Astral 20 - Other Area level H(ELV)*32 / H(ELV)*32 / S(ELV)*2 / S(ELV)*0.8 / S(ELV)*1.2 / S(ELV)*0.6
1242 Mothership Arena 17 - God Fixed H(36)*8 / H(36)*8 / S(36) / S(36)*0.8 / S(36)*1.1 / S(36)*0.8
1243 Pixel Imp 2 Arena 20 - Other Fixed H(36)*0.1 / H(36)*0.1 / S(36)*1.1 / S(36)*0.1 / S(36)*0.1 / S(36)*0.1
1244 Little Brain Arena 20 - Other Fixed H(36)*16 / H(36)*16 / S(36)*2 / S(36)*0.8 / S(36)*1.2 / S(36)*0.6
1245 Demon Soldier - Green Demon Realm Dungeon 18 - Human Man Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.7 / S(ELV)*0.6 / S(ELV)*0.8
1246 Demon Soldier - Red Demon Realm Dungeon 18 - Human Man Area level H(ELV)*0.9 / H(ELV)*0.9 / S(ELV)*1.1 / S(ELV)*0.6 / S(ELV)*0.6 / S(ELV)*0.6
1247 Demon Soldier - Blue Demon Realm Dungeon 18 - Human Man Area level H(ELV) / H(ELV) / S(ELV) / S(ELV) / S(ELV)*0.7 / S(ELV)
1248 Dark Gunner Demon Realm Dungeon 14 - Special Armor Area level H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
1249 Death Gunner Demon Realm Dungeon 04 - Magical Life-form Area level H(ELV)*0.5 / H(ELV)*0.5 / S(ELV)*0.1 / S(ELV)*0.8 / S(ELV)*1.5 / S(ELV)*0.8
1250 Midas Demon Realm Dungeon 05 - Undead Area level H(ELV)*0.8 / H(ELV)*0.8 / S(ELV)*0.9 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
1251 Debuton Demon Realm Dungeon 02 - Beastman Area level H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*0.2 / S(ELV) / S(ELV)*0.2
1252 King Mummy Demon Realm Dungeon 05 - Undead Area level H(ELV)*9 / H(ELV)*9 / S(ELV)*5 / S(ELV)*2 / S(ELV)*5 / S(ELV)*2
1253 Gatekeeper Demon Realm Dungeon 20 - Other Area level H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV)*1.2
1254 Succubus Demon Realm Dungeon 07 - Demon Area level H(ELV)*1.5 / H(ELV)*1.5 / S(ELV)*0.2 / S(ELV) / S(ELV)*1.5 / S(ELV)
1255 Wraith Demon Realm Dungeon 06 - Incorporeal Area level H(ELV)*1.2 / H(ELV)*1.2 / S(ELV)*1.2 / S(ELV) / S(ELV) / S(ELV)
1256 Bomber Bot Demon Realm Dungeon 20 - Other Area level H(ELV)*0.7 / H(ELV)*0.7 / S(ELV)*1.2 / S(ELV)*0.6 / S(ELV)*1.2 / S(ELV)*0.6
1257 Giant Iron Ball Demon Realm Dungeon 14 - Special Armor Fixed 2048 / 2048 / 512 / 512 / 0 / 512
1258 Dragon Chariot Demon Realm Dungeon 20 - Other Area level H(ELV)*20 / H(ELV)*20 / S(ELV)*1.8 / S(ELV)*0.8 / S(ELV)*1.1 / S(ELV)*0.8
1259 Demon King Satanael Demon Realm Dungeon 17 - God Area level H(ELV)*8 / H(ELV)*8 / S(ELV)*1.1 / S(ELV) / S(ELV)*1.1 / S(ELV)
1260 Demon King Satanael Demon Realm Dungeon 17 - God Area level H(ELV)*40 / H(ELV)*40 / S(ELV)*1.4 / S(ELV) / S(ELV)*1.4 / S(ELV)
1261 Pheromedos Arena 20 - Other Fixed H(44)*20 / H(44)*20 / S(44)*1.8 / S(44)*0.8 / S(44)*1.1 / S(44)*0.8
1262 Traveling Merchant Scripted, summoned, or unused 18 - Human Man Fixed 500 / 500 / 100 / 200 / 100 / 200
1263 Bounty Hunter Scripted, summoned, or unused 18 - Human Man Player level H(LV)*1.8 / H(LV)*1.8 / S(LV)*1.5 / S(LV) / S(LV) / S(LV)