Module:Shiren 3 Wii Tile Data Cell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
["Blue Metal Pole"] = { ["ja"] = "青い鉄柱" }, | ["Blue Metal Pole"] = { ["ja"] = "青い鉄柱" }, | ||
["Crows Feathers"] = { ["ja"] = "カラスの羽" }, | ["Crows Feathers"] = { ["ja"] = "カラスの羽" }, | ||
[" | ["Exit"] = { ["ja"] = "出口" }, | ||
["Frozen Waterway"] = { ["ja"] = "凍った水路" }, | ["Frozen Waterway"] = { ["ja"] = "凍った水路" }, | ||
["Ice Floor"] = { ["ja"] = "氷の床" }, | ["Ice Floor"] = { ["ja"] = "氷の床" }, |
Latest revision as of 21:16, 14 September 2024
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"] = "水路"}
}