DigitalStorageTweak/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1UF.json

31 lines
No EOL
663 B
JSON

//DigitalStorage/Buildables/Server/1UF/Recipe_DS_Server_1UF.Recipe_DS_Server_1UF_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Server 1U (Fluid)",
"Ingredients": [
{
"Item": "Desc_CopperSheet",
"Amount": 50
},
{
"Item": "Desc_DS_NetworkCable_Item",
"Amount": 30
},
{
"Item": "Desc_IronScrew",
"Amount": 100
},
{
"Item": "Desc_ModularFrame",
"Amount": 30
}
],
"Products": [
{
"Item": "Desc_DS_Server_1UF",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T4_1_C"],
"ClearIngredients": true,
"ClearProducts": true
}