Module:Torneko 1 Trap Data Cell
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Torneko 1 Trap Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Torneko 1 Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Torneko's Great Adventure: Mystery Dungeon.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------
return {
["Acid Trap"] = { ["ja"] = "硫酸" },
["Arrow Trap"] = { ["ja"] = "矢" },
["Bear Trap"] = { ["ja"] = "トラばさみ" },
["Gas Trap"] = { ["ja"] = "睡眠ガス" },
["Mine Trap"] = { ["ja"] = "地雷" },
["Pitfall Trap"] = { ["ja"] = "落とし穴" },
["Poison Arrow Trap"] = { ["ja"] = "毒矢" },
["Rock Trap"] = { ["ja"] = "石ころ" },
["Warp Pad"] = { ["ja"] = "ワープゾーン" }
}