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