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
35
ContentLib/RecipePatches/Recipe_DS_WirelessExtender.json
Normal file
35
ContentLib/RecipePatches/Recipe_DS_WirelessExtender.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
//DigitalStorage/Resources/WifiExtender/Recipe_DS_WirelessExtender.Recipe_DS_WirelessExtender_C
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||
"Name": "Wireless Range Extender",
|
||||
"Ingredients": [
|
||||
{
|
||||
"Item": "Desc_IronPlateReinforced",
|
||||
"Amount": 5
|
||||
},
|
||||
{
|
||||
"Item": "Desc_SAMFluctuator",
|
||||
"Amount": 1
|
||||
},
|
||||
{
|
||||
"Item": "Desc_CircuitBoard",
|
||||
"Amount": 1
|
||||
}
|
||||
],
|
||||
"Products": [
|
||||
{
|
||||
"Item": "Desc_DS_WirelessExtender",
|
||||
"Amount": 1
|
||||
}
|
||||
],
|
||||
"ManufacturingDuration": 1.0,
|
||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
||||
"OverrideCategory": "IC_DS_C",
|
||||
"ManufacturingMenuPriority": 0.0,
|
||||
"UnlockedBy": ["Schem_DS_T6_2_C"],
|
||||
"VariablePowerConsumptionConstant": 0.0,
|
||||
"VariablePowerConsumptionFactor": 1.0,
|
||||
"ClearIngredients": true,
|
||||
"ClearProducts": true,
|
||||
"ClearBuilders": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue