Module:Magic Castle DS 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 DS2: Magic Castle of the Desert for use only in table Templates such as Module:Magic Castle DS Dungeon Traps table.

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

{{#invoke:Magic Castle DS Dungeon Traps table|main
  | trap_1  = Alarm Trap
  | floor_1 = 2
}}

...and will result in:

SpriteTrapFloors
EnglishJapanese
Alarm Trap's sprite.Alarm Trap警報スイッチのワナ[Research required]

--------------------------------------------------------------------------------
--
--					Module:Magic Castle DS Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Shiren the Wanderer DS2: Magic Castle of the Desert.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------

return {
	["Alarm Trap"] = { ["ja"] = "警報スイッチのワナ" },
	["Anchor Trap"] = { ["ja"] = "イカリのワナ" },
	["Big Landmine Trap"] = { ["ja"] = "大型地雷のワナ" },
	["Boulder Trap"] = { ["ja"] = "落石スイッチのワナ" },
	["Curse Trap"] = { ["ja"] = "呪いのワナ" },
	["Hunger Trap"] = { ["ja"] = "空腹スイッチのワナ" },
	["Immobilization Trap"] = { ["ja"] = "カゲぬいのワナ" },
	["Iron Arrow Trap"] = { ["ja"] = "鉄の矢のワナ" },
	["Landmine Trap"] = { ["ja"] = "地雷のワナ" },
	["Log Trap"] = { ["ja"] = "丸太のワナ" },
	["Pitfall Trap"] = { ["ja"] = "落し穴のワナ" },
	["Poison Arrow Trap"] = { ["ja"] = "毒矢のワナ" },
	["Rotten Trap"] = { ["ja"] = "デロデロのワナ" },
	["Rusty Trap"] = { ["ja"] = "サビのワナ" },
	["Sleeping Trap"] = { ["ja"] = "睡眠ガスのワナ" },
	["Slowness Trap"] = { ["ja"] = "鈍足スイッチのワナ" },
	["Spinning Trap"] = { ["ja"] = "回転板のワナ" },
	["Spring Trap"] = { ["ja"] = "バネのワナ" },
	["Stumble Trap"] = { ["ja"] = "転び石のワナ" },
	["Summon Trap"] = { ["ja"] = "召喚スイッチのワナ" },
	["Unequip Trap"] = { ["ja"] = "装備はずしのワナ" },
	["Wooden Arrow Trap"] = { ["ja"] = "木の矢のワナ" }
}