Module:Adventure Squad Dungeon Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 00:32, 9 November 2024 by Jubilee (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Adventure Squad Pokémon Data Cell -- -- This module covers a list of Pokémon in Japanese, their types, and their -- recruit chance present in Pokémon Mystery Dungeon: Blazing, Stormy, and Light Adventure Squad. -- -- Parameters -- -- name: Insert the Pokémon's English name there. -- getVar: Picks which key the module should return. -- * ja: Returns the Pok...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adventure Squad Dungeon Data Cell/doc

--------------------------------------------------------------------------------
--
--                    Module:Adventure Squad Pokémon Data Cell
--
-- This module covers a list of Pokémon in Japanese, their types, and their
-- recruit chance present in Pokémon Mystery Dungeon: Blazing, Stormy, and Light Adventure Squad.
--
-- Parameters
--
-- name: Insert the Pokémon's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the Pokémon's Japanese name.
-- * type1: Returns the Pokémon's first type.
-- * type2: Returns the Pokémon's second type.
-- * recruit: Returns the Pokémon's recruit chance.
-- * Exclusive: Returns whether or not a Pokémon is exclusive to one version.
--
--------------------------------------------------------------------------------

return {
	["Enigmatic Meadow"] = { ["ja"] = "しんぴのそうげん", ["version"] = "Light" },
}