Module:Item recipe/doc: Difference between revisions
From Space Station 14 Wiki
(yet another config added) |
(→JSON files: wording) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{module docs|bb= | {{module docs|bb= | ||
{{uses json data<!-- | {{uses json data<!-- | ||
-->|Module:Item recipe/recipes by recipe IDs.json<!-- | |||
-->|Module:Item recipe/recipe IDs by product IDs.json<!-- | |||
-->|Module:Item recipe/recipe IDs by method and availability.json<!-- | |||
-->|Module:Item recipe/order of materials.json<!-- | |||
-->|Module:Item recipe/product overrides.json<!-- | -->|Module:Item recipe/product overrides.json<!-- | ||
-->}} | -->}} | ||
}} | }} | ||
Implements {{t|item recipe}}. | |||
== JSON files == | |||
'''JSON files that are updated automatically, syncing with the upstream:''' | |||
* [[Module:Item recipe/recipes by recipe IDs.json]] - contains 1 to 1 mapping of recipe IDs to recipes. | |||
* [[Module:Item recipe/recipe IDs by product IDs.json]] - contains mapping of recipe products to recipe IDs that produce these...products. Can be 1 to 1, or 1 to many. | |||
* [[Module:Item recipe/recipe IDs by method and availability.json]] - contains a mapping of recipe production methods (e.g. {{kbd|Autolathe}}) to → availability (condition under which a recipe is available for this production method) to → recipe IDs. | |||
{{Callout|Warning|Do not make changes to the above JSON files - any changes made will be erased on next update.}} | |||
'''JSON files that are filled manually:''' | |||
* [[Module:Item recipe/order of materials.json]] - a 1 to 1 mapping of recipe materials to order at which they appear in recipes. Less number = higher order. Materials that do not have an order defined here, will appear after those that do. | |||
* [[Module:Item recipe/product overrides.json]] - a 1 to 1 mapping of recipe products to item IDs. Not all products are the same as item IDs they "represent", so sometimes a connection needs to be established explicitly. |
Latest revision as of 12:40, 17 September 2024
Module documentation
|
---|
View or edit this documentation • (about module documentation) |
Implements {{item recipe}}.
JSON files
JSON files that are updated automatically, syncing with the upstream:
- Module:Item recipe/recipes by recipe IDs.json - contains 1 to 1 mapping of recipe IDs to recipes.
- Module:Item recipe/recipe IDs by product IDs.json - contains mapping of recipe products to recipe IDs that produce these...products. Can be 1 to 1, or 1 to many.
- Module:Item recipe/recipe IDs by method and availability.json - contains a mapping of recipe production methods (e.g. Autolathe) to → availability (condition under which a recipe is available for this production method) to → recipe IDs.
Warning
Do not make changes to the above JSON files - any changes made will be erased on next update.
JSON files that are filled manually:
- Module:Item recipe/order of materials.json - a 1 to 1 mapping of recipe materials to order at which they appear in recipes. Less number = higher order. Materials that do not have an order defined here, will appear after those that do.
- Module:Item recipe/product overrides.json - a 1 to 1 mapping of recipe products to item IDs. Not all products are the same as item IDs they "represent", so sometimes a connection needs to be established explicitly.