How to use recipes:
There are several pre-made templates for making crafting recipes. This is how they are used in item pages. This page documents how these templates are to be used.
The following templates currently exist. You may need to make a new template if you find a really weird crafting recipes. Most all recipes found through experimentation use the "Recipe1" template, ie. combine 2 times to gain a new item.
- Recipe0
- Recipe0n
- Recipe1
- Recipe1a
- Recipe1an
- Recipe1b
- Recipe1bn
- Recipe1c
- Recipe1cn
- Recipe1d
- Recipe1dn
- Recipe1n
- Recipe2
- Recipe2n
- Recipe3
- Recipe3n
- Recipe4
- Recipe4n
- Recipecrafting
- Recipedecompile
- Recipeghoultouched
- Recipemirrorgazing
- Recipesalvage
- Recipestash
Special Note
Due to the limitations of the wikidot software, the normal format for making a link link to a different page
[[[page to link to|alternate description]]]
doesn't work. Instead, you need to use this format instead:
[/page-to-link-to alternate description]
If that doesn't work, try putting a space at the end of the line.
One item to single new item:
Add the following code:
[[include recipe0 recipe=Recipe Text
| type1=Crafting Type
| type1pic=/images/<picture>
| itema=Starting item
| itemb=Ending item
]]
Example:
Grind Hound Dust into Crystal Dust using a Mysterious Puzzle Box |
Hound Dust |
= | Crystal Dust |
Two items to single new item:
Add the following code:
[[include recipe1 recipe=Recipe Text
| type1=Crafting Type
| type1pic=/images/<picture>
| itema=Starting item
| itemb=Another starting item
| itemc=Ending item
]]
Example:
Leverage an Executive Sidearm with a Targeting Circuit and a Signal Analysis Circuit |
|
= | Autotargeting sidearm |
Three items to single new item:
Add the following code:
[[include recipe1a recipe=Recipe Text
| type1=Crafting Type
| type1pic=/images/<picture>
| itema=Starting item
| itemb=Another starting item
| itemc=A third starting item
| itemd=Ending item
]]
Example:
Process two Pep Pills down with some Powerful Acid |
|
= | Caffeine Powder |
Three items to single new item (with intermediary step):
Add the following code:
[[include recipe2 recipe=Recipe Text
| type1=Crafting Type 1
| type1pic=/images/<picture 1>
| type2=Crafting Type 2
| type2pic=/images/<picture 2>
| itema=Starting item
| itemb=Another starting item
| itemc=Intermediary item
| itemd=A third starting item
| iteme=Ending item
]]
Example:
Leverage an Executive Sidearm with a Targeting Circuit and a Signal Analysis Circuit |
|
|
= | Wired Sidearm |
Recipe Source
If the recipe is not found by simple experimentation, you can also as a line for the recipe source. Add the following code exactly as show to any of the above (note that you need to put a space at the end of the source line or it will break the layout, due to the quirks of the wiki software):
|showsource=-
|source=Learn recipe from <somewhere>/<somehow>
Example:
Reduce a cup of Horrible Black Coffee into pure caffeine. You need the strong stuff, not just any coffee will do |
Learn recipe from reading Chemistry Papers |
Horrible Black Coffee |
= | Caffeine Powder |
Crafting Pictures:
For crafting of this type… | …use this picture link |
Armory | /images/WeldingTorch25.jpg |
Chemistry | /images/ChemKit25.jpg |
Coding | /images/computerchip.jpg |
Cooking | /images/oven25.jpg |
Decompile | /images/computerchip.jpg |
Electronics | /images/toolbelt.jpg |
Empty Shard | /images/themirrorshard.jpg |
Powder pouring | /images/Puzzle-Box-25.jpg |
Salvage | /images/toolbox.jpg |
Simple | /images/pileofjunk.jpg |
Sushi | /images/ButcherKnife25.jpg |
Salvage/Decompile
Salvage recipe:
[[include recipesalvage
result=[[[Polysteel]]], [[[Circuit fragments]]] ]]
Gives:
Polysteel, Circuit fragments |
Decompile recipe:
[[include recipedecompile
result=[[[Math subroutine]]] ]]
Gives:
Math subroutine |