Module:Moonlight Village GB Monster Data Cell
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Moonlight Village GB Monster Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Moonlight Village GB Monster Data Cell
--
-- This module covers a list of monsters in Japanese, their levels, and theTanuki
-- amount of experience points they drop present in
-- Mystery Dungeon: Shiren the Wanderer GB - Monster of Moonlight Village.
--
-- Parameters
--
-- name: Insert the monster's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------
return {
["Mamel"] = { ["ja"] = "マムル", ["level"] = '1', ["HP"] = '5', ["exp"] = '2', ["type1"] = "Normal-type", ["ut"] = false },
["Pit Mamel"] = { ["ja"] = "あなぐらマムル", ["level"] = '2', ["HP"] = '6', ["exp"] = '4', ["type1"] = "Normal-type", ["ut"] = false },
["Cave Mamel"] = { ["ja"] = "どうくつマムル", ["level"] = '3', ["HP"] = '6', ["exp"] = '1,000', ["type1"] = "Normal-type", ["ut"] = false },
["Mouse Minion"] = { ["ja"] = "ねずみこぶん", ["level"] = '1', ["HP"] = '6', ["exp"] = '3', ["type1"] = "Normal-type", ["ut"] = false },
["Mouse Boss"] = { ["ja"] = "ねずみおやぶん", ["level"] = '2', ["HP"] = '6', ["exp"] = '3', ["type1"] = "Normal-type", ["ut"] = false },
["Mouse Don"] = { ["ja"] = "ねずみくろまく", ["level"] = '3', ["HP"] = '36', ["exp"] = '40', ["type1"] = "Normal-type", ["ut"] = false },
["Escape Monkey"] = { ["ja"] = "カラカイおさる", ["level"] = '1', ["HP"] = '6', ["exp"] = '3', ["type1"] = "Normal-type", ["ut"] = true },
["Flee Monkey"] = { ["ja"] = "チャカシおさる", ["level"] = '2', ["HP"] = '6', ["exp"] = '3', ["type1"] = "Normal-type", ["ut"] = true },
["Avoid Monkey"] = { ["ja"] = "ミクダシおさる", ["level"] = '3', ["HP"] = '50', ["exp"] = '170', ["type1"] = "Normal-type", ["ut"] = true },
["Morabi"] = { ["ja"] = "モラビー", ["level"] = '1', ["HP"] = '8', ["exp"] = '8', ["type1"] = "Normal-type", ["ut"] = true },
["Warabi"] = { ["ja"] = "ワラビー", ["level"] = '2', ["HP"] = '9', ["exp"] = '9', ["type1"] = "Normal-type", ["ut"] = true },
["Takabi"] = { ["ja"] = "タカビー", ["level"] = '3', ["HP"] = '50', ["exp"] = '80', ["type1"] = "Normal-type", ["ut"] = true },
["Chintala"] = { ["ja"] = "チンタラ", ["level"] = '1', ["HP"] = '6', ["exp"] = '4', ["type1"] = "Normal-type", ["ut"] = false },
["Mid Chintala"] = { ["ja"] = "ちゅうチンタラ", ["level"] = '2', ["HP"] = '30', ["exp"] = '25', ["type1"] = "Normal-type", ["ut"] = false },
["Big Chintala"] = { ["ja"] = "おおチンタラ", ["level"] = '3', ["HP"] = '50', ["exp"] = '150', ["type1"] = "Normal-type", ["ut"] = false },
["Bowboy"] = { ["ja"] = "ボウヤー", ["level"] = '1', ["HP"] = '7', ["exp"] = '7', ["type1"] = "Normal-type", ["ut"] = false },
["Crossbowboy"] = { ["ja"] = "クロスボヤー", ["level"] = '2', ["HP"] = '20', ["exp"] = '20', ["type1"] = "Normal-type", ["ut"] = false },
["Baby Tank"] = { ["ja"] = "コドモせんしゃ", ["level"] = '1', ["HP"] = '25', ["exp"] = '40', ["type1"] = "Normal-type", ["ut"] = false },
["Mini Tank"] = { ["ja"] = "ちびタンク", ["level"] = '2', ["HP"] = ' 25 ', ["exp"] = '135', ["type1"] = "Normal-type", ["ut"] = false },
["Popster Tank"] = { ["ja"] = "オヤジせんしゃ", ["level"] = '1', ["HP"] = '22 ', ["exp"] = '25', ["type1"] = "Exploding-type", ["ut"] = false },
["Dadster Tank"] = { ["ja"] = "ガンコせんしゃ", ["level"] = '2', ["HP"] = '40', ["exp"] = '300', ["type1"] = "Exploding-type", ["ut"] = false },
["Oldster Tank"] = { ["ja"] = "イッテツせんしゃ", ["level"] = '3', ["HP"] = '65', ["exp"] = '450', ["type1"] = "Exploding-type", ["ut"] = false },
["Paper-Lantern Pufferfish"] = { ["ja"] = "ちょうちんフグ", ["level"] = '1', ["HP"] = '15', ["exp"] = '3', ["type1"] = "Drain-type", ["ut"] = true },
["Andon-Lantern Pufferfish"] = { ["ja"] = "あんどんフグ", ["level"] = '2', ["HP"] = '55', ["exp"] = '400', ["type1"] = "Drain-type", ["ut"] = true },
["Hand-Lantern Pufferfish"] = { ["ja"] = "かんてらフグ", ["level"] = '3', ["HP"] = '80', ["exp"] = '600', ["type1"] = "Drain-type", ["ut"] = true },
["Piggy"] = { ["ja"] = "デブータ", ["level"] = '1', ["HP"] = '15', ["exp"] = '10', ["type1"] = "Normal-type", ["ut"] = false },
["Piggo"] = { ["ja"] = "デブーチョ", ["level"] = '2', ["HP"] = '50', ["exp"] = '200', ["type1"] = "Normal-type", ["ut"] = false },
["Piggora"] = { ["ja"] = "デブートン", ["level"] = '3', ["HP"] = '70', ["exp"] = '1,000', ["type1"] = "Normal-type", ["ut"] = false },
["Pickpocket"] = { ["ja"] = "ガマラ", ["level"] = '1', ["HP"] = '14', ["exp"] = '5', ["type1"] = "Thief-type", ["ut"] = false },
["Thief"] = { ["ja"] = "ガマグッチ", ["level"] = '2', ["HP"] = '30', ["exp"] = '50', ["type1"] = "Thief-type", ["ut"] = false },
["Burglar"] = { ["ja"] = "ガマゴン", ["level"] = '3', ["HP"] = '50', ["exp"] = '400', ["type1"] = "Thief-type", ["ut"] = false },
["Egg Thing"] = { ["ja"] = "ぴーたん", ["level"] = '1', ["HP"] = '5', ["exp"] = '7', ["type1"] = "Cyclops-type", ["ut"] = false },
["Running Egg"] = { ["ja"] = "にげピータン", ["level"] = '2', ["HP"] = '5', ["exp"] = '25', ["type1"] = "Cyclops-type", ["ut"] = false },
["Flying Egg"] = { ["ja"] = "とびぴーたん", ["level"] = '3', ["HP"] = '10', ["exp"] = '40', ["type1"] = "Cyclops-type", ["ut"] = false },
["Dark Eye"] = { ["ja"] = "ヤミウッチー", ["level"] = '1', ["HP"] = '15', ["exp"] = '15', ["type1"] = "Normal-type", ["ut"] = false },
["Hidden Eye"] = { ["ja"] = "フイウッチー", ["level"] = '2', ["HP"] = '65', ["exp"] = '600', ["type1"] = "Normal-type", ["ut"] = false },
["Deceitful Eye"] = { ["ja"] = "ダマシウッチー", ["level"] = '3', ["HP"] = '72', ["exp"] = '1,300', ["type1"] = "Normal-type", ["ut"] = true },
["Wild Boar"] = { ["ja"] = "かっとびイノシシ", ["level"] = '1', ["HP"] = '20', ["exp"] = '18', ["type1"] = "Normal-type", ["ut"] = true },
["Clash Boar"] = { ["ja"] = "げきとつイノシシ", ["level"] = '2', ["HP"] = '60', ["exp"] = '350', ["type1"] = "Normal-type", ["ut"] = true },
["Demolish Boar"] = { ["ja"] = "かいめつイノシシ", ["level"] = '3', ["HP"] = '80', ["exp"] = '1,500', ["type1"] = "Normal-type", ["ut"] = true },
["Ghost Radish"] = { ["ja"] = "おばけダイコン", ["level"] = '1', ["HP"] = '20', ["exp"] = '20', ["type1"] = "Ghost-type", ["ut"] = false },
["Daze Radish"] = { ["ja"] = "めまわしダイコン", ["level"] = '2', ["HP"] = '50', ["exp"] = '65', ["type1"] = "Ghost-type", ["ut"] = false },
["Sleep Radish"] = { ["ja"] = "ねむりダイコン", ["level"] = '3', ["HP"] = '50', ["exp"] = '120', ["type1"] = "Ghost-type", ["ut"] = false },
["Cell Armor"] = { ["ja"] = "セルアーマー", ["level"] = '1', ["HP"] = '35', ["exp"] = '45', ["type1"] = "Normal-type", ["ut"] = false },
["Metal Armor"] = { ["ja"] = "クロムアーマー", ["level"] = '2', ["HP"] = '50', ["exp"] = '450', ["type1"] = "Normal-type", ["ut"] = false },
["Steel Armor"] = { ["ja"] = "チタンアーマー", ["level"] = '3', ["HP"] = '80', ["exp"] = '1,200', ["type1"] = "Normal-type", ["ut"] = false },
["Pacorepkin"] = { ["ja"] = "パコレプキン", ["level"] = '1', ["HP"] = '30', ["exp"] = '35', ["type1"] = "Ghost-type", ["ut"] = false },
["Pacorepkina"] = { ["ja"] = "パコレプキーナ", ["level"] = '2', ["HP"] = '60', ["exp"] = '500', ["type1"] = "Ghost-type", ["ut"] = false },
["Pacorepking"] = { ["ja"] = "パコレプキング", ["level"] = '3', ["HP"] = '65', ["exp"] = ' 1,500', ["type1"] = "Ghost-type", ["ut"] = false },
["Glare Snake"] = { ["ja"] = "にらみヘビ", ["level"] = '1', ["HP"] = '30', ["exp"] = '40', ["type1"] = "Normal-type", ["ut"] = true },
["Bug-Eyed Snake"] = { ["ja"] = "ギョロつきヘビ", ["level"] = '2', ["HP"] = '80', ["exp"] = '1,000', ["type1"] = "Normal-type", ["ut"] = true },
["Mean-Mug Snake"] = { ["ja"] = "ガンたれヘビ", ["level"] = '3', ["HP"] = '85', ["exp"] = '1,500', ["type1"] = "Normal-type", ["ut"] = true },
["Thiefwalrus"] = { ["ja"] = "ぬすっトド", ["level"] = '1', ["HP"] = '25', ["exp"] = '10', ["type1"] = "Thief-type", ["ut"] = false },
["Greenwalrus"] = { ["ja"] = "みどりトド", ["level"] = '2', ["HP"] = '40', ["exp"] = '100', ["type1"] = "Thief-type", ["ut"] = false },
["Ironwalrus"] = { ["ja"] = "アイアントド", ["level"] = '3', ["HP"] = '70', ["exp"] = '250', ["type1"] = "Thief-type", ["ut"] = false },
["Rice Changer"] = { ["ja"] = "にぎりへんげ", ["level"] = '1', ["HP"] = '30', ["exp"] = '20', ["type1"] = "Normal-type", ["ut"] = false },
["Rice Boss"] = { ["ja"] = "にぎりおやかた", ["level"] = '2', ["HP"] = '60', ["exp"] = '75', ["type1"] = "Normal-type", ["ut"] = false },
["Rice Master"] = { ["ja"] = "にぎりもとじめ", ["level"] = '3', ["HP"] = '50', ["exp"] = '200', ["type1"] = "Normal-type", ["ut"] = false },
["Green Slime"] = { ["ja"] = "ミドロ", ["level"] = '1', ["HP"] = '40', ["exp"] = '20', ["type1"] = "Rust-type", ["ut"] = false },
["Purple Slime"] = { ["ja"] = "ゲドロ", ["level"] = '2', ["HP"] = '55', ["exp"] = '50', ["type1"] = "Rust-type", ["ut"] = false },
["Grey Slime"] = { ["ja"] = "オドロ", ["level"] = '3', ["HP"] = '80', ["exp"] = '200', ["type1"] = "Rust-type", ["ut"] = false },
["Gather"] = { ["ja"] = "ギャザー", ["level"] = '1', ["HP"] = '35', ["exp"] = '50', ["type1"] = "Normal-type", ["ut"] = false },
["Killer Gather"] = { ["ja"] = "ミラーギャザー", ["level"] = '2', ["HP"] = '60', ["exp"] = '600', ["type1"] = "Normal-type", ["ut"] = false },
["Hell Gather"] = { ["ja"] = "ヘルギャザー", ["level"] = '3', ["HP"] = '63', ["exp"] = '1,600', ["type1"] = "Normal-type", ["ut"] = false },
["Evil Soldier"] = { ["ja"] = "きめんむしゃ", ["level"] = '1', ["HP"] = '36', ["exp"] = '40', ["type1"] = "Normal-type", ["ut"] = false },
["Evil Veteran"] = { ["ja"] = "はんにゃむしゃ", ["level"] = '2', ["HP"] = '40', ["exp"] = '50', ["type1"] = "Normal-type", ["ut"] = false },
["Evil General"] = { ["ja"] = "しょうぐん", ["level"] = '3', ["HP"] = '40', ["exp"] = '50', ["type1"] = "Normal-type", ["ut"] = false },
["Dead Soldier"] = { ["ja"] = "ぼうれいむしゃ", ["level"] = '1', ["HP"] = '4', ["exp"] = '10', ["type1"] = "Ghost-type", ["ut"] = false },
["Schubell"] = { ["ja"] = "シューベル", ["level"] = '1', ["HP"] = '28', ["exp"] = '25', ["type1"] = "Normal-type", ["ut"] = false },
["Menbell"] = { ["ja"] = "メンベルス", ["level"] = '2', ["HP"] = '40', ["exp"] = '300', ["type1"] = "Normal-type", ["ut"] = false },
["Bellthoven"] = { ["ja"] = "ベルトーベン", ["level"] = '3', ["HP"] = '70', ["exp"] = '1,000', ["type1"] = "Normal-type", ["ut"] = false },
["Floor Dragon"] = { ["ja"] = "とおせんりゅう", ["level"] = '1', ["HP"] = '40', ["exp"] = '55', ["type1"] = "Dragon-type", ["ut"] = false },
["Dragon Head"] = { ["ja"] = "ドラゴンヘッド", ["level"] = '2', ["HP"] = '45', ["exp"] = '200', ["type1"] = "Dragon-type", ["ut"] = false },
["Dirt Dragon"] = { ["ja"] = "スルードラゴン", ["level"] = '3', ["HP"] = '80', ["exp"] = '1,200', ["type1"] = "Dragon-type", ["ut"] = false },
["Curse Girl"] = { ["ja"] = "ノロージョ", ["level"] = '1', ["HP"] = '33', ["exp"] = '35', ["type1"] = "Normal-type", ["ut"] = false },
["Curse Sis"] = { ["ja"] = "ノロージョのあね", ["level"] = '2', ["HP"] = '65', ["exp"] = '100', ["type1"] = "Normal-type", ["ut"] = false },
["Curse Mom"] = { ["ja"] = "ノロージョのはは", ["level"] = '3', ["HP"] = '75', ["exp"] = '500', ["type1"] = "Normal-type", ["ut"] = false },
["Twisty Hani"] = { ["ja"] = "くねくねハニー", ["level"] = '1', ["HP"] = '40', ["exp"] = '30', ["type1"] = "Drain-type", ["ut"] = false },
["Air Devil"] = { ["ja"] = "エーテルもどき", ["level"] = '1', ["HP"] = '50', ["exp"] = '80', ["type1"] = "Ghost-type", ["ut"] = false },
["Hen"] = { ["ja"] = "チキン", ["level"] = '1', ["HP"] = '4', ["exp"] = '100', ["type1"] = "Normal-type", ["ut"] = false },
["Master Hen"] = { ["ja"] = "マスターチキン", ["level"] = '1', ["HP"] = '55', ["exp"] = '270', ["type1"] = "Normal-type", ["ut"] = false },
["Great Hen"] = { ["ja"] = "グレートチキン", ["level"] = '2', ["HP"] = '70', ["exp"] = '1,000', ["type1"] = "Normal-type", ["ut"] = false },
["Spike Bomb"] = { ["ja"] = "ばくだんウニ", ["level"] = '1', ["HP"] = '60', ["exp"] = '50', ["type1"] = "Exploding-type", ["type2"] = "Cyclops-type", ["ut"] = false },
["Leech Worm"] = { ["ja"] = "すすりムシ", ["level"] = '1', ["HP"] = '30', ["exp"] = '15', ["type1"] = "Cyclops-type", ["type2"] = "Drain-type", ["ut"] = false },
["Leech Bug"] = { ["ja"] = "きゅういんちゅう", ["level"] = '2', ["HP"] = '55', ["exp"] = '740', ["type1"] = "Cyclops-type", ["type2"] = "Drain-type", ["ut"] = false },
["Leech Fly"] = { ["ja"] = "がぶのみムシ", ["level"] = '3', ["HP"] = '55', ["exp"] = '800', ["type1"] = "Cyclops-type", ["type2"] = "Drain-type", ["ut"] = false },
["Crow Tengu"] = { ["ja"] = "カラスてんぐ", ["level"] = '1', ["HP"] = '10', ["exp"] = '25', ["type1"] = "Normal-type", ["ut"] = false },
["Falcon Tengu"] = { ["ja"] = "ハヤブサてんぐ", ["level"] = '2', ["HP"] = '10', ["exp"] = '100', ["type1"] = "Normal-type", ["ut"] = false },
["Eagle Tengu"] = { ["ja"] = "イヌワシてんぐ", ["level"] = '3', ["HP"] = '60', ["exp"] = '300', ["type1"] = "Normal-type", ["ut"] = false },
["Death Reaper"] = { ["ja"] = "しのつかい", ["level"] = '1', ["HP"] = '60', ["exp"] = '300', ["type1"] = "Ghost-type", ["ut"] = false },
["Hell Reaper"] = { ["ja"] = "じごくのししゃ", ["level"] = '2', ["HP"] = '60', ["exp"] = '400', ["type1"] = "Ghost-type", ["ut"] = false },
["Death Angel"] = { ["ja"] = "しにがみ", ["level"] = '3', ["HP"] = '70', ["exp"] = '1,150', ["type1"] = "Ghost-type", ["ut"] = false },
["Taur"] = { ["ja"] = "タウロス", ["level"] = '1', ["HP"] = '55', ["exp"] = '350', ["type1"] = "Normal-type", ["ut"] = false },
["Minotaur"] = { ["ja"] = "ミノタウロス", ["level"] = '2', ["HP"] = '67', ["exp"] = '800', ["type1"] = "Normal-type", ["ut"] = false },
["Megataur"] = { ["ja"] = "メガタウロス", ["level"] = '3', ["HP"] = '100', ["exp"] = '1,200', ["type1"] = "Normal-type", ["ut"] = false },
["Gaze"] = { ["ja"] = "ゲイズ", ["level"] = '1', ["HP"] = '50', ["exp"] = '230', ["type1"] = "Cyclops-type", ["ut"] = false },
["Super Gaze"] = { ["ja"] = "スーパーゲイズ", ["level"] = '2', ["HP"] = '60', ["exp"] = '800', ["type1"] = "Cyclops-type", ["ut"] = false },
["Hyper Gaze"] = { ["ja"] = "ハイパーゲイズ", ["level"] = '3', ["HP"] = '75', ["exp"] = '1,700', ["type1"] = "Cyclops-type", ["ut"] = false },
["Fluffy Bunny"] = { ["ja"] = "いやしウサギ", ["level"] = '1', ["HP"] = '20', ["exp"] = '90', ["type1"] = "Normal-type", ["ut"] = false },
["Ironhead"] = { ["ja"] = "アイアンヘッド", ["level"] = '1', ["HP"] = '60', ["exp"] = '400', ["type1"] = "Cyclops-type", ["ut"] = false },
["Chainhead"] = { ["ja"] = "チェインヘッド", ["level"] = '2', ["HP"] = '70', ["exp"] = '1,200', ["type1"] = "Cyclops-type", ["ut"] = false },
["Gigahead"] = { ["ja"] = "ギガヘッド", ["level"] = '3', ["HP"] = '100', ["exp"] = '2,000', ["type1"] = "Cyclops-type", ["ut"] = false },
["Tanuki"] = { ["ja"] = "かさタヌキ", ["level"] = '1', ["HP"] = '10', ["exp"] = '6', ["type1"] = "Normal-type", ["ut"] = true },
["Tanuki Veteran"] = { ["ja"] = "からからタヌキ", ["level"] = '2', ["HP"] = '10', ["exp"] = '60', ["type1"] = "Normal-type", ["ut"] = true },
["Tanuki Boss"] = { ["ja"] = "たんたんタヌキ", ["level"] = '3', ["HP"] = '10', ["exp"] = '600', ["type1"] = "Normal-type", ["ut"] = true },
["Fog Hermit"] = { ["ja"] = "きり仙人", ["level"] = '1', ["HP"] = '40', ["exp"] = '100', ["type1"] = "Staff Attack-type", ["ut"] = false },
["Haze Hermit"] = { ["ja"] = "みの仙人", ["level"] = '2', ["HP"] = '65', ["exp"] = '540', ["type1"] = "Staff Attack-type", ["ut"] = false },
["Mist Hermit"] = { ["ja"] = "かすみ仙人", ["level"] = '3', ["HP"] = '90', ["exp"] = '1,000', ["type1"] = "Staff Attack-type", ["ut"] = false },
}