Module:Explorers of Sky Special Tile Data Cell: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(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...")
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
--
-- Module:Explorers of Sky Trap Data Cell
-- Module:Explorers of Sky Special Tile Data Cell
--
--
-- This module covers a list of special tiles in Japanese present in
-- This module covers a list of special tiles in Japanese present in
Line 13: Line 13:


return {
return {
["Sparkling Floor"] = { ["ja"] = "キラキラゆか" },
["Rescue Point"] = { ["ja"] = "きゅうじょちてん" },
["Training Switch"] = { ["ja"] = "たんれんスイッチ" },
["Stairs"] = { ["ja"] = "かいだん" },
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }
["Warp Zone"] = { ["ja"] = "ワープゾーン" },
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" },
}
}

Latest revision as of 19:19, 24 October 2024

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

--------------------------------------------------------------------------------
--
--				Module:Explorers of Sky Special Tile 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 {
	["Rescue Point"] = { ["ja"] = "きゅうじょちてん" },
	["Stairs"] = { ["ja"] = "かいだん" },
	["Warp Zone"] = { ["ja"] = "ワープゾーン" },
	["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" },
}