Module:Explorers of Sky Special Tile Data Cell: Difference between revisions
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...") |
(This game doesn't have Sparkling Floors and Training Switches) |
||
Line 13: | Line 13: | ||
return { | return { | ||
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" } | ["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" } | ||
} | } |
Revision as of 18:49, 24 October 2024
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 {
["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }
}