Editing User:Celestial/TemplateSandbox
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
{{!}} {{{Level}}} |
{{!}} {{{Level}}} |
||
{{!}} {{Plinkt|{{{Product}}}}} |
{{!}} {{Plinkt|{{{Product}}}}} |
||
{{!}} |
{{!}} {{Plinkt|{{{Material}}}}} |
||
{{!}} {{{ExperienceFirstTime}}} |
{{!}} {{{ExperienceFirstTime}}} |
||
{{!}} {{{Experience}}} |
{{!}} {{{Experience}}} |
||
Line 15: | Line 15: | ||
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2 - {{#var:SellValue}}}}}} |
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2 - {{#var:SellValue}}}}}} |
||
{{!}} {{Currency|{{#vardefineecho:TotalProfit|{{#expr:{{#var:SellValue}} * 2 - {{{MatCost}}}}}}}}} |
{{!}} {{Currency|{{#vardefineecho:TotalProfit|{{#expr:{{#var:SellValue}} * 2 - {{{MatCost}}}}}}}}} |
||
{{!}} {{Currency|{{Round|{{#expr:{{#var:TotalProfit}} / {{#var:TotalExperience}}}}|2 |
{{!}} {{Currency|{{Round|{{#expr:{{#var:TotalProfit}} / {{#var:TotalExperience}}}}|2}} |
||
<noinclude> |
<noinclude> |
||
<templatedata> |
<templatedata> |
||
Line 24: | Line 24: | ||
"type": "number" |
"type": "number" |
||
}, |
}, |
||
" |
"Item": { |
||
"description": "Name of the recipe item", |
"description": "Name of the recipe item", |
||
"type": "string" |
"type": "string" |
||
}, |
}, |
||
" |
"Category": { |
||
"aliases": [ |
|||
⚫ | |||
"Variant" |
|||
⚫ | |||
⚫ | |||
"type": "string" |
"type": "string" |
||
}, |
}, |
||
" |
"Cost": { |
||
"description": "Cost of the |
"description": "Cost of producing the recipe", |
||
"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": { |
||
"description": "Experience gained per item for |
"description": "Experience gained per item for the first time", |
||
"type": "number" |
"type": "number" |
||
} |
}, |
||
"Ingredients": {}, |
|||
"ExperiencePerHour": {}, |
|||
"ProfitPerHour": {} |
|||
} |
} |
||
} |
} |