DigitalStorageTweak/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkCable.json

19 lines
No EOL
489 B
JSON

//DigitalStorage/Buildables/NetworkCable/Recipe_DS_NetworkCable.Recipe_DS_NetworkCable_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Network Cable",
"Ingredients": [
{
"Item": "Desc_DS_NetworkCable_Item",
"Amount": 1
}
],
"Products": [
{
"Item": "Desc_DS_NetworkCable",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T3_1_C"],
"ClearIngredients": true,
"ClearProducts": true
}