Template:Chef/RecipeRow: Difference between revisions

add description to recipe row
(remove SellValue as an input)
(add description to recipe row)
Line 16:
{
"params": {
"Level": {},
"description": "Level required to make the recipe",
"Item": {},
"Categorytype": {},"number"
"Cost": {},
"ExperienceItem": {},
"description": "Name of the recipe item",
"ExperienceFirstTime": {},
"type": "string"
},
"Category": {
"aliases": [
"Variant"
],
"description": "Variant of the food item",
"type": "string"
},
"ItemCost": {},
"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": {},
"ExperiencePerHour": {},
207

edits