Module:Magic Castle GBC Monster Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 20:11, 12 October 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Magic Castle GBC Monster Data Cell -- -- This module covers a list of monsters in Japanese, their levels, and the -- amount of experience points they drop present in -- Shiren the Wanderer GB2: Magic Castle of the Desert. -- -- Parameters -- -- name: Insert the monster's English name there. -- getVar: Picks which key the module should return. -- * ja: Returns the monster's J...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Magic Castle GBC Monster Data Cell/doc

--------------------------------------------------------------------------------
--
--					Module:Magic Castle GBC Monster Data Cell
--
-- This module covers a list of monsters in Japanese, their levels, and the
-- amount of experience points they drop present in
-- Shiren the Wanderer GB2: Magic Castle of the Desert.
--
-- Parameters
--
-- name: Insert the monster's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the monster's Japanese name.
-- * lv: Returns the monster's level.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------

return {
	[""] = { ["ja"] = "", ["lv"] = "", ["exp"] = "" }
}