Module:Shiren 3 Wii Boss Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 03:10, 15 September 2024 by Jubilee (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

This template covers a list of boss, their names in Japanese, and their types present in Shiren the Wanderer 3: The Sleeping Princess and the Karakuri Mansion.

In this example, the attribute boss_1 uses this module...

{{#invoke:Shiren 3 Wii Dungeon Bosses table|main
  | boss_1 = Eagle (Johnny)
}}

...and will result in:

ModelBossAttribute
EnglishJapanese
Eagle (Johnny)'s model.Eagle (Johnny)大ワシのジョニーBoss

--------------------------------------------------------------------------------
--
--						Module:Shiren 3 Wii Boss Data Cell
--
-- This module covers a list of boss in Japanese, present in
-- Shiren the Wanderer 3: The Sleeping Princess and the Karakuri Mansion.
--
-- Parameters
--
-- name: Insert the boss' English name there.
--
--------------------------------------------------------------------------------

return {
	["Sword Tiger"] = { ["ja"] = "剣虎" },
	["Centipede"] = { ["ja"] = "大ムカデ" },
	["Eagle (Johnny)"] = { ["ja"] = "大ワシのジョニー" },
	["Catfish"] = { ["ja"] = "大ナマズ" },
	["Tengu"] = { ["ja"] = "大天狗" },
	["Karakuri Ah"] = { ["ja"] ="からくり巨人・阿" },
	["Karakuri Unh"] = { ["ja"] =  "からくり巨人・吽" },
	["Battle Spirit (Purple )"] = { ["ja"] = "戦鬼" },
	["Battle Spirit	(Pink)"] = { ["ja"] = "戦鬼" },
	["Battle Spirit (Light Green)"] = { ["ja"] = "戦鬼" },
	["Battle Spirit	(Dark Green)"] = { ["ja"] = "戦鬼" },
	["Battle Spirit	(Yellow)"] = { ["ja"] = "戦鬼" },
	["Battle Spirit	(White)"] = { ["ja"] = "戦鬼" },
	["Jurouta"] = { ["ja"] = "十狼太" },
	["Sensei"] = { ["ja"] = "センセー" },
	["Hyottoko Thugs"] = { ["ja"] = "ひょっとこ党" },
	["Pot King"] = { ["ja"] = "ツボキング" },
	["Karakuri Rickshaw"] = { ["ja"] = "からくり火車" },
	["Jellyfish Mage"] = { ["ja"] = "外法海月" },
	["Karakuri Rose"] = { ["ja"] = "からくりローズ" },
	["Vine (Karakuri Rose)"] = { ["ja"] = "ツル" },
	["Kotodama"] = { ["ja"] = "コトダマ" },
	["Kodama"] = { ["ja"] = "コダマ" },
	["Kotodamakodama"] = { ["ja"] = "コトダマコダマ" },
	["Princess Karakuri"] = { ["ja"] = "からくり姫" },
	["Karakuri Room"] = { ["ja"] = "からくり部屋" },
	["Marouta"] = { ["ja"] = "魔狼太" },
	["Bamboo Harvester"] = { ["ja"] = "竹取の翁" },
	["Ikazuchikami"] = { ["ja"] = "イカヅチカミ" },
	["Asuka"] = { ["ja"] = "アスカ" },
	["Ikazuchikami"] = { ["ja"] = "魔神イカヅチカミ" },
	["Blue Ogre"] = { ["ja"] = "青鬼" },
	["Red Ogre"] = { ["ja"] = "赤鬼" },
	["Izanami"] = { ["ja"] = "黄泉津大神イザナミ" },
	["Izanami Complete"] = { ["ja"] = "イザナミ完全体" },
	["Curas"] = { ["ja"] = "黄泉返りキュラス" },
	["Ragoon"] = { ["ja"] = "黄泉返り黒雷仙女" },
	["Left Hand"] = { ["ja"] = "左手" },
	["Right Hand"] = { ["ja"] = "右手" },
	["Tainted Insect"] = { ["ja"] = "黄泉返り魔蝕虫" },
	["Carl"] = { ["ja"] = "カール" },
	["Ninja"] = { ["ja"] = "忍者" },
	["Soboro"] = { ["ja"] = "そぼろ" },
	["Mamel ZZ"] = { ["ja"] = "マムルZZ" },
	["Master X"] = { ["ja"] = "ふく面先生" },
	["KO Tank"] = { ["ja"] = "KO戦車" },
	["Sea Monk"] = { ["ja"] = "海入道" },
	["Demon Monk"] = { ["ja"] = "青獄天魔坊" },
	["Wind Dragon"] = { ["ja"] = "ウィンドドラゴン" },
	["Nue"] = { ["ja"] = "ヌエ" },
	["Millennium Beetle"] = { ["ja"] = "千手甲虫" },
	["Fire Rickshaw"] = { ["ja"] = "霊炎車" },
	["Demon Tiger"] = { ["ja"] = "妖虎" },
	["White"] = { ["ja"] = "白鬼仙" },
	["Back Ogre"] = { ["ja"] ="後鬼" },
	["Front Ogre"] = { ["ja"] = "前鬼" },
	["Heaven"] = { ["ja"] = "天" },
	["Earth"] = { ["ja"] = "地" }
}