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": {} |
|||
} |
} |
||
} |
} |
Revision as of 20:50, 10 November 2024
|- | {{{Level}}} | class="plinkt-image " |[[File:{{{Product}}}.png|30px|link={{{Product}}}]] || class="plinkt-link "| [[{{{Product}}}|{{{Product}}}]] | class="plinkt-image " |[[File:{{{Material}}}.png|30px|link={{{Material}}}]] || class="plinkt-link "| [[{{{Material}}}|{{{Material}}}]] | {{{ExperienceFirstTime}}} | {{{Experience}}} | {{{ExperienceSecondary}}} | Expression error: Unrecognised punctuation character "{". | | | 0 | | |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Level | Level | Level required to make the recipe | Number | optional |
Product | Product | Name of the recipe item | String | optional |
Material | Material | Material needed to make item | String | optional |
MatCost | MatCost | Cost of the material when bought from store | Number | optional |
ExperienceFirstTime | ExperienceFirstTime | Experience gained per item for the first time | Number | optional |
Experience | Experience | Experience gained per item | Number | optional |
ExperienceSecondary | ExperienceSecondary | Experience gained per item for on secondary processing | Number | optional |