31 lines
No EOL
718 B
JSON
31 lines
No EOL
718 B
JSON
//DigitalStorage/Buildables/FactoryModule/Recipe_DS_FactoryConnectionAdapter.Recipe_DS_FactoryConnectionAdapter_C
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
|
"Name": "Factory Connection Adapter",
|
|
"Ingredients": [
|
|
{
|
|
"Item": "Desc_SteelPlate",
|
|
"Amount": 5
|
|
},
|
|
{
|
|
"Item": "Desc_Cable",
|
|
"Amount": 10
|
|
},
|
|
{
|
|
"Item": "Desc_IronScrew",
|
|
"Amount": 10
|
|
},
|
|
{
|
|
"Item": "Desc_CopperSheet",
|
|
"Amount": 10
|
|
}
|
|
],
|
|
"Products": [
|
|
{
|
|
"Item": "Desc_DS_FactoryConnectionAdapter",
|
|
"Amount": 1
|
|
}],
|
|
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Factory_C"],
|
|
"ClearIngredients": true,
|
|
"ClearProducts": true
|
|
} |