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
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
//DigitalStorage/Buildables/CraftingAdapter/Recipe_DS_CraftingAdapter.Recipe_DS_CraftingAdapter_C
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||
"Name": "Crafting Connection Adapter",
|
||||
"Ingredients": [
|
||||
{
|
||||
"Item": "Desc_SteelPlateReinforced",
|
||||
"Amount": 10
|
||||
},
|
||||
{
|
||||
"Item": "Desc_ModularFrameHeavy",
|
||||
"Amount": 10
|
||||
},
|
||||
{
|
||||
"Item": "Desc_IronPlateReinforced",
|
||||
"Amount": 15
|
||||
}
|
||||
],
|
||||
"Products": [
|
||||
{
|
||||
"Item": "Desc_DS_CraftingAdapter",
|
||||
"Amount": 1
|
||||
}
|
||||
],
|
||||
"UnlockedBy": [
|
||||
"Schematic_DS_Mam_Adapters_Crafting_C"
|
||||
],
|
||||
"ClearIngredients": true,
|
||||
"ClearProducts": true
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
31
ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json
Normal file
31
ContentLib/RecipePatches/Buildables/Recipe_DS_Server_1U.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
31
ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json
Normal file
31
ContentLib/RecipePatches/Buildables/Recipe_DS_Server_2U.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
//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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
//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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue