Module:Save Surala Item 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 items and their names in Japanese present in Shiren the Wanderer BS: Save Surala for use only in modules such as Modules:Save Surala Dungeon Items table row.

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

{{#invoke:Save Surala Dungeon Items table|main
  | category      = Gitan
  | low_amount_1  = 20
  | high_amount_1 = 200
  | floors_1      = 1 - 5
}}

...and will result in:

Gitan's sprite.
Gitan
Lowest amountHighest amountFloors
202001 - 5

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

return {
	["Gitan"] = { ["ja"] = "ギタン" },
	["Cudgel"] = { ["ja"] = "こん棒" },
	["Sickle Slayer"] = { ["ja"] = "成仏の鎌" },
	["Katana"] = { ["ja"] = "カタナ" },
	["Pickaxe"] = { ["ja"] = "つるはし" },
	["Polearm"] = { ["ja"] = "長巻" },
	["Hide Shield"] = { ["ja"] = "皮甲の盾" },
	["Bronzeward"] = { ["ja"] = "青銅甲の盾" },
	["Wood Shield"] = { ["ja"] = "木甲の盾" },
	["Iron Shield"] = { ["ja"] = "鉄甲の盾" },
	["Armor Ward"] = { ["ja"] = "重装の盾" },
	["Walrus Shield"] = { ["ja"] = "トドの盾" },
	["Pitcher's Armband"] = { ["ja"] = "遠投の腕輪" },
	["Riceball (item)"] = { ["ja"] = "おにぎり" },
	["Rotten Riceball"] = { ["ja"] = "くさったおにぎり" },
	["Big Riceball"] = { ["ja"] = "大きいおにぎり" },
	["Giant Riceball"] = { ["ja"] = "巨大なおにぎり" },
	["Medicinal Herb"] = { ["ja"] = "薬草" },
	["Big Belly Seed"] = { ["ja"] = "胃拡張の種" },
	["Herb of Sight"] = { ["ja"] = "めぐすり草" },
	["Weeds"] = { ["ja"] = "雑草" },
	["Herb of Life"] = { ["ja"] = "命の草" },
	["Dragon Herb"] = { ["ja"] = "ドラゴン草" },
	["Restorative Herb"] = { ["ja"] = "弟切草" },
	["BS Storehouse Jar"] = { ["ja"] = "BS倉庫の壺" },
	["Walrus Jar"] = { ["ja"] = "トドの壺" },
	["Jar of Holding"] = { ["ja"] = "保存の壺" },
	["Chiropractic Jar"] = { ["ja"] = "背中の壺" },
	["Jar of Change"] = { ["ja"] = "変化の壺" },
	["Jar of Hiding"] = { ["ja"] = "やりすごしの壺" },
	["Skull Staff"] = { ["ja"] = "ガイコツまどうの杖" },
	["Staff of Happiness"] = { ["ja"] = "しあわせの杖" },
	["Knockback Staff"] = { ["ja"] = "ふきとばしの杖" },
	["Pain Sharing Staff"] = { ["ja"] = "痛み分けの杖" },
	["Bufu's Staff"] = { ["ja"] = "ブフーの杖" },
	["Blastwave Scroll"] = { ["ja"] = "真空斬りの巻物" },
	["Scroll of Light"] = { ["ja"] = "あかりの巻物" },
	["Scroll of Identity"] = { ["ja"] = "識別の巻物" },
	["Earth Bless Scroll"] = { ["ja"] = "地の恵みの巻物" },
	["Scroll of Blessing"] = { ["ja"] = "おはらいの巻物" },
	["Power Up Scroll"] = { ["ja"] = "パワーアップの巻物" },
	["Scroll of Sleep"] = { ["ja"] = "バクスイの巻物" },
	["Blank Scroll"] = { ["ja"] = "白紙の巻物" },
	["Scroll of Confusion"] = { ["ja"] = "混乱の巻物" },
	["Jar Growth Scroll"] = { ["ja"] = "壺増大の巻物" },
	["Scroll of Need"] = { ["ja"] = "困った時の巻物" },
	["Wooden Arrow"] = { ["ja"] = "木の矢" },
	[""] = { ["ja"] = "" },
}