Anonymous user
Template:Craft: Difference between revisions
From The Blockheads Wiki
m
no edit summary
>Abcboy mNo edit summary |
>Abcboy mNo edit summary |
||
Line 50: | Line 50: | ||
! Rush Cost | ! Rush Cost | ||
|- | |- | ||
| {{#if: {{{Time1|}}} | {{{Time1}}} | {{#if: {{{Time2|}}} |{{#expr: {{{Time2}}} * 2 }}|<includeonly>[[Category:Articles with crafting tables missing rush cost]]</includeonly>?}}}} TC | |||
|- | |- | ||
! Double-Time | ! Double-Time | ||
|- | |- | ||
| {{#if: | | {{#if: {{{Time2|}}} | {{{Time2}}} | {{#if: {{{Time1|}}} |{{#expr: {{{Time1}}} / 2 }}|?}}}} TC | ||
|} | |} | ||
|}<noinclude> | |}<noinclude> | ||
Line 70: | Line 70: | ||
|Qty4= | |Qty4= | ||
|QtyOutput= | |QtyOutput= | ||
| | |Time1= | ||
| | |Time2= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 97: | Line 97: | ||
* '''''Qty4''''' - Required quantity of item 4 needed to craft item. Do not include if no third item is needed. | * '''''Qty4''''' - Required quantity of item 4 needed to craft item. Do not include if no third item is needed. | ||
* '''QtyOutput''' - The quantity of the item that is created when crafting is complete. | * '''QtyOutput''' - The quantity of the item that is created when crafting is complete. | ||
* ''' | * '''Time1''' - Rush cost without double-time. | ||
* ''' | * '''Time2''' - Rush cost with double-time. | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |