Template:Chef/RecipeRow: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(remove SellValue as an input)
(add description to recipe row)
Line 16: Line 16:
{
{
"params": {
"params": {
"Level": {},
"Level": {
"description": "Level required to make the recipe",
"Item": {},
"Category": {},
"type": "number"
"Cost": {},
},
"Experience": {},
"Item": {
"description": "Name of the recipe item",
"ExperienceFirstTime": {},
"type": "string"
},
"Category": {
"aliases": [
"Variant"
],
"description": "Variant of the food item",
"type": "string"
},
"Cost": {
"description": "Cost of producing the recipe",
"type": "number"
},
"Experience": {
"aliases": [
"XP"
],
"description": "Experience gained per item",
"type": "number"
},
"ExperienceFirstTime": {
"description": "Experience gained per item for the first time",
"type": "number"
},
"Ingredients": {},
"Ingredients": {},
"ExperiencePerHour": {},
"ExperiencePerHour": {},