Module:Adventure Squad Move Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 19:32, 27 November 2024 by Jubilee (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Adventure Squad Move Data Cell -- -- This module covers a list of moves in Japanese, their types, base pp, and -- ranges present in Pokémon Mystery Dungeon: Blazing, Light, and Story Adventure Squad. -- -- Parameters -- -- name: Insert the move's English name there. -- getVar: Picks which key the module should return. -- * ja: Returns the move's Japanese name. -- * type: R...")
(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 Move Data Cell/doc

--------------------------------------------------------------------------------
--
--						Module:Adventure Squad Move Data Cell
--
-- This module covers a list of moves in Japanese, their types, base pp, and
-- ranges present in Pokémon Mystery Dungeon: Blazing, Light, and Story Adventure Squad.
--
-- Parameters
--
-- name: Insert the move's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the move's Japanese name.
-- * type: Returns the move's type.
-- * pp: Returns the move's base pp.
-- * range: Returns the move's range.
--
--------------------------------------------------------------------------------

return {
	["Absorb"] = { ["ja"] = "すいとる", ["type"] = "Grass", ["pp"] = 18, ["range"] = "Enemy in front" },
}