Module:Explorers of Sky Trap Data Cell
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Explorers of Sky Trap Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Explorers of Sky Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Pokémon Mystery Dungeon: Explorers of Sky.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------
return {
["Apple Trap"] = { ["ja"] = "リンゴのワナ" },
["Big Blast Trap"] = { ["ja"] = "だいばくはのワナ" },
["Blast Trap"] = { ["ja"] = "ばくはのワナ" },
["Grimy Trap"] = { ["ja"] = "ベトベタのワナ" },
["Grudge Trap"] = { ["ja"] = "おんねんのワナ" },
["Gust Trap"] = { ["ja"] = "とっぷうのワナ" },
["Hunger Trap"] = { ["ja"] = "はらへりのワナ" },
["Mud Trap"] = { ["ja"] = "どろのワナ" },
["Poison Trap"] = { ["ja"] = "どくばりのワナ" },
["Pokémon Trap"] = { ["ja"] = "ポケモンのワナ" },
["PP Leech Trap"] = { ["ja"] = "わざへりのワナ" },
["Random Trap"] = { ["ja"] = "ゆびふりのワナ" },
["Seal Trap"] = { ["ja"] = "ふういんのワナ" },
["Slow Trap"] = { ["ja"] = "どんそくのワナ" },
["Slumber Trap"] = { ["ja"] = "すいみんのワナ" },
["Spikes"] = { ["ja"] = "まきびし" },
["Spiky Trap"] = { ["ja"] = "トゲトゲのワナ" },
["Spin Trap"] = { ["ja"] = "ぐるぐるのワナ" },
["Stealth Rock"] = { ["ja"] = "ステルスロック" },
["Sticky Trap"] = { ["ja"] = "くっつきのワナ" },
["Summon Trap"] = { ["ja"] = "よびよせのワナ" },
["Toxic Spikes"] = { ["ja"] = "どくびし" },
["Trip Trap"] = { ["ja"] = "ころばせのワナ" },
["Warp Trap"] = { ["ja"] = "ワープのワナ" },
}