Module:Save Surala Trap Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Template-info.png Documentation

This template covers a list of traps and their names in Japanese present in Shiren the Wanderer BS: Save Surala for use only in modules such as Module:Save Surala Dungeon Traps table.

In this example, the attribute {{{trap|}}} uses this module...

{{#invoke:Save Surala Dungeon Traps table|main
  | trap_1   = Alarm Trap
  | floors_1 = 2
}}

...and will result in:

SpriteTrapFloors
EnglishJapanese
Alarm Trap's sprite.Alarm Trap警報スイッチ2

--------------------------------------------------------------------------------
--
--					Module:Save Surala Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Shiren the Wanderer BS: Save Surala.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------

return {
	["Alarm Trap"] = { ["ja"] = "警報スイッチ" },
	["Boulder Trap"] = { ["ja"] = "落石スイッチ" },
	["Hunger Trap"] = { ["ja"] = "空腹スイッチのワナ" },
	["Log Trap"] = { ["ja"] = "丸太の罠" },
	["Poison Dart Trap"] = { ["ja"] = "毒矢" },
	["Sleeping Gas Trap"] = { ["ja"] = "睡眠ガス" },
	["Slowness Trap"] = { ["ja"] = "低速スイッチ" },
	["Unequip Trap"] = { ["ja"] = "装備はずし" }
}