User:Celestial/Sandbox: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{#vardefine:BuyValue|{{#if:{{{Material|}}}|{{formatnum:{{#ask:[[{{{Material}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} {{#vardefine:SellValue|{{#if:{{{Product|}}}|{{formatnum:{{#ask:[[{{{Product}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} {{!}}- {{!}} {{{Level}}} {{!}} {{Plinkt|{{{Product}}}}} {{!}} {{Plinkt|{{{Material}}}}} {{!}} {{{ExperienceFirstTime}}} {{!}} {{{Experience}}} {{!}} {{{ExperienceSecondary}}} {{!}} {{#expr:{{{Experience}}} + ({{{ExperienceSecondary}}} * 2)}} {{!}}...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Items made with Carpentry == |
|||
{{#vardefine:BuyValue|{{#if:{{{Material|}}}|{{formatnum:{{#ask:[[{{{Material}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} |
|||
{| class="wikitable sortable" |
|||
{{#vardefine:SellValue|{{#if:{{{Product|}}}|{{formatnum:{{#ask:[[{{{Product}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} |
|||
|+ |
|||
!Lvl Req. |
|||
{{!}}- |
|||
!colspan="2"|Product |
|||
{{!}} {{{Level}}} |
|||
!colspan="2"|Material |
|||
{{!}} {{Plinkt|{{{Product}}}}} |
|||
!Album XP Bonus |
|||
{{!}} {{Plinkt|{{{Material}}}}} |
|||
!XP (Raw Material) |
|||
{{!}} {{{ExperienceFirstTime}}} |
|||
!XP (Final Product) |
|||
{{!}} {{{Experience}}} |
|||
!Total XP |
|||
{{!}} {{{ExperienceSecondary}}} |
|||
!Log Price (If Buying Materials) |
|||
{{!}} {{#expr:{{{Experience}}} + ({{{ExperienceSecondary}}} * 2)}} |
|||
!Cost Per (If Buying Materials) |
|||
{{!}} {{Currency|{{#var:BuyValue}}}} |
|||
!Sell Per |
|||
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2}} |
|||
!Cost per Item |
|||
{{!}} {{Currency|{{#var:SellValue}}}} |
|||
!Profit Per (If Buying Logs) |
|||
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2 - {{#var:SellValue}}}} |
|||
!GP/XP (If Buying Logs) |
|||
{{!}} {{Currency|{{#expr:{{#var:SellValue}} - {{#var:BuyValue}} / 2}} |
|||
{{ |
{{User:Celestial/TemplateSandbox|Level=0|Product=Coarse Ash Plank|Material=Coarse Ash Log|MatCost=450|ExperienceFirstTime=250|Experience=56|ExperienceSecondary=0}} |
||
{{User:Celestial/TemplateSandbox|Level=2|Product=Coarse Oak Pole|Material=Coarse Oak Log|MatCost=495|ExperienceFirstTime=265|Experience=59|ExperienceSecondary=30}} |
|||
<noinclude> |
|||
{{User:Celestial/TemplateSandbox|Level=4|Product=Coarse Pine Pole|Material=Coarse Pine Log|MatCost=570|ExperienceFirstTime=281|Experience=63|ExperienceSecondary=32}} |
|||
<templatedata> |
|||
{{User:Celestial/TemplateSandbox|Level=6|Product=Coarse Hickory Pole|Material=Coarse Hickory Log|MatCost=617|ExperienceFirstTime=298|Experience=67|ExperienceSecondary=34}} |
|||
{ |
|||
{{User:Celestial/TemplateSandbox|Level=8|Product=Coarse Juniper Stave|Material=Coarse Juniper Log|MatCost=741|ExperienceFirstTime=315|Experience=70|ExperienceSecondary=0}} |
|||
"params": { |
|||
{{User:Celestial/TemplateSandbox|Level=10|Product=Coarse Poplar Pole|Material=Coarse Poplar Log|MatCost=790|ExperienceFirstTime=334|Experience=75|ExperienceSecondary=38}} |
|||
"Level": { |
|||
{{User:Celestial/TemplateSandbox|Level=12|Product=Coarse Suave Pole|Material=Coarse Suave Log|MatCost=795|ExperienceFirstTime=354|Experience=79|ExperienceSecondary=40}} |
|||
"description": "Level required to make the recipe", |
|||
{{User:Celestial/TemplateSandbox|Level=14|Product=Coarse Yew Pole|Material=Coarse Yew Log|MatCost=1260|ExperienceFirstTime=375|Experience=84|ExperienceSecondary=42}} |
|||
"type": "number" |
|||
{{User:Celestial/TemplateSandbox|Level=16|Product=Rugged Ash Plank|Material=Rugged Ash Log|MatCost=889|ExperienceFirstTime=397|Experience=89|ExperienceSecondary=0}} |
|||
}, |
|||
{{User:Celestial/TemplateSandbox|Level=18|Product=Rugged Oak Pole|Material=Rugged Oak Log|MatCost=1020|ExperienceFirstTime=421|Experience=94|ExperienceSecondary=47}} |
|||
"Item": { |
|||
{{User:Celestial/TemplateSandbox|Level=22|Product=Rugged Pine Pole|Material=Rugged Pine Log|MatCost=1200|ExperienceFirstTime=463|Experience=109|ExperienceSecondary=55}} |
|||
"description": "Name of the recipe item", |
|||
⚫ | |||
"type": "string" |
|||
}, |
|||
"Category": { |
|||
"aliases": [ |
|||
"Variant" |
|||
], |
|||
"description": "Variant of the food item", |
|||
"type": "string" |
|||
}, |
|||
"Cost": { |
|||
"description": "Cost of producing the recipe", |
|||
"type": "number" |
|||
}, |
|||
"Experience": { |
|||
"aliases": [ |
|||
"XP" |
|||
], |
|||
"description": "Experience gained per item", |
|||
"type": "number" |
|||
}, |
|||
"ExperienceFirstTime": { |
|||
"description": "Experience gained per item for the first time", |
|||
"type": "number" |
|||
}, |
|||
"Ingredients": {}, |
|||
"ExperiencePerHour": {}, |
|||
"ProfitPerHour": {} |
|||
⚫ | |||
} |
|||
</templatedata> |
|||
</noinclude> |