Module:Adventure Squad Boss Data Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-------------------------------------------------------------------------------- -- -- Module:Explorers TD Boss Data Cell -- -- This module covers a list of bosses in Japanese, their types and their moves -- present in Pokémon Mystery Dungeon: Explorers of Time and Darkness. -- -- 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 th...") |
(Replaced content with "-------------------------------------------------------------------------------- -- -- Module:Adventure Squad Boss Data Cell -- -- This module covers a list of bosses in Japanese, their types and their moves -- present in Pokémon Mystery Dungeon: Explorers of Time and Darkness. -- -- 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: Ret...") Tag: Replaced |
||
Line 1: | Line 1: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- | -- | ||
-- Module: | -- Module:Adventure Squad Boss Data Cell | ||
-- | -- | ||
-- This module covers a list of bosses in Japanese, their types and their moves | -- This module covers a list of bosses in Japanese, their types and their moves | ||
Line 20: | Line 20: | ||
return { | return { | ||
-- Main story | -- Main story | ||
[" | ["Arceus (Light Forme - Boss)"] = { ["ja"] = "アルセウス", ["type1"] = "Electic" }, | ||
} | } |
Revision as of 21:00, 6 November 2024
Documentation for this module may be created at Module:Adventure Squad Boss Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Adventure Squad Boss Data Cell
--
-- This module covers a list of bosses in Japanese, their types and their moves
-- present in Pokémon Mystery Dungeon: Explorers of Time and Darkness.
--
-- 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.
-- * move<n>: Returns the Pokémon's numbered move (up to 9).
-- * recruit: Returns the Pokémon's recruit chance.
--
--------------------------------------------------------------------------------
return {
-- Main story
["Arceus (Light Forme - Boss)"] = { ["ja"] = "アルセウス", ["type1"] = "Electic" },
}