Module:Shiren 5 Vita Monster Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search

Documentation for this module may be created at Module:Shiren 5 Vita Monster Data Cell/doc

--------------------------------------------------------------------------------
--
--					Module:Shiren 5 Vita Trap 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: The Tower of Fortune and the Dice of Fate.
--
-- 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"] = '' },
}