Module:Shiren 3 Wii Tile Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 21:16, 14 September 2024 by Jubilee (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Shiren 3 Wii Tile Data Cell/doc

--------------------------------------------------------------------------------
--
--					Module:Shiren 3 Wii Tile Data Cell
--
-- This module covers a list of special tiles in Japanese present in
-- Shiren the Wanderer 3: The Sleeping Princess and the Karakuri Mansion.
--
-- Parameters
--
-- name: Insert the tile's English name there.
--
--------------------------------------------------------------------------------

return {
	["Air"] = { ["ja"] = "空中" },
	["Anti-Projectile Square"] = { ["ja"] = "投てき封じの床" },
	["Anti-Scroll Square"] = { ["ja"] = "巻物封じの床" },
	["Anti-Staff Square"] = { ["ja"] = "杖封じの床" },
	["Blue Metal Pole"] = { ["ja"] = "青い鉄柱" },
	["Crows Feathers"] = { ["ja"] = "カラスの羽" },
	["Exit"] = { ["ja"] = "出口" },
	["Frozen Waterway"] = { ["ja"] = "凍った水路" },
	["Ice Floor"] = { ["ja"] = "氷の床" },
	["Oil Floor"] = { ["ja"] = "油の床" },
	["Red Metal Pole"] = { ["ja"] = "赤い鉄柱" },
	["Spike Floor"] = { ["ja"] = "トゲ床" },
	["Upstairs"] = { ["ja"] = "" },
	["Waterway"] = { ["ja"] = "水路"}
}