Module:Torneko 1 Monster Data Cell: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
No edit summary
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, their levels, and the
-- points they drop present in Torneko's Great Adventure: Mystery Dungeon.
-- amount of experience points they drop present in
-- Torneko's Great Adventure: Mystery Dungeon.
--
--
-- Parameters
-- Parameters
Line 13: Line 14:
-- * exp: Returns the monster's experience points.
-- * exp: Returns the monster's experience points.
--
--
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p = {}
return {
 
["Slime"] = { ["ja"] = "スライム", ["exp"] = "1" },
function p.torneko1MonsterDataCell(f)
["Ghost"] = { ["ja"] = "ゴースト", ["exp"] = "2" },
-- Gets the arguments from #invoke:Torneko 1 Monster Data Cell|torneko1MonsterDataCell
["Drakee"] = { ["ja"] = "ドラキー", ["exp"] = "3" },
local args = f.args
["Giant Slug"] = { ["ja"] = "おおなめくじ", ["exp"] = "3" },
 
["Monjar"] = { ["ja"] = "ももんじゃ", ["exp"] = "5" },
-- List of every monster's Japanese names and experience points
["Magician"] = { ["ja"] = "まどうし", ["exp"] = "12" },
local list = {
["Lilypa"] = { ["ja"] = "リリパット", ["exp"] = "5" },
["Slime"] = {["ja"] = "スライム", ["exp"] = "1"},
["Toadstool"] = { ["ja"] = "おばけキノコ", ["exp"] = "6" },
["Ghost"] = {["ja"] = "ゴースト", ["exp"] = "2"},
["Liclick"] = { ["ja"] = "スモールグール", ["exp"] = "7" },
["Drakee"] = {["ja"] = "ドラキー", ["exp"] = "3"},
["Mummy"] = { ["ja"] = "ミイラおとこ", ["exp"] = "16" },
["Giant Slug"] = {["ja"] = "おおなめくじ", ["exp"] = "3"},
["Trick Bag"] = { ["ja"] = "わらいぶくろ", ["exp"] = "10" },
["Monjar"] = {["ja"] = "ももんじゃ", ["exp"] = "5"},
["Deranger"] = { ["ja"] = "きめんどうし", ["exp"] = "15" },
["Magician"] = {["ja"] = "まどうし", ["exp"] = "12"},
["Wyvern"] = { ["ja"] = "キメラ", ["exp"] = "25" },
["Lilypa"] = {["ja"] = "リリパット", ["exp"] = "5"},
["Demonite"] = { ["ja"] = "ベビーサタン", ["exp"] = "20" },
["Toadstool"] = {["ja"] = "おばけキノコ", ["exp"] = "6"},
["Lethal Armor"] = { ["ja"] = "さまようよろい", ["exp"] = "40" },
["Liclick"] = {["ja"] = "スモールグール", ["exp"] = "7"},
["Hork"] = { ["ja"] = "くさったしたい", ["exp"] = "25" },
["Mummy"] = {["ja"] = "ミイラおとこ", ["exp"] = "16"},
["Ice Sloth"] = { ["ja"] = "イエティ", ["exp"] = "10" },
["Trick Bag"] = {["ja"] = "わらいぶくろ", ["exp"] = "10"},
["Stone Hulk"] = { ["ja"] = "うごくせきぞう", ["exp"] = "50" },
["Deranger"] = {["ja"] = "きめんどうし", ["exp"] = "15"},
["Bomb Crag"] = { ["ja"] = "爆弾岩", ["exp"] = "30" },
["Wyvern"] = {["ja"] = "キメラ", ["exp"] = "25"},
["Golem"] = { ["ja"] = "ゴーレム", ["exp"] = "180" },
["Demonite"] = {["ja"] = "ベビーサタン", ["exp"] = "20"},
["Mud Puppet"] = { ["ja"] = "どろ人形", ["exp"] = "40" },
["Lethal Armor"] = {["ja"] = "さまようよろい", ["exp"] = "40"},
["Goopi"] = { ["ja"] = "マドハンド", ["exp"] = "40" },
["Hork"] = {["ja"] = "くさったしたい", ["exp"] = "25"},
["Mimic"] = { ["ja"] = "ミミック", ["exp"] = "30" },
["Ice Sloth"] = {["ja"] = "イエティ", ["exp"] = "10"},
["Shadow"] = { ["ja"] = "シャドー", ["exp"] = "150" },
["Stone Hulk"] = {["ja"] = "うごくせきぞう", ["exp"] = "50"},
["Giant"] = { ["ja"] = "ギガンテス", ["exp"] = "380" },
["Bomb Crag"] = {["ja"] = "爆弾岩", ["exp"] = "30"},
["Giant Eyeball"] = { ["ja"] = "おおめだま", ["exp"] = "250" },
["Golem"] = {["ja"] = "ゴーレム", ["exp"] = "180"},
["Imposter"] = { ["ja"] = "マネマネ", ["exp"] = "20" },
["Mud Puppet"] = {["ja"] = "どろ人形", ["exp"] = "40"},
["Mystic Doll"] = { ["ja"] = "ミステリードール", ["exp"] = "150" },
["Goopi"] = {["ja"] = "マドハンド", ["exp"] = "40"},
["Silver Devil"] = { ["ja"] = "シルバーデビル", ["exp"] = "600" },
["Mimic"] = {["ja"] = "ミミック", ["exp"] = "30"},
["Winged Demon"] = { ["ja"] = "アークデーモン", ["exp"] = "750" },
["Shadow"] = {["ja"] = "シャドー", ["exp"] = "150"},
["Green Dragon"] = { ["ja"] = "ドラゴン", ["exp"] = "3,000" },
["Giant"] = {["ja"] = "ギガンテス", ["exp"] = "380"},
["Metal Babble"] = { ["ja"] = "はぐれメタル", ["exp"] = "500" }
["Giant Eyeball"] = {["ja"] = "おおめだま", ["exp"] = "250"},
}
["Imposter"] = {["ja"] = "マネマネ", ["exp"] = "20"},
["Mystic Doll"] = {["ja"] = "ミステリードール", ["exp"] = "150"},
["Silver Devil"] = {["ja"] = "シルバーデビル", ["exp"] = "600"},
["Winged Demon"] = {["ja"] = "アークデーモン", ["exp"] = "750"},
["Green Dragon"] = {["ja"] = "ドラゴン", ["exp"] = "3,000"},
["Metal Babble"] = {["ja"] = "はぐれメタル", ["exp"] = "500"}
}
 
-- Returns the selected monster with the object's specified key value
return list[args.name][args.getVar]
end
 
return p

Revision as of 16:44, 13 April 2024


--------------------------------------------------------------------------------
--
--						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 return.
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------

return {
	["Slime"] = { ["ja"] = "スライム", ["exp"] = "1" },
	["Ghost"] = { ["ja"] = "ゴースト", ["exp"] = "2" },
	["Drakee"] = { ["ja"] = "ドラキー", ["exp"] = "3" },
	["Giant Slug"] = { ["ja"] = "おおなめくじ", ["exp"] = "3" },
	["Monjar"] = { ["ja"] = "ももんじゃ", ["exp"] = "5" },
	["Magician"] = { ["ja"] = "まどうし", ["exp"] = "12" },
	["Lilypa"] = { ["ja"] = "リリパット", ["exp"] = "5" },
	["Toadstool"] = { ["ja"] = "おばけキノコ", ["exp"] = "6" },
	["Liclick"] = { ["ja"] = "スモールグール", ["exp"] = "7" },
	["Mummy"] = { ["ja"] = "ミイラおとこ", ["exp"] = "16" },
	["Trick Bag"] = { ["ja"] = "わらいぶくろ", ["exp"] = "10" },
	["Deranger"] = { ["ja"] = "きめんどうし", ["exp"] = "15" },
	["Wyvern"] = { ["ja"] = "キメラ", ["exp"] = "25" },
	["Demonite"] = { ["ja"] = "ベビーサタン", ["exp"] = "20" },
	["Lethal Armor"] = { ["ja"] = "さまようよろい", ["exp"] = "40" },
	["Hork"] = { ["ja"] = "くさったしたい", ["exp"] = "25" },
	["Ice Sloth"] = { ["ja"] = "イエティ", ["exp"] = "10" },
	["Stone Hulk"] = { ["ja"] = "うごくせきぞう", ["exp"] = "50" },
	["Bomb Crag"] = { ["ja"] = "爆弾岩", ["exp"] = "30" },
	["Golem"] = { ["ja"] = "ゴーレム", ["exp"] = "180" },
	["Mud Puppet"] = { ["ja"] = "どろ人形", ["exp"] = "40" },
	["Goopi"] = { ["ja"] = "マドハンド", ["exp"] = "40" },
	["Mimic"] = { ["ja"] = "ミミック", ["exp"] = "30" },
	["Shadow"] = { ["ja"] = "シャドー", ["exp"] = "150" },
	["Giant"] = { ["ja"] = "ギガンテス", ["exp"] = "380" },
	["Giant Eyeball"] = { ["ja"] = "おおめだま", ["exp"] = "250" },
	["Imposter"] = { ["ja"] = "マネマネ", ["exp"] = "20" },
	["Mystic Doll"] = { ["ja"] = "ミステリードール", ["exp"] = "150" },
	["Silver Devil"] = { ["ja"] = "シルバーデビル", ["exp"] = "600" },
	["Winged Demon"] = { ["ja"] = "アークデーモン", ["exp"] = "750" },
	["Green Dragon"] = { ["ja"] = "ドラゴン", ["exp"] = "3,000" },
	["Metal Babble"] = { ["ja"] = "はぐれメタル", ["exp"] = "500" }
}