DigitalStorageTweak/ContentLib/RecipePatches/Recipe_DS_Drive_2K.json

31 lines
No EOL
784 B
JSON

//DigitalStorage/Resources/Drives/2K/Recipe_DS_Drive_2K.Recipe_DS_Drive_2K_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "DS Drive (2K)",
"Ingredients": [
{
"Item": "Desc_DS_Drive_1K",
"Amount": 1
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 20
}
],
"Products": [
{
"Item": "Desc_DS_Drive_2K",
"Amount": 1
}
],
"ManufacturingDuration": 45.0,
"ProducedIn": ["Build_AssemblerMk1_C"],
"OverrideCategory": "IC_DS_C",
"ManufacturingMenuPriority": 0.0,
"UnlockedBy": ["Schematic_DS_Mam_Drives_2K_C"],
"VariablePowerConsumptionConstant": 0.0,
"VariablePowerConsumptionFactor": 1.0,
"ClearIngredients": true,
"ClearProducts": true,
"ClearBuilders": true
}