Module:Explorers TD Special Tile Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 21:53, 21 August 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Explorers TD Special Tile Data Cell -- -- This module covers a list of special tiles in Japanese present in -- Pokémon Mystery Dungeon: Explorers of Time and Darkness. -- -- Parameters -- -- name: Insert the trap's English name there. -- -------------------------------------------------------------------------------- return { ["Spiked Tile"] = { ["ja"] = "まきびし" }...")
(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 TD Special Tile Data Cell/doc

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

return {
  ["Spiked Tile"] = { ["ja"] = "まきびし" },
  ["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" },
}