Advertisement
LilPinkus

dq3.lua

Feb 28th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 146.28 KB | None | 0 0
  1. -- Compatibility
  2.  
  3. local line_height = 8
  4. local coord_outside_hud = { 5, 5 }
  5. local coord_battle_hud = { 5, 5 }
  6.  
  7. if memory.read_u16_le then
  8.     memory.readwordunsigned = memory.read_u16_le
  9.     memory.readbyteunsigned = memory.read_u8
  10.    
  11.     line_height = 12
  12.     coord_outside_hud = { 10, 10 }
  13.     coord_battle_hud = { 10, 10 }
  14. end
  15.  
  16. -- structs {{{
  17.  
  18. local LandFormations = {
  19.     [0]=0x1F, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
  20.     0x1F, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x2C, 0x2C, 0x2C, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
  21.     0x1F, 0x1F, 0x09, 0x09, 0x09, 0x0A, 0x2E, 0x2D, 0x2C, 0x2C, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24,
  22.     0x1F, 0x09, 0x09, 0x08, 0x09, 0x2E, 0x2E, 0x2C, 0x2C, 0x2C, 0x23, 0x24, 0x23, 0x23, 0x23, 0x23,
  23.     0x1F, 0x09, 0x08, 0x08, 0x08, 0x0C, 0x2D, 0x2C, 0x2C, 0x18, 0x24, 0x24, 0x24, 0x21, 0x20, 0x20,
  24.     0x0F, 0x0F, 0x0F, 0x08, 0x0C, 0x0C, 0x10, 0x2D, 0x2D, 0x18, 0x18, 0x24, 0x24, 0x21, 0x21, 0x20,
  25.     0x0F, 0x0F, 0x0E, 0x0F, 0x0C, 0x0C, 0x10, 0x15, 0x16, 0x17, 0x18, 0x18, 0x24, 0x21, 0x21, 0x20,
  26.     0x1A, 0x0E, 0x0D, 0x0D, 0x0C, 0x0C, 0x11, 0x15, 0x16, 0x17, 0x17, 0x20, 0x20, 0x20, 0x20, 0x20,
  27.     0x1A, 0x0E, 0x0E, 0x0D, 0x0D, 0x11, 0x11, 0x14, 0x14, 0x16, 0x17, 0x27, 0x27, 0x27, 0x2A, 0x2A,
  28.     0x1A, 0x1A, 0x1A, 0x0D, 0x30, 0x12, 0x12, 0x13, 0x13, 0x1C, 0x1C, 0x1C, 0x29, 0x2B, 0x2A, 0x27,
  29.     0x1A, 0x1A, 0x1A, 0x31, 0x30, 0x12, 0x13, 0x13, 0x13, 0x13, 0x27, 0x27, 0x27, 0x2B, 0x27, 0x27,
  30.     0x1B, 0x1B, 0x1B, 0x30, 0x30, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x07, 0x07, 0x29, 0x27, 0x27,
  31.     0x1B, 0x1B, 0x1B, 0x1B, 0x1B, 0x1D, 0x1D, 0x1D, 0x05, 0x05, 0x06, 0x07, 0x07, 0x27, 0x27, 0x27,
  32.     0x1D, 0x1D, 0x1D, 0x1D, 0x1D, 0x1D, 0x2F, 0x1D, 0x05, 0x05, 0x04, 0x07, 0x05, 0x29, 0x27, 0x27,
  33.     0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1D, 0x1D, 0x1D, 0x05, 0x05, 0x04, 0x05, 0x29, 0x29, 0x29, 0x29,
  34.     0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x29, 0x29, 0x29, 0x29
  35. }
  36.  
  37. local WaterFormations = {
  38.     [0]=0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  39.     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  40.     0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  41.     0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x02, 0x00, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
  42.     0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x02, 0x00, 0x00, 0x03, 0x03, 0x00, 0x01, 0x01, 0x00, 0x00,
  43.     0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00,
  44.     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
  45.     0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  46.     0x00, 0x01, 0x01, 0x01, 0x02, 0x02, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  47.     0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  48.     0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  49.     0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  50.     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
  51.     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  52.     0x00, 0x03, 0x03, 0x03, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00,
  53.     0x00, 0x03, 0x03, 0x03, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00
  54. }
  55.  
  56. local Monsters = {
  57.     [0x1] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 2, ["res_slow"] = 0, ["atk"] = 9, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 4, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 1, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 8, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 4, ["name_jp"] = "スライム", ["level"] = 1, ["recovery"] = 0, ["name_en"] = "Slime", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 5},
  58.     [0x2] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 3, ["res_slow"] = 0, ["atk"] = 10, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 6, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 2, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 9, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 6, ["name_jp"] = "おおがらす", ["level"] = 1, ["recovery"] = 0, ["name_en"] = "Raven", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 6},
  59.     [0x3] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 3, ["res_slow"] = 0, ["atk"] = 12, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 8, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 3, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 10, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 5, ["name_jp"] = "いっかくうさぎ", ["level"] = 2, ["recovery"] = 0, ["name_en"] = "HornyHare", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 8},
  60.     [0x4] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 4, ["res_slow"] = 0, ["atk"] = 13, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 12, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 4, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 13, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "かわのぼうし", ["agl"] = 6, ["name_jp"] = "おおありくい", ["level"] = 3, ["recovery"] = 0, ["name_en"] = "Anteater", ["dragon"] = False, ["dropname_en"] = "Kono Hat", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 8},
  61.     [0x5] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 4, ["res_slow"] = 0, ["atk"] = 11, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 9, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 5, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 12, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 8, ["name_jp"] = "じんめんちょう", ["level"] = 3, ["recovery"] = 0, ["name_en"] = "Butterfly", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 0, ["mp"] = 5, ["def"] = 7},
  62.     [0x6] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 5, ["res_slow"] = 0, ["atk"] = 14, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 12, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 6, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 15, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 7, ["name_jp"] = "フロッガー", ["level"] = 3, ["recovery"] = 0, ["name_en"] = "Froggore", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 8},
  63.     [0x7] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 8, ["res_slow"] = 0, ["atk"] = 16, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 16, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 7, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 10, ["droprate"] = 12.5, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 0, ["dropname_jp"] = "どくけしそう", ["agl"] = 12, ["name_jp"] = "バブルスライム", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "Babble", ["dragon"] = False, ["dropname_en"] = "Antidote To Poison Likely", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 9},
  64.     [0x8] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 10, ["res_slow"] = 0, ["atk"] = 15, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 20, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 8, ["decision"] = 0, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 23, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 1, ["dropname_jp"] = "せいすい", ["agl"] = 13, ["name_jp"] = "まほうつかい", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "Magician", ["dragon"] = False, ["dropname_en"] = "Holy Water", ["res_flame"] = 0, ["mp"] = 4, ["def"] = 15},
  65.     [0x9] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 6, ["res_slow"] = 0, ["atk"] = 18, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 14, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 9, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 12, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "ラックのたね", ["agl"] = 10, ["name_jp"] = "さそりばち", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "StingWasp", ["dragon"] = False, ["dropname_en"] = "Rack Of Seeds", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 11},
  66.     [0xa] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 8, ["res_slow"] = 0, ["atk"] = 14, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 24, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 10, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 30, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 15, ["name_jp"] = "ホイミスライム", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "Healer", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 2, ["mp"] = 255, ["def"] = 10},
  67.     [0xb] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 7, ["res_slow"] = 0, ["atk"] = 20, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 12, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 11, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 21, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "やくそう", ["agl"] = 10, ["name_jp"] = "おばけありくい", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "Echidna", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 9},
  68.     [0xc] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 8, ["res_slow"] = 1, ["atk"] = 21, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 14, ["res_surround"] = 0, ["concentration"] = True, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 12, ["decision"] = 1, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 20, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "かわのぼうし", ["agl"] = 9, ["name_jp"] = "アルミラージ", ["level"] = 4, ["recovery"] = 0, ["name_en"] = "Almiraj", ["dragon"] = False, ["dropname_en"] = "Kono Hat", ["res_flame"] = 0, ["mp"] = 6, ["def"] = 12},
  69.     [0xd] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 9, ["res_slow"] = 0, ["atk"] = 24, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 20, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 13, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 25, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "どくけしそう", ["agl"] = 12, ["name_jp"] = "ポイズントード", ["level"] = 5, ["recovery"] = 0, ["name_en"] = "VenomToad", ["dragon"] = False, ["dropname_en"] = "Antidote To Poison Likely", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 12},
  70.     [0xe] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 12, ["res_slow"] = 0, ["atk"] = 33, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 35, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 14, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 50, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 11, ["name_jp"] = "キャタピラー", ["level"] = 6, ["recovery"] = 0, ["name_en"] = "Caterpillar", ["dragon"] = False, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 7, ["def"] = 25},
  71.     [0xf] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 18, ["res_slow"] = 0, ["atk"] = 30, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 29, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 15, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 28, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "せいなるナイフ", ["agl"] = 15, ["name_jp"] = "こうもりおとこ", ["level"] = 6, ["recovery"] = 0, ["name_en"] = "Manabat", ["dragon"] = False, ["dropname_en"] = "Holy Knife", ["res_flame"] = 0, ["mp"] = 5, ["def"] = 24},
  72.     [0x10] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 15, ["res_slow"] = 0, ["atk"] = 28, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 29, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 16, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 50, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 0, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 11, ["name_jp"] = "アニマルゾンビ", ["level"] = 7, ["recovery"] = 0, ["name_en"] = "PutrePup", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 0, ["mp"] = 30, ["def"] = 4},
  73.     [0x11] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 13, ["res_slow"] = 1, ["atk"] = 32, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 26, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 17, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 25, ["droprate"] = 12.5, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "まんげつそう", ["agl"] = 13, ["name_jp"] = "キラービー", ["level"] = 6, ["recovery"] = 0, ["name_en"] = "KillerBee", ["dragon"] = False, ["dropname_en"] = "Full Moon Likely", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 15},
  74.     [0x12] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 12, ["res_slow"] = 2, ["atk"] = 32, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 35, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 18, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 28, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "たびびとのふく", ["agl"] = 12, ["name_jp"] = "ぐんたいガニ", ["level"] = 8, ["recovery"] = 0, ["name_en"] = "ArmyCrab", ["dragon"] = False, ["dropname_en"] = "Clothes Of Travelers", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 60},
  75.     [0x13] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 14, ["res_slow"] = 1, ["atk"] = 22, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 35, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 19, ["decision"] = 2, ["res_mp_absorb"] = 0, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 25, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 0, ["dropname_jp"] = "スタミナのたね", ["agl"] = 28, ["name_jp"] = "ギズモ", ["level"] = 8, ["recovery"] = 0, ["name_en"] = "GasCloud", ["dragon"] = False, ["dropname_en"] = "Of Stamina Seeds", ["res_flame"] = 0, ["mp"] = 18, ["def"] = 14},
  76.     [0x14] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 18, ["res_slow"] = 0, ["atk"] = 30, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 39, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 20, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 24, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 3, ["dropname_jp"] = "せいすい", ["agl"] = 8, ["name_jp"] = "おばけキノコ", ["level"] = 9, ["recovery"] = 0, ["name_en"] = "BigShroom", ["dragon"] = False, ["dropname_en"] = "Holy Water", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 12},
  77.     [0x15] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 20, ["res_slow"] = 0, ["atk"] = 40, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 47, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 21, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 35, ["droprate"] = 12.5, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "どくけしそう", ["agl"] = 14, ["name_jp"] = "どくイモムシ", ["level"] = 9, ["recovery"] = 0, ["name_en"] = "VenomWorm", ["dragon"] = False, ["dropname_en"] = "Antidote To Poison Likely", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 16},
  78.     [0x16] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 22, ["res_slow"] = 1, ["atk"] = 36, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 45, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 22, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 25, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "すばやさのたね", ["agl"] = 14, ["name_jp"] = "デスフラッター", ["level"] = 9, ["recovery"] = 0, ["name_en"] = "MadRaven", ["dragon"] = False, ["dropname_en"] = "Of Quickness Seed", ["res_flame"] = 0, ["mp"] = 20, ["def"] = 18},
  79.     [0x17] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 14, ["res_slow"] = 1, ["atk"] = 42, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 53, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 23, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 40, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 0, ["dropname_jp"] = "かしこさのたね", ["agl"] = 16, ["name_jp"] = "バリイドドッグ", ["level"] = 10, ["recovery"] = 0, ["name_en"] = "ManaHound", ["dragon"] = False, ["dropname_en"] = "Kind Regards Of Seed", ["res_flame"] = 1, ["mp"] = 4, ["def"] = 22},
  80.     [0x18] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 20, ["res_slow"] = 0, ["atk"] = 43, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 56, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 24, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 30, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 15, ["name_jp"] = "マタンゴ", ["level"] = 10, ["recovery"] = 0, ["name_en"] = "Toadstool", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 25},
  81.     [0x19] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 12, ["res_slow"] = 2, ["atk"] = 32, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 33, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 25, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 28, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "たびびとのふく", ["agl"] = 12, ["name_jp"] = "あやしいかげ", ["level"] = 10, ["recovery"] = 0, ["name_en"] = "Shadower", ["dragon"] = False, ["dropname_en"] = "Clothes Of Travelers", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 60},
  82.     [0x1a] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 25, ["res_slow"] = 1, ["atk"] = 51, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 61, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 26, ["decision"] = 2, ["res_mp_absorb"] = 2, ["avoidance"] = 3, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 35, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ラックのたね", ["agl"] = 19, ["name_jp"] = "バンパイア", ["level"] = 10, ["recovery"] = 0, ["name_en"] = "Vampire", ["dragon"] = False, ["dropname_en"] = "Of The Rack Seeds", ["res_flame"] = 0, ["mp"] = 9, ["def"] = 28},
  83.     [0x1b] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 15, ["res_slow"] = 2, ["atk"] = 49, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 55, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 27, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 26, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "どくばり", ["agl"] = 17, ["name_jp"] = "ひとくいが", ["level"] = 10, ["recovery"] = 0, ["name_en"] = "CarniMoth", ["dragon"] = False, ["dropname_en"] = "Dokubari", ["res_flame"] = 1, ["mp"] = 4, ["def"] = 35},
  84.     [0x1c] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 30, ["res_slow"] = 0, ["atk"] = 47, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 68, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 28, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 55, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "どうのつるぎ", ["agl"] = 10, ["name_jp"] = "さまようよろい", ["level"] = 11, ["recovery"] = 0, ["name_en"] = "RogueNite", ["dragon"] = False, ["dropname_en"] = "If The Sword", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 50},
  85.     [0x1d] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 20, ["res_slow"] = 1, ["atk"] = 48, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 65, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 29, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ぬいぐるみ", ["agl"] = 28, ["name_jp"] = "キャットフライ", ["level"] = 11, ["recovery"] = 0, ["name_en"] = "CatFly", ["dragon"] = False, ["dropname_en"] = "Stuffed", ["res_flame"] = 1, ["mp"] = 4, ["def"] = 49},
  86.     [0x1e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 23, ["res_slow"] = 0, ["atk"] = 49, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 70, ["res_surround"] = 1, ["concentration"] = True, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 30, ["decision"] = 2, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 38, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "とげのむち", ["agl"] = 18, ["name_jp"] = "だいおうガマ", ["level"] = 11, ["recovery"] = 0, ["name_en"] = "KingToad", ["dragon"] = False, ["dropname_en"] = "Thorn Ignorance Of", ["res_flame"] = 1, ["mp"] = 30, ["def"] = 37},
  87.     [0x1f] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 30, ["res_slow"] = 2, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 60, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 31, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 21, ["name_jp"] = "あばれザル", ["level"] = 11, ["recovery"] = 0, ["name_en"] = "WildApe", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 40},
  88.     [0x20] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 350, ["res_slow"] = 2, ["atk"] = 15, ["res_suicide"] = 0, ["res_stop"] = 3, ["xp"] = 5, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 0, ["no"] = 32, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 0, ["hp"] = 40, ["droprate"] = 1.56, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 2, ["dropname_jp"] = "スタミナのたね", ["agl"] = 64, ["name_jp"] = "わらいぶくろ", ["level"] = 11, ["recovery"] = 0, ["name_en"] = "TrickBag", ["dragon"] = False, ["dropname_en"] = "Of Stamina Seeds", ["res_flame"] = 3, ["mp"] = 255, ["def"] = 37},
  89.     [0x21] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 25, ["res_slow"] = 1, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 73, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 33, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 7, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 35, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "すごろくけん", ["agl"] = 19, ["name_jp"] = "ミイラおとこ", ["level"] = 12, ["recovery"] = 0, ["name_en"] = "MummyMan", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 49},
  90.     [0x22] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 23, ["res_slow"] = 1, ["atk"] = 50, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 78, ["res_surround"] = 2, ["concentration"] = True, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 34, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "せいどうのたて", ["agl"] = 19, ["name_jp"] = "じごくのハサミ", ["level"] = 12, ["recovery"] = 0, ["name_en"] = "HellCrab", ["dragon"] = False, ["dropname_en"] = "Vertical Of Masamichi", ["res_flame"] = 1, ["mp"] = 30, ["def"] = 110},
  91.     [0x23] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 35, ["res_slow"] = 2, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 82, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 35, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 35, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ラックのたね", ["agl"] = 29, ["name_jp"] = "ドルイド", ["level"] = 13, ["recovery"] = 0, ["name_en"] = "Druid", ["dragon"] = False, ["dropname_en"] = "Of The Rack Seeds", ["res_flame"] = 1, ["mp"] = 10, ["def"] = 47},
  92.     [0x24] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 35, ["res_slow"] = 1, ["atk"] = 45, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 72, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 36, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 45, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "かしこさのたね", ["agl"] = 20, ["name_jp"] = "かえんムカデ", ["level"] = 13, ["recovery"] = 0, ["name_en"] = "Flamepede", ["dragon"] = False, ["dropname_en"] = "Kind Regards Of Seed", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 40},
  93.     [0x25] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 36, ["res_slow"] = 2, ["atk"] = 60, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 82, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 1, ["no"] = 37, ["decision"] = 1, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 55, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "せいすい", ["agl"] = 20, ["name_jp"] = "マミー", ["level"] = 13, ["recovery"] = 0, ["name_en"] = "Mummy", ["dragon"] = False, ["dropname_en"] = "Holy Water", ["res_flame"] = 0, ["mp"] = 30, ["def"] = 35},
  94.     [0x26] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 40, ["res_slow"] = 0, ["atk"] = 43, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 92, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 38, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 20, ["name_jp"] = "マージマタンゴ", ["level"] = 14, ["recovery"] = 0, ["name_en"] = "DeadStool", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 1, ["mp"] = 10, ["def"] = 52},
  95.     [0x27] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 25, ["res_slow"] = 0, ["atk"] = 50, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 98, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 39, ["decision"] = 2, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 30, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "みかわしのふく", ["agl"] = 18, ["name_jp"] = "ハンターフライ", ["level"] = 14, ["recovery"] = 0, ["name_en"] = "HunterFly", ["dragon"] = False, ["dropname_en"] = "Clothes Of Mikawashi", ["res_flame"] = 1, ["mp"] = 10, ["def"] = 30},
  96.     [0x28] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 20, ["res_slow"] = 0, ["atk"] = 67, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 95, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 40, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 42, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 20, ["name_jp"] = "デスジャッカル", ["level"] = 14, ["recovery"] = 0, ["name_en"] = "DeadHound", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 0, ["mp"] = 5, ["def"] = 45},
  97.     [0x29] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 55, ["res_slow"] = 0, ["atk"] = 60, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 128, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 41, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 42, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "すごろくけん", ["agl"] = 25, ["name_jp"] = "げんじゅつし", ["level"] = 16, ["recovery"] = 0, ["name_en"] = "Mystifier", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 1, ["mp"] = 10, ["def"] = 46},
  98.     [0x2a] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 28, ["res_slow"] = 1, ["atk"] = 50, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 105, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 42, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 37, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ラックのたね", ["agl"] = 24, ["name_jp"] = "ヒートギズモ", ["level"] = 15, ["recovery"] = 0, ["name_en"] = "Hitogizumo", ["dragon"] = False, ["dropname_en"] = "Rack Of Seeds", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 60},
  99.     [0x2b] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 25, ["res_slow"] = 0, ["atk"] = 75, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 110, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 43, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 50, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "てつのやり", ["agl"] = 10, ["name_jp"] = "アントべア", ["level"] = 15, ["recovery"] = 0, ["name_en"] = "Antbear", ["dragon"] = False, ["dropname_en"] = "Spear Of Iron", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 45},
  100.     [0x2c] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 38, ["res_slow"] = 1, ["atk"] = 45, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 278, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 44, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 50, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "スタミナのたね", ["agl"] = 18, ["name_jp"] = "べホマスライム", ["level"] = 14, ["recovery"] = 0, ["name_en"] = "Curer", ["dragon"] = False, ["dropname_en"] = "Of Stamina Seeds", ["res_flame"] = 1, ["mp"] = 255, ["def"] = 50},
  101.     [0x2d] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 45, ["res_slow"] = 0, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 162, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 45, ["decision"] = 0, ["res_mp_absorb"] = 0, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "かわのたて", ["agl"] = 28, ["name_jp"] = "マッドオックス", ["level"] = 17, ["recovery"] = 0, ["name_en"] = "MadOx", ["dragon"] = False, ["dropname_en"] = "Kono Freshly", ["res_flame"] = 0, ["mp"] = 12, ["def"] = 49},
  102.     [0x2e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 35, ["res_slow"] = 0, ["atk"] = 63, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 135, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 46, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 35, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ぬいぐるみ", ["agl"] = 20, ["name_jp"] = "キャットバット", ["level"] = 16, ["recovery"] = 0, ["name_en"] = "Catula", ["dragon"] = False, ["dropname_en"] = "Stuffed", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 50},
  103.     [0x2f] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 85, ["res_slow"] = 2, ["atk"] = 99, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1650, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 47, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 3, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 95, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "せかいじゅのは", ["agl"] = 58, ["name_jp"] = "エビルマージ", ["level"] = 30, ["recovery"] = 0, ["name_en"] = "EvilMage", ["dragon"] = False, ["dropname_en"] = "The World Juno", ["res_flame"] = 2, ["mp"] = 255, ["def"] = 85},
  104.     [0x30] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 45, ["res_slow"] = 0, ["atk"] = 80, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 170, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 48, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 0, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 26, ["name_jp"] = "キラーエイプ", ["level"] = 18, ["recovery"] = 0, ["name_en"] = "KillerApe", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 1, ["mp"] = 6, ["def"] = 52},
  105.     [0x31] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 71, ["res_slow"] = 0, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 220, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 49, ["decision"] = 1, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 0, ["dropname_jp"] = "すごろくけん", ["agl"] = 30, ["name_jp"] = "ガルーダ", ["level"] = 19, ["recovery"] = 0, ["name_en"] = "Garuda", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 0, ["mp"] = 12, ["def"] = 60},
  106.     [0x32] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 5, ["res_slow"] = 3, ["atk"] = 40, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 4140, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 50, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 4, ["droprate"] = 3.13, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 1, ["dropname_jp"] = "すばやさのたね", ["agl"] = 47, ["name_jp"] = "メタルスライム", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "Metaly", ["dragon"] = False, ["dropname_en"] = "Of Quickness Seed", ["res_flame"] = 3, ["mp"] = 12, ["def"] = 1023},
  107.     [0x33] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 50, ["res_slow"] = 1, ["atk"] = 72, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 297, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 51, ["decision"] = 0, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 70, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 25, ["name_jp"] = "ゴートドン", ["level"] = 21, ["recovery"] = 0, ["name_en"] = "Goategon", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 1, ["mp"] = 3, ["def"] = 45},
  108.     [0x34] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 35, ["res_slow"] = 0, ["atk"] = 77, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 150, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 52, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 45, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "どくばり", ["agl"] = 24, ["name_jp"] = "さつじんき", ["level"] = 17, ["recovery"] = 0, ["name_en"] = "Executer", ["dragon"] = False, ["dropname_en"] = "Dokubari", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 55},
  109.     [0x35] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 45, ["res_slow"] = 0, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 100, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 0, ["no"] = 53, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 70, ["droprate"] = 0.1, ["res_cold"] = 2, ["res_sleep"] = 3, ["res_confuse"] = 0, ["dropname_jp"] = "いのりのゆびわ", ["agl"] = 23, ["name_jp"] = "べビーサタン", ["level"] = 19, ["recovery"] = 0, ["name_en"] = "Demonite", ["dragon"] = False, ["dropname_en"] = "Ring Of Prayer", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 33},
  110.     [0x36] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 48, ["res_slow"] = 1, ["atk"] = 53, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 343, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 54, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 80, ["droprate"] = 6.25, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "すごろくけん", ["agl"] = 56, ["name_jp"] = "きめんどうし", ["level"] = 22, ["recovery"] = 0, ["name_en"] = "Deranger", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 1, ["mp"] = 22, ["def"] = 43},
  111.     [0x37] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 60, ["res_slow"] = 1, ["atk"] = 200, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 137, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 55, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 0.1, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "", ["agl"] = 67, ["name_jp"] = "ひとくいばこ", ["level"] = 25, ["recovery"] = 0, ["name_en"] = "Cannibox", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 55},
  112.     [0x38] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 53, ["res_slow"] = 1, ["atk"] = 83, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 376, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 56, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "くさりがま", ["agl"] = 32, ["name_jp"] = "エリミネーター", ["level"] = 24, ["recovery"] = 0, ["name_en"] = "Eliminato", ["dragon"] = False, ["dropname_en"] = "Kusarigama", ["res_flame"] = 1, ["mp"] = 6, ["def"] = 50},
  113.     [0x39] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 44, ["res_slow"] = 1, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 175, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 57, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 43, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "かしこさのたね", ["agl"] = 24, ["name_jp"] = "おおくちばし", ["level"] = 18, ["recovery"] = 0, ["name_en"] = "GreatBeak", ["dragon"] = False, ["dropname_en"] = "Of Kind Regards Of Seed", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 43},
  114.     [0x3a] = {["res_lightning"] = 3, ["res_ascension"] = 1, ["gold"] = 28, ["res_slow"] = 0, ["atk"] = 23, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 210, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 1, ["no"] = 58, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 20, ["droprate"] = 3.13, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "ひのきのぼう", ["agl"] = 35, ["name_jp"] = "スライムつむり", ["level"] = 19, ["recovery"] = 0, ["name_en"] = "Snaily", ["dragon"] = False, ["dropname_en"] = "Cypress Bow", ["res_flame"] = 3, ["mp"] = 15, ["def"] = 200},
  115.     [0x3b] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 180, ["res_slow"] = 0, ["atk"] = 80, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 800, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 59, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 0, ["hp"] = 80, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 40, ["name_jp"] = "スカイドラゴン", ["level"] = 25, ["recovery"] = 0, ["name_en"] = "SkyDragon", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 60},
  116.     [0x3c] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 52, ["res_slow"] = 0, ["atk"] = 79, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 235, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 60, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 58, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "たびびとのふく", ["agl"] = 28, ["name_jp"] = "バーナバス", ["level"] = 20, ["recovery"] = 0, ["name_en"] = "Barnabas", ["dragon"] = True, ["dropname_en"] = "Clothes Of Travelers", ["res_flame"] = 1, ["mp"] = 12, ["def"] = 67},
  117.     [0x3d] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 52, ["res_slow"] = 0, ["atk"] = 51, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 305, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 61, ["decision"] = 2, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 54, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "きえさりそう", ["agl"] = 30, ["name_jp"] = "まじょ", ["level"] = 21, ["recovery"] = 0, ["name_en"] = "Witch", ["dragon"] = False, ["dropname_en"] = "Disappeared Likely", ["res_flame"] = 2, ["mp"] = 24, ["def"] = 50},
  118.     [0x3e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 37, ["res_slow"] = 0, ["atk"] = 52, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 228, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 62, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 55, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "すばやさのたね", ["agl"] = 29, ["name_jp"] = "デッドペッカー", ["level"] = 20, ["recovery"] = 0, ["name_en"] = "MadPecker", ["dragon"] = False, ["dropname_en"] = "Of Quickness Seed", ["res_flame"] = 1, ["mp"] = 8, ["def"] = 58},
  119.     [0x3f] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 57, ["res_slow"] = 0, ["atk"] = 90, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 315, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 63, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "てつのよろい", ["agl"] = 23, ["name_jp"] = "じごくのよろい", ["level"] = 21, ["recovery"] = 0, ["name_en"] = "HellArmor", ["dragon"] = False, ["dropname_en"] = "Armor Of Iron", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 100},
  120.     [0x40] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 35, ["res_slow"] = 1, ["atk"] = 47, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 197, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 64, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 38, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 28, ["name_jp"] = "マリンスライム", ["level"] = 18, ["recovery"] = 0, ["name_en"] = "SeaSlime", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 1, ["mp"] = 4, ["def"] = 100},
  121.     [0x41] = {["res_lightning"] = 1, ["res_ascension"] = 1, ["gold"] = 38, ["res_slow"] = 1, ["atk"] = 55, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 180, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 65, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "まんげつそう", ["agl"] = 35, ["name_jp"] = "しびれくらげ", ["level"] = 18, ["recovery"] = 0, ["name_en"] = "Jellyfish", ["dragon"] = False, ["dropname_en"] = "Full Moon Likely", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 50},
  122.     [0x42] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 48, ["res_slow"] = 0, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 240, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 66, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 54, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 30, ["name_jp"] = "マーマン", ["level"] = 20, ["recovery"] = 0, ["name_en"] = "Merman", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 1, ["mp"] = 5, ["def"] = 45},
  123.     [0x43] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 90, ["res_slow"] = 0, ["atk"] = 85, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 355, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 67, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 135, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 32, ["name_jp"] = "だいおうイカ", ["level"] = 22, ["recovery"] = 0, ["name_en"] = "KingSquid", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 40},
  124.     [0x44] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 45, ["res_slow"] = 0, ["atk"] = 68, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 290, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 68, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 50, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "こうらのよろい", ["agl"] = 25, ["name_jp"] = "ガニラス", ["level"] = 21, ["recovery"] = 0, ["name_en"] = "Crabus", ["dragon"] = False, ["dropname_en"] = "Armor Carapace", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 150},
  125.     [0x45] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 58, ["res_slow"] = 0, ["atk"] = 72, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 263, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 69, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.39, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "かわのぼうし", ["agl"] = 32, ["name_jp"] = "マーマンダイン", ["level"] = 21, ["recovery"] = 0, ["name_en"] = "Merdane", ["dragon"] = False, ["dropname_en"] = "Kono Hat", ["res_flame"] = 1, ["mp"] = 12, ["def"] = 50},
  126.     [0x46] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 71, ["res_slow"] = 0, ["atk"] = 69, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 367, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 70, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 100, ["droprate"] = 6.25, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "すごろくけん", ["agl"] = 33, ["name_jp"] = "ヘルコンドル", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "MadCondor", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 1, ["mp"] = 28, ["def"] = 60},
  127.     [0x47] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 55, ["res_slow"] = 0, ["atk"] = 95, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 440, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 71, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 90, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "ちからのたね", ["agl"] = 30, ["name_jp"] = "ごうけつぐま", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "Bruin", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 40},
  128.     [0x48] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 15, ["res_slow"] = 0, ["atk"] = 67, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 120, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 72, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 98, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "ぬののふく", ["agl"] = 20, ["name_jp"] = "くさったしたい", ["level"] = 16, ["recovery"] = 0, ["name_en"] = "Hork", ["dragon"] = False, ["dropname_en"] = "Nunonofuku", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 16},
  129.     [0x49] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 68, ["res_slow"] = 0, ["atk"] = 75, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 353, ["res_surround"] = 1, ["concentration"] = True, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 73, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 75, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "せいすい", ["agl"] = 24, ["name_jp"] = "ビッグホーン", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "Bighorn", ["dragon"] = False, ["dropname_en"] = "Holy Water", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 55},
  130.     [0x4a] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 35, ["res_slow"] = 0, ["atk"] = 62, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 165, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 74, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 40, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "まんげつそう", ["agl"] = 30, ["name_jp"] = "しびれあげは", ["level"] = 18, ["recovery"] = 0, ["name_en"] = "StingMoth", ["dragon"] = False, ["dropname_en"] = "Full Moon Likely", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 10},
  131.     [0x4b] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 25, ["res_slow"] = 1, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 368, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 75, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 80, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 2, ["dropname_jp"] = "どくけしそう", ["agl"] = 23, ["name_jp"] = "どくどくゾンビ", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "VenomHork", ["dragon"] = False, ["dropname_en"] = "Antidote To Poison Likely", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 50},
  132.     [0x4c] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 32, ["res_slow"] = 0, ["atk"] = 60, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 372, ["res_surround"] = 1, ["concentration"] = True, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 76, ["decision"] = 0, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.1, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 0, ["dropname_jp"] = "", ["agl"] = 33, ["name_jp"] = "アカイライ", ["level"] = 23, ["recovery"] = 0, ["name_en"] = "BlueBeak", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 0, ["mp"] = 16, ["def"] = 52},
  133.     [0x4d] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 80, ["res_slow"] = 1, ["atk"] = 92, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 418, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 77, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 70, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "はがねのよろい", ["agl"] = 35, ["name_jp"] = "キラーアーマー", ["level"] = 25, ["recovery"] = 0, ["name_en"] = "KillArmor", ["dragon"] = False, ["dropname_en"] = "Armor Of Steel", ["res_flame"] = 2, ["mp"] = 5, ["def"] = 150},
  134.     [0x4e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 42, ["res_slow"] = 1, ["atk"] = 120, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 940, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 78, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 115, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "てつのオノ", ["agl"] = 58, ["name_jp"] = "デスストーカー", ["level"] = 32, ["recovery"] = 0, ["name_en"] = "Avenger", ["dragon"] = False, ["dropname_en"] = "Ono Of Iron", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 55},
  135.     [0x4f] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 61, ["res_slow"] = 1, ["atk"] = 81, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 417, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 79, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "せかいじゅのは", ["agl"] = 18, ["name_jp"] = "ようがんまじん", ["level"] = 24, ["recovery"] = 0, ["name_en"] = "LavaMan", ["dragon"] = False, ["dropname_en"] = "The World Juno", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 40},
  136.     [0x50] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 50, ["res_slow"] = 1, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 358, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 80, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 93, ["droprate"] = 3.13, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ラックのたね", ["agl"] = 37, ["name_jp"] = "シャーマン", ["level"] = 22, ["recovery"] = 0, ["name_en"] = "Shaman", ["dragon"] = False, ["dropname_en"] = "The Rack Seeds", ["res_flame"] = 1, ["mp"] = 18, ["def"] = 52},
  137.     [0x51] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 63, ["res_slow"] = 1, ["atk"] = 65, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 463, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 81, ["decision"] = 2, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 70, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "きえさりそう", ["agl"] = 85, ["name_jp"] = "まほうおばば", ["level"] = 12, ["recovery"] = 0, ["name_en"] = "OldHag", ["dragon"] = False, ["dropname_en"] = "Disappeared Likely", ["res_flame"] = 2, ["mp"] = 100, ["def"] = 50},
  138.     [0x52] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 31, ["res_slow"] = 0, ["atk"] = 63, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 743, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 82, ["decision"] = 3, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 70, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "とげのむち", ["agl"] = 50, ["name_jp"] = "シャドー", ["level"] = 30, ["recovery"] = 0, ["name_en"] = "Shadow", ["dragon"] = False, ["dropname_en"] = "Thorn Ignorance Of", ["res_flame"] = 1, ["mp"] = 18, ["def"] = 65},
  139.     [0x53] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 74, ["res_slow"] = 1, ["atk"] = 93, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 405, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 83, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 140, ["droprate"] = 0.78, ["res_cold"] = 3, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "ふしぎなぼうし", ["agl"] = 23, ["name_jp"] = "ひょうがまじん", ["level"] = 24, ["recovery"] = 0, ["name_en"] = "IceMan", ["dragon"] = False, ["dropname_en"] = "Mysterious Hat", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 54},
  140.     [0x54] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 75, ["res_slow"] = 1, ["atk"] = 120, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1780, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 84, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 80, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "キメラのつばさ", ["agl"] = 68, ["name_jp"] = "キメラ", ["level"] = 38, ["recovery"] = 0, ["name_en"] = "Wyvern", ["dragon"] = False, ["dropname_en"] = "Chimera Of Tsubasa", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 70},
  141.     [0x55] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 68, ["res_slow"] = 1, ["atk"] = 105, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 432, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 85, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 95, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 40, ["name_jp"] = "コング", ["level"] = 25, ["recovery"] = 0, ["name_en"] = "Kong", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 58},
  142.     [0x56] = {["res_lightning"] = 1, ["res_ascension"] = 1, ["gold"] = 88, ["res_slow"] = 1, ["atk"] = 89, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 652, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 86, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 68, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "てつかぶと", ["agl"] = 25, ["name_jp"] = "ガメゴン", ["level"] = 29, ["recovery"] = 0, ["name_en"] = "Tortragon", ["dragon"] = False, ["dropname_en"] = "Steel Helmet", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 200},
  143.     [0x57] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 85, ["res_slow"] = 0, ["atk"] = 88, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 980, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 87, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 90, ["droprate"] = 3.13, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "すごろくけん", ["agl"] = 60, ["name_jp"] = "ごくらくちょう", ["level"] = 32, ["recovery"] = 0, ["name_en"] = "BlissBird", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 1, ["mp"] = 20, ["def"] = 40},
  144.     [0x58] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 105, ["res_slow"] = 3, ["atk"] = 0, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 660, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 88, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 500, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "いのちのいし", ["agl"] = 0, ["name_jp"] = "ばくだんいわ", ["level"] = 26, ["recovery"] = 0, ["name_en"] = "BombCrag", ["dragon"] = False, ["dropname_en"] = "Stone Of Life", ["res_flame"] = 0, ["mp"] = 4, ["def"] = 0},
  145.     [0x59] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 65, ["res_slow"] = 1, ["atk"] = 140, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 523, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 89, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 110, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 33, ["name_jp"] = "グリズリー", ["level"] = 27, ["recovery"] = 0, ["name_en"] = "Grizzly", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 90},
  146.     [0x5a] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 95, ["res_slow"] = 1, ["atk"] = 68, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 673, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 2, ["no"] = 90, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 120, ["droprate"] = 0.39, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "せかいじゅのは", ["agl"] = 67, ["name_jp"] = "ゾンビマスター", ["level"] = 29, ["recovery"] = 0, ["name_en"] = "VoodoMan", ["dragon"] = False, ["dropname_en"] = "The World Juno", ["res_flame"] = 1, ["mp"] = 20, ["def"] = 60},
  147.     [0x5b] = {["res_lightning"] = 2, ["res_ascension"] = 2, ["gold"] = 120, ["res_slow"] = 1, ["atk"] = 113, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 1420, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 2, ["no"] = 91, ["decision"] = 2, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "ラックのたね", ["agl"] = 90, ["name_jp"] = "ガメゴンロード", ["level"] = 36, ["recovery"] = 0, ["name_en"] = "TortoLord", ["dragon"] = False, ["dropname_en"] = "Of The Rack Seeds", ["res_flame"] = 2, ["mp"] = 15, ["def"] = 200},
  148.     [0x5c] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 90, ["res_slow"] = 1, ["atk"] = 93, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 440, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 92, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 110, ["droprate"] = 0.78, ["res_cold"] = 3, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 50, ["name_jp"] = "スノードラゴン", ["level"] = 25, ["recovery"] = 0, ["name_en"] = "IceDragon", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 60},
  149.     [0x5d] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 105, ["res_slow"] = 0, ["atk"] = 155, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 1030, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 93, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 250, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "こんぼう", ["agl"] = 42, ["name_jp"] = "トロル", ["level"] = 33, ["recovery"] = 0, ["name_en"] = "Troll", ["dragon"] = True, ["dropname_en"] = "Club", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 32},
  150.     [0x5e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 68, ["res_slow"] = 0, ["atk"] = 72, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1070, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 94, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 80, ["droprate"] = 3.13, ["res_cold"] = 3, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "すごろくけん", ["agl"] = 51, ["name_jp"] = "フロストギズモ", ["level"] = 33, ["recovery"] = 0, ["name_en"] = "IceCloud", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 0, ["mp"] = 18, ["def"] = 47},
  151.     [0x5f] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 1023, ["res_slow"] = 3, ["atk"] = 57, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 10, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 95, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 50, ["droprate"] = 0.39, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "はでなふく", ["agl"] = 70, ["name_jp"] = "おどるほうせき", ["level"] = 16, ["recovery"] = 0, ["name_en"] = "JewelBag", ["dragon"] = False, ["dropname_en"] = "Showy Clothes", ["res_flame"] = 3, ["mp"] = 255, ["def"] = 100},
  152.     [0x60] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 89, ["res_slow"] = 1, ["atk"] = 85, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 587, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 96, ["decision"] = 3, ["res_mp_absorb"] = 1, ["avoidance"] = 7, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 80, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ふこうのかぶと", ["agl"] = 55, ["name_jp"] = "ミニデーモン", ["level"] = 28, ["recovery"] = 0, ["name_en"] = "MiniDaemon", ["dragon"] = False, ["dropname_en"] = "Of You Organ Or Helmet", ["res_flame"] = 1, ["mp"] = 24, ["def"] = 45},
  153.     [0x61] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 120, ["res_slow"] = 1, ["atk"] = 107, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 1280, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 97, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 200, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ぶとうぎ", ["agl"] = 36, ["name_jp"] = "テンタクルス", ["level"] = 35, ["recovery"] = 0, ["name_en"] = "Tentacles", ["dragon"] = False, ["dropname_en"] = "Butogi", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 15},
  154.     [0x62] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 68, ["res_slow"] = 0, ["atk"] = 95, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 843, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 98, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 75, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "はがねのつるぎ", ["agl"] = 75, ["name_jp"] = "がいこつけんし", ["level"] = 31, ["recovery"] = 0, ["name_en"] = "Skeletor", ["dragon"] = False, ["dropname_en"] = "Sword Of Steel", ["res_flame"] = 1, ["mp"] = 18, ["def"] = 58},
  155.     [0x63] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 110, ["res_slow"] = 2, ["atk"] = 94, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 735, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 99, ["decision"] = 3, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 240, ["droprate"] = 0.39, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "まじんのオノ", ["agl"] = 100, ["name_jp"] = "ミミック", ["level"] = 34, ["recovery"] = 0, ["name_en"] = "Mimic", ["dragon"] = False, ["dropname_en"] = "Ono Genie", ["res_flame"] = 2, ["mp"] = 10, ["def"] = 78},
  156.     [0x64] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 73, ["res_slow"] = 1, ["atk"] = 115, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 1190, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 100, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 3, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 130, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "すばやさのたね", ["agl"] = 58, ["name_jp"] = "じごくのきし", ["level"] = 34, ["recovery"] = 0, ["name_en"] = "HellNite", ["dragon"] = False, ["dropname_en"] = "Of Quickness Seed", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 63},
  157.     [0x65] = {["res_lightning"] = 1, ["res_ascension"] = 3, ["gold"] = 42, ["res_slow"] = 1, ["atk"] = 67, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1040, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 101, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 85, ["droprate"] = 6.25, ["res_cold"] = 3, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "すごろくけん", ["agl"] = 59, ["name_jp"] = "ホロゴースト", ["level"] = 34, ["recovery"] = 0, ["name_en"] = "HoloGhost", ["dragon"] = False, ["dropname_en"] = "Sugoroku Ken", ["res_flame"] = 2, ["mp"] = 20, ["def"] = 47},
  158.     [0x66] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 130, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 2080, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 102, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 1800, ["droprate"] = 100.0, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "くさなぎのけん", ["agl"] = 40, ["name_jp"] = "やまたのおろち", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Orochi1", ["dragon"] = False, ["dropname_en"] = "Kusanagi Ken Of", ["res_flame"] = 3, ["mp"] = 12, ["def"] = 68},
  159.     [0x67] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 1000, ["res_slow"] = 3, ["atk"] = 140, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 8040, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 103, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 2000, ["droprate"] = 100.0, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 50, ["name_jp"] = "やまたのおろち", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Orochi2", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 3, ["mp"] = 12, ["def"] = 68},
  160.     [0x68] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 82, ["res_slow"] = 0, ["atk"] = 140, ["res_suicide"] = 1, ["res_stop"] = 1, ["xp"] = 1780, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 104, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 195, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "だいちのよろい", ["agl"] = 29, ["name_jp"] = "うごくせきぞう", ["level"] = 37, ["recovery"] = 0, ["name_en"] = "StoneMan", ["dragon"] = False, ["dropname_en"] = "Armor Of The Earth", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 40},
  161.     [0x69] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 180, ["res_slow"] = 1, ["atk"] = 150, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 6000, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 105, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 200, ["droprate"] = 0.78, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ちからのたね", ["agl"] = 70, ["name_jp"] = "サラマンダー", ["level"] = 42, ["recovery"] = 2, ["name_en"] = "Salamandr", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 59},
  162.     [0x6a] = {["res_lightning"] = 0, ["res_ascension"] = 0, ["gold"] = 2, ["res_slow"] = 0, ["atk"] = 18, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 8, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 0, ["no"] = 106, ["decision"] = 0, ["res_mp_absorb"] = 0, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 6, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 0, ["dropname_jp"] = "やくそう", ["agl"] = 7, ["name_jp"] = "スライムべス", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Slime Beth", ["dragon"] = True, ["dropname_en"] = "Herb", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 6},
  163.     [0x6b] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 78, ["res_slow"] = 1, ["atk"] = 90, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 720, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 107, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 70, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "てつのつめ", ["agl"] = 59, ["name_jp"] = "マドハンド", ["level"] = 35, ["recovery"] = 0, ["name_en"] = "Goopi", ["dragon"] = False, ["dropname_en"] = "Nails Of Iron", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 75},
  164.     [0x6c] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 77, ["res_slow"] = 2, ["atk"] = 105, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1710, ["res_surround"] = 1, ["concentration"] = True, ["res_wind"] = 1, ["res_noroifu"] = 0, ["no"] = 108, ["decision"] = 2, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 130, ["droprate"] = 1.56, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "いのちのいし", ["agl"] = 80, ["name_jp"] = "まおうのかげ", ["level"] = 38, ["recovery"] = 0, ["name_en"] = "VileShade", ["dragon"] = False, ["dropname_en"] = "Stone Of Life", ["res_flame"] = 1, ["mp"] = 30, ["def"] = 60},
  165.     [0x6d] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 105, ["res_slow"] = 1, ["atk"] = 80, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 1930, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 109, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 150, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "どくがのこな", ["agl"] = 72, ["name_jp"] = "マクロべータ", ["level"] = 38, ["recovery"] = 0, ["name_en"] = "VoodooWiz", ["dragon"] = False, ["dropname_en"] = "I This Poison Fang", ["res_flame"] = 2, ["mp"] = 255, ["def"] = 60},
  166.     [0x6e] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 10, ["res_slow"] = 3, ["atk"] = 55, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 40200, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 110, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 6, ["droprate"] = 1.56, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "しあわせのくつ", ["agl"] = 150, ["name_jp"] = "はぐれメタル", ["level"] = 24, ["recovery"] = 0, ["name_en"] = "Metabble", ["dragon"] = False, ["dropname_en"] = "Happiness Of Shoes", ["res_flame"] = 3, ["mp"] = 255, ["def"] = 1023},
  167.     [0x6f] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 48, ["res_slow"] = 1, ["atk"] = 95, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 1270, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 111, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 170, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 2, ["dropname_jp"] = "みかわしのふく", ["agl"] = 45, ["name_jp"] = "グール", ["level"] = 36, ["recovery"] = 0, ["name_en"] = "Ghoul", ["dragon"] = False, ["dropname_en"] = "Clothes Of Mikawashi", ["res_flame"] = 0, ["mp"] = 5, ["def"] = 10},
  168.     [0x70] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 98, ["res_slow"] = 1, ["atk"] = 120, ["res_suicide"] = 1, ["res_stop"] = 1, ["xp"] = 1350, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 112, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 115, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "なげきのたて", ["agl"] = 47, ["name_jp"] = "ライオンヘッド", ["level"] = 35, ["recovery"] = 0, ["name_en"] = "LionHead", ["dragon"] = False, ["dropname_en"] = "Vertical Of Grief", ["res_flame"] = 2, ["mp"] = 30, ["def"] = 80},
  169.     [0x71] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 105, ["res_slow"] = 3, ["atk"] = 180, ["res_suicide"] = 3, ["res_stop"] = 2, ["xp"] = 2500, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 113, ["decision"] = 1, ["res_mp_absorb"] = 2, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 1500, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "ちからのたね", ["agl"] = 80, ["name_jp"] = "ボストロール", ["level"] = 38, ["recovery"] = 0, ["name_en"] = "BossTroll", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 2, ["mp"] = 255, ["def"] = 120},
  170.     [0x72] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 1023, ["res_slow"] = 0, ["atk"] = 165, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 390, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 114, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 210, ["droprate"] = 0.39, ["res_cold"] = 3, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "おうごんのつめ", ["agl"] = 60, ["name_jp"] = "ゴールドマン", ["level"] = 40, ["recovery"] = 0, ["name_en"] = "GoldMan", ["dragon"] = False, ["dropname_en"] = "Nails Golden", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 50},
  171.     [0x73] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 78, ["res_slow"] = 1, ["atk"] = 130, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2350, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 115, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 200, ["droprate"] = 0.78, ["res_cold"] = 3, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "ちからのたね", ["agl"] = 62, ["name_jp"] = "スカルゴン", ["level"] = 39, ["recovery"] = 0, ["name_en"] = "Skullgon", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 65},
  172.     [0x74] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 110, ["res_slow"] = 1, ["atk"] = 125, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 1590, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 116, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 1.56, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "まほうのビキニ", ["agl"] = 72, ["name_jp"] = "キングマーマン", ["level"] = 36, ["recovery"] = 1, ["name_en"] = "MerKing", ["dragon"] = False, ["dropname_en"] = "The Magic Of The Bikini", ["res_flame"] = 1, ["mp"] = 12, ["def"] = 85},
  173.     [0x75] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 160, ["res_slow"] = 1, ["atk"] = 150, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 2090, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 117, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 450, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "いのちのきのみ", ["agl"] = 52, ["name_jp"] = "クラーゴン", ["level"] = 38, ["recovery"] = 0, ["name_en"] = "Kregacle", ["dragon"] = False, ["dropname_en"] = "Can Life Only", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 10},
  174.     [0x76] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 130, ["res_slow"] = 1, ["atk"] = 155, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2080, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 118, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 150, ["droprate"] = 1.56, ["res_cold"] = 0, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "すばやさのたね", ["agl"] = 58, ["name_jp"] = "ダースリカント", ["level"] = 39, ["recovery"] = 0, ["name_en"] = "DarthBear", ["dragon"] = False, ["dropname_en"] = "Of Quickness Seed", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 70},
  175.     [0x77] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 150, ["res_slow"] = 1, ["atk"] = 200, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2500, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 119, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 350, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "らいじんのけん", ["agl"] = 35, ["name_jp"] = "だいまじん", ["level"] = 43, ["recovery"] = 0, ["name_en"] = "GrndTitan", ["dragon"] = False, ["dropname_en"] = "Ken Of Raijin", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 90},
  176.     [0x78] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 90, ["res_slow"] = 2, ["atk"] = 139, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 2780, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 120, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 140, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "なげきのたて", ["agl"] = 70, ["name_jp"] = "ラゴンヌ", ["level"] = 42, ["recovery"] = 0, ["name_en"] = "Leona", ["dragon"] = False, ["dropname_en"] = "Vertical Of Grief", ["res_flame"] = 1, ["mp"] = 24, ["def"] = 80},
  177.     [0x79] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 140, ["res_slow"] = 2, ["atk"] = 90, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2850, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 121, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 130, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 3, ["res_confuse"] = 1, ["dropname_jp"] = "さざなみのつえ", ["agl"] = 75, ["name_jp"] = "アークマージ", ["level"] = 43, ["recovery"] = 0, ["name_en"] = "ArchMage", ["dragon"] = False, ["dropname_en"] = "Staff Of The Ripples", ["res_flame"] = 2, ["mp"] = 100, ["def"] = 150},
  178.     [0x7a] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 125, ["res_slow"] = 1, ["atk"] = 105, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 2240, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 122, ["decision"] = 2, ["res_mp_absorb"] = 1, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 100, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ふしぎなぼうし", ["agl"] = 150, ["name_jp"] = "メイジキメラ", ["level"] = 30, ["recovery"] = 0, ["name_en"] = "MagWyvern", ["dragon"] = False, ["dropname_en"] = "Strange Hat", ["res_flame"] = 2, ["mp"] = 53, ["def"] = 80},
  179.     [0x7b] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 90, ["res_slow"] = 3, ["atk"] = 115, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2490, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 123, ["decision"] = 1, ["res_mp_absorb"] = 2, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 125, ["droprate"] = 0.39, ["res_cold"] = 3, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "ゆうわくのけん", ["agl"] = 58, ["name_jp"] = "サタンパピー", ["level"] = 41, ["recovery"] = 0, ["name_en"] = "WingDemon", ["dragon"] = False, ["dropname_en"] = "Ken Of Temptation", ["res_flame"] = 1, ["mp"] = 48, ["def"] = 80},
  180.     [0x7c] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 95, ["res_slow"] = 2, ["atk"] = 137, ["res_suicide"] = 0, ["res_stop"] = 2, ["xp"] = 3090, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 124, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 150, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "せかいじゅのは", ["agl"] = 76, ["name_jp"] = "ヒドラ", ["level"] = 41, ["recovery"] = 0, ["name_en"] = "Hydra", ["dragon"] = False, ["dropname_en"] = "The World Juno", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 120},
  181.     [0x7d] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 120, ["res_slow"] = 1, ["atk"] = 150, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 3050, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 125, ["decision"] = 0, ["res_mp_absorb"] = 2, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 250, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "らいじんのけん", ["agl"] = 67, ["name_jp"] = "トロルキング", ["level"] = 57, ["recovery"] = 0, ["name_en"] = "Troll King", ["dragon"] = False, ["dropname_en"] = "Ken Of Raijin", ["res_flame"] = 1, ["mp"] = 27, ["def"] = 78},
  182.     [0x7e] = {["res_lightning"] = 0, ["res_ascension"] = 1, ["gold"] = 107, ["res_slow"] = 1, ["atk"] = 140, ["res_suicide"] = 0, ["res_stop"] = 1, ["xp"] = 2600, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 126, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 3, ["res_confuse"] = 1, ["dropname_jp"] = "スタミナのたね", ["agl"] = 62, ["name_jp"] = "ドラゴン", ["level"] = 42, ["recovery"] = 2, ["name_en"] = "Dragon", ["dragon"] = False, ["dropname_en"] = "Of Stamina Seeds", ["res_flame"] = 2, ["mp"] = 0, ["def"] = 75},
  183.     [0x7f] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 80, ["res_slow"] = 1, ["atk"] = 100, ["res_suicide"] = 2, ["res_stop"] = 1, ["xp"] = 3270, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 1, ["no"] = 127, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 2, ["hp"] = 93, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ふしぎなぼうし", ["agl"] = 55, ["name_jp"] = "バルログ", ["level"] = 43, ["recovery"] = 0, ["name_en"] = "Balrog", ["dragon"] = True, ["dropname_en"] = "Mysterious Hat", ["res_flame"] = 1, ["mp"] = 21, ["def"] = 57},
  184.     [0x80] = {["res_lightning"] = 1, ["res_ascension"] = 3, ["gold"] = 53, ["res_slow"] = 1, ["atk"] = 170, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 3500, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 128, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 350, ["droprate"] = 0.78, ["res_cold"] = 3, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ちからのたね", ["agl"] = 43, ["name_jp"] = "ドラゴンゾンビ", ["level"] = 44, ["recovery"] = 0, ["name_en"] = "Putregon", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 45},
  185.     [0x81] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 120, ["res_slow"] = 1, ["atk"] = 145, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 3060, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 1, ["no"] = 129, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 160, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "なげきのたて", ["agl"] = 78, ["name_jp"] = "マントゴーア", ["level"] = 44, ["recovery"] = 0, ["name_en"] = "Mantigore", ["dragon"] = True, ["dropname_en"] = "Vertical Of Grief", ["res_flame"] = 0, ["mp"] = 50, ["def"] = 60},
  186.     [0x82] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 87, ["res_slow"] = 1, ["atk"] = 158, ["res_suicide"] = 2, ["res_stop"] = 1, ["xp"] = 3180, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 2, ["no"] = 130, ["decision"] = 1, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 170, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "ふぶきのつるぎ", ["agl"] = 99, ["name_jp"] = "ソードイド", ["level"] = 45, ["recovery"] = 0, ["name_en"] = "Swordoid", ["dragon"] = False, ["dropname_en"] = "Sword Of Fubuki", ["res_flame"] = 1, ["mp"] = 31, ["def"] = 72},
  187.     [0x83] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 350, ["res_slow"] = 3, ["atk"] = 280, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 12200, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 131, ["decision"] = 1, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 1600, ["droprate"] = 0.78, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "ドラゴンメイル", ["agl"] = 50, ["name_jp"] = "キングヒドラ", ["level"] = 46, ["recovery"] = 0, ["name_en"] = "King Hydra", ["dragon"] = False, ["dropname_en"] = "Dragon Mail", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 150},
  188.     [0x84] = {["res_lightning"] = 1, ["res_ascension"] = 3, ["gold"] = 450, ["res_slow"] = 3, ["atk"] = 210, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 13500, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 132, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 1100, ["droprate"] = 0.39, ["res_cold"] = 1, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "なげきのたて", ["agl"] = 72, ["name_jp"] = "バラモスブロス", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "BaraBomus", ["dragon"] = False, ["dropname_en"] = "Vertical Of Grief", ["res_flame"] = 1, ["mp"] = 255, ["def"] = 300},
  189.     [0x85] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 115, ["res_slow"] = 3, ["atk"] = 400, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 14300, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 133, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 1, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 3000, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "はかいのつるぎ", ["agl"] = 0, ["name_jp"] = "バラモスゾンビ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "BaraGonus", ["dragon"] = False, ["dropname_en"] = "Sword Of Destruction", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 0},
  190.     [0x86] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 240, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 65535, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 2, ["no"] = 134, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 2500, ["droprate"] = 0.1, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 85, ["name_jp"] = "バラモス", ["level"] = 63, ["recovery"] = 2, ["name_en"] = "Baramos", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 2, ["mp"] = 255, ["def"] = 200},
  191.     [0x87] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 500, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 0, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 135, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 4500, ["droprate"] = 0.1, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 255, ["name_jp"] = "ゾーマ", ["level"] = 63, ["recovery"] = 3, ["name_en"] = "Zoma1", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 3, ["mp"] = 255, ["def"] = 350},
  192.     [0x88] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 360, ["res_suicide"] = 3, ["res_stop"] = 0, ["xp"] = 0, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 136, ["decision"] = 3, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 4700, ["droprate"] = 0.1, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 80, ["name_jp"] = "ゾーマ", ["level"] = 63, ["recovery"] = 3, ["name_en"] = "Zoma2", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 0, ["mp"] = 255, ["def"] = 200},
  193.     [0x89] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 230, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 0, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 137, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 400, ["droprate"] = 0.1, ["res_cold"] = 3, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 100, ["name_jp"] = "オルテガ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Ortega", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 0, ["mp"] = 27, ["def"] = 220},
  194.     [0x8a] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 70, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 2200, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 138, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 300, ["droprate"] = 0.1, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 10, ["name_jp"] = "カンダタ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Kandar1", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 54},
  195.     [0x8b] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 95, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 4800, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 139, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 2, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 700, ["droprate"] = 0.1, ["res_cold"] = 1, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 23, ["name_jp"] = "カンダタ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Kandar2", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 70},
  196.     [0x8c] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 45, ["res_suicide"] = 3, ["res_stop"] = 0, ["xp"] = 80, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 140, ["decision"] = 2, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 60, ["droprate"] = 0.1, ["res_cold"] = 0, ["res_sleep"] = 0, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 20, ["name_jp"] = "カンダタこぶん", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "KandarGoon1", ["dragon"] = False, ["dropname_en"] = "", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 31},
  197.     [0x96] = {["res_lightning"] = 1, ["res_ascension"] = 2, ["gold"] = 150, ["res_slow"] = 0, ["atk"] = 250, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 3700, ["res_surround"] = 1, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 1, ["no"] = 150, ["decision"] = 0, ["res_mp_absorb"] = 1, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 350, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 1, ["res_confuse"] = 1, ["dropname_jp"] = "せかいじゅのは", ["agl"] = 90, ["name_jp"] = "ほうおう", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Phoenix", ["dragon"] = False, ["dropname_en"] = "The World Juno", ["res_flame"] = 1, ["mp"] = 255, ["def"] = 150},
  198.     [0x97] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 130, ["res_slow"] = 1, ["atk"] = 350, ["res_suicide"] = 3, ["res_stop"] = 2, ["xp"] = 8500, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 151, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 7, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 700, ["droprate"] = 1.56, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 1, ["dropname_jp"] = "いかりのタトゥー", ["agl"] = 100, ["name_jp"] = "てんのもんばん", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "GateGuard", ["dragon"] = False, ["dropname_en"] = "Anchor Tattoo", ["res_flame"] = 0, ["mp"] = 0, ["def"] = 200},
  199.     [0x98] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 50, ["res_slow"] = 0, ["atk"] = 170, ["res_suicide"] = 2, ["res_stop"] = 2, ["xp"] = 9000, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 152, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 150, ["droprate"] = 0.78, ["res_cold"] = 3, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "しあわせのくつ", ["agl"] = 120, ["name_jp"] = "メタルキメラ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "MtlWyvern", ["dragon"] = False, ["dropname_en"] = "Happiness Of Shoes", ["res_flame"] = 3, ["mp"] = 0, ["def"] = 350},
  200.     [0x99] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 210, ["res_slow"] = 0, ["atk"] = 180, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 4300, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 1, ["res_noroifu"] = 3, ["no"] = 153, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 4, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 350, ["droprate"] = 3.13, ["res_cold"] = 1, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "いのりのゆびわ", ["agl"] = 150, ["name_jp"] = "デビルウィザード", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "DevilMage", ["dragon"] = False, ["dropname_en"] = "Ring Of Prayer", ["res_flame"] = 1, ["mp"] = 255, ["def"] = 170},
  201.     [0x9a] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 80, ["res_slow"] = 0, ["atk"] = 230, ["res_suicide"] = 0, ["res_stop"] = 0, ["xp"] = 2500, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 154, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 0, ["hp"] = 180, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 2, ["dropname_jp"] = "おおばさみ", ["agl"] = 115, ["name_jp"] = "キラークラブ", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "EvilCrab", ["dragon"] = False, ["dropname_en"] = "Oobasami", ["res_flame"] = 0, ["mp"] = 255, ["def"] = 250},
  202.     [0x9b] = {["res_lightning"] = 0, ["res_ascension"] = 2, ["gold"] = 63, ["res_slow"] = 2, ["atk"] = 330, ["res_suicide"] = 1, ["res_stop"] = 0, ["xp"] = 3700, ["res_surround"] = 0, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 155, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 700, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 2, ["dropname_jp"] = "あたまがさえるほん", ["agl"] = 50, ["name_jp"] = "ダークトロル", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "DarkTroll", ["dragon"] = False, ["dropname_en"] = "Only The Lambent The Head", ["res_flame"] = 0, ["mp"] = 8, ["def"] = 80},
  203.     [0x9c] = {["res_lightning"] = 1, ["res_ascension"] = 3, ["gold"] = 52, ["res_slow"] = 0, ["atk"] = 220, ["res_suicide"] = 1, ["res_stop"] = 2, ["xp"] = 2800, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 2, ["res_noroifu"] = 3, ["no"] = 156, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 1, ["hp"] = 300, ["droprate"] = 0.78, ["res_cold"] = 2, ["res_sleep"] = 1, ["res_confuse"] = 2, ["dropname_jp"] = "もろはのつるぎ", ["agl"] = 90, ["name_jp"] = "デーモンソード", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "DemonSwrd", ["dragon"] = False, ["dropname_en"] = "A Double-Edged Sword", ["res_flame"] = 1, ["mp"] = 0, ["def"] = 150},
  204.     [0x9d] = {["res_lightning"] = 3, ["res_ascension"] = 3, ["gold"] = 150, ["res_slow"] = 0, ["atk"] = 260, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 7300, ["res_surround"] = 3, ["concentration"] = True, ["res_wind"] = 3, ["res_noroifu"] = 3, ["no"] = 157, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = True, ["res_expel"] = 3, ["hp"] = 900, ["droprate"] = 0.39, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "ふしぎなきのみ", ["agl"] = 110, ["name_jp"] = "バラモスエビル", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "BaraEvil", ["dragon"] = False, ["dropname_en"] = "Only Defunct Wonder", ["res_flame"] = 0, ["mp"] = 255, ["def"] = 140},
  205.     [0x9e] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 3, ["atk"] = 400, ["res_suicide"] = 3, ["res_stop"] = 3, ["xp"] = 50000, ["res_surround"] = 3, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 3, ["no"] = 158, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 7300, ["droprate"] = 3.13, ["res_cold"] = 0, ["res_sleep"] = 3, ["res_confuse"] = 3, ["dropname_jp"] = "ちからのたね", ["agl"] = 255, ["name_jp"] = "しんりゅう", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "Divinegon", ["dragon"] = False, ["dropname_en"] = "The Power Of Seeds", ["res_flame"] = 0, ["mp"] = 255, ["def"] = 350},
  206.     [0x9f] = {["res_lightning"] = 0, ["res_ascension"] = 3, ["gold"] = 0, ["res_slow"] = 2, ["atk"] = 65, ["res_suicide"] = 3, ["res_stop"] = 1, ["xp"] = 100, ["res_surround"] = 2, ["concentration"] = False, ["res_wind"] = 0, ["res_noroifu"] = 2, ["no"] = 159, ["decision"] = 0, ["res_mp_absorb"] = 3, ["avoidance"] = 0, ["immortal"] = False, ["res_expel"] = 3, ["hp"] = 120, ["droprate"] = 0.1, ["res_cold"] = 0, ["res_sleep"] = 2, ["res_confuse"] = 3, ["dropname_jp"] = "", ["agl"] = 37, ["name_jp"] = "カンダタこぶん", ["level"] = 63, ["recovery"] = 0, ["name_en"] = "KandarGoon2", ["dragon"] = True, ["dropname_en"] = "", ["res_flame"] = 0, ["mp"] = 20, ["def"] = 60},
  207. }
  208.  
  209. local Formations = {
  210.     [0x00] = { ["encounter_factor"] = 0, ["preemptive_occurrence"] = 0, ["no"] = 0, ["monsters"] = { }, ["unused"] = 1, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 0, ["qty_adj_4"] = 1, ["qty_adj_2"] = 1, ["qty_adj_3"] = 1, ["qty_adj_0"] = 1, ["qty_adj_1"] = 1 },
  211.     { ["encounter_factor"] = 0, ["preemptive_occurrence"] = 0, ["no"] = 1, ["monsters"] = { }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 0, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  212.     { ["encounter_factor"] = 0, ["preemptive_occurrence"] = 0, ["no"] = 2, ["monsters"] = { }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 0, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  213.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 3, ["monsters"] = { 64, 66, 65, 65, 64, 66, 70, 67, 67 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  214.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 4, ["monsters"] = { 41, 68, 65, 66, 41, 66, 68, 65, 74, 66 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 21, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  215.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 5, ["monsters"] = { 86, 66, 68, 74, 70, 68, 74, 69, 86, 86 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 29, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  216.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 6, ["monsters"] = { 64, 68, 69, 67, 69, 70, 67, 68, 97, 97 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 35, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  217.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 7, ["monsters"] = { 1, 2, 2, 1, 1, 2, 1 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 0, ["level"] = 1, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  218.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 8, ["monsters"] = { 2, 1, 1, 1, 1, 2, 1, 2, 3 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 0, ["level"] = 2, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  219.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 9, ["monsters"] = { 2, 1, 3, 4, 3, 1, 2, 4 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 3, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  220.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 10, ["monsters"] = { 5, 7, 6, 9, 6, 9, 7, 8, 12, 10 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 4, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  221.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 11, ["monsters"] = { 13, 12, 8, 14, 13, 8, 14, 16, 15, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 7, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  222.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 12, ["monsters"] = { 5, 17, 14, 18, 16, 16, 14, 17, 18, 15, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  223.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 13, ["monsters"] = { 19, 16, 21, 22, 28, 28, 21, 18, 22, 19, 23, 25 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  224.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 14, ["monsters"] = { 101, 100, 47, 110, 104, 112, 47, 104, 92, 92 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 37, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  225.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 15, ["monsters"] = { 31, 29, 23, 26, 19, 29, 31, 31, 28, 21, 2 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  226.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 16, ["monsters"] = { 34, 29, 36, 20, 34, 29, 27, 36, 33 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 13, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  227.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 1, ["no"] = 17, ["monsters"] = { 27, 36, 29, 34, 27, 34, 36, 29, 33 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 13, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  228.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 18, ["monsters"] = { 22, 35, 23, 28, 24, 35, 35, 26, 2 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 13, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  229.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 19, ["monsters"] = { 42, 34, 29, 40, 42, 40, 42, 39, 38, 3 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  230.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 20, ["monsters"] = { 39, 40, 39, 42, 10, 39, 40, 42, 39, 38 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 15, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  231.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 21, ["monsters"] = { 39, 43, 40, 38, 43, 39, 43, 39, 72 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 16, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  232.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 22, ["monsters"] = { 40, 39, 43, 38, 41, 40, 39, 43, 72 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 16, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  233.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 23, ["monsters"] = { 45, 48, 43, 41, 48, 41, 45, 45, 52, 71 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  234.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 24, ["monsters"] = { 48, 45, 41, 50, 46, 45, 48, 41, 52, 71 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  235.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 25, ["monsters"] = { 59, 53, 58, 49, 74, 59, 74, 53, 58, 49, 72, 59 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  236.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 26, ["monsters"] = { 53, 62, 58, 53, 53, 58, 62, 60 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 20, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  237.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 27, ["monsters"] = { 53, 62, 58, 50, 53, 58, 62, 60 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  238.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 28, ["monsters"] = { 127, 121, 128, 129, 130, 130, 129, 128, 105, 130, 105, 14 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 45, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  239.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 29, ["monsters"] = { 63, 51, 74, 61, 51, 62, 61, 63, 51, 3, 8 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  240.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 30, ["monsters"] = { 80, 63, 51, 61, 51, 63, 80, 61, 9 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 22, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  241.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 31, ["monsters"] = { 71, 30, 30, 71, 71 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  242.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 32, ["monsters"] = { 80, 25, 51, 74, 25, 51, 80 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 22, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  243.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 33, ["monsters"] = { 70, 71, 71, 70, 83, 92 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  244.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 34, ["monsters"] = { 61, 63, 60, 63, 44, 63, 60, 63, 61 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 21, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  245.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 35, ["monsters"] = { 74, 76, 70, 80, 70, 76, 73 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  246.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 36, ["monsters"] = { 76, 70, 80, 75, 69, 76, 75, 73, 17 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  247.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 37, ["monsters"] = { 127, 128, 121, 129, 127, 128, 129, 7 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 44, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  248.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 38, ["monsters"] = { 76, 75, 74, 80, 73, 76, 73, 75, 5 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  249.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 39, ["monsters"] = { 75, 73, 80, 76, 54, 75, 76, 73, 76, 50, 110 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 24, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  250.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 40, ["monsters"] = { 73, 83, 83, 73, 83, 83, 92 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  251.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 41, ["monsters"] = { 126, 125, 129, 127, 127, 126, 129, 121, 127, 6 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 57, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  252.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 42, ["monsters"] = { 63, 80, 76, 85, 85, 76, 85, 85, 80 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  253.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 43, ["monsters"] = { 120, 118, 110, 122, 120, 110, 118, 122, 122, 105, 13 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 42, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  254.     { ["encounter_factor"] = 0, ["preemptive_occurrence"] = 0, ["no"] = 44, ["monsters"] = { 68, 64, 50, 85, 63, 68, 70, 85, 76 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  255.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 45, ["monsters"] = { 81, 89, 86, 90, 85, 86, 81, 90, 86, 5 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 29, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 1, ["qty_adj_1"] = 0 },
  256.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 46, ["monsters"] = { 81, 85, 77, 85, 81, 77, 85, 10, 10 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 29, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  257.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 47, ["monsters"] = { 60, 81, 77, 88, 89, 81, 89, 50, 77, 89 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 27, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  258.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 48, ["monsters"] = { 89, 77, 96, 81, 87, 81, 89, 59, 4 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 28, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  259.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 49, ["monsters"] = { 87, 78, 89, 88, 81, 87, 81, 88, 78, 89 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 32, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  260.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 50, ["monsters"] = { 14, 12, 28, 23, 26, 24, 34, 23, 26, 31, 37, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 13, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  261.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 51, ["monsters"] = { 94, 93, 96, 44, 96, 93, 94, 93 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 33, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  262.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 52, ["monsters"] = { 83, 87, 91, 92, 83, 94, 91, 94, 11 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 36, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  263.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 53, ["monsters"] = { 1, 106, 107, 100, 107, 1, 106, 105, 19 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  264.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 54, ["monsters"] = { 107, 106, 111, 107, 111, 106, 107, 105 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 1, ["qty_adj_1"] = 0 },
  265.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 55, ["monsters"] = { 107, 105, 104, 107, 104, 121 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 43, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  266.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 56, ["monsters"] = { 107, 122, 120, 91, 108, 120, 122, 120, 108, 120 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 42, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  267.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 57, ["monsters"] = { 108, 106, 84, 108, 84, 104, 84 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  268.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 58, ["monsters"] = { 84, 115, 107, 111, 109, 109, 84, 115, 107, 111 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 39, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  269.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 59, ["monsters"] = { 120, 123, 122, 110, 120, 123, 109, 122, 120, 120 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 42, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  270.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 60, ["monsters"] = { 84, 122, 118, 106, 1, 107, 122, 118, 107, 84, 110 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  271.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 61, ["monsters"] = { 84, 108, 111, 114, 111, 84, 114, 100, 118, 114, 15 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 40, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  272.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 62, ["monsters"] = { 91, 101, 118, 100, 101, 95, 100, 101, 91, 107, 118, 95 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 39, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  273.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 63, ["monsters"] = { 84, 107, 110, 118, 84, 115, 110, 118 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 39, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  274.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 64, ["monsters"] = { 115, 107, 123, 111, 115, 123, 107, 111, 111, 115 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 41, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  275.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 65, ["monsters"] = { 124, 105, 123, 125, 125, 124, 123, 125, 121 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 57, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  276.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 66, ["monsters"] = { 125, 124, 109, 126, 125, 126, 124, 126, 109, 12 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 57, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  277.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 1, ["no"] = 67, ["monsters"] = { 65, 64, 116, 101, 116, 97, 117, 94, 117 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 38, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  278.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 68, ["monsters"] = { 3, 1, 2, 3, 1, 2, 4, 3 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 0, ["level"] = 3, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  279.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 69, ["monsters"] = { 1, 2, 3, 1, 2, 4, 3 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 2, ["level"] = 3, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  280.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 70, ["monsters"] = { 2, 6, 4, 4, 2, 4, 7, 5, 1 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 4, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  281.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 71, ["monsters"] = { 7, 4, 5, 6, 6, 5, 2, 9, 7, 8 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 4, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  282.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 72, ["monsters"] = { 12, 7, 11, 12, 7, 8, 11, 14 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 6, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  283.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 73, ["monsters"] = { 11, 12, 5, 9, 8, 8, 11, 12, 14 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 1, ["level"] = 6, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 1 },
  284.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 74, ["monsters"] = { 19, 17, 18, 15, 17, 17, 15, 18, 19, 15, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  285.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 75, ["monsters"] = { 19, 20, 15, 21, 20, 19, 15, 21, 20, 21, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  286.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 1, ["no"] = 76, ["monsters"] = { 18, 19, 28, 20, 21, 15, 20, 21, 28, 28 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 11, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  287.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 77, ["monsters"] = { 24, 26, 23, 24, 26, 23, 26 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 0, ["level"] = 10, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  288.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 78, ["monsters"] = { 24, 26, 23, 27, 24, 23, 26, 27, 26 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 10, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  289.     { ["encounter_factor"] = 1, ["preemptive_occurrence"] = 0, ["no"] = 79, ["monsters"] = { 30, 36, 32, 33, 30, 36, 33, 32 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 13, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  290.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 80, ["monsters"] = { 33, 30, 37, 32, 30, 37, 37 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 13, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  291.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 81, ["monsters"] = { 68, 98, 65, 69, 97, 72, 69, 68, 97, 72 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 35, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  292.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 1, ["no"] = 82, ["monsters"] = { 91, 112, 94, 100, 94, 112, 100, 91, 95 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 36, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  293.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 83, ["monsters"] = { 37, 25, 33, 30, 33, 37, 25, 25 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 13, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  294.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 84, ["monsters"] = { 100, 112, 94, 95, 96, 95, 101, 96, 112, 100, 110 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 35, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  295.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 85, ["monsters"] = { 100, 101, 93, 96, 100, 93, 101, 96, 96, 110 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 34, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  296.     { ["encounter_factor"] = 1, ["preemptive_occurrence"] = 3, ["no"] = 86, ["monsters"] = { 25, 52, 41, 46, 32, 25, 52, 41, 46, 16 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 17, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  297.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 87, ["monsters"] = { 48, 45, 25, 57, 41, 45, 57, 48, 39 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 18, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  298.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 88, ["monsters"] = { 10, 59, 57, 74, 59, 57, 57, 74, 59 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  299.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 89, ["monsters"] = { 49, 50, 74, 59, 74, 50, 57, 49, 59 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  300.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 90, ["monsters"] = { 45, 48, 38, 29, 54, 36, 37, 61, 63, 59 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 21, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  301.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 91, ["monsters"] = { 71, 79, 30, 54, 71, 54, 54, 79, 79, 5 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 24, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  302.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 92, ["monsters"] = { 54, 79, 72, 71, 54, 71, 79, 72, 79, 79 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 24, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  303.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 93, ["monsters"] = { 75, 77, 56, 76, 56, 75, 77, 73, 77 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 25, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  304.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 94, ["monsters"] = { 77, 74, 56, 25, 60, 77, 60, 77, 56 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 25, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  305.     { ["encounter_factor"] = 2, ["preemptive_occurrence"] = 0, ["no"] = 95, ["monsters"] = { 77, 60, 76, 70, 56, 56, 77, 59, 60, 59 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 25, ["qty_adj_4"] = 1, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  306.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 96, ["monsters"] = { 86, 82, 98, 90, 98, 90, 86, 82, 86, 18 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 31, ["qty_adj_4"] = 1, ["qty_adj_2"] = 1, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  307.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 97, ["monsters"] = { 82, 98, 86, 90, 90, 86, 82, 98, 98 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 31, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  308.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 98, ["monsters"] = { 48, 43, 53, 28, 39, 50, 28, 39, 52, 37, 34 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 1, ["level"] = 23, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  309.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 99, ["monsters"] = { 1, 1, 6, 3, 4, 6, 4, 3, 5, 6 }, ["unused"] = 0, ["max_qty"] = 6, ["probability_distribution"] = 0, ["level"] = 3, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  310.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 100, ["monsters"] = { 116, 128, 105, 114, 154, 153, 126, 154, 155, 157 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  311.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 101, ["monsters"] = { 155, 154, 131, 110, 154, 155, 154, 156, 131, 110 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  312.     { ["encounter_factor"] = 3, ["preemptive_occurrence"] = 0, ["no"] = 102, ["monsters"] = { 128, 127, 152, 156, 129, 153, 129, 156, 153, 128 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  313.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 103, ["monsters"] = { 156, 150, 153, 152, 151, 150, 155, 151, 157, 151 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 },
  314.     { ["encounter_factor"] = 4, ["preemptive_occurrence"] = 0, ["no"] = 104, ["monsters"] = { 153, 151, 157, 155, 150, 110, 156, 151, 157, 153 }, ["unused"] = 0, ["max_qty"] = 8, ["probability_distribution"] = 2, ["level"] = 63, ["qty_adj_4"] = 0, ["qty_adj_2"] = 0, ["qty_adj_3"] = 0, ["qty_adj_0"] = 0, ["qty_adj_1"] = 0 }
  315. }
  316. -- }}}
  317.  
  318. -- STATE
  319.  
  320. local state_last_encounter_counter = 0
  321. local state_encounter_depletion = 0
  322. local state_last_inputs = {}
  323. local state_hud = 1
  324. local state_tmp = 0
  325.  
  326.  
  327. -- UTILITY
  328.  
  329. local function tohex(num, i)
  330.     if num == nil then
  331.         return 'nil'
  332.     end
  333.     return string.format('%0' .. tostring(i or 2) .. 'X', num)
  334. end
  335.  
  336. local function draw_lines(base_x, base_y, lines)
  337.     for i, line in pairs(lines) do
  338.         local y = base_y + (line_height * (i - 1))
  339.         gui.text(base_x, y, line)
  340.     end
  341. end
  342.  
  343. function toset(t)
  344.   local a = {}
  345.   local t2 = {}
  346.   for _, v in pairs(t) do
  347.       if not a[v] then
  348.           a[v] = true
  349.           table.insert(t2, v)
  350.       end
  351.   end
  352.   return t2
  353. end
  354.  
  355. -- MAIN
  356.  
  357. function read_inputs()
  358.     local toggle_hud = input.get().Z
  359.     local toggle_tmp = input.get().X
  360.  
  361.     if toggle_hud ~= state_last_inputs['toggle_hud'] and toggle_hud then
  362.         state_hud = state_hud + 1
  363.         if state_hud > 2 then
  364.             state_hud = 0
  365.         end
  366.     end
  367.  
  368.     if toggle_tmp ~= state_last_inputs['toggle_tmp'] and toggle_tmp then
  369.         state_tmp = (state_tmp + 1) % 256
  370.     end
  371.  
  372.     state_last_inputs['toggle_hud'] = toggle_hud
  373.     state_last_inputs['toggle_tmp'] = toggle_tmp
  374. end
  375.  
  376. local function draw_topdown_hud()
  377.     local lines = {}
  378.  
  379.     local encounter_counter = memory.readwordunsigned(0x7EF796)
  380.     if state_last_encounter_counter ~= encounter_counter and encounter_counter ~= 0xB00B then
  381.         state_encounter_depletion = state_last_encounter_counter - encounter_counter
  382.     end
  383.  
  384.     depletion_text = (state_encounter_depletion <= 0 and 'n/a' or tohex(state_encounter_depletion, 4))
  385.  
  386.     -- x and y are between 0 and 0x200
  387.     -- (increments/decrements by 2 each time you move)
  388.     local x = memory.readwordunsigned(0x7EC725)
  389.     local y = memory.readwordunsigned(0x7EC765)
  390.    
  391.     -- these are really half-tiles
  392.     local x_tile = math.floor(x / 32)
  393.     local y_tile = math.floor(y / 32)
  394.     local zone = x_tile + y_tile * 16
  395.  
  396.     local has_random_encounters = memory.readbyteunsigned(0x7E98AF)
  397.     local dungeon_formation = memory.readbyteunsigned(0x7E98AF)
  398.     local land_formation = LandFormations[zone]
  399.     local water_formation = WaterFormations[zone]
  400.  
  401.     table.insert(lines, 'Enc:   ' .. tohex(encounter_counter, 4) .. ' (' .. depletion_text .. ')')
  402.     table.insert(lines, 'Coord: ' .. tohex(x) .. ', ' .. tohex(y))
  403.     table.insert(lines, 'Zone:  ' .. tohex(zone) .. ' (' .. x_tile .. ',' .. y_tile .. ')')
  404.  
  405.     if has_random_encounters > 0 and dungeon_formation > 0 then
  406.         local travel_method = memory.readwordunsigned(0x7EDB04)  -- Also 0xDB02
  407.         local on_water = travel_method == 0x200
  408.         local on_lamia = travel_method == 0x800
  409.         local on_land = not (on_water or on_lamia)
  410.  
  411.         local formation, formation_type
  412.         if dungeon_formation > 3 then
  413.             formation = dungeon_formation
  414.             formation_type = 'inside'
  415.         elseif on_water then
  416.             formation = water_formation + 3
  417.             formation_type = 'water'
  418.         else
  419.             formation = land_formation + 3
  420.             formation_type = 'land'
  421.         end
  422.  
  423.         -- formation = state_tmp
  424.  
  425.         table.insert(lines, 'Form:  ' .. tohex(formation, 2) .. " (" .. tohex(land_formation) .. " " .. tohex(water_formation) .. " " .. tohex(dungeon_formation) .. ")")
  426.  
  427.         table.insert(lines, '')
  428.         table.insert(lines, 'Enemy: (' .. formation_type .. " " .. tohex(formation) .. '):')
  429.  
  430.         local encounter = Formations[formation]
  431.         local monsters = toset(encounter['monsters'])
  432.         for _, monster_id in pairs(monsters) do
  433.             local m = Monsters[monster_id]
  434.             if state_hud == 1 then
  435.                 table.insert(lines, m['name_en'])
  436.             else
  437.                 table.insert(lines, m['name_en'])
  438.                 table.insert(lines, m['hp'] .. '/' .. m['mp'] .. ', ' ..
  439.                                     m['atk'] .. '/' .. m['def'] .. '/' .. m['agl'] .. ', ' ..
  440.                                     m['xp'] .. '/' .. m['gold'])
  441.             end
  442.         end
  443.     end
  444.  
  445.     state_last_encounter_counter = encounter_counter
  446.  
  447.     draw_lines(coord_outside_hud[1], coord_outside_hud[2], lines)
  448. end
  449.  
  450. local function get_monster_lines(m)
  451.     if state_hud == 1 then
  452.         return {
  453.             m['name_en'],
  454.             tostring(m['hp']) .. '/' .. tostring(m['mp']),
  455.             tostring(m['atk']) .. '/' .. tostring(m['def']) .. '/' .. tostring(m['agl']),
  456.             tostring(m['xp']) .. '/' .. tostring(m['gold'])
  457.         }
  458.     else
  459.         return {
  460.             m['name_en'] .. ' (' .. tostring(m['no']) .. ')',
  461.             'HP/MP:    ' .. tostring(m['hp']) .. '/' .. tostring(m['mp']),
  462.             'AT/DF/AG: ' .. tostring(m['atk']) .. '/' .. tostring(m['def']) .. '/' .. tostring(m['agl']),
  463.             'XP/Gold:  ' .. tostring(m['xp']) .. '/' .. tostring(m['gold']),
  464.             'Level:    ' .. tostring(m['level']),
  465.             'Drop:     ' .. m['dropname_en'] .. ' (' .. m['droprate'] .. '%)',
  466.  
  467.             'Asc: ' .. tostring(m['res_ascension']) .. ' ' ..
  468.             'Cld: ' .. tostring(m['res_cold']) .. ' ' ..
  469.             'Cnf: ' .. tostring(m['res_confuse']) .. ' ' ..
  470.             'Exp: ' .. tostring(m['res_expel']) .. ' ' ..
  471.             'Flm: ' .. tostring(m['res_flame']),
  472.             'Lgt: ' .. tostring(m['res_lightning']) .. ' ' ..
  473.             'MPa: ' .. tostring(m['res_mp_absorb']) .. ' ' ..
  474.             'Nor: ' .. tostring(m['res_noroifu']) .. ' ' ..
  475.             'Slp: ' .. tostring(m['res_sleep']) .. ' ' ..
  476.             'Slw: ' .. tostring(m['res_slow']),
  477.             'Stp: ' .. tostring(m['res_stop']) .. ' ' ..
  478.             'Sui: ' .. tostring(m['res_suicide']),
  479.             'Sur: ' .. tostring(m['res_surround']) .. ' ' ..
  480.             'Wnd: ' .. tostring(m['res_wind']),
  481.             'Avo:' .. tostring(m['avoidance']) .. ' ' ..
  482.             'Dec:' .. tostring(m['decision']) .. ' ' ..
  483.             'Rec:' .. tostring(m['recovery'])
  484.         }
  485.     end
  486. end
  487.  
  488. local function draw_battle_hud()
  489.     local all_lines = {}
  490.  
  491.     for i = 0, 6, 2 do
  492.         local monster_id = memory.readwordunsigned(0x7E2000 + i)
  493.         if monster_id > 0 then
  494.             local monster = Monsters[monster_id]
  495.             if monster ~= nil then
  496.                 for _, line in pairs(get_monster_lines(monster)) do
  497.                     table.insert(all_lines, line)
  498.                 end
  499.                 table.insert(all_lines, '')
  500.             end
  501.         end
  502.     end
  503.  
  504.     draw_lines(coord_battle_hud[1], coord_battle_hud[2], all_lines)
  505. end
  506.  
  507. while true do
  508.     read_inputs()
  509.  
  510.     in_battle = memory.readwordunsigned(0x7E2800) > 0
  511.    
  512.     if state_hud == 2 then
  513.         gui.defaultTextBackground('#000000')
  514.     else
  515.         gui.defaultTextBackground('transparent')
  516.     end
  517.    
  518.     gui.defaultBackground('00ff0088')
  519.     gui.defaultTextBackground('00ff0088')
  520.  
  521.     if state_hud > 0 then
  522.         if in_battle then
  523.             draw_battle_hud()
  524.         else
  525.             draw_topdown_hud()
  526.         end
  527.     end
  528.     -- memory.writeword(0x7EF796, 0x2000)
  529.     -- memory.writeword(0x7E98AF, 106)
  530.     emu.frameadvance()
  531. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement