Module:Explorers of Sky Special Tile Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 18:46, 24 October 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Explorers of Sky Trap Data Cell -- -- This module covers a list of special tiles in Japanese present in -- Pokémon Mystery Dungeon: Explorers of Sky. -- -- Parameters -- -- name: Insert the trap's English name there. -- -------------------------------------------------------------------------------- return { ["Sparkling Floor"] = { ["ja"] = "キラキラゆか" }, ["Trai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Explorers of Sky Special Tile Data Cell/doc

--------------------------------------------------------------------------------
--
--					Module:Explorers of Sky Trap Data Cell
--
-- This module covers a list of special tiles in Japanese present in
-- Pokémon Mystery Dungeon: Explorers of Sky.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------

return {
	["Sparkling Floor"] = { ["ja"] = "キラキラゆか" },
	["Training Switch"] = { ["ja"] = "たんれんスイッチ" },
	["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }
}