Module:Magic Castle GBC Trap Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 20:12, 12 October 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Magic Castle GBC Trap Data Cell -- -- This module covers a list of traps in Japanese present in -- Shiren the Wanderer GB2: Magic Castle of the Desert. -- -- Parameters -- -- name: Insert the trap's English name there. -- -------------------------------------------------------------------------------- return { [""] = { ["ja"] = "" }, }")
(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 Trap Data Cell/doc

--------------------------------------------------------------------------------
--
--					Module:Magic Castle GBC Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Shiren the Wanderer GB2: Magic Castle of the Desert.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------

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