Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Compatibility
- local line_height = 8
- local coord_outside_hud = { 5, 5 }
- local coord_battle_hud = { 5, 5 }
- if memory.read_u16_le then
- memory.readwordunsigned = memory.read_u16_le
- memory.readbyteunsigned = memory.read_u8
- line_height = 12
- coord_outside_hud = { 10, 10 }
- coord_battle_hud = { 10, 10 }
- end
- -- structs {{{
- local LandFormations = {
- [0]=0x1F, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
- 0x1F, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x2C, 0x2C, 0x2C, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
- 0x1F, 0x1F, 0x09, 0x09, 0x09, 0x0A, 0x2E, 0x2D, 0x2C, 0x2C, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24,
- 0x1F, 0x09, 0x09, 0x08, 0x09, 0x2E, 0x2E, 0x2C, 0x2C, 0x2C, 0x23, 0x24, 0x23, 0x23, 0x23, 0x23,
- 0x1F, 0x09, 0x08, 0x08, 0x08, 0x0C, 0x2D, 0x2C, 0x2C, 0x18, 0x24, 0x24, 0x24, 0x21, 0x20, 0x20,
- 0x0F, 0x0F, 0x0F, 0x08, 0x0C, 0x0C, 0x10, 0x2D, 0x2D, 0x18, 0x18, 0x24, 0x24, 0x21, 0x21, 0x20,
- 0x0F, 0x0F, 0x0E, 0x0F, 0x0C, 0x0C, 0x10, 0x15, 0x16, 0x17, 0x18, 0x18, 0x24, 0x21, 0x21, 0x20,
- 0x1A, 0x0E, 0x0D, 0x0D, 0x0C, 0x0C, 0x11, 0x15, 0x16, 0x17, 0x17, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x1A, 0x0E, 0x0E, 0x0D, 0x0D, 0x11, 0x11, 0x14, 0x14, 0x16, 0x17, 0x27, 0x27, 0x27, 0x2A, 0x2A,
- 0x1A, 0x1A, 0x1A, 0x0D, 0x30, 0x12, 0x12, 0x13, 0x13, 0x1C, 0x1C, 0x1C, 0x29, 0x2B, 0x2A, 0x27,
- 0x1A, 0x1A, 0x1A, 0x31, 0x30, 0x12, 0x13, 0x13, 0x13, 0x13, 0x27, 0x27, 0x27, 0x2B, 0x27, 0x27,
- 0x1B, 0x1B, 0x1B, 0x30, 0x30, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x07, 0x07, 0x29, 0x27, 0x27,
- 0x1B, 0x1B, 0x1B, 0x1B, 0x1B, 0x1D, 0x1D, 0x1D, 0x05, 0x05, 0x06, 0x07, 0x07, 0x27, 0x27, 0x27,
- 0x1D, 0x1D, 0x1D, 0x1D, 0x1D, 0x1D, 0x2F, 0x1D, 0x05, 0x05, 0x04, 0x07, 0x05, 0x29, 0x27, 0x27,
- 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1D, 0x1D, 0x1D, 0x05, 0x05, 0x04, 0x05, 0x29, 0x29, 0x29, 0x29,
- 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x29, 0x29, 0x29, 0x29
- }
- local WaterFormations = {
- [0]=0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x02, 0x00, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x02, 0x00, 0x00, 0x03, 0x03, 0x00, 0x01, 0x01, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x01, 0x01, 0x01, 0x02, 0x02, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x03, 0x03, 0x03, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00,
- 0x00, 0x03, 0x03, 0x03, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00
- }
- local Monsters = {
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- [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},
- }
- local Formations = {
- [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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 },
- { ["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 }
- }
- -- }}}
- -- STATE
- local state_last_encounter_counter = 0
- local state_encounter_depletion = 0
- local state_last_inputs = {}
- local state_hud = 1
- local state_tmp = 0
- -- UTILITY
- local function tohex(num, i)
- if num == nil then
- return 'nil'
- end
- return string.format('%0' .. tostring(i or 2) .. 'X', num)
- end
- local function draw_lines(base_x, base_y, lines)
- for i, line in pairs(lines) do
- local y = base_y + (line_height * (i - 1))
- gui.text(base_x, y, line)
- end
- end
- function toset(t)
- local a = {}
- local t2 = {}
- for _, v in pairs(t) do
- if not a[v] then
- a[v] = true
- table.insert(t2, v)
- end
- end
- return t2
- end
- -- MAIN
- function read_inputs()
- local toggle_hud = input.get().Z
- local toggle_tmp = input.get().X
- if toggle_hud ~= state_last_inputs['toggle_hud'] and toggle_hud then
- state_hud = state_hud + 1
- if state_hud > 2 then
- state_hud = 0
- end
- end
- if toggle_tmp ~= state_last_inputs['toggle_tmp'] and toggle_tmp then
- state_tmp = (state_tmp + 1) % 256
- end
- state_last_inputs['toggle_hud'] = toggle_hud
- state_last_inputs['toggle_tmp'] = toggle_tmp
- end
- local function draw_topdown_hud()
- local lines = {}
- local encounter_counter = memory.readwordunsigned(0x7EF796)
- if state_last_encounter_counter ~= encounter_counter and encounter_counter ~= 0xB00B then
- state_encounter_depletion = state_last_encounter_counter - encounter_counter
- end
- depletion_text = (state_encounter_depletion <= 0 and 'n/a' or tohex(state_encounter_depletion, 4))
- -- x and y are between 0 and 0x200
- -- (increments/decrements by 2 each time you move)
- local x = memory.readwordunsigned(0x7EC725)
- local y = memory.readwordunsigned(0x7EC765)
- -- these are really half-tiles
- local x_tile = math.floor(x / 32)
- local y_tile = math.floor(y / 32)
- local zone = x_tile + y_tile * 16
- local has_random_encounters = memory.readbyteunsigned(0x7E98AF)
- local dungeon_formation = memory.readbyteunsigned(0x7E98AF)
- local land_formation = LandFormations[zone]
- local water_formation = WaterFormations[zone]
- table.insert(lines, 'Enc: ' .. tohex(encounter_counter, 4) .. ' (' .. depletion_text .. ')')
- table.insert(lines, 'Coord: ' .. tohex(x) .. ', ' .. tohex(y))
- table.insert(lines, 'Zone: ' .. tohex(zone) .. ' (' .. x_tile .. ',' .. y_tile .. ')')
- if has_random_encounters > 0 and dungeon_formation > 0 then
- local travel_method = memory.readwordunsigned(0x7EDB04) -- Also 0xDB02
- local on_water = travel_method == 0x200
- local on_lamia = travel_method == 0x800
- local on_land = not (on_water or on_lamia)
- local formation, formation_type
- if dungeon_formation > 3 then
- formation = dungeon_formation
- formation_type = 'inside'
- elseif on_water then
- formation = water_formation + 3
- formation_type = 'water'
- else
- formation = land_formation + 3
- formation_type = 'land'
- end
- -- formation = state_tmp
- table.insert(lines, 'Form: ' .. tohex(formation, 2) .. " (" .. tohex(land_formation) .. " " .. tohex(water_formation) .. " " .. tohex(dungeon_formation) .. ")")
- table.insert(lines, '')
- table.insert(lines, 'Enemy: (' .. formation_type .. " " .. tohex(formation) .. '):')
- local encounter = Formations[formation]
- local monsters = toset(encounter['monsters'])
- for _, monster_id in pairs(monsters) do
- local m = Monsters[monster_id]
- if state_hud == 1 then
- table.insert(lines, m['name_en'])
- else
- table.insert(lines, m['name_en'])
- table.insert(lines, m['hp'] .. '/' .. m['mp'] .. ', ' ..
- m['atk'] .. '/' .. m['def'] .. '/' .. m['agl'] .. ', ' ..
- m['xp'] .. '/' .. m['gold'])
- end
- end
- end
- state_last_encounter_counter = encounter_counter
- draw_lines(coord_outside_hud[1], coord_outside_hud[2], lines)
- end
- local function get_monster_lines(m)
- if state_hud == 1 then
- return {
- m['name_en'],
- tostring(m['hp']) .. '/' .. tostring(m['mp']),
- tostring(m['atk']) .. '/' .. tostring(m['def']) .. '/' .. tostring(m['agl']),
- tostring(m['xp']) .. '/' .. tostring(m['gold'])
- }
- else
- return {
- m['name_en'] .. ' (' .. tostring(m['no']) .. ')',
- 'HP/MP: ' .. tostring(m['hp']) .. '/' .. tostring(m['mp']),
- 'AT/DF/AG: ' .. tostring(m['atk']) .. '/' .. tostring(m['def']) .. '/' .. tostring(m['agl']),
- 'XP/Gold: ' .. tostring(m['xp']) .. '/' .. tostring(m['gold']),
- 'Level: ' .. tostring(m['level']),
- 'Drop: ' .. m['dropname_en'] .. ' (' .. m['droprate'] .. '%)',
- 'Asc: ' .. tostring(m['res_ascension']) .. ' ' ..
- 'Cld: ' .. tostring(m['res_cold']) .. ' ' ..
- 'Cnf: ' .. tostring(m['res_confuse']) .. ' ' ..
- 'Exp: ' .. tostring(m['res_expel']) .. ' ' ..
- 'Flm: ' .. tostring(m['res_flame']),
- 'Lgt: ' .. tostring(m['res_lightning']) .. ' ' ..
- 'MPa: ' .. tostring(m['res_mp_absorb']) .. ' ' ..
- 'Nor: ' .. tostring(m['res_noroifu']) .. ' ' ..
- 'Slp: ' .. tostring(m['res_sleep']) .. ' ' ..
- 'Slw: ' .. tostring(m['res_slow']),
- 'Stp: ' .. tostring(m['res_stop']) .. ' ' ..
- 'Sui: ' .. tostring(m['res_suicide']),
- 'Sur: ' .. tostring(m['res_surround']) .. ' ' ..
- 'Wnd: ' .. tostring(m['res_wind']),
- 'Avo:' .. tostring(m['avoidance']) .. ' ' ..
- 'Dec:' .. tostring(m['decision']) .. ' ' ..
- 'Rec:' .. tostring(m['recovery'])
- }
- end
- end
- local function draw_battle_hud()
- local all_lines = {}
- for i = 0, 6, 2 do
- local monster_id = memory.readwordunsigned(0x7E2000 + i)
- if monster_id > 0 then
- local monster = Monsters[monster_id]
- if monster ~= nil then
- for _, line in pairs(get_monster_lines(monster)) do
- table.insert(all_lines, line)
- end
- table.insert(all_lines, '')
- end
- end
- end
- draw_lines(coord_battle_hud[1], coord_battle_hud[2], all_lines)
- end
- while true do
- read_inputs()
- in_battle = memory.readwordunsigned(0x7E2800) > 0
- if state_hud == 2 then
- gui.defaultTextBackground('#000000')
- else
- gui.defaultTextBackground('transparent')
- end
- gui.defaultBackground('00ff0088')
- gui.defaultTextBackground('00ff0088')
- if state_hud > 0 then
- if in_battle then
- draw_battle_hud()
- else
- draw_topdown_hud()
- end
- end
- -- memory.writeword(0x7EF796, 0x2000)
- -- memory.writeword(0x7E98AF, 106)
- emu.frameadvance()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement