Module:Value/Data

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

For information on editing module data in general, see Guidelines:Modules/Data.

Schema
Data
kinds
<valueKind>
<game>
Number ValueString Value
icon
A full icon filename, with the File: prefix.
<string>
icon
A full icon filename, with the File: prefix.

Guidelines

For any given game, the icon for Template:Rupee should be the first available of:

  • An in-game icon displayed for prices (e.g. HWAoC Rupee Icon.png)
  • The HUD icon for the smallest Wallet (e.g. OoT3D Green Rupee Icon.png)
  • The icon for the smallest Rupee (e.g. TP Green Rupee Icon.png)
  • The model or sprite for the smallest Rupee (e.g. OoT Green Rupee Model.png)

return {
	kinds = {
		["Defense"] = {
			["BotW"] = {
				icon = "File:BotW Armor Icon.png",	
			},
			["TotK"] = {
				icon = "File:TotK Armor Icon.png",	
			}
		},
		["Element"] = {
			["HW"] = {
				["Darkness"] = {
					icon = "File:HWDE Darkness Element Icon.png",
				},
				["Fire"] = {
					icon = "File:HWDE Fire Element Icon.png",
				},
				["Light"] = {
					icon = "File:HWDE Light Element Icon.png",
				},
				["Lightning"] = {
					icon = "File:HWDE Lightning Element Icon.png",
				},
				["Water"] = {
					icon = "File:HWDE Water Element Icon.png",
				},
			}
		},
		["Mon"] = {
			["BotW"] = {
				icon = "File:BotW Mon Icon.png",
			},
		},
		["Bubbul Gem"] = {
			["TotK"] = {
				icon = "File:TotK Bubbul Gem Icon.png",
			}
		},
		["Poe"] = {
			["TotK"] = {
				icon = "File:ZW Poe Asset.png",
			},
		},
		["Pony Point"] = {
			["TotK"] = {
				icon = "File:ZW Pony Point Asset.png",
			},
		},
		["Rupee"] = {
			["TLoZ"] = {
				icon = "File:TLoZ Yellow Rupee Sprite.png",
			},
			["ALttP"] = {
				icon = "File:ALttP Green Rupee Sprite.png",
			},
			["LA"] = {
				icon = "File:LADX Blue Rupee Sprite.png",
			},
			["LADX"] = {
				icon = "File:LADX Blue Rupee Sprite.png",
			},
			["OoT"] = {
				icon = "File:OoT Rupee Icon.png",
			},
			["OoT3D"] = {
				icon = "File:OoT3D Green Rupee Icon.png",
			},
			["MM"] = {
				icon = "File:MM Rupee Icon.png",
			},
			["MM3D"] = {
				icon = "File:MM3D Green Rupee Icon.png",
			},
			["OoS"] = {
				icon = "File:OoS Green Rupee Sprite.png",
			},
			["OoA"] = {
				icon = "File:OoA Green Rupee Sprite.png",
			},
			["FS"] = {
				icon = "File:FS Green Rupee Sprite.png",
			},
			["FSAE"] = {
				icon = "File:FS Green Rupee Sprite.png",
			},
			["TMC"] = {
				icon = "File:TMC Green Rupee Sprite.png",
			},
			["TWW"] = {
				icon = "File:TWW Green Rupee Model.png",
			},
			["TWWHD"] = {
				icon = "File:TWW Green Rupee Model.png",
			},
			["TP"] = {
				icon = "File:TP Green Rupee Icon.png",
			},
			["TPHD"] = {
				icon = "File:TP Green Rupee Icon.png",
			},
			["PH"] = {
				icon = "File:PH Green Rupee Icon.png",
			},
			["ST"] = {
				icon = "File:ST Green Rupee Icon.png",
			},
			["SS"] = {
				icon = "File:SS Rupee Icon.png",
			},
			["SSHD"] = {
				icon = "File:SSHD Green Rupee Icon.png",
			},
			["ALBW"] = {
				icon = "File:ALBW Green Rupee Model.png",
			},
			["TFH"] = {
				icon = "File:TFH Rupee Icon.png",
			},
			["BotW"] = {
				icon = "File:BotW Rupee Menu Icon.png",
			},
			["TotK"] = {
				icon = "File:TotK Rupee Menu Icon 2.png",
			},
			["AST"] = {
				icon = "File:ALttP Green Rupee Sprite.png",
			},
			["HW"] = {
				icon = "File:HW Rupee Icon.png",
			},
			["HWL"] = {
				icon = "File:HW Rupee Icon.png",
			},
			["HWDE"] = {
				icon = "File:HW Rupee Icon.png",
			},
			["CoH"] = {
				icon = "File:CoH Rupee Shop Sprite.png",
			},
			["HWAoC"] = {
				icon = "File:HWAoC Rupee Icon.png",
			},
		},
	}
}