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