Template:CraftingTable

From Satisfactory Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This template is used to add recipes to crafting_recipes cargo table. It can also be used to display these recipes in a table, but consider using Template:AutomatedCrafting for that instead.

Note: by default table will be invisible but the recipe will be added to cargo. If you need to display the table itself, use | makeVisible = 1
To display information from all CraftingTables at once use {{AutomatedCrafting}} after that.

Parameters

This template is used to add recipes to crafting_recipes cargo table.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Recipe NamerecipeName

Optional. The name of the recipe, if different from `product`.

Default
{{{product}}}
Lineoptional
Main Product Nameproduct

The name of the main crafted product.

Page namerequired
Main Product CountproductCount

Count of created main product.

Default
1
Numbersuggested
Product 2 Nameproduct2

The name of the byproducts.

Page nameoptional
Product 2 CountproductCount2

Count of created byproducts.

Default
1
Numberoptional
Product 3 Nameproduct3

no description

Page nameoptional
Product 3 CountproductCount3

no description

Default
1
Numberoptional
Product 4 Nameproduct4

no description

Page nameoptional
Product 4 CountproductCount4

no description

Default
1
Numberoptional
alternateRecipealternateRecipe

Set to `1` if the recipe is an alternate recipe. Defaults to 0.

Default
0
Auto value
1
Booleanoptional
mainRecipemainRecipe

Set to `1` if it's the first recipe you learn for this item or it's the primary mean of acquiring the item (e.g. crafting [[Empty Canister]] from plastic is a main recipe in contrast to all unpackage recipes, which also yield Empty Canisters).

Used for ordering recipes. You can use numbers higher than 1 to give the recipe even more ordering priority if there're multiple 'main' recipes.

Default
0
Auto value
1
Numberoptional
Ingredient 1 Nameingredient1

The name of ingredients used.

Page nameoptional
Ingredient 1 Countquantity1

The count of ingredients used.

Default
1
Numberoptional
Ingredient 2 Nameingredient2

no description

Page nameoptional
Ingredient 2 Countquantity2

no description

Default
1
Numberoptional
Ingredient 3 Nameingredient3

no description

Page nameoptional
Ingredient 3 Countquantity3

no description

Default
1
Numberoptional
Ingredient 4 Nameingredient4

no description

Page nameoptional
Ingredient 4 Countquantity4

no description

Default
1
Numberoptional
Ingredient 5 Nameingredient5

no description

Page nameoptional
Ingredient 5 Countquantity5

no description

Default
1
Numberoptional
Ingredient 6 Nameingredient6

no description

Page nameoptional
Ingredient 6 Countquantity6

no description

Default
1
Numberoptional
Ingredient 7 Nameingredient7

no description

Page nameoptional
Ingredient 7 Countquantity7

no description

Default
1
Numberoptional
Ingredient 8 Nameingredient8

no description

Page nameoptional
Ingredient 8 Countquantity8

no description

Default
1
Numberoptional
Ingredient 9 Nameingredient9

no description

Page nameoptional
Ingredient 9 Countquantity9

no description

Default
1
Numberoptional
Ingredient 10 Nameingredient10

no description

Page nameoptional
Ingredient 10 Countquantity10

no description

Default
1
Numberoptional
BuildingcraftedIn

Name of the building where this recipe is used.

Page nameoptional
Average PoweravgPower

The average power consumption for the selected recipe, if power consumption depends on this recipe. Currently only used for [[Particle Accelerator]] recipes.

Numberoptional
inCraftBenchinCraftBench

Set to `1` if the recipe can be crafted by hand in the [[Craft Bench]].

Default
0
Auto value
1
Booleanoptional
inWorkshopinWorkshop inWorkShop

Set to `1` if the recipe can be crafted by hand in the [[Equipment Workshop]].

Default
0
Auto value
1
Booleanoptional
Automatic Crafting TimecraftingTime

Duration of crafting in buildings without overclocking.

Numberoptional
Manual Crafting TimecraftingClicks

The amount of clicks/cycles needed for manual crafting in Craft Bench or Equipment Workshop.

Numberoptional
Research TierresearchTier

The milestone tier or the M.A.M. research category in which this item is unlocked.

Contentsuggested
Make Visible?makeVisible

Set to `1` to display the table, otherwise it will be invisible and will only add the recipe to cargo.

Default
0
Auto value
1
Booleanoptional
Table End?tableEnd

Set to `1` for the last row to end the table. '''Do not forget this parameter or page layout may start acting weird!'''

Default
0
Auto value
1
Booleanoptional
Store in Cargo?storeInCargo

Set to `0` to skip storing data in cargo. Normally it will store in cargo automatically if page name matches the main product of the recipe.

Default
1
Auto value
0
Booleanoptional
Experimental?experimental

Set to `1` if this recipe is only available in Experimental version of the game.

Default
0
Auto value
1
Booleanoptional
Unreleased?unreleased

Set to `1` if this recipe is not available in the game but was datamined or removed at some point.

Default
0
Auto value
1
Booleanoptional
Seasonseason

The name of the season.

Valid values
FICSMAS

Example
FICSMAS
Stringoptional

Example usage

{{CraftingTable
| recipeName = Reinforced Iron Plate
| craftingTime = 10
| craftingClicks = 5
| craftedIn = Assembler
| inCraftBench = 1
| product = Reinforced Iron Plate
| productCount = 1
| ingredient1 = Iron Plate
| quantity1 = 3
| ingredient2 = Screw
| quantity2 = 30
| makeVisible = 1
}}
{{CraftingTable
| recipeName = Stitched Iron Plate
| alternateRecipe = 1
| craftingTime = 24
| craftedIn = Assembler
| product = Reinforced Iron Plate
| productCount = 3
| ingredient1 = Iron Plate
| quantity1 = 6
| ingredient2 = Wire
| quantity2 = 30
| makeVisible = 1
}}
{{CraftingTable
| recipeName = FICSMAS Ornament Bundle
| researchTier = [[FICSMAS#MAM Research|FICSMAS Research]] - FICSMAS Lights
| craftingTime = 12
| craftedIn = Assembler
| product = FICSMAS Ornament Bundle
| productCount = 1
| ingredient1 = Copper FICSMAS Ornament
| quantity1 = 1
| ingredient2 = Iron FICSMAS Ornament
| quantity2 = 1
| season = FICSMAS
| makeVisible = 1
}}
{{CraftingTable
| recipeName = Foundation 8m x 1m
| researchTier = [[Tier 1]] - Base Building
| craftedIn = Build Gun
| product = Foundation 8m x 1m
| productCount = 1
| ingredient1 = Concrete
| quantity1 = 5
| ingredient2 = Iron Plate
| quantity2 = 2
| experimental = 1
| makeVisible = 1
}}
{{CraftingTable
| recipeName = SAM Ingot
| inCraftBench = 1
| craftingClicks = 6
| craftingTime = 2
| craftedIn = Smelter
| product = SAM Ingot
| productCount = 1
| ingredient1 = SAM Ore
| quantity1 = 6
| unreleased = 1
| makeVisible = 1
| tableEnd = 1
}}
RecipeIngredientsTime (s)Product
Reinforced Iron Plate 3 ×  Iron Plate 10 1 ×  Reinforced Iron Plate (6 / min)
30 ×  Screw
alt Stitched Iron Plate 6 ×  Iron Plate 24 3 ×  Reinforced Iron Plate (7.5 / min)
30 ×  Wire
FICSMAS Ornament Bundle
FICS⁕MAS
1 ×  Copper FICSMAS Ornament 12 1 ×  FICSMAS Ornament Bundle (5 / min)
1 ×  Iron FICSMAS Ornament
Foundation 8m x 1m
Exp
5 ×  Concrete 0 1 ×  Foundation 8m x 1m
2 ×  Iron Plate
SAM Ingot
Unreleased
 
6 ×  SAM Ore 2 1 ×  SAM Ingot (30 / min)