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" |
||
}, |
}, |
||
" |
"Product": { |
||
"description": "Name of the recipe item", |
"description": "Name of the recipe item", |
||
"type": "string" |
"type": "string" |
||
}, |
}, |
||
" |
"Material": { |
||
⚫ | |||
"aliases": [ |
|||
"Variant" |
|||
⚫ | |||
⚫ | |||
"type": "string" |
"type": "string" |
||
}, |
}, |
||
" |
"MatCost": { |
||
"description": "Cost of |
"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" |
||
}, |
}, |
||
" |
"ExperienceSecondary": { |
||
"description": "Experience gained per item for |
"description": "Experience gained per item for on secondary processing", |
||
"type": "number" |
"type": "number" |
||
} |
} |
||
"Ingredients": {}, |
|||
"ExperiencePerHour": {}, |
|||
"ProfitPerHour": {} |
|||
} |
} |
||
} |
} |