From 342f2eb12b77319775ed87ab2ab0ecb1164e2d46 Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 18 Apr 2025 14:43:07 -0700 Subject: [PATCH] Update to latest format, and format documents --- .../Buildables/Recipe_DS_AtomicCrafter.json | 59 ++++++------ .../Recipe_DS_CentralStorageAdapter.json | 59 ++++++------ .../Buildables/Recipe_DS_CraftingAdapter.json | 6 +- .../Buildables/Recipe_DS_CraftingServer.json | 59 ++++++------ .../Recipe_DS_CraftingTerminal.json | 59 ++++++------ .../Recipe_DS_DoubleNetworkPlug.json | 51 ++++++----- .../Buildables/Recipe_DS_DriveTerminal.json | 59 ++++++------ .../Recipe_DS_FactoryConnectionAdapter.json | 59 ++++++------ .../Recipe_DS_FluidConnectionAdapter.json | 59 ++++++------ .../Buildables/Recipe_DS_NetworkCable.json | 35 ++++---- .../Recipe_DS_NetworkDistributor.json | 59 ++++++------ .../Buildables/Recipe_DS_NetworkPlug.json | 51 ++++++----- .../Buildables/Recipe_DS_NetworkPole.json | 51 ++++++----- .../Recipe_DS_NetworkPowerAdapater.json | 59 ++++++------ .../Buildables/Recipe_DS_ResourceAdapter.json | 51 ++++++----- .../Buildables/Recipe_DS_ServerRack.json | 59 ++++++------ .../Buildables/Recipe_DS_Server_1U.json | 59 ++++++------ .../Buildables/Recipe_DS_Server_1UF.json | 59 ++++++------ .../Buildables/Recipe_DS_Server_2U.json | 59 ++++++------ .../Buildables/Recipe_DS_Server_2UF.json | 59 ++++++------ .../Buildables/Recipe_DS_Server_2UG.json | 59 ++++++------ .../Recipe_DS_StorageConnectionAdapter.json | 51 ++++++----- .../Buildables/Recipe_DS_StorageTerminal.json | 59 ++++++------ .../Recipe_DS_TrainCargoAdapter.json | 51 ++++++----- .../Recipe_DS_UniversalAdapter.json | 59 ++++++------ .../Buildables/Recipe_DS_UplinkSatellite.json | 59 ++++++------ .../Recipe_DS_WirelessAccessPoint.json | 51 ++++++----- .../Buildables/Recipe_DS_WirelessTower.json | 59 ++++++------ .../Recipe_DS_Drive_10K_Fluid.json | Bin 1678 -> 2328 bytes .../Recipe_DS_Drive_120K_Fluid.json | Bin 1988 -> 2826 bytes .../Recipe_DS_Drive_120K_Gas.json | Bin 1964 -> 2802 bytes .../RecipePatches/Recipe_DS_Drive_16K.json | 77 ++++++++-------- .../RecipePatches/Recipe_DS_Drive_1K.json | 61 +++++++------ .../Recipe_DS_Drive_20K_Fluid.json | Bin 1720 -> 2370 bytes .../Recipe_DS_Drive_240K_Fluid.json | Bin 2120 -> 3052 bytes .../Recipe_DS_Drive_240K_Gas.json | Bin 2096 -> 3028 bytes .../RecipePatches/Recipe_DS_Drive_256.json | 61 +++++++------ .../RecipePatches/Recipe_DS_Drive_2K.json | 61 +++++++------ .../RecipePatches/Recipe_DS_Drive_32K.json | 77 ++++++++-------- .../Recipe_DS_Drive_40K_Fluid.json | Bin 1718 -> 2368 bytes .../Recipe_DS_Drive_40K_Gas.json | Bin 1698 -> 2348 bytes .../RecipePatches/Recipe_DS_Drive_4K.json | 61 +++++++------ .../RecipePatches/Recipe_DS_Drive_512.json | 61 +++++++------ .../Recipe_DS_Drive_60K_Fluid.json | Bin 1718 -> 2368 bytes .../Recipe_DS_Drive_60K_Gas.json | Bin 1694 -> 2344 bytes .../RecipePatches/Recipe_DS_Drive_64K.json | 85 +++++++++--------- .../RecipePatches/Recipe_DS_Drive_8K.json | 69 +++++++------- .../RecipePatches/Recipe_DS_Multitool.json | 69 +++++++------- .../Recipe_DS_NetworkCable_Item.json | 61 +++++++------ .../Recipe_DS_WirelessExtender.json | 69 +++++++------- .../Recipe_DS_WirelessTablet.json | 69 +++++++------- 51 files changed, 1275 insertions(+), 1125 deletions(-) diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_AtomicCrafter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_AtomicCrafter.json index 26efd23..d7a9a6b 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_AtomicCrafter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_AtomicCrafter.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/AtomicCrafter/Recipe_DS_AtomicCrafter.Recipe_DS_AtomicCrafter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Atomic Crafter", -"Ingredients": [ -{ - "Item": "Desc_TimeCrystal", - "Amount": 15 - }, -{ - "Item": "Desc_SAMFluctuator", - "Amount": 50 - }, -{ - "Item": "Desc_DarkMatter", - "Amount": 10 - }, -{ - "Item": "Desc_FicsiteMesh", - "Amount": 50 - } -], -"Products": [ -{ - "Item": "Desc_DS_AtomicCrafter", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T9_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Atomic Crafter", + "Ingredients": [ + { + "Item": "Desc_TimeCrystal", + "Amount": 15 + }, + { + "Item": "Desc_SAMFluctuator", + "Amount": 50 + }, + { + "Item": "Desc_DarkMatter", + "Amount": 10 + }, + { + "Item": "Desc_FicsiteMesh", + "Amount": 50 + } + ], + "Products": [ + { + "Item": "Desc_DS_AtomicCrafter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T9_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_CentralStorageAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_CentralStorageAdapter.json index 824cc88..56efdcc 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_CentralStorageAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_CentralStorageAdapter.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/CentralStorageAdapter/Recipe_DS_CentralStorageAdapter.Recipe_DS_CentralStorageAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Depot Uploader Adapter", -"Ingredients": [ -{ - "Item": "Desc_SteelPlate", - "Amount": 5 - }, -{ - "Item": "Desc_Cable", - "Amount": 10 - }, -{ - "Item": "Desc_SAMFluctuator", - "Amount": 10 - }, -{ - "Item": "Desc_CopperSheet", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_CentralStorageAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Depot_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Depot Uploader Adapter", + "Ingredients": [ + { + "Item": "Desc_SteelPlate", + "Amount": 5 + }, + { + "Item": "Desc_Cable", + "Amount": 10 + }, + { + "Item": "Desc_SAMFluctuator", + "Amount": 10 + }, + { + "Item": "Desc_CopperSheet", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_CentralStorageAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Depot_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingAdapter.json index 42e80a8..01bddd7 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingAdapter.json @@ -7,13 +7,17 @@ "Item": "Desc_SteelPlateReinforced", "Amount": 10 }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 5 + }, { "Item": "Desc_ModularFrameHeavy", "Amount": 10 }, { "Item": "Desc_IronPlateReinforced", - "Amount": 15 + "Amount": 10 } ], "Products": [ diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingServer.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingServer.json index b4eb220..4c4fb7f 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingServer.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingServer.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/CraftingServer/Recipe_DS_CraftingServer.Recipe_DS_CraftingServer_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Crafting Server", -"Ingredients": [ -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 15 - }, -{ - "Item": "Desc_CircuitBoardHighSpeed", - "Amount": 30 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 15 - }, -{ - "Item": "Desc_Computer", - "Amount": 30 - } -], -"Products": [ -{ - "Item": "Desc_DS_CraftingServer", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T6_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Crafting Server", + "Ingredients": [ + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 15 + }, + { + "Item": "Desc_CircuitBoardHighSpeed", + "Amount": 30 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 15 + }, + { + "Item": "Desc_Computer", + "Amount": 30 + } + ], + "Products": [ + { + "Item": "Desc_DS_CraftingServer", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T6_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingTerminal.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingTerminal.json index 5b13294..c4b952a 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingTerminal.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_CraftingTerminal.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Terminals/Crafting/Recipe_DS_CraftingTerminal.Recipe_DS_CraftingTerminal_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Crafting Terminal", -"Ingredients": [ -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 150 - }, -{ - "Item": "Desc_SteelPlateReinforced", - "Amount": 40 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 30 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_CraftingTerminal", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T6_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Crafting Terminal", + "Ingredients": [ + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 150 + }, + { + "Item": "Desc_SteelPlateReinforced", + "Amount": 40 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 30 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_CraftingTerminal", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T6_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_DoubleNetworkPlug.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_DoubleNetworkPlug.json index c3578e5..4c3db94 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_DoubleNetworkPlug.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_DoubleNetworkPlug.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/NetworkPlug/Recipe_DS_DoubleNetworkPlug.Recipe_DS_DoubleNetworkPlug_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Double Network Wall Outlet", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 5 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 1 - } -], -"Products": [ -{ - "Item": "Desc_DS_DoubleNetworkPlug", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T5_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Double Network Wall Outlet", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 5 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 1 + } + ], + "Products": [ + { + "Item": "Desc_DS_DoubleNetworkPlug", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T5_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_DriveTerminal.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_DriveTerminal.json index 1d316a5..f4b9f4b 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_DriveTerminal.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_DriveTerminal.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Terminals/Drive/Recipe_DS_DriveTerminal.Recipe_DS_DriveTerminal_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Drive Terminal", -"Ingredients": [ -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 20 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 20 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 8 - } -], -"Products": [ -{ - "Item": "Desc_DS_DriveTerminal", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Drive Terminal", + "Ingredients": [ + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 20 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 20 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 8 + } + ], + "Products": [ + { + "Item": "Desc_DS_DriveTerminal", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_FactoryConnectionAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_FactoryConnectionAdapter.json index a22e350..53379cf 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_FactoryConnectionAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_FactoryConnectionAdapter.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/FactoryModule/Recipe_DS_FactoryConnectionAdapter.Recipe_DS_FactoryConnectionAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Factory Connection Adapter", -"Ingredients": [ -{ - "Item": "Desc_SteelPlate", - "Amount": 5 - }, -{ - "Item": "Desc_Cable", - "Amount": 10 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_CopperSheet", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_FactoryConnectionAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Factory_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Factory Connection Adapter", + "Ingredients": [ + { + "Item": "Desc_SteelPlate", + "Amount": 5 + }, + { + "Item": "Desc_Cable", + "Amount": 10 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_CopperSheet", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_FactoryConnectionAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Factory_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_FluidConnectionAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_FluidConnectionAdapter.json index b16f231..9851111 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_FluidConnectionAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_FluidConnectionAdapter.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/ContainerModules/Normal/Recipe_DS_FluidConnectionAdapter.Recipe_DS_FluidConnectionAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Pipe Connection Adapter", -"Ingredients": [ -{ - "Item": "Desc_SteelPlate", - "Amount": 10 - }, -{ - "Item": "Desc_Wire", - "Amount": 50 - }, -{ - "Item": "Desc_CopperSheet", - "Amount": 30 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_FluidConnectionAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Pipe_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Pipe Connection Adapter", + "Ingredients": [ + { + "Item": "Desc_SteelPlate", + "Amount": 10 + }, + { + "Item": "Desc_Wire", + "Amount": 50 + }, + { + "Item": "Desc_CopperSheet", + "Amount": 30 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_FluidConnectionAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Pipe_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkCable.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkCable.json index e1ab9c5..abb1734 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkCable.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkCable.json @@ -1,19 +1,22 @@ //DigitalStorage/Buildables/NetworkCable/Recipe_DS_NetworkCable.Recipe_DS_NetworkCable_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Network Cable", -"Ingredients": [ -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 1 - } -], -"Products": [ -{ - "Item": "Desc_DS_NetworkCable", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Network Cable", + "Ingredients": [ + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 1 + } + ], + "Products": [ + { + "Item": "Desc_DS_NetworkCable", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkDistributor.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkDistributor.json index 6a20f4a..e786d09 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkDistributor.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkDistributor.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/NetworkDistributor/Recipe_DS_NetworkDistributor.Recipe_DS_NetworkDistributor_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Network Distributor", -"Ingredients": [ -{ - "Item": "Desc_SteelPlate", - "Amount": 25 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 20 - }, -{ - "Item": "Desc_SpaceElevatorPart", - "Amount": 10 - }, -{ - "Item": "Desc_Cable", - "Amount": 50 - } -], -"Products": [ -{ - "Item": "Desc_DS_NetworkDistributor", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Network Distributor", + "Ingredients": [ + { + "Item": "Desc_SteelPlate", + "Amount": 25 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 20 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 10 + }, + { + "Item": "Desc_Cable", + "Amount": 50 + } + ], + "Products": [ + { + "Item": "Desc_DS_NetworkDistributor", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPlug.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPlug.json index 849be2f..0d52adf 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPlug.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPlug.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/NetworkPlug/Recipe_DS_NetworkPlug.Recipe_DS_NetworkPlug_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Network Wall Outlet", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 5 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_SpaceElevatorPart", - "Amount": 1 - } -], -"Products": [ -{ - "Item": "Desc_DS_NetworkPlug", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T5_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Network Wall Outlet", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 5 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 1 + } + ], + "Products": [ + { + "Item": "Desc_DS_NetworkPlug", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T5_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPole.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPole.json index 3869dd2..8571870 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPole.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPole.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/NetworkPole/Recipe_DS_NetworkPole.Recipe_DS_NetworkPole_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Network Pole", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 5 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 1 - }, -{ - "Item": "Desc_SpaceElevatorPart", - "Amount": 1 - } -], -"Products": [ -{ - "Item": "Desc_DS_NetworkPole", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Network Pole", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 5 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 1 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 1 + } + ], + "Products": [ + { + "Item": "Desc_DS_NetworkPole", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPowerAdapater.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPowerAdapater.json index 5b50de0..999e0bc 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPowerAdapater.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPowerAdapater.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/NetworkPowerAdapter/Recipe_DS_NetworkPowerAdapater.Recipe_DS_NetworkPowerAdapater_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Network Power Adapter", -"Ingredients": [ -{ - "Item": "Desc_Rotor", - "Amount": 20 - }, -{ - "Item": "Desc_Cable", - "Amount": 80 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 30 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 6 - } -], -"Products": [ -{ - "Item": "Desc_DS_NetworkPowerAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Network Power Adapter", + "Ingredients": [ + { + "Item": "Desc_Rotor", + "Amount": 20 + }, + { + "Item": "Desc_Cable", + "Amount": 80 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 30 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 6 + } + ], + "Products": [ + { + "Item": "Desc_DS_NetworkPowerAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_ResourceAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_ResourceAdapter.json index 0d88847..a0fbcf0 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_ResourceAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_ResourceAdapter.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/ResourceAdapter/Recipe_DS_ResourceAdapter.Recipe_DS_ResourceAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Resource Adapter", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 15 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 20 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 5 - } -], -"Products": [ -{ - "Item": "Desc_DS_ResourceAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Resource_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Resource Adapter", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 15 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 20 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 5 + } + ], + "Products": [ + { + "Item": "Desc_DS_ResourceAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Resource_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_ServerRack.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_ServerRack.json index 2c85ea6..08e51bb 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_ServerRack.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_ServerRack.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/ServerRack/Recipe_DS_ServerRack.Recipe_DS_ServerRack_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Server Rack", -"Ingredients": [ -{ - "Item": "Desc_Cable", - "Amount": 50 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 40 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 100 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_ServerRack", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Server Rack", + "Ingredients": [ + { + "Item": "Desc_Cable", + "Amount": 50 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 40 + }, + { + "Item": "Desc_IronScrew", + "Amount": 100 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_ServerRack", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json index 4cebd7c..73963a0 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Server/1U/Recipe_DS_Server_1U.Recipe_DS_Server_1U_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Server 1U (Item)", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 20 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 20 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 100 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_Server_1U", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_2_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Server 1U (Item)", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 20 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 20 + }, + { + "Item": "Desc_IronScrew", + "Amount": 100 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_Server_1U", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_2_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1UF.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1UF.json index 56fe58a..4b195c9 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1UF.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1UF.json @@ -1,31 +1,34 @@ //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 + "$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 } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json index e016a38..250dff0 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Server/2U/Recipe_DS_Server_2U.Recipe_DS_Server_2U_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Server 2U (Item)", -"Ingredients": [ -{ - "Item": "Desc_Computer", - "Amount": 5 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 10 - }, -{ - "Item": "Desc_SteelPlate", - "Amount": 50 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 25 - } -], -"Products": [ -{ - "Item": "Desc_DS_Server_2U", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T5_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Server 2U (Item)", + "Ingredients": [ + { + "Item": "Desc_Computer", + "Amount": 5 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 10 + }, + { + "Item": "Desc_SteelPlate", + "Amount": 50 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 25 + } + ], + "Products": [ + { + "Item": "Desc_DS_Server_2U", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T5_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UF.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UF.json index 54e75c1..3c5bd69 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UF.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UF.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Server/2UF/Recipe_DS_Server_2UF.Recipe_DS_Server_2UF_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Server 2U (Fluid)", -"Ingredients": [ -{ - "Item": "Desc_Computer", - "Amount": 5 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 10 - }, -{ - "Item": "Desc_CopperSheet", - "Amount": 150 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 50 - } -], -"Products": [ -{ - "Item": "Desc_DS_Server_2UF", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T5_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Server 2U (Fluid)", + "Ingredients": [ + { + "Item": "Desc_Computer", + "Amount": 5 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 10 + }, + { + "Item": "Desc_CopperSheet", + "Amount": 150 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 50 + } + ], + "Products": [ + { + "Item": "Desc_DS_Server_2UF", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T5_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UG.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UG.json index 85f0bb6..4faf894 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UG.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2UG.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Server/2UG/Recipe_DS_Server_2UG.Recipe_DS_Server_2UG_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Server 2U (Gas)", -"Ingredients": [ -{ - "Item": "Desc_Computer", - "Amount": 5 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 5 - }, -{ - "Item": "Desc_GasTank", - "Amount": 5 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 50 - } -], -"Products": [ -{ - "Item": "Desc_DS_Server_2UG", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T6_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Server 2U (Gas)", + "Ingredients": [ + { + "Item": "Desc_Computer", + "Amount": 5 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 5 + }, + { + "Item": "Desc_GasTank", + "Amount": 5 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 50 + } + ], + "Products": [ + { + "Item": "Desc_DS_Server_2UG", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T6_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageConnectionAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageConnectionAdapter.json index 93c3b85..c16da9e 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageConnectionAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageConnectionAdapter.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/ContainerModules/Normal/Recipe_DS_StorageConnectionAdapter.Recipe_DS_StorageConnectionAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Storage Connection Adapter", -"Ingredients": [ -{ - "Item": "Desc_SteelPipe", - "Amount": 10 - }, -{ - "Item": "Desc_Wire", - "Amount": 100 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_StorageConnectionAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Storage_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Storage Connection Adapter", + "Ingredients": [ + { + "Item": "Desc_SteelPipe", + "Amount": 10 + }, + { + "Item": "Desc_Wire", + "Amount": 100 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_StorageConnectionAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Storage_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageTerminal.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageTerminal.json index e77740b..3ac70c4 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageTerminal.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_StorageTerminal.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Terminals/Storage/Recipe_DS_StorageTerminal.Recipe_DS_StorageTerminal_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Storage Terminal", -"Ingredients": [ -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 20 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 20 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_ModularFrame", - "Amount": 8 - } -], -"Products": [ -{ - "Item": "Desc_DS_StorageTerminal", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T3_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Storage Terminal", + "Ingredients": [ + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 20 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 20 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_ModularFrame", + "Amount": 8 + } + ], + "Products": [ + { + "Item": "Desc_DS_StorageTerminal", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T3_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_TrainCargoAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_TrainCargoAdapter.json index 5348589..e17e86e 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_TrainCargoAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_TrainCargoAdapter.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/TrainCargoAdapter/Recipe_DS_TrainCargoAdapter.Recipe_DS_TrainCargoAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Train Cargo Adapter", -"Ingredients": [ -{ - "Item": "Desc_SteelPlate", - "Amount": 30 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 4 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 20 - } -], -"Products": [ -{ - "Item": "Desc_DS_TrainCargoAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Train_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Train Cargo Adapter", + "Ingredients": [ + { + "Item": "Desc_SteelPlate", + "Amount": 30 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 4 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 20 + } + ], + "Products": [ + { + "Item": "Desc_DS_TrainCargoAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Train_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_UniversalAdapter.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_UniversalAdapter.json index 92b21a5..311d1f9 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_UniversalAdapter.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_UniversalAdapter.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/Adapters/UniversalAdapter/Recipe_DS_UniversalAdapter.Recipe_DS_UniversalAdapter_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Universal Adapter", -"Ingredients": [ -{ - "Item": "Desc_ModularFrame", - "Amount": 8 - }, -{ - "Item": "Desc_SteelPlate", - "Amount": 5 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 10 - }, -{ - "Item": "Desc_SpaceElevatorPart", - "Amount": 4 - } -], -"Products": [ -{ - "Item": "Desc_DS_UniversalAdapter", - "Amount": 1 - }], -"UnlockedBy": ["Schematic_DS_Mam_Adapters_Universal_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Universal Adapter", + "Ingredients": [ + { + "Item": "Desc_ModularFrame", + "Amount": 8 + }, + { + "Item": "Desc_SteelPlate", + "Amount": 5 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 10 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 4 + } + ], + "Products": [ + { + "Item": "Desc_DS_UniversalAdapter", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schematic_DS_Mam_Adapters_Universal_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_UplinkSatellite.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_UplinkSatellite.json index bedf299..bdef7e4 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_UplinkSatellite.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_UplinkSatellite.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/UplinkSatellite/Recipe_DS_UplinkSatellite.Recipe_DS_UplinkSatellite_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Wireless Ground Antenna", -"Ingredients": [ -{ - "Item": "Desc_Computer", - "Amount": 5 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 20 - }, -{ - "Item": "Desc_ModularFrameLightweight", - "Amount": 2 - }, -{ - "Item": "Desc_ModularFrameHeavy", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_UplinkSatellite", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T7_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Wireless Ground Antenna", + "Ingredients": [ + { + "Item": "Desc_Computer", + "Amount": 5 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 20 + }, + { + "Item": "Desc_ModularFrameLightweight", + "Amount": 2 + }, + { + "Item": "Desc_ModularFrameHeavy", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_UplinkSatellite", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T7_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessAccessPoint.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessAccessPoint.json index 1574847..45ee68e 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessAccessPoint.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessAccessPoint.json @@ -1,27 +1,30 @@ //DigitalStorage/Buildables/WirelessAccessPoint/Recipe_DS_WirelessAccessPoint.Recipe_DS_WirelessAccessPoint_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Wireless Access Point", -"Ingredients": [ -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 5 - }, -{ - "Item": "Desc_IronScrew", - "Amount": 10 - }, -{ - "Item": "Desc_CircuitBoardHighSpeed", - "Amount": 1 - } -], -"Products": [ -{ - "Item": "Desc_DS_WirelessAccessPoint", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T6_2_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Wireless Access Point", + "Ingredients": [ + { + "Item": "Desc_IronPlateReinforced", + "Amount": 5 + }, + { + "Item": "Desc_IronScrew", + "Amount": 10 + }, + { + "Item": "Desc_CircuitBoardHighSpeed", + "Amount": 1 + } + ], + "Products": [ + { + "Item": "Desc_DS_WirelessAccessPoint", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T6_2_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessTower.json b/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessTower.json index b2ed0c5..0b2a014 100644 --- a/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessTower.json +++ b/ContentLib/RecipePatches/Buildables/Recipe_DS_WirelessTower.json @@ -1,31 +1,34 @@ //DigitalStorage/Buildables/WirelessTower/Recipe_DS_WirelessTower.Recipe_DS_WirelessTower_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "Wireless Tower", -"Ingredients": [ -{ - "Item": "Desc_ComputerSuper", - "Amount": 10 - }, -{ - "Item": "Desc_DS_NetworkCable_Item", - "Amount": 100 - }, -{ - "Item": "Desc_AluminumPlate", - "Amount": 10 - }, -{ - "Item": "Desc_ModularFrameLightweight", - "Amount": 8 - } -], -"Products": [ -{ - "Item": "Desc_DS_WirelessTower", - "Amount": 1 - }], -"UnlockedBy": ["Schem_DS_T7_1_C"], -"ClearIngredients": true, -"ClearProducts": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "Wireless Tower", + "Ingredients": [ + { + "Item": "Desc_ComputerSuper", + "Amount": 10 + }, + { + "Item": "Desc_DS_NetworkCable_Item", + "Amount": 100 + }, + { + "Item": "Desc_AluminumPlate", + "Amount": 10 + }, + { + "Item": "Desc_ModularFrameLightweight", + "Amount": 8 + } + ], + "Products": [ + { + "Item": "Desc_DS_WirelessTower", + "Amount": 1 + } + ], + "UnlockedBy": [ + "Schem_DS_T7_1_C" + ], + "ClearIngredients": true, + "ClearProducts": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_10K_Fluid.json b/ContentLib/RecipePatches/Recipe_DS_Drive_10K_Fluid.json index a829bd1ebd39d9dc00923acafd1e87d573d8330f..68f1b6829880a9402dd70b487baad21fae13d1f4 100644 GIT binary patch literal 2328 zcmcgtU2oGs5S(Wu{zGK(01~nrXob|b)~HgTfr=Df5Q`S3mGM=gg9GiH+qkqy6{l z>xf=Uey8Z8jUBwLyb{h$Y15~D&z{c9+4WKThPKmoK7GV^j7PY#XAAWe;0d!%aL)Y; zVhOO%)qvj%UQ@2^Gt0W7Mc7h99XZ8&3yP%IOQpWs-S9rnuCFkP5 zY>$cj%n(oLwPXfmi~*yK%u+jN7;>k`avU(C#>#cX{UW^KxAyOOC}a`in31K5<0{10 z$~M6B1}5GyrZR9GNR5`KVGB<^9a^SgfuDFrkEVDXW|dq1DRV86&8z62SN5+pX*KBN zulnNv9b>-mvQ`}?#4fIW?>J>yTHee!?@QYROD#Rm70<;J5Q zyL6QMRz&+jIO*!)5-Js&d9q?V(GQ{+yyw~ zUL)3&dh`L6Qim(pqsDyC&}A=c+sO)6FgGjz-n#$Hu%wI;SJj$ZmHw!*Ql-a?TdEZ| z)@{Ju*D=&(WN|0l>YI8l;G*xW<>@26#3{0R z5261jG9?ZMm2xMYl1^_XhEgk>> diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_120K_Fluid.json b/ContentLib/RecipePatches/Recipe_DS_Drive_120K_Fluid.json index d43c94b589d1fff8ff0a80e3dc2e8c955d3840da..d522b76a04f0fce866aece6749b68dc5ff21b324 100644 GIT binary patch literal 2826 zcmd5;U2oGs5S(Wu{)1)l01~nZ2rBwUT}28sP!YikLQ!g`ZXj+dC#FJGe--}^m^u66 zt8z&bfuOQ%-`DQ#%^s9C;jMmoJ=8gVOD;Bg~ z2|S*1XWe#)p5eZ5>{dLc-k5q}V$Y2zpXIK8w;kdY8B(On-!)I2jX177yto=yBhsC9 z+naFqX;Vh4ru1M*A1OEG$u7qfqnXz~u6DQWL;3s;pj7V6h*5E$Gd8~yo3c)xUyVK& zk=wq@=n9@VmBCaJUu90l@{iHIyv27q8C`}xd)N$d%&4lPETx72H;Ziz`ImXT9ZP*? z-Z?#Y%D;G0O|0Yf(6rl=y*@p39z}dt+I`r3R@FT9sZk6n-c$qiT`aY) zXX^u{rd*#Am)JU3%G}15TRByC+sYv;3xmbpO6Kf!mv@+5*t3XrgRIFe9SVuwG28SF$RRpGG;TN zjEJZySX_YtU4`!C2`pN8RfL0OE#dk>=Ep+pnas{6kKziUi8UgVSFwqJ9K&A=)&f<^ zpfvd)yXfRBPOZsR>~fR0up6<%4B_N(WQ54(a2QNp!67&K5r-38c0On5B(8wTF diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_120K_Gas.json b/ContentLib/RecipePatches/Recipe_DS_Drive_120K_Gas.json index 2d24b10a26e223d90024df990b198aff8c57a6fe..482a8d897b8a6f45172f1ecf8bdde438d381d9ad 100644 GIT binary patch literal 2802 zcmd5;U2oGc6g|&K{D&&y0VLE?(3sd8%hai`!bAlx2vuFuWrb#)l9p*g`&InE!8vx^ zc&gjA0>Ko;aqN4q@427;b<;u%2N)ycJHrqY^!c5l;5@^KyB|1~T$yt%F>`Sgr2k(1 z9g?=h0Bti}{VnFJ?868heIe_JDnp3vn7$C+&Jire#Hc&qi9#NYFXFNNn zW)b$d8}Wa}=Yo5C)Uag`UZPncKO?>qz9qSYbBc3PkIdLK|2cU?ky7S2>=NrPUT`hG zMSDclCkE}5Tytt*Weh28Y$$c|2&X)$Wpo@;qUO?d%=21!!+)LM_fUu;#t|jUAI?%u ze646BJPlal9c4-bX9Ibn;d!rt$CU>fmG^S|#1qnoq;;uNX0%VKsl`=RvOh1KUVEew z@RGml&m(k=-E&W8#a|MPqn9S$Toi@0_GSC?2(M`wMYa5F?bBY1;W}UwU*d8k`n&#o z9mXDYN~zU^o-5GdYdzTEnqo5z`o@>;&qFA8?g2{W%#;`v?-^tAirAEG^7?Y*`H1}a zeMXnF(##E}g81g95*B}q?$sT>Q$_SG^d(@;2*->n8)XSK{J$COdd9!X;ms`6W7eJ1 zYp49mM(TYwRu9a)uI9FKs17yxF30X|Yb$?MMJ?C*ni*lAXN{R9DQjOyBXz1Cdr_PF zF=cLs?Y-&Sg+Y`u=VD@1?q!ULf|=-gMVC9ScT0K*TSzNwryeEBf{HcuJ&m)4^wrk- zNUjO#6XKG!_7^;NSa}&pke0c@;%*?itsE}yE8AGlA=XXF&HqM}e4>uhZphoi zgvgI+gG+u3dO>%AlD1S$akmJ!sykcV!B*RKTlpQzRpiTat~;)Z@YrZ9{T17*ZU{5( b&xt4$N411-ZQ6{t&KKFu)iuYf?6}5nD_Ca? delta 216 zcmew)x`uzkiHTSKO}@wI#HcjcpG%f8dg5Nm$#E=FlMC2{CLdr@n!JxqhPjqO2PQm; z*=+JY79=4LRIc3QC{`_?kjUf>tQ`Ec47?0n46zJ4U|MPNL@se;8-PZ!$?&2mnrzD< zJ2`?=WpWa`+~hgzM(j|{lRvUMPPXH4n>>L-Zt^J(C%AY!XXxY?oB@+vxXdQEaT!cL H#AN^g_$ED0 diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_16K.json b/ContentLib/RecipePatches/Recipe_DS_Drive_16K.json index 36f054c..1847539 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_16K.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_16K.json @@ -1,39 +1,44 @@ //DigitalStorage/Resources/Drives/16K/Recipe_DS_Drive_16K.Recipe_DS_Drive_16K_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "DS Drive (16K)", -"Ingredients": [ -{ - "Item": "Desc_DS_Drive_8K", - "Amount": 1 - }, -{ - "Item": "Desc_AluminumCasing", - "Amount": 20 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 40 - }, -{ - "Item": "Desc_Computer", - "Amount": 30 - } -], -"Products": [ -{ - "Item": "Desc_DS_Drive_16K", - "Amount": 1 - } -], -"ManufacturingDuration": 45.0, -"ProducedIn": ["Build_ManufacturerMk1_C"], -"OverrideCategory": "IC_DS_C", -"ManufacturingMenuPriority": 0.0, -"UnlockedBy": ["Schematic_DS_Mam_Drives_16K_C"], -"VariablePowerConsumptionConstant": 0.0, -"VariablePowerConsumptionFactor": 1.0, -"ClearIngredients": true, -"ClearProducts": true, -"ClearBuilders": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "DS Drive (16K)", + "Ingredients": [ + { + "Item": "Desc_DS_Drive_8K", + "Amount": 1 + }, + { + "Item": "Desc_AluminumCasing", + "Amount": 20 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 40 + }, + { + "Item": "Desc_Computer", + "Amount": 30 + } + ], + "Products": [ + { + "Item": "Desc_DS_Drive_16K", + "Amount": 1 + } + ], + "ManufacturingDuration": 45.0, + "ProducedIn": [ + "Build_ManufacturerMk1_C" + ], + "OverrideCategory": "IC_DS_C", + "ManufacturingMenuPriority": 0.0, + "UnlockedBy": [ + "Schematic_DS_Mam_Drives_16K_C" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_1K.json b/ContentLib/RecipePatches/Recipe_DS_Drive_1K.json index 7f3ca08..6e0bfd3 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_1K.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_1K.json @@ -1,31 +1,36 @@ //DigitalStorage/Resources/Drives/1K/Recipe_DS_Drive_1K.Recipe_DS_Drive_1K_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "DS Drive (1K)", -"Ingredients": [ -{ - "Item": "Desc_DS_Drive_512", - "Amount": 1 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_Drive_1K", - "Amount": 1 - } -], -"ManufacturingDuration": 45.0, -"ProducedIn": ["Build_AssemblerMk1_C"], -"OverrideCategory": "IC_DS_C", -"ManufacturingMenuPriority": 0.0, -"UnlockedBy": ["Schematic_DS_Mam_Drives_1K_C"], -"VariablePowerConsumptionConstant": 0.0, -"VariablePowerConsumptionFactor": 1.0, -"ClearIngredients": true, -"ClearProducts": true, -"ClearBuilders": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "DS Drive (1K)", + "Ingredients": [ + { + "Item": "Desc_DS_Drive_512", + "Amount": 1 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_Drive_1K", + "Amount": 1 + } + ], + "ManufacturingDuration": 45.0, + "ProducedIn": [ + "Build_AssemblerMk1_C" + ], + "OverrideCategory": "IC_DS_C", + "ManufacturingMenuPriority": 0.0, + "UnlockedBy": [ + "Schematic_DS_Mam_Drives_1K_C" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_20K_Fluid.json b/ContentLib/RecipePatches/Recipe_DS_Drive_20K_Fluid.json index ef63c5899213e5eb218fca8248cd32f67375e6ea..921aa725d863760c22a4b382788fc53b040b10b4 100644 GIT binary patch delta 601 zcmdnNdq`-)xye>cd=oGHnJmT3H~Ac+6POlaQZiLwzz(Y!cp12G$SF*=WJ=^l(l@!6 zNi!IUkEE}bK?k2n420~_ocxB#3e7IX$yUr<+PLgPcXup<&g4R7;mIM)GGzPKdh!Nl zH8fXflI(&jEK-wYSX3sL0pq}lMMfIkrAR)S9Lu6Bj4luJ$rKhlaQt0iaRHkp#fsl7 yQ&vY@W^wy6Br@bNlmf||$&4)aVDql98cg26ssv^GfoT;s6EGdcrU$0G*z^F+U{u`z delta 197 zcmX>kw1aoTxrw*_O@6}Y!l*QPK8GxOGy^XK7en>ri)_M^=P(6LW@DD&tYy$a5tW)e zkJ$<+BO+WdvmwF z4Y`Dr1S}HnvbVc4J8$OA&fMNK(7+*v81R`Q#0Xvfk1^qRfS9YF_)a;KaW1m4BqrSd ztN3bDD&uz_J-oy#yukZHF5>JZcl9XIwYQTiclJ=q*X^|XO7+mfV?4rdd)H9@0z9GZ z5zc8tLPP=fxf<|$%HJi|_GxLu&|aZlc;TFA&iJI166P^3xI4CY-M$mbXh)wqe`1fQ z_prmc*4*ABqCYd#V@hSTAlDI6+t7CEiALY4e-3e6CbEk7C0X$A~i3PH9YkqQ7a;u;18Zrrb=Unb`1u^h($}GRTlsNfksb0r8F4nhhc-pI``}Q% zC0^Yu16*$$!zTHj|8xWTeDcS$1s{B?;BA0YS~cb!l#y*y#v;#vf0N6ulKgMEd`M8_V2U-+K00||8QY!V0rnCyQv=G4yLXqp3G!QpcoU}qHU)BFB%&dL! zMRB4;iA04g+h^bI-p=ma?f$v1p@u{B(B(Zsh(20;4>07oiXKevf!vb8ep=)(qh-syXsY;=ACTQcE}oxT17y&#HYV)R9DoHh*G|X!o$g ze~lU06QaH_v;%65=|N^Aq_v(&YULQ;xl+x13~5ng`P$=pHN4}u)^B+zB+UIkC{3{>*$CAh;g%9mMd(xLSumHyXsGu^+DsJVr9&D&9$q%%PNDs9&VUZj z@Y(Z0aZ?@c*#1$y4_0LMnRO;Z!z1m6VTp-MeU0{E))6#0JZX z9Qi^YEFEh_ZlxUOseh<0`IDRUVk>I?bZ nFpuT`vL0x}`7sfd@u;xi@0H@*T}`*xEsC2vvz@N0!UTT-97lX$ delta 239 zcmca2zCmEZiHTSKO}@wI#HcjckXx29dg5Nm$uVp?lMgVdO#Z_p!(7Xt0}+y%JcU^c zC?vvd%)raQ#h}1|B$dZvHhB*Vit0QTzR5|f3P2rVlQ*#P@z#QM#WLuC=*d4>0}i#X*bui^}1^}FlLWBSS diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_256.json b/ContentLib/RecipePatches/Recipe_DS_Drive_256.json index db3beb4..43f40e9 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_256.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_256.json @@ -1,31 +1,36 @@ //DigitalStorage/Resources/Drives/256/Recipe_DS_Drive_256.Recipe_DS_Drive_256_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "DS Drive (256)", -"Ingredients": [ -{ - "Item": "Desc_Wire", - "Amount": 20 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 2 - } -], -"Products": [ -{ - "Item": "Desc_DS_Drive_256", - "Amount": 1 - } -], -"ManufacturingDuration": 45.0, -"ProducedIn": ["Build_AssemblerMk1_C"], -"OverrideCategory": "IC_DS_C", -"ManufacturingMenuPriority": 0.0, -"UnlockedBy": ["Schem_DS_T3_2_C"], -"VariablePowerConsumptionConstant": 0.0, -"VariablePowerConsumptionFactor": 1.0, -"ClearIngredients": true, -"ClearProducts": true, -"ClearBuilders": false + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "DS Drive (256)", + "Ingredients": [ + { + "Item": "Desc_Wire", + "Amount": 20 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 2 + } + ], + "Products": [ + { + "Item": "Desc_DS_Drive_256", + "Amount": 1 + } + ], + "ManufacturingDuration": 45.0, + "ProducedIn": [ + "Build_AssemblerMk1_C" + ], + "OverrideCategory": "IC_DS_C", + "ManufacturingMenuPriority": 0.0, + "UnlockedBy": [ + "Schem_DS_T3_2_C" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": false } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_2K.json b/ContentLib/RecipePatches/Recipe_DS_Drive_2K.json index 6684102..a12cd4d 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_2K.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_2K.json @@ -1,31 +1,36 @@ //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 + "$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" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_32K.json b/ContentLib/RecipePatches/Recipe_DS_Drive_32K.json index cf90cc6..68d56f6 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_32K.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_32K.json @@ -1,39 +1,44 @@ //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 + "$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" + ], + "ManualManufacturingDuration": 60.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_40K_Fluid.json b/ContentLib/RecipePatches/Recipe_DS_Drive_40K_Fluid.json index 8fabdffbbe4158f23c44cdddebbba7092513f404..bbd383493e6da2b4d091ab2c4218e5a871402a81 100644 GIT binary patch delta 587 zcmdnSdq8Nyxye>cd=oGHnJmT3H~Ac+6POlaQZiLwzz(Y!cp12G$SF*=WJ=^l(l@!6 zNmCq&kEE}5@GKKC%xV#vkFI#4JO$53MJ!V^%|R zhbD?o5Wd1?|0Ncw$x1z$Qts;y1~d z)e*Z%+`bHn40#NtKr(0YMHXqe+b*#hOkT&T1UCH=s~?zFVlx5L5o~&3x`Ry*0MN`> A^8f$< delta 200 zcmX>gw2gPdxrw*_O@6}Y!l*QPE{808Gy^XK7en=ALpI^bbC`lAvoXtX)-vdzh)PYK z$7}_Z5fL{6iz_hHg6UYOI;F|?Im9O?u&^=0%+Z;+PH6HiCJ~TvyeNt%_p-@O?qF4! zyn|J4@+VducBmnf9oZZw_p!N6e!wO-S&H2OE`F6gbg~&oz~o6BW|OaQ7)%!6GynjL CX)xUY diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_40K_Gas.json b/ContentLib/RecipePatches/Recipe_DS_Drive_40K_Gas.json index 922c3c32853830a465297197e2f18cbf17b464a1..2b6cd3d6139146c8483637427a0fdb7668d9b4e1 100644 GIT binary patch literal 2348 zcmd5-(QeZ~5S(Wu{=u?%013q@6e0DkHEI=Tpdx}7grd}T+(6t^aYBVqzl#3@X3lr@ zp~e`M-b;X5ADIuvU_M5V!=6K9iEZ6klUv36UJC{QDR z)*r_h7}hHfv2>SpD(H}UT@zCtMDEA;$1(QFjTEg)Hw^7`=5ZC^#gBMXi~g)X?#gpO zj#d2=W+l}Wrs7h@l>eLE_wO^+-trND4CEdYqp;@WFeB3cLk&$o32E5R#~=TR61L-K z$O@j5ohjd9NZnJFEV&0YZo5LGzg;|IN9y0obwSRx9~-ak-52A4Yt5*poV#eBRZ@?u z*rn!tFEL~{+u=;gXxnA=#`OH9$t7ou)atY}`uu89N#p7DzE$*4SJ}+akdeimG^Wm} z=L#-*ey5PZTE@xh3jU{S9{|MzW`v7Iv)T4 delta 209 zcmZ1@w1{`Yp^4}IO}@eCz^F92lS7t0nt_*ri=le*Mt0%JJxoE9zcI;h)-vdzh)PZF zW3~dx@YaIGVQVK(^yhr#4O G90mZtr8Ket diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_4K.json b/ContentLib/RecipePatches/Recipe_DS_Drive_4K.json index 67bbb30..102f6ca 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_4K.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_4K.json @@ -1,31 +1,36 @@ //DigitalStorage/Resources/Drives/4K/Recipe_DS_Drive_4K.Recipe_DS_Drive_4K_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "DS Drive (4K)", -"Ingredients": [ -{ - "Item": "Desc_DS_Drive_2K", - "Amount": 1 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 4 - } -], -"Products": [ -{ - "Item": "Desc_DS_Drive_4K", - "Amount": 1 - } -], -"ManufacturingDuration": 45.0, -"ProducedIn": ["Build_AssemblerMk1_C"], -"OverrideCategory": "IC_DS_C", -"ManufacturingMenuPriority": 0.0, -"UnlockedBy": ["Schematic_DS_Mam_Drives_4K_C"], -"VariablePowerConsumptionConstant": 0.0, -"VariablePowerConsumptionFactor": 1.0, -"ClearIngredients": true, -"ClearProducts": true, -"ClearBuilders": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "DS Drive (4K)", + "Ingredients": [ + { + "Item": "Desc_DS_Drive_2K", + "Amount": 1 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 4 + } + ], + "Products": [ + { + "Item": "Desc_DS_Drive_4K", + "Amount": 1 + } + ], + "ManufacturingDuration": 45.0, + "ProducedIn": [ + "Build_AssemblerMk1_C" + ], + "OverrideCategory": "IC_DS_C", + "ManufacturingMenuPriority": 0.0, + "UnlockedBy": [ + "Schematic_DS_Mam_Drives_4K_C" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_512.json b/ContentLib/RecipePatches/Recipe_DS_Drive_512.json index dbaaf9e..9781709 100644 --- a/ContentLib/RecipePatches/Recipe_DS_Drive_512.json +++ b/ContentLib/RecipePatches/Recipe_DS_Drive_512.json @@ -1,31 +1,36 @@ //DigitalStorage/Resources/Drives/512/Recipe_DS_Drive_512.Recipe_DS_Drive_512_C { -"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", -"Name": "DS Drive (512)", -"Ingredients": [ -{ - "Item": "Desc_DS_Drive_256", - "Amount": 1 - }, -{ - "Item": "Desc_IronPlateReinforced", - "Amount": 10 - } -], -"Products": [ -{ - "Item": "Desc_DS_Drive_512", - "Amount": 1 - } -], -"ManufacturingDuration": 45.0, -"ProducedIn": ["Build_AssemblerMk1_C"], -"OverrideCategory": "IC_DS_C", -"ManufacturingMenuPriority": 0.0, -"UnlockedBy": ["Schematic_DS_Mam_Drives_512_C"], -"VariablePowerConsumptionConstant": 0.0, -"VariablePowerConsumptionFactor": 1.0, -"ClearIngredients": true, -"ClearProducts": true, -"ClearBuilders": true + "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json", + "Name": "DS Drive (512)", + "Ingredients": [ + { + "Item": "Desc_DS_Drive_256", + "Amount": 1 + }, + { + "Item": "Desc_IronPlateReinforced", + "Amount": 10 + } + ], + "Products": [ + { + "Item": "Desc_DS_Drive_512", + "Amount": 1 + } + ], + "ManufacturingDuration": 45.0, + "ProducedIn": [ + "Build_AssemblerMk1_C" + ], + "OverrideCategory": "IC_DS_C", + "ManufacturingMenuPriority": 0.0, + "UnlockedBy": [ + "Schematic_DS_Mam_Drives_512_C" + ], + "ManualManufacturingDuration": 45.0, + "VariablePowerConsumptionConstant": 0.0, + "VariablePowerConsumptionFactor": 1.0, + "ClearIngredients": true, + "ClearProducts": true, + "ClearBuilders": true } \ No newline at end of file diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_60K_Fluid.json b/ContentLib/RecipePatches/Recipe_DS_Drive_60K_Fluid.json index 36e1430ebd55147b33f287bddf32e9a8064a05ef..8507a920ae8cca0731cffc975f2d7ce26bb85c47 100644 GIT binary patch delta 587 zcmdnSdq8Nyxye>cd=oGHnJmT3H~Ac+6POlaQZiLwzz(Y!cp12G$SF*=WJ=^l(l@!6 zNmCq&kEE}5@8KKC%xV#vkFI#4JO$53MJ!V^%|R zhbD?o5Wd1?|0Ncw$x1z$Qts;y1~d z)e*Z%+`bHn40#NtKr(0YMHXqe+b*#hOkT&T1UCH=s~?zFVlx5L5o~&3x`Ry*0Mpi3 A^#A|> delta 200 zcmX>gw2gPdxrw*_O@6}Y!l*QPE{808Gy^XK7en=ALpI^bbC`lAvoXtX)-vdzh)PYK z$7}_Z5fL{5iz_hHg6UYOI;F|?Im9O?u&^=0%+Z;+PH6HiCJ~TvyeNt%_p-@O?qF4! zyn|J4@+VducBmnf9oZZw_p!N6e!wO-S&H2OE`F6gbg~&oz~o6BW|OaQ7)%!6GynjM Cbuixm diff --git a/ContentLib/RecipePatches/Recipe_DS_Drive_60K_Gas.json b/ContentLib/RecipePatches/Recipe_DS_Drive_60K_Gas.json index 27e70d56dbd993ed918a21d053dd3c0ce6d77761..a5c85602c793fbef2f8dd144689b2944ffb2bd1c 100644 GIT binary patch delta 588 zcmbQoyFzHfp~+fId=roSnOw!hH~A2w9hhcfQZiLwzz(Y!cp12G$SF*YXSSZ4!lcBF zq<8XqX3bzEK9b&A1|58+G2pjrJySBeJ({@eL3eZP*_lOG5M3VPgDMtCjO}7^0hu(36~95!td7_X;`U`oWXNME o1(G?Fcd|&sowkeBVDdCpC9pGhvHF2&E;bV|?ZBo7rVH5g094*mMF0Q* delta 201 zcmZ1>G>><}p^4}IO}@eCFj<93g|(W2mw{_?BD3b?4J<;FcQ7eUzQZiTTg#vW5@&$P zCWAx`Yr$f%P&p-r0EQxle1;T;Qif!P5{6<1B?c=71%_x8ogi~fpk{(hgzBCg%<4FK z0ju2PTdX?lFfmOw$H`@EZj(>2$xUWrcYurUWe=S!#}P2Oio