Module:Adventure Squad Dungeon Data Cell
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" },
}