DigitalStorageTweak/ContentLib/RecipePatches/Buildables/Recipe_DS_DoubleNetworkPlug.json

27 lines
No EOL
638 B
JSON

//DigitalStorage/Buildables/NetworkPlug/Recipe_DS_DoubleNetworkPlug.Recipe_DS_DoubleNetworkPlug_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Double Network Wall Outlet",
"Ingredients": [
{
"Item": "Desc_IronPlateReinforced",
"Amount": 5
},
{
"Item": "Desc_IronScrew",
"Amount": 10
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 1
}
],
"Products": [
{
"Item": "Desc_DS_DoubleNetworkPlug",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T5_1_C"],
"ClearIngredients": true,
"ClearProducts": true
}