DigitalStorageTweak/ContentLib/RecipePatches/Recipe_DS_Drive_32K.json

39 lines
No EOL
911 B
JSON

//DigitalStorage/Resources/Drives/32K/Recipe_DS_Drive_32K.Recipe_DS_Drive_32K_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "DS Drive (32K)",
"Ingredients": [
{
"Item": "Desc_DS_Drive_16K",
"Amount": 1
},
{
"Item": "Desc_ModularFrameFused",
"Amount": 5
},
{
"Item": "Desc_CoolingSystem",
"Amount": 5
},
{
"Item": "Desc_ComputerSuper",
"Amount": 9
}
],
"Products": [
{
"Item": "Desc_DS_Drive_32K",
"Amount": 1
}
],
"ManufacturingDuration": 60.0,
"ProducedIn": ["Build_ManufacturerMk1_C"],
"OverrideCategory": "IC_DS_C",
"ManufacturingMenuPriority": 0.0,
"UnlockedBy": ["Schematic_DS_Mam_Drives_32K_C"],
"VariablePowerConsumptionConstant": 0.0,
"VariablePowerConsumptionFactor": 1.0,
"ClearIngredients": true,
"ClearProducts": true,
"ClearBuilders": true
}