Template:Carpenter/RecipeRow: 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}}} {{!}} {{#vardefineecho:TotalExperience|{{#expr:{{{Experience}}} + {{{Exp...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
{{!}} {{{Level}}} |
{{!}} {{{Level}}} |
||
{{!}} {{Plinkt|{{{Product}}}}} |
{{!}} {{Plinkt|{{{Product}}}}} |
||
{{!}} |
{{!}} [[{{{Material}}}]] |
||
{{!}} {{{ExperienceFirstTime}}} |
{{!}} {{{ExperienceFirstTime}}} |
||
{{!}} {{{Experience}}} |
{{!}} {{{Experience}}} |
||
{{!}} {{{ExperienceSecondary}}} |
{{!}} {{{ExperienceSecondary}}} |
||
{{!}} {{#vardefineecho:TotalExperience|{{#expr:{{{Experience}}} + {{{ExperienceSecondary}}}}}}} |
{{!}} {{#vardefineecho:TotalExperience|{{#expr:{{{Experience}}} + {{{ExperienceSecondary}}} * 2}}}} |
||
{{!}} {{Currency|{{{MatCost}}}}} |
{{!}} {{Currency|{{{MatCost}}}}} |
||
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2}}}} |
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2}}}} |
Latest revision as of 21:14, 10 November 2024
|- | {{{Level}}} | class="plinkt-image " |[[File:{{{Product}}}.png|30px|link={{{Product}}}]] || class="plinkt-link "| [[{{{Product}}}|{{{Product}}}]] | [[{{{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 |