Module:Torneko 1 Monster Data Cell: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(Created page with "---------------------------------------------------------------------------------------------------- -- -- Module:Torneko 1 Monster Data Cell -- -- This module covers a list of monsters in Japanese, their levels, 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. -- getVar: Picks which key the module should retu...")
 
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
--
--                                       Module:Torneko 1 Monster Data Cell
-- Module:Torneko 1 Monster Data Cell
--
--
-- This module covers a list of monsters in Japanese, their levels, and the amount of experience
-- This module covers a list of monsters in Japanese and the amount of
-- points they drop present in Torneko's Great Adventure: Mystery Dungeon.
-- experience points they drop present in
-- Torneko's Great Adventure: Mystery Dungeon.
--
--
-- Parameters
-- Parameters
--
--
-- name: Insert the monster's English name there.
-- name: Insert the monster's English name there.
-- getVar: Picks which key the module should return.
-- Returns the selected key below:
-- * ja: Returns the monster's Japanese name.
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
-- * exp: Returns the monster's experience points.
--
--
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p = {}
return {
 
["Ag Devil"] = { ["ja"] = "シルバーデビル", ["exp"] = 600 },
function p.shiren6MonsterDataCell(f)
["Bigshroom"] = { ["ja"] = "おばけキノコ", ["exp"] = 6 },
-- Gets the arguments from #invoke:Torneko 1 Monster Data Cell|torneko1MonsterDataCell
["Bomb Crag"] = { ["ja"] = "アークデーモン", ["exp"] = 750 },
local args = f.args
["Bomb Crag"] = { ["ja"] = "爆弾岩", ["exp"] = 30 },
 
["Copycat"] = { ["ja"] = "マネマネ", ["exp"] = 20 },
-- List of every monster's Japanese names and experience points
["Demonite"] = { ["ja"] = "ベビーサタン", ["exp"] = 20 },
local list = {
["Deranger"] = { ["ja"] = "きめんどうし", ["exp"] = 15 },
[""] = {["ja"] = "", ["exp"] = ""}
["Dracky"] = { ["ja"] = "ドラキー", ["exp"] = 3 },
}
["Dragon"] = { ["ja"] = "ドラゴン", ["exp"] = "3,000" },
 
["Druin"] = { ["ja"] = "まどうし", ["exp"] = 12 },
-- Returns the selected monster with the object's specified key value
["Eye Ball"] = { ["ja"] = "おおめだま", ["exp"] = 250 },
return list[args.name][args.getVar]
["Giant Slug"] = { ["ja"] = "おおなめくじ", ["exp"] = 3 },
end
["Gigantes"] = { ["ja"] = "ギガンテス", ["exp"] = 380 },
 
["Golem"] = { ["ja"] = "ゴーレム", ["exp"] = 180 },
return p
["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 }
}

Latest revision as of 07:51, 22 June 2025


--------------------------------------------------------------------------------
--
--						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 }
}