Module:Moonlight Village GB Monster Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 15:05, 13 July 2024 by Adkuate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 the
-- 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 {
	[""] = { ["ja"] = "", ["exp"] = "" }
}