begin recipie patches: Replace all Elevator Parts with Reinforced Iron plates
This commit is contained in:
commit
1acb54a061
53 changed files with 1305 additions and 0 deletions
39
ContentLib/RecipePatches/Recipe_DS_Drive_32K.json
Normal file
39
ContentLib/RecipePatches/Recipe_DS_Drive_32K.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
//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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue