Module:Shiren 1 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 Mystery Dungeon: Shiren the Wanderer for use only in table Templates.

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

{{#invoke:Shiren 1 DS Dungeon Traps table|main
  | trap_1   = Wood Arrow Trap
  | floors_1 = 5
}}

...and will result in:

SpriteTrapFloors
EnglishJapanese
Wood Arrow Trap's sprite.Wood Arrow Trap木の矢のワナ5

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

return {
	["Alarm Trap"] = { ["ja"] = "警報スイッチのワナ" },
	["Big Landmine Trap"] = { ["ja"] = "大型地雷のワナ" },
	["Boulder Trap"] = { ["ja"] = "落石スイッチのワナ" },
	["Curse Trap"] = { ["ja"] = "呪いのワナ" },
	["Dream Gas Trap"] = { ["ja"] = "幻覚ガス" },
	["Hunger Trap"] = { ["ja"] = "空腹スイッチのワナ" },
	["Immobilization Trap"] = { ["ja"] = "カゲぬいのワナ" },
	["Iron Arrow Trap"] = { ["ja"] = "鉄の矢のワナ" },
	["Knockback Trap"] = { ["ja"] = "ふき飛ばし" },
	["Landmine Trap"] = { ["ja"] = "地雷のワナ" },
	["Log Trap"] = { ["ja"] = "丸太のワナ" },
	["Multiplication Trap"] = { ["ja"] = "罠増え" },
	["One-Way Trap"] = { ["ja"] = "一方通行" },
	["Pitfall Trap"] = { ["ja"] = "落し穴のワナ" },
	["Poison Dart Trap"] = { ["ja"] = "毒矢のワナ" },
	["Riceball Trap"] = { ["ja"] = "おにぎり" },
	["Rotten Trap"] = { ["ja"] = "デロデロのワナ" },
	["Rusty Trap"] = { ["ja"] = "サビのワナ" },
	["Sleeping Gas Trap"] = { ["ja"] = "睡眠ガス" },
	["Slowness Trap"] = { ["ja"] = "鈍足スイッチ" },
	["Spinning Trap"] = { ["ja"] = "回転板のワナ" },
	["Spring Trap"] = { ["ja"] = "バネのワナ" },
	["Stairway Trap"] = { ["ja"] = "階段のワナ" },
	["Stumble Trap"] = { ["ja"] = "転び石のワナ" },
	["Summons Trap"] = { ["ja"] = "召喚スイッチのワナ" },
	["Unequip Trap"] = { ["ja"] = "装備はずしのワナ" },
	["Wood Arrow Trap"] = { ["ja"] = "木の矢のワナ" }
}