Module:Torneko 1 Monster Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search

--------------------------------------------------------------------------------
--
--						Module:Torneko 1 Monster Data Cell
--
-- This module covers a list of monsters in Japanese and the amount of
-- experience points they drop present in
-- Torneko's Great Adventure: Mystery Dungeon.
--
-- Parameters
--
-- name: Insert the monster's English name there.
-- Returns the selected key below:
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------

return {
	["Ag Devil"] = { ["ja"] = "シルバーデビル", ["exp"] = 600 },
	["Bigshroom"] = { ["ja"] = "おばけキノコ", ["exp"] = 6 },
	["Bomb Crag"] = { ["ja"] = "アークデーモン", ["exp"] = 750 },
	["Bomb Crag"] = { ["ja"] = "爆弾岩", ["exp"] = 30 },
	["Copycat"] = { ["ja"] = "マネマネ", ["exp"] = 20 },
	["Demonite"] = { ["ja"] = "ベビーサタン", ["exp"] = 20 },
	["Deranger"] = { ["ja"] = "きめんどうし", ["exp"] = 15 },
	["Dracky"] = { ["ja"] = "ドラキー", ["exp"] = 3 },
	["Dragon"] = { ["ja"] = "ドラゴン", ["exp"] = "3,000" },
	["Druin"] = { ["ja"] = "まどうし", ["exp"] = 12 },
	["Eye Ball"] = { ["ja"] = "おおめだま", ["exp"] = 250 },
	["Giant Slug"] = { ["ja"] = "おおなめくじ", ["exp"] = 3 },
	["Gigantes"] = { ["ja"] = "ギガンテス", ["exp"] = 380 },
	["Golem"] = { ["ja"] = "ゴーレム", ["exp"] = 180 },
	["Goopi"] = { ["ja"] = "マドハンド", ["exp"] = 40 },
	["Hork"] = { ["ja"] = "くさったしたい", ["exp"] = 25 },
	["Liclick"] = { ["ja"] = "スモールグール", ["exp"] = 7 },
	["Lilypa"] = { ["ja"] = "リリパット", ["exp"] = 5 },
	["Metabble"] = { ["ja"] = "はぐれメタル", ["exp"] = 500 },
	["Mimic"] = { ["ja"] = "ミミック", ["exp"] = 30 },
	["Mommonja"] = { ["ja"] = "ももんじゃ", ["exp"] = 5 },
	["Mud Doll"] = { ["ja"] = "どろ人形", ["exp"] = 40 },
	["Mummy Man"] = { ["ja"] = "ミイラおとこ", ["exp"] = 16 },
	["Roguenite"] = { ["ja"] = "さまようよろい", ["exp"] = 40 },
	["Shadow"] = { ["ja"] = "シャドー", ["exp"] = 150 },
	["Slime"] = { ["ja"] = "スライム", ["exp"] = 1 },
	["Spooky"] = { ["ja"] = "ゴースト", ["exp"] = 2 },
	["Stone Man"] = { ["ja"] = "うごくせきぞう", ["exp"] = 50 },
	["Trick Bag"] = { ["ja"] = "わらいぶくろ", ["exp"] = 10 },
	["Voodoll"] = { ["ja"] = "ミステリードール", ["exp"] = 150 },
	["Wyvern"] = { ["ja"] = "キメラ", ["exp"] = 25 },
	["Yeti"] = { ["ja"] = "イエティ", ["exp"] = 10 }
}