Module:Explorers TD Special Tile Data Cell: Difference between revisions
Jump to navigation
Jump to search
(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"] = "まきびし" }...") |
mNo edit summary |
||
Line 13: | Line 13: | ||
return { | return { | ||
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }, | ["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }, | ||
} | } |
Revision as of 21:53, 21 August 2024
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 {
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" },
}