Difference between revisions of "Module:Materials/Data"

From Nookipedia, the Animal Crossing wiki
(Updating NH data to use in-game names)
m
Line 231: Line 231:
 
["sandy-beach flooring"] = { "Sandy-Beach Flooring NH Icon.png", "15px", "Item:sandy-beach flooring (New Horizons)", "sandy-beach flooring", "" },
 
["sandy-beach flooring"] = { "Sandy-Beach Flooring NH Icon.png", "15px", "Item:sandy-beach flooring (New Horizons)", "sandy-beach flooring", "" },
 
["screen wall"] = { "Screen Wall NH Icon.png", "15px", "Item:screen wall (New Horizons)", "screen wall", "" },
 
["screen wall"] = { "Screen Wall NH Icon.png", "15px", "Item:screen wall (New Horizons)", "screen wall", "" },
["fossil"] = { "Fossil NH Inv Icon.png", "15px", "Fossil", "", "" },
+
["fossil"] = { "Fossil NH Inv Icon.png", "15px", "Fossil", "Fossil", "" },
 
["rusted part"] = { "Rusted Part NH Inv Icon.png", "15px", "Item:rusted part (New Horizons)", "rusted part", "" },
 
["rusted part"] = { "Rusted Part NH Inv Icon.png", "15px", "Item:rusted part (New Horizons)", "rusted part", "" },
["Bells"] = { "99k Bells NH Inv Icon.png", "15px", "Bells", "", "" },
+
["Bells"] = { "99k Bells NH Inv Icon.png", "15px", "Bell", "Bell", "" },
 
["50k Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
 
["50k Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
 
["50000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
 
["50000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },

Revision as of 12:12, November 28, 2022

Module documentation (view)


Usage

This is the subpage for Module:Materials, and stores the data needed for the module to function and outputs the material.

Inserting a new source/availability

["name_of_material"] = { "material_image", "material_image_size", "link_to_material", "name_of_material", "special_text_for_material" }

When adding a new smaterial to be used on pages, the following syntax must be inserted into the main data table on Module:Materials/Data. Note that the table is split between New Horizons and Pocket Camp. Each material added must be added under its appropriate section.

  • name_of_material describes the name of the material that the editor will write for the material templates. There is also a second instance of name_of_material, which can also feature a different text to its first instance. To use the special_text_for_material parameter for certain instances (e.g. 10 Turnips and Poké Ball, leave the second instance blank.
  • material_image requires an image (preferably an icon) to be added. It must include the filename extension.
  • material_image_size describes the default size that source_image will be presented in.
  • link_to_material describes the link that the player will click on (provided that the link is present). To use the special_text_for_material parameter for certain instances (e.g. 10 Turnips and Poké Ball), leave this blank.
  • special_text_for_material is optional, and is used to display specialized wikitext.

Example

["Wood"] = { "Wood NH Inv Icon.png", "15px", "Item:Wood (New Horizons)", "Wood", "[[Item:Wood (New Horizons)|Wood]]" }

"Wood" is the name_of_material in both instances that it appears. "Item:Wood (New Horizons)" is the link_to_material and has a special wikitext presented in special_text_for_material, although it will be unused in this instance. Its material_image is "Wood NH Inv Icon.png", and the material_image_size is set to "15px".

The data is under the materialNH table, so the data can be accessed by the {{Material}} template.

The output is: Wood

["Cotton"] = { "Cotton PC Icon.png", "20px", "", "", "Cotton" }

"Cotton" is the name_of_material, but it is blank in its second instance, along with its link_to_material. Its material_image is "Cotton PC Icon.png", and the material_image_size is set to "20px". Its special_text_for_material is simply "Cotton", and will provide no links at all.

The data is under the materialPC table, so the data can be accessed by the {{PC Material}} template.

The output is: Cotton


return {
	materialNH = {
    	-- Natural Resources --
		["clump of weeds"] = { "Clump of Weeds NH Inv Icon.png", "15px", "Item:clump of weeds (New Horizons)", "clump of weeds", "" },
		["tree branch"] = { "Tree Branch NH Inv Icon.png", "15px", "Item:tree branch (New Horizons)", "tree branch", "" },
		["stone"] = { "Stone NH Inv Icon.png", "15px", "Item:stone (New Horizons)", "stone", "" },
		["clay"] = { "Clay NH Inv Icon.png", "15px", "Item:clay (New Horizons)", "clay", "" },
		["iron nugget"] = { "Iron Nugget NH Inv Icon.png", "15px", "Item:iron nugget (New Horizons)", "iron nugget", "" },
		["gold nugget"] = { "Gold Nugget NH Inv Icon.png", "15px", "Item:gold nugget (New Horizons)", "gold nugget", "" },
		["wood"] = { "Wood NH Inv Icon.png", "15px", "Item:wood (New Horizons)", "wood", "" },
		["softwood"] = { "Softwood NH Inv Icon.png", "15px", "Item:softwood (New Horizons)", "softwood", "" },
		["hardwood"] = { "Hardwood NH Inv Icon.png", "15px", "Item:hardwood (New Horizons)", "hardwood", "" },
		["bamboo shoot"] = { "Bamboo Shoot NH Inv Icon.png", "15px", "Item:bamboo shoot (New Horizons)", "bamboo shoot", "" },
		["bamboo piece"] = { "Bamboo Piece NH Inv Icon.png", "15px", "Item:bamboo piece (New Horizons)", "bamboo piece", "" },
		["young spring bamboo"] = { "Young Spring Bamboo NH Inv Icon.png", "15px", "Item:young spring bamboo (New Horizons)", "young spring bamboo", "" },
		["wasp nest"] = { "Wasp's Nest NH Inv Icon.png", "15px", "Item:wasp nest (New Horizons)", "wasp nest", "" },
		["manila clam"] = { "Manila Clam NH Inv Icon.png", "15px", "Item:manila clam (New Horizons)", "manila clam", "" },
		["pearl"] = { "Pearl NH Inv Icon.png", "15px", "Item:pearl (New Horizons)", "pearl", "" },
		["green pumpkin"] = { "Green Pumpkin NH Inv Icon.png", "15px", "Item:green pumpkin (New Horizons)", "green pumpkin", "" },
		["orange pumpkin"] = { "Orange Pumpkin NH Inv Icon.png", "15px", "Item:orange pumpkin (New Horizons)", "orange pumpkin", "" },
		["white pumpkin"] = { "White Pumpkin NH Inv Icon.png", "15px", "Item:white pumpkin (New Horizons)", "white pumpkin", "" },
		["yellow pumpkin"] = { "Yellow Pumpkin NH Inv Icon.png", "15px", "Item:yellow pumpkin (New Horizons)", "yellow pumpkin", "" },
		["glowing moss"] = { "Glowing Moss NH Inv Icon.png", "15px", "Item:glowing moss (New Horizons)", "glowing moss", "" },
		["vine"] = { "Vine NH Inv Icon.png", "15px", "Item:vine (New Horizons)", "vine", "" },
		["wheat"] = { "Wheat NH Inv Icon.png", "15px", "Item:wheat (New Horizons)", "wheat", "" },
		["sugar"] = { "Sugar NH Inv Icon.png", "15px", "Item:sugar (New Horizons)", "sugar", "" },
		["tomato"] = { "Tomato NH Inv Icon.png", "15px", "Item:tomato (New Horizons)", "tomato", "" },
		["carrot"] = { "Carrot NH Inv Icon.png", "15px", "Item:carrot (New Horizons)", "carrot", "" },
		["sugarcane"] = { "Sugarcane NH Inv Icon.png", "15px", "Item:sugarcane (New Horizons)", "sugarcane", "" },
		["potato"] = { "Potato NH Inv Icon.png", "15px", "Item:potato (New Horizons)", "potato", "" },
		["flour"] = { "Flour NH Inv Icon.png", "15px", "Item:flour (New Horizons)", "flour", "" },
		["whole-wheat flour"] = { "Whole-Wheat Flour NH Inv Icon.png", "15px", "Item:whole-wheat flour (New Horizons)", "whole-wheat flour", "" },
		["sugar"] = { "Sugar NH Inv Icon.png", "15px", "Item:sugar (New Horizons)", "sugar", "" },
		["brown sugar"] = { "Brown Sugar NH Inv Icon.png", "15px", "Item:brown sugar (New Horizons)", "brown sugar", "" },
		["10 turnips"] = { "Turnips NH Inv Icon.png", "15px", "", "", "10 [[Item:Turnips (New Horizons)|turnips]]" },
		["30 turnips"] = { "Turnips NH Inv Icon.png", "15px", "", "", "30 [[Item:Turnips (New Horizons)|turnips]]" },
		["anchovy"] = { "Anchovy (Fish) NH Icon.png", "15px", "Anchovy (fish)", "anchovy", "" },
		["horse mackerel"] = { "Horse Mackerel NH Icon.png", "15px", "Horse mackerel", "horse mackerel", "" },
		["barred knifejaw"] = { "Barred Knifejaw NH Icon.png", "15px", "Barred knifejaw", "barred knifejaw", "" },
		["blue marlin"] = { "Blue Marlin NH Icon.png", "15px", "Blue marlin", "blue marlin", "" },
		["carp"] = { "Carp NH Icon.png", "15px", "Carp", "carp", "" },
		["dab"] = { "Dab NH Icon.png", "15px", "Dab", "dab", "" },
		["horse mackerel"] = { "Horse Mackerel NH Icon.png", "15px", "Horse mackerel", "horse mackerel", "" },
		["olive flounder"] = { "Olive Flounder NH Icon.png", "15px", "Olive flounder", "olive flounder", "" },
		["red snapper"] = { "Red Snapper NH Icon.png", "15px", "Red snapper", "red snapper", "" },
		["salmon"] = { "Salmon NH Icon.png", "15px", "Salmon", "salmon", "" },
		["scallop"] = { "Scallop NH Icon.png", "15px", "Scallop (sea creature)", "scallop", "" },
		["sea bass"] = { "Sea Bass NH Icon.png", "15px", "Sea bass", "sea bass", "" },
		["seaweed"] = { "Seaweed NH Icon.png", "15px", "Seaweed", "seaweed", "" },
		["squid"] = { "Squid NH Icon.png", "15px", "Squid", "squid", "" },
		["sweet shrimp"] = { "Sweet Shrimp NH Icon.png", "15px", "Sweet shrimp", "sweet shrimp", "" },
		["tiger prawn"] = { "Tiger Prawn NH Icon.png", "15px", "Tiger prawn", "tiger prawn", "" },
		["star fragment"] = { "Star Fragment NH Inv Icon.png", "15px", "Item:star fragment (New Horizons)", "star fragment", "" },
		["large star fragment"] = { "Large Star Fragment NH Inv Icon.png", "15px", "Item:large star fragment (New Horizons)", "large star fragment", "" },
		["Aries fragment"] = { "Aries Fragment NH Inv Icon.png", "15px", "Item:Aries fragment (New Horizons)", "Aries fragment", "" },
		["Taurus fragment"] = { "Taurus Fragment NH Inv Icon.png", "15px", "Item:Taurus fragment (New Horizons)", "Taurus fragment", "" },
		["Gemini fragment"] = { "Gemini Fragment NH Inv Icon.png", "15px", "Item:Gemini fragment (New Horizons)", "Gemini fragment", "" },
		["Cancer fragment"] = { "Cancer Fragment NH Inv Icon.png", "15px", "Item:Cancer fragment (New Horizons)", "Cancer fragment", "" },
		["Leo fragment"] = { "Leo Fragment NH Inv Icon.png", "15px", "Item:Leo fragment (New Horizons)", "Leo fragment", "" },
		["Virgo fragment"] = { "Virgo Fragment NH Inv Icon.png", "15px", "Item:Virgo fragment (New Horizons)", "Virgo fragment", "" },
		["Libra fragment"] = { "Libra Fragment NH Inv Icon.png", "15px", "Item:Libra fragment (New Horizons)", "Libra fragment", "" },
		["Scorpius fragment"] = { "Scorpius Fragment NH Inv Icon.png", "15px", "Item:Scorpius fragment (New Horizons)", "Scorpius fragment", "" },
		["Sagittarius fragment"] = { "Sagittarius Fragment NH Inv Icon.png", "15px", "Item:Sagittarius fragment (New Horizons)", "Sagittarius fragment", "" },
		["Capricorn fragment"] = { "Capricorn Fragment NH Inv Icon.png", "15px", "Item:Capricorn fragment (New Horizons)", "Capricorn fragment", "" },
		["Aquarius fragment"] = { "Aquarius Fragment NH Inv Icon.png", "15px", "Item:Aquarius fragment (New Horizons)", "Aquarius fragment", "" },
		["Pisces fragment"] = { "Pisces Fragment NH Inv Icon.png", "15px", "Item:Pisces fragment (New Horizons)", "Pisces fragment", "" },
		["boot"] = { "Boot NH Inv Icon.png", "15px", "Item:boot (New Horizons)", "boot", "" },
		["empty can"] = { "Empty Can NH Inv Icon.png", "15px", "Item:empty can (New Horizons)", "empty can", "" },
		["old tire"] = { "Old Tire NH Inv Icon.png", "15px", "Item:old tire (New Horizons)", "old tire", "" },
		["blue feather"] = { "Blue Feather NH Inv Icon.png", "15px", "Item:blue feather (New Horizons)", "blue feather", "" },
		["green feather"] = { "Green Feather NH Inv Icon.png", "15px", "Item:green feather (New Horizons)", "green feather", "" },
		["purple feather"] = { "Purple Feather NH Inv Icon.png", "15px", "Item:purple feather (New Horizons)", "purple feather", "" },
		["rainbow feather"] = { "Rainbow Feather NH Inv Icon.png", "15px", "Item:rainbow feather (New Horizons)", "rainbow feather", "" },
		["red feather"] = { "Red Feather NH Inv Icon.png", "15px", "Item:red feather (New Horizons)", "red feather", "" },
		["cherry-blossom petal"] = { "Cherry-Blossom Petal NH Inv Icon.png", "15px", "Item:cherry-blossom petal (New Horizons)", "cherry-blossom petal", "" },
		["earth egg"] = { "Earth Egg NH Inv Icon.png", "15px", "Item:earth egg (New Horizons)", "earth egg", "" },
		["leaf egg"] = { "Leaf Egg NH Inv Icon.png", "15px", "Item:leaf egg (New Horizons)", "leaf egg", "" },
		["sky egg"] = { "Sky Egg NH Inv Icon.png", "15px", "Item:sky egg (New Horizons)", "sky egg", "" },
		["stone egg"] = { "Stone Egg NH Inv Icon.png", "15px", "Item:stone egg (New Horizons)", "stone egg", "" },
		["water egg"] = { "Water Egg NH Inv Icon.png", "15px", "Item:water egg (New Horizons)", "water egg", "" },
		["wood egg"] = { "Wood Egg NH Inv Icon.png", "15px", "Item:wood egg (New Horizons)", "wood egg", "" },
		["summer shell"] = { "Summer Shell NH Inv Icon.png", "15px", "Item:summer shell (New Horizons)", "summer shell", "" },
		["acorn"] = { "Acorn NH Inv Icon.png", "15px", "Item:acorn (New Horizons)", "acorn", "" },
		["pine cone"] = { "Pine Cone NH Inv Icon.png", "15px", "Item:pine cone (New Horizons)", "pine cone", "" },
		["candy"] = { "Candy NH Inv Icon.png", "15px", "Item:candy (New Horizons)", "candy", "" },
		["maple leaf"] = { "Maple Leaf NH Inv Icon.png", "15px", "Item:maple leaf (New Horizons)", "maple leaf", "" },
		["elegant mushroom"] = { "Elegant Mushroom NH Inv Icon.png", "15px", "Item:elegant mushroom (New Horizons)", "elegant mushroom", "" },
		["round mushroom"] = { "Mushroom NH Inv Icon.png", "15px", "Item:round mushroom (New Horizons)", "round mushroom", "" },
		["skinny mushroom"] = { "Skinny Mushroom NH Inv Icon.png", "15px", "Item:skinny mushroom (New Horizons)", "skinny mushroom", "" },
		["flat mushroom"] = { "Flat Mushroom NH Inv Icon.png", "15px", "Item:flat mushroom (New Horizons)", "flat mushroom", "" },
		["rare mushroom"] = { "Rare Mushroom NH Inv Icon.png", "15px", "Item:rare mushroom (New Horizons)", "rare mushroom", "" },
		["snowflake"] = { "Snowflake NH Inv Icon.png", "15px", "Item:snowflake (New Horizons)", "snowflake", "" },
		["large snowflake"] = { "Large Snowflake NH Inv Icon.png", "15px", "Item:large snowflake (New Horizons)", "large snowflake", "" },
		["red ornament"] = { "Red Ornament NH Inv Icon.png", "15px", "Item:red ornament (New Horizons)", "red ornament", "" },
		["blue ornament"] = { "Blue Ornament NH Inv Icon.png", "15px", "Item:blue ornament (New Horizons)", "blue ornament", "" },
		["gold ornament"] = { "Gold Ornament NH Inv Icon.png", "15px", "Item:gold ornament (New Horizons)", "gold ornament", "" },
		["flimsy shovel"] = { "Flimsy Shovel NH Icon.png", "15px", "Item:flimsy shovel (New Horizons)", "flimsy shovel", "" },
		["flimsy axe"] = { "Flimsy Axe NH Icon.png", "15px", "Item:flimsy axe (New Horizons)", "flimsy axe", "" },
		["flimsy watering can"] = { "Flimsy Watering Can NH Icon.png", "15px", "Item:flimsy watering can (New Horizons)", "flimsy watering can", "" },
		["flimsy fishing rod"] = { "Flimsy Fishing Rod NH Icon.png", "15px", "Item:flimsy fishing rod (New Horizons)", "flimsy fishing rod", "" },
		["flimsy net"] = { "Flimsy Net NH Icon.png", "15px", "Item:flimsy net (New Horizons)", "flimsy net", "" },
		["stone axe"] = { "Stone Axe NH Inv Icon.png", "15px", "Item:stone axe (New Horizons)", "stone axe", "" },
		["shovel"] = { "Shovel NH Inv Icon.png", "15px", "Item:shovel (New Horizons)", "shovel", "" },
		["axe"] = { "Axe NH Inv Icon.png", "15px", "Item:axe (New Horizons)", "axe", "" },
		["watering can"] = { "Watering Can NH Inv Icon.png", "15px", "Item:watering can (New Horizons)", "watering can", "" },
		["fishing rod"] = { "Fishing Rod NH Inv Icon.png", "15px", "Item:fishing rod (New Horizons)", "fishing rod", "" },
		["net"] = { "Net NH Inv Icon.png", "15px", "Item:net (New Horizons)", "net", "" },
		["ladder"] = { "Ladder NH Inv Icon.png", "15px", "Item:ladder (New Horizons)", "ladder", "" },
		["slingshot"] = { "Slingshot NH Inv Icon.png", "15px", "Item:slingshot (New Horizons)", "slingshot", "" },
		["apple"] = { "Apple NH Inv Icon.png", "15px", "Item:apple (New Horizons)", "apple", "" },
		["pear"] = { "Pear NH Inv Icon.png", "15px", "Item:pear (New Horizons)", "pear", "" },
		["cherry"] = { "Cherry NH Inv Icon.png", "15px", "Item:cherry (New Horizons)", "cherry", "" },
		["orange"] = { "Orange NH Inv Icon.png", "15px", "Item:orange (New Horizons)", "orange", "" },
		["peach"] = { "Peach NH Inv Icon.png", "15px", "Item:peach (New Horizons)", "peach", "" },
		["coconut"] = { "Coconut NH Inv Icon.png", "15px", "Item:coconut (New Horizons)", "coconut", "" },
		["red cosmos"] = { "Red Cosmos NH Inv Icon.png", "15px", "Item:red cosmos (New Horizons)", "red cosmos", "" },
		["white cosmos"] = { "White Cosmos NH Inv Icon.png", "15px", "Item:white cosmos (New Horizons)", "white cosmos", "" },
		["yellow cosmos"] = { "Yellow Cosmos NH Inv Icon.png", "15px", "Item:yellow cosmos (New Horizons)", "yellow cosmos", "" },
		["orange cosmos"] = { "Orange Cosmos NH Inv Icon.png", "15px", "Item:orange cosmos (New Horizons)", "orange cosmos", "" },
		["pink cosmos"] = { "Pink Cosmos NH Inv Icon.png", "15px", "Item:pink cosmos (New Horizons)", "pink cosmos", "" },
		["black cosmos"] = { "Black Cosmos NH Inv Icon.png", "15px", "Item:black cosmos (New Horizons)", "black cosmos", "" },
		["red hyacinths"] = { "Red Hyacinths NH Inv Icon.png", "15px", "Item:red hyacinths (New Horizons)", "red hyacinths", "" },
		["white hyacinths"] = { "White Hyacinths NH Inv Icon.png", "15px", "Item:white hyacinths (New Horizons)", "white hyacinths", "" },
		["yellow hyacinths"] = { "Yellow Hyacinths NH Inv Icon.png", "15px", "Item:yellow hyacinths (New Horizons)", "yellow hyacinths", "" },
		["orange hyacinths"] = { "Orange Hyacinths NH Inv Icon.png", "15px", "Item:orange hyacinths (New Horizons)", "orange hyacinths", "" },
		["pink hyacinths"] = { "Pink Hyacinths NH Inv Icon.png", "15px", "Item:pink hyacinths (New Horizons)", "pink hyacinths", "" },
		["purple hyacinths"] = { "Purple Hyacinths NH Inv Icon.png", "15px", "Item:purple hyacinths (New Horizons)", "purple hyacinths", "" },
		["blue hyacinths"] = { "Blue Hyacinths NH Inv Icon.png", "15px", "Item:blue hyacinths (New Horizons)", "blue hyacinths", "" },
		["red lilies"] = { "Red Lilies NH Inv Icon.png", "15px", "Item:red lilies (New Horizons)", "red lilies", "" },
		["white lilies"] = { "White Lilies NH Inv Icon.png", "15px", "Item:white lilies (New Horizons)", "white lilies", "" },
		["yellow lilies"] = { "Yellow Lilies NH Inv Icon.png", "15px", "Item:yellow lilies (New Horizons)", "yellow lilies", "" },
		["orange lilies"] = { "Orange Lilies NH Inv Icon.png", "15px", "Item:orange lilies (New Horizons)", "orange lilies", "" },
		["pink lilies"] = { "Pink Lilies NH Inv Icon.png", "15px", "Item:pink lilies (New Horizons)", "pink lilies", "" },
		["black lilies"] = { "Black Lilies NH Inv Icon.png", "15px", "Item:black lilies (New Horizons)", "black lilies", "" },
		["white mums"] = { "White Mums NH Inv Icon.png", "15px", "Item:white mums (New Horizons)", "white mums", "" },
		["yellow mums"] = { "Yellow Mums NH Inv Icon.png", "15px", "Item:yellow mums (New Horizons)", "yellow mums", "" },
		["pink mums"] = { "Pink Mums NH Inv Icon.png", "15px", "Item:pink mums (New Horizons)", "pink mums", "" },
		["purple mums"] = { "Purple Mums NH Inv Icon.png", "15px", "Item:purple mums (New Horizons)", "purple mums", "" },
		["red mums"] = { "Red Mums NH Inv Icon.png", "15px", "Item:red mums (New Horizons)", "red mums", "" },
		["green mums"] = { "Green Mums NH Inv Icon.png", "15px", "Item:green mums (New Horizons)", "green mums", "" },
		["red pansies"] = { "Red Pansies NH Inv Icon.png", "15px", "Item:red pansies (New Horizons)", "red pansies", "" },
		["white pansies"] = { "White Pansies NH Inv Icon.png", "15px", "Item:white pansies (New Horizons)", "white pansies", "" },
		["yellow pansies"] = { "Yellow Pansies NH Inv Icon.png", "15px", "Item:yellow pansies (New Horizons)", "yellow pansies", "" },
		["orange pansies"] = { "Orange Pansies NH Inv Icon.png", "15px", "Item:orange pansies (New Horizons)", "orange pansies", "" },
		["purple pansies"] = { "Purple Pansies NH Inv Icon.png", "15px", "Item:purple pansies (New Horizons)", "purple pansies", "" },
		["blue pansies"] = { "Blue Pansies NH Inv Icon.png", "15px", "Item:blue pansies (New Horizons)", "blue pansies", "" },
		["red roses"] = { "Red Roses NH Inv Icon.png", "15px", "Item:red roses (New Horizons)", "red roses", "" },
		["white roses"] = { "White Roses NH Inv Icon.png", "15px", "Item:white roses (New Horizons)", "white roses", "" },
		["yellow roses"] = { "Yellow Roses NH Inv Icon.png", "15px", "Item:yellow roses (New Horizons)", "yellow roses", "" },
		["orange roses"] = { "Orange Roses NH Inv Icon.png", "15px", "Item:orange roses (New Horizons)", "orange roses", "" },
		["pink roses"] = { "Pink Roses NH Inv Icon.png", "15px", "Item:pink roses (New Horizons)", "pink roses", "" },
		["purple roses"] = { "Purple Roses NH Inv Icon.png", "15px", "Item:purple roses (New Horizons)", "purple roses", "" },
		["blue roses"] = { "Blue Roses NH Inv Icon.png", "15px", "Item:blue roses (New Horizons)", "blue roses", "" },
		["black roses"] = { "Black Roses NH Inv Icon.png", "15px", "Item:black roses (New Horizons)", "black roses", "" },
		["gold roses"] = { "Gold Roses NH Inv Icon.png", "15px", "Item:gold roses (New Horizons)", "gold roses", "" },
		["red tulips"] = { "Red Tulips NH Inv Icon.png", "15px", "Item:red tulips (New Horizons)", "red tulips", "" },
		["white tulips"] = { "White Tulips NH Inv Icon.png", "15px", "Item:white tulips (New Horizons)", "white tulips", "" },
		["yellow tulips"] = { "Yellow Tulips NH Inv Icon.png", "15px", "Item:yellow tulips (New Horizons)", "yellow tulips", "" },
		["orange tulips"] = { "Orange Tulips NH Inv Icon.png", "15px", "Item:orange tulips (New Horizons)", "orange tulips", "" },
		["pink tulips"] = { "Pink Tulips NH Inv Icon.png", "15px", "Item:pink tulips (New Horizons)", "pink tulips", "" },
		["purple tulips"] = { "Purple Tulips NH Inv Icon.png", "15px", "Item:purple tulips (New Horizons)", "purple tulips", "" },
		["black tulips"] = { "Black Tulips NH Inv Icon.png", "15px", "Item:black tulips (New Horizons)", "black tulips", "" },
		["red windflowers"] = { "Red Windflowers NH Inv Icon.png", "15px", "Item:red windflowers (New Horizons)", "red windflowers", "" },
		["white windflowers"] = { "White Windflowers NH Inv Icon.png", "15px", "Item:white windflowers (New Horizons)", "white windflowers", "" },
		["orange windflowers"] = { "Orange Windflowers NH Inv Icon.png", "15px", "Item:orange windflowers (New Horizons)", "orange windflowers", "" },
		["pink windflowers"] = { "Pink Windflowers NH Inv Icon.png", "15px", "Item:pink windflowers (New Horizons)", "pink windflowers", "" },
		["purple windflowers"] = { "Purple Windflowers NH Inv Icon.png", "15px", "Item:purple windflowers (New Horizons)", "purple windflowers", "" },
		["blue windflowers"] = { "Blue Windflowers NH Inv Icon.png", "15px", "Item:blue windflowers (New Horizons)", "blue windflowers", "" },
		["conch"] = { "Conch NH Inv Icon.png", "15px", "Item:conch (New Horizons)", "conch", "" },
		["coral"] = { "Coral NH Inv Icon.png", "15px", "Item:coral (New Horizons)", "coral", "" },
		["cowrie"] = { "Cowrie NH Inv Icon.png", "15px", "Item:cowrie (New Horizons)", "cowrie", "" },
		["giant clam"] = { "Giant Clam NH Inv Icon.png", "15px", "Item:giant clam (New Horizons)", "giant clam", "" },
		["sea snail"] = { "Sea Snail Shell NH Inv Icon.png", "15px", "Item:sea snail (New Horizons)", "sea snail", "" },
		["sand dollar"] = { "Sand Dollar NH Inv Icon.png", "15px", "Item:sand dollar (New Horizons)", "sand dollar", "" },
		["venus comb"] = { "Venus Comb NH Inv Icon.png", "15px", "Item:venus comb (New Horizons)", "venus comb", "" },
		["Baby bear"] = { "Baby Bear (Cream - None) NH Icon.png", "15px", "Item:Baby bear (New Horizons)", "Baby bear", "" },
		["book"] = { "Book (Western Literature) NH Icon.png", "15px", "Item:book (New Horizons)", "book", "" },
		["bottle crate"] = { "Bottle Crate (Yellow - None) NH Icon.png", "15px", "Item:bottle crate (New Horizons)", "bottle crate", "" },
		["bunny garden decoration"] = { "Bunny Garden Decoration (Ivory) NH Icon.png", "15px", "Item:bunny garden decoration (New Horizons)", "bunny garden decoration", "" },
		["campfire"] = { "Campfire NH Icon.png", "15px", "Item:campfire (New Horizons)", "campfire", "" },
		["cardboard box"] = { "Cardboard Box (Plain) NH Icon.png", "15px", "Item:cardboard box (New Horizons)", "cardboard box", "" },
		["cherry-blossom bonsai"] = { "Cherry-Blossom Bonsai NH Icon.png", "15px", "Item:cherry-blossom bonsai (New Horizons)", "cherry-blossom bonsai", "" },
		["cutting board"] = { "Cutting Board (No Finish - Red) NH Icon.png", "15px", "Item:cutting board (New Horizons)", "cutting board", "" },
		["decorative plate"] = { "Decorative Plate (Brown - Flowers) NH Icon.png", "15px", "Item:decorative plate (New Horizons)", "decorative plate", "" },
		["dharma"] = { "Dharma (Red) NH Icon.png", "15px", "Item:dharma (New Horizons)", "dharma", "" },
		["document stack"] = { "Document Stack (Resource Documents) NH Icon.png", "15px", "Item:document stack (New Horizons)", "document stack", "" },
		["drinking fountain"] = { "Drinking Fountain (Ivory) NH Icon.png", "15px", "Item:drinking fountain (New Horizons)", "drinking fountain", "" },
		["festival lantern"] = { "Festival Lantern (Gold - Fuku (Good Fortune)) NH Icon.png", "15px", "Item:festival lantern (New Horizons)", "festival lantern", "" },
		["fine vase"] = { "Fine Vase (Dragon) NH Icon.png", "15px", "Item:fine vase (New Horizons)", "fine vase", "" },
		["fish container"] = { "Fish Container (Light Blue - None) NH Icon.png", "15px", "Item:fish container (New Horizons)", "fish container", "" },
		["forbidden altar"] = { "Forbidden Altar (Gray) NH Icon.png", "15px", "Item:forbidden altar (New Horizons)", "forbidden altar", "" },
		["gear apparatus"] = { "Gear Apparatus (Silver) NH Icon.png", "15px", "Item:gear apparatus (New Horizons)", "gear apparatus", "" },
		["gear tower"] = { "Gear Tower (Silver) NH Icon.png", "15px", "Item:gear tower (New Horizons)", "gear tower", "" },
		["gears"] = { "Gears (Silver) NH Icon.png", "15px", "Item:gears (New Horizons)", "gears", "" },
		["glowing-moss jar"] = { "Glowing-Moss Jar (Green) NH Icon.png", "15px", "Item:glowing-moss jar (New Horizons)", "glowing-moss jar", "" },
		["log bench"] = { "Log Bench (Dark Wood) NH Icon.png", "15px", "Item:log bench (New Horizons)", "log bench", "" },
		["log chair"] = { "Log Chair (Dark Wood - None) NH Icon.png", "15px", "Item:log chair (New Horizons)", "log chair", "" },
		["log stakes"] = { "Log Stakes (Dark Wood) NH Icon.png", "15px", "Item:log stakes (New Horizons)", "log stakes", "" },
		["log stool"] = { "Log Stool (Dark Wood) NH Icon.png", "15px", "Item:log stool (New Horizons)", "log stool", "" },
		["lucky cat"] = { "Lucky Cat (White) NH Icon.png", "15px", "Item:lucky cat (New Horizons)", "lucky cat", "" },
		["magazine"] = { "Magazine (Food) NH Icon.png", "15px", "Item:magazine (New Horizons)", "magazine", "" },
		["Mama bear"] = { "Mama Bear (Cream - None) NH Icon.png", "15px", "Item:Mama bear (New Horizons)", "Mama bear", "" },
		["metal pot"] = { "Metal Pot (Black) NH Icon.png", "15px", "Item:metal pot (New Horizons)", "metal pot", "" },
		["meter and pipes"] = { "Meter and Pipes (Silver) NH Icon.png", "15px", "Item:meter and pipes (New Horizons)", "meter and pipes", "" },
		["mini dharma"] = { "Mini Dharma (Red) NH Icon.png", "15px", "Item:mini dharma (New Horizons)", "mini dharma", "" },
		["mini DIY workbench"] = { "Mini DIY Workbench (Natural) NH Icon.png", "15px", "Item:mini DIY workbench (New Horizons)", "mini DIY workbench", "" },
		["mining car"] = { "Mining Car (Brown) NH Icon.png", "15px", "Item:mining car (New Horizons)", "mining car", "" },
		["oil barrel"] = { "Oil Barrel (Light Green) NH Icon.png", "15px", "Item:oil barrel (New Horizons)", "oil barrel", "" },
		["painting set"] = { "Painting Set (Yellow - Blank) NH Icon.png", "15px", "Item:painting set (New Horizons)", "painting set", "" },
		["Papa bear"] = { "Papa Bear (Cream - None) NH Icon.png", "15px", "Item:Papa bear (New Horizons)", "Papa bear", "" },
		["piggy bank"] = { "Piggy Bank (Pink) NH Icon.png", "15px", "Item:piggy bank (New Horizons)", "piggy bank", "" },
		["pine bonsai tree"] = { "Pine Bonsai Tree NH Icon.png", "15px", "Item:pine bonsai tree (New Horizons)", "pine bonsai tree", "" },
		["plate armor"] = { "Plate Armor (New) NH Icon.png", "15px", "Item:plate armor (New Horizons)", "plate armor", "" },
		["rocket"] = { "Rocket NH Icon.png", "15px", "Item:rocket (New Horizons)", "rocket", "" },
		["samurai suit"] = { "Samurai Suit (Black) NH Icon.png", "15px", "Item:samurai suit (New Horizons)", "samurai suit", "" },
		["scattered papers"] = { "Scattered Papers (Essays) NH Icon.png", "15px", "Item:scattered papers (New Horizons)", "scattered papers", "" },
		["senmaizuke barrel"] = { "Senmaizuke Barrel NH Icon.png", "15px", "Item:senmaizuke barrel (New Horizons)", "senmaizuke barrel", "" },
		["shopping basket"] = { "Shopping Basket (Orange) NH Icon.png", "15px", "Item:shopping basket (New Horizons)", "shopping basket", "" },
		["skateboard"] = { "Skateboard (Black - None) NH Icon.png", "15px", "Item:skateboard (New Horizons)", "skateboard", "" },
		["spooky lantern"] = { "Spooky Lantern (Orange) NH Icon.png", "15px", "Item:spooky lantern (New Horizons)", "spooky lantern", "" },
		["square bathtub"] = { "Square Bathtub (Blue Tile) NH Icon.png", "15px", "Item:square bathtub (New Horizons)", "square bathtub", "" },
		["tomato puree"] = { "Tomato Puree NH Icon.png", "15px", "Item:tomato puree (New Horizons)", "tomato puree", "" },
		["upright piano"] = { "Upright Piano (Black) NH Icon.png", "15px", "Item:upright piano (New Horizons)", "upright piano", "" },
		["wedding flower stand"] = { "Wedding Flower Stand (Cute) NH Icon.png", "15px", "Item:wedding flower stand (New Horizons)", "wedding flower stand", "" },
		["wobbling Zipper toy"] = { "Wobbling Zipper Toy NH Icon.png", "15px", "Item:wobbling Zipper toy (New Horizons)", "wobbling Zipper toy", "" },
		["wooden-block toy"] = { "Wooden-Block Toy (Natural) NH Icon.png", "15px", "Item:wooden-block toy (New Horizons)", "wooden-block toy", "" },
		["wristwatch"] = { "Wristwatch (Silver) NH Icon.png", "15px", "Item:wristwatch (New Horizons)", "wristwatch", "" },
		["zen cushion"] = { "Zen Cushion (Deep Blue) NH Icon.png", "15px", "Item:zen cushion (New Horizons)", "zen cushion", "" },
		["gold armor"] = { "Gold Armor NH Icon.png", "15px", "Item:gold armor (New Horizons)", "gold armor", "" },
		["ruins wall"] = { "Ruins Wall NH Icon.png", "15px", "Item:ruins wall (New Horizons)", "ruins wall", "" },
		["sandy-beach flooring"] = { "Sandy-Beach Flooring NH Icon.png", "15px", "Item:sandy-beach flooring (New Horizons)", "sandy-beach flooring", "" },
		["screen wall"] = { "Screen Wall NH Icon.png", "15px", "Item:screen wall (New Horizons)", "screen wall", "" },
		["fossil"] = { "Fossil NH Inv Icon.png", "15px", "Fossil", "Fossil", "" },
		["rusted part"] = { "Rusted Part NH Inv Icon.png", "15px", "Item:rusted part (New Horizons)", "rusted part", "" },
		["Bells"] = { "99k Bells NH Inv Icon.png", "15px", "Bell", "Bell", "" },
		["50k Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
		["50000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
		["50,000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "50,000 [[Bell]]s" },
		["99k Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "99,000 [[Bell]]s" },
		["99000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "99,000 [[Bell]]s" },
		["99,000 Bells"] = { "99k Bells NH Inv Icon.png", "15px", "", "", "99,000 [[Bell]]s" },
		["red wrapping paper"] = { "Red Wrapping Paper NH Inv Icon.png", "15px", "Item:red wrapping paper (New Horizons)", "red wrapping paper", "" },
	},
	materialPC = {
		-- Common materials --
		["Cotton"] = { "Cotton PC Icon.png", "20px", "", "", "Cotton" },
		["Friend Powder"] = { "Friend Powder PC Icon.png", "20px", "", "", "Friend Powder" },
		["HH Material"] = { "HH Material PC Icon.png", "20px", "", "", "HH Material" },
		["Paper"] = { "Paper PC Icon.png", "20px", "", "", "Paper" },
		["Preserves"] = { "Preserves PC Icon.png", "20px", "", "", "Preserves" },
		["Reissue Material"] = { "Reissue Material PC Icon.png", "20px", "", "", "Reissue Material" },
		["Sparkle Stones"] = { "Sparkle Stones PC Icon.png", "20px", "", "", "Sparkle Stones" },
		["Steel"] = { "Steel PC Icon.png", "20px", "", "", "Steel" },
		["Wood"] = { "Wood PC Icon.png", "20px", "", "", "Wood" },
		
		-- Essences --
		["Civic Essence"] = { "Civic Essence PC Icon.png", "20px", "", "", "Civic Essence" },
		["Cool Essence"] = { "Cool Essence PC Icon.png", "20px", "", "", "Cool Essence" },
		["Cute Essence"] = { "Cute Essence PC Icon.png", "20px", "", "", "Cute Essence" },
		["Elegant Essence"] = { "Elegant Essence PC Icon.png", "20px", "", "", "Elegant Essence" },
		["Harmonious Essence"] = { "Harmonious Essence PC Icon.png", "20px", "", "", "Harmonious Essence" },
		["Hip Essence"] = { "Hip Essence PC Icon.png", "20px", "", "", "Hip Essence" },
		["Historical Essence"] = { "Historical Essence PC Icon.png", "20px", "", "", "Historical Essence" },
		["Modern Essence"] = { "Modern Essence PC Icon.png", "20px", "", "", "Modern Essence" },
		["Natural Essence"] = { "Natural Essence PC Icon.png", "20px", "", "", "Natural Essence" },
		["Rustic Essence"] = { "Rustic Essence PC Icon.png", "20px", "", "", "Rustic Essence" },
		["Sporty Essence"] = { "Sporty Essence PC Icon.png", "20px", "", "", "Sporty Essence" },
		
		-- Event materials --
		["1-Up Mushroom"] = { "1-Up Mushroom (Material) PC Icon.png", "20px", "", "", "1-Up Mushroom" },
		["Bunny-Day Egg"] = { "Bunny-Day Egg PC Icon.png", "20px", "", "", "Bunny-Day Egg" },
		["Candy Cane"] = { "Candy Cane PC Icon.png", "20px", "", "", "Candy Cane" },
		["Countdown Charm"] = { "Countdown Charm PC Icon.png", "20px", "", "", "Countdown Charm" },
		["Creepy Confection"] = { "Creepy Confection PC Icon.png", "20px", "", "", "Creepy Confection" },
		["Crystal Shards"] = { "Crystal Shards PC Icon.png", "20px", "", "", "Crystal Shards" },
		["Mega Mushroom"] = { "Mega Mushroom PC Icon.png", "20px", "", "", "Mega Mushroom" },
		["Snowflakes"] = { "Snowflakes PC Icon.png", "20px", "", "", "Snowflakes" },
		["Super Mushroom"] = { "Super Mushroom (Material) PC Icon.png", "20px", "", "", "Super Mushroom" },
		
		-- Scavenger Hunt event material --
		["Acorn"] = { "Acorn PC Icon.png", "20px", "", "", "Acorn" },
		["All-Natural Gyroidite"] = { "All-Natural Gyroidite PC Icon.png", "20px", "", "", "All-Natural Gyroidite" },
		["Apple Gyroidite"] = { "Apple Gyroidite PC Icon.png", "20px", "", "", "Apple Gyroidite" },
		["Balloon Gyroidite"] = { "Balloon Gyroidite PC Icon.png", "20px", "", "", "Balloon Gyroidite" },
		["Bazaar Gyroidite"] = { "Bazaar Gyroidite PC Icon.png", "20px", "", "", "Bazaar Gyroidite" },
		["Beach-Day Gyroidite"] = { "Beach-Day Gyroidite PC Icon.png", "20px", "", "", "Beach-Day Gyroidite" },
		["Bebop Gyroidite"] = { "Bebop Gyroidite PC Icon.png", "20px", "", "", "Bebop Gyroidite" },
		["Blitz Clam"] = { "Blitz Clam PC Icon.png", "20px", "", "", "Blitz Clam" },
		["Bubble Gyroidite"] = { "Bubble Gyroidite PC Icon.png", "20px", "", "", "Bubble Gyroidite" },
		["Busker Gyroidite"] = { "Busker Gyroidite PC Icon.png", "20px", "", "", "Busker Gyroidite" },
		["Boutique Gyroidite"] = { "Boutique Gyroidite PC Icon.png", "20px", "", "", "Boutique Gyroidite" },
		["Candle Gyroidite"] = { "Candle Gyroidite PC Icon.png", "20px", "", "", "Candle Gyroidite" },
		["Carved Pumpkin"] = { "Carved Pumpkin PC Icon.png", "20px", "", "", "Carved Pumpkin" },
		["Choco-Mint Gyroidite"] = { "Choco-Mint Gyroidite PC Icon.png", "20px", "", "", "Choco-Mint Gyroidite" },
		["Cinna-Plaid Gyroidite"] = { "Cinna-Plaid Gyroidite PC Icon.png", "20px", "", "", "Cinna-Plaid Gyroidite" },
		["Cool Scoops Gyroidite"] = { "Cool Scoops Gyroidite PC Icon.png", "20px", "", "", "Cool Scoops Gyroidite" },
		["Countdown Gyroidite"] = { "Countdown Gyroidite PC Icon.png", "20px", "", "", "Countdown Gyroidite" },
		["Cream Soda Gyroidite"] = { "Cream Soda Gyroidite PC Icon.png", "20px", "", "", "Cream Soda Gyroidite" },
		["Denim Gyroidite"] = { "Denim Gyroidite PC Icon.png", "20px", "", "", "Denim Gyroidite" },
		["Electropop Gyroidite"] = { "Electropop Gyroidite PC Icon.png", "20px", "", "", "Electropop Gyroidite" },
		["Festive Gyroidite"] = { "Festive Gyroidite PC Icon.png", "20px", "", "", "Festive Gyroidite" },
		["First Anniversary Gyroidite"] = { "First-Anniv. Gyroidite PC Icon.png", "20px", "", "", "First-Anniv. Gyroidite" },
		["First-Anniv. Gyroidite"] = { "First-Anniv. Gyroidite PC Icon.png", "20px", "", "", "First-Anniv. Gyroidite" },
		["Fright-Night Gyroidite"] = { "Fright-Night Gyroidite PC Icon.png", "20px", "", "", "Fright-Night Gyroidite" },
		["Frosty Gyroidite"] = { "Frosty Gyroidite PC Icon.png", "20px", "", "", "Frosty Gyroidite" },
		["Greenhouse Gyroidite"] = { "Greenhouse Gyroidite PC Icon.png", "20px", "", "", "Greenhouse Gyroidite" },
		["Gyroidite"] = { "Gyroidite PC Icon.png", "20px", "", "", "Gyroidite" },
		["Gyroidite (Traditional)"] = { "Gyroidite (Traditional) PC Icon.png", "20px", "", "", "Gyroidite (Traditional)" },
		["Haunted Gyroidite"] = { "Haunted Gyroidite PC Icon.png", "20px", "", "", "Haunted Gyroidite" },
		["Hello Kitty Gyroidite"] = { "Hello Kitty Gyroidite PC Icon.png", "20px", "", "", "Hello Kitty Gyroidite" },
		["Kingly Gyroidite"] = { "Kingly Gyroidite PC Icon.png", "20px", "", "", "Kingly Gyroidite" },
		["Laundromat Gyroidite"] = { "Laundromat Gyroidite PC Icon.png", "20px", "", "", "Laundromat Gyroidite" },
		["Misty Gyroidite"] = { "Misty Gyroidite PC Icon.png", "20px", "", "", "Misty Gyroidite" },
		["Music-Box Gyroidite"] = { "Choco-Mint Gyroidite PC Icon.png", "20px", "", "", "Music-Box Gyroidite" },
		["Neon Gyroidite"] = { "Neon Gyroidite PC Icon.png", "20px", "", "", "Neon Gyroidite" },		
		["Ninja Gyroidite"] = { "Ninja Gyroidite PC Icon.png", "20px", "", "", "Ninja Gyroidite" },
		["Pastel-Pop Gyroidite"] = { "Pastel-Pop Gyroidite PC Icon.png", "20px", "", "", "Pastel-Pop Gyroidite" },
		["Poké Ball"] = { "Poké Ball (Material) PC Icon.png", "20px", "", "", "Poké Ball" },
		["Puppy Gyroidite"] = { "Puppy Gyroidite PC Icon.png", "20px", "", "", "Puppy Gyroidite" },
		["Quilted Gyroidite"] = { "Quilted Gyroidite PC Icon.png", "20px", "", "", "Quilted Gyroidite " },
		["Scarlet Gyroidite"] = { "Scarlet Gyroidite PC Icon.png", "20px", "", "", "Scarlet Gyroidite" },
		["Sleepy Gyroidite"] = { "Sleepy Gyroidite PC Icon.png", "20px", "", "", "Sleepy Gyroidite" },
		["Snow-Globe Gyroidite"] = { "Snow-Globe Gyroidite PC Icon.png", "20px", "", "", "Snow-Globe Gyroidite" },
		["Snow-Park Gyroidite"] = { "Snow-Park Gyroidite PC Icon.png", "20px", "", "", "Snow-Park Gyroidite" },
		["Snow-Roll Gyroidite"] = { "Snow-Roll Gyroidite PC Icon.png", "20px", "", "", "Snow-Roll Gyroidite" },
		["Sparkle-Jelly Gyroidite"] = { "Sparkle-Jelly Gyroidite PC Icon.png", "20px", "", "", "Sparkle-Jelly Gyroidite" },
		["Thrifty Chic Gyroidite"] = { "Thrifty Chic Gyroidite PC Icon.png", "20px", "", "", "Thrifty Chic Gyroidite" },
		["Toy Day Gyroidite"] = { "Toy Day Gyroidite PC Icon.png", "20px", "", "", "Toy Day Gyroidite" },
		["Truffle"] = { "Truffle PC Icon.png", "20px", "", "", "Truffle" },
		["Wedding Gyroidite"] = { "Wedding Gyroidite PC Icon.png", "20px", "", "", "Wedding Gyroidite" },
		["Yoga Gyroidite"] = { "Yoga Gyroidite PC Icon.png", "20px", "", "", "Yoga Gyroidite" },
		
		["Leaf Ticket"] = { "", "", "", "", "<span style=\"color:red;font-size:15px\">Error: Leaf Tickets cannot be marked as a material. Please use {{t|Currency|Leaf Tickets|Price}} instead.</span>[[Category:Pages marking Leaf Tickets as a material]]" },
		["Leaf Tickets"] = { "", "", "", "", "<span style=\"color:red;font-size:15px\">Error: Leaf Tickets cannot be marked as a material. Please use {{t|Currency|Leaf Tickets|Price}} instead.</span>[[Category:Pages marking Leaf Tickets as a material]]" }
	}
}