Module:Moonlight Village GB Monster Data Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-------------------------------------------------------------------------------- -- -- 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:...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- | -- | ||
-- | -- Module:Moonlight Village GB Monster Data Cell | ||
-- | -- | ||
-- This module covers a list of monsters in Japanese, their levels, and the | -- This module covers a list of monsters in Japanese, their levels, and the |
Latest revision as of 15:05, 13 July 2024
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"] = "" }
}