Module:Shiren 3 Wii Tile Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 20:48, 19 July 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- 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 { ["Spike Floor"] = { ["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: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 {
	["Spike Floor"] = { ["ja"] = "トゲ床" },
	["Ice Floor"] = { ["ja"] = "氷の床" },
	["Frozen Waterway"] = { ["ja"] = "凍った水路" },
	["Oil Floor"] = { ["ja"] = "油の床" },
	["Crows Feathers"] = { ["ja"] = "カラスの羽" },
	["Anti-Scroll Square"] = { ["ja"] = "巻物封じの床" },
	["Anti-Staff Square"] = { ["ja"] = "杖封じの床" },
	["Anti-Projectile Square"] = { ["ja"] = "投てき封じの床" },
	["Blue Metal Pole"] = { ["ja"] = "青い鉄柱" },
	["Red Metal Pole"] = { ["ja"] = "赤い鉄柱" }
}