User:Celestial/TemplateSandbox: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
Tag: Manual revert
No edit summary
Line 24: Line 24:
"type": "number"
"type": "number"
},
},
"Item": {
"Product": {
"description": "Name of the recipe item",
"description": "Name of the recipe item",
"type": "string"
"type": "string"
},
},
"Category": {
"Material": {
"description": "Material needed to make item",
"aliases": [
"Variant"
],
"description": "Variant of the food item",
"type": "string"
"type": "string"
},
},
"Cost": {
"MatCost": {
"description": "Cost of producing the recipe",
"description": "Cost of the material when bought from store",
"type": "number"
},
"ExperienceFirstTime": {
"description": "Experience gained per item for the first time",
"type": "number"
"type": "number"
},
},
"Experience": {
"Experience": {
"aliases": [
"XP"
],
"description": "Experience gained per item",
"description": "Experience gained per item",
"type": "number"
"type": "number"
},
},
"ExperienceFirstTime": {
"ExperienceSecondary": {
"description": "Experience gained per item for the first time",
"description": "Experience gained per item for on secondary processing",
"type": "number"
"type": "number"
},
}
"Ingredients": {},
"ExperiencePerHour": {},
"ProfitPerHour": {}
}
}
}
}