Update to latest format, and format documents
This commit is contained in:
parent
2b78820358
commit
342f2eb12b
51 changed files with 1275 additions and 1125 deletions
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/AtomicCrafter/Recipe_DS_AtomicCrafter.Recipe_DS_AtomicCrafter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Atomic Crafter",
|
"Name": "Atomic Crafter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_TimeCrystal",
|
"Item": "Desc_TimeCrystal",
|
||||||
"Amount": 15
|
"Amount": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SAMFluctuator",
|
"Item": "Desc_SAMFluctuator",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DarkMatter",
|
"Item": "Desc_DarkMatter",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_FicsiteMesh",
|
"Item": "Desc_FicsiteMesh",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_AtomicCrafter",
|
"Item": "Desc_DS_AtomicCrafter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T9_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T9_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/CentralStorageAdapter/Recipe_DS_CentralStorageAdapter.Recipe_DS_CentralStorageAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Depot Uploader Adapter",
|
"Name": "Depot Uploader Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SAMFluctuator",
|
"Item": "Desc_SAMFluctuator",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CopperSheet",
|
"Item": "Desc_CopperSheet",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_CentralStorageAdapter",
|
"Item": "Desc_DS_CentralStorageAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Depot_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Depot_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -7,13 +7,17 @@
|
||||||
"Item": "Desc_SteelPlateReinforced",
|
"Item": "Desc_SteelPlateReinforced",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Item": "Desc_IronPlateReinforced",
|
||||||
|
"Amount": 5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 15
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
|
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/CraftingServer/Recipe_DS_CraftingServer.Recipe_DS_CraftingServer_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Crafting Server",
|
"Name": "Crafting Server",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 15
|
"Amount": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CircuitBoardHighSpeed",
|
"Item": "Desc_CircuitBoardHighSpeed",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 15
|
"Amount": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_CraftingServer",
|
"Item": "Desc_DS_CraftingServer",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T6_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T6_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Terminals/Crafting/Recipe_DS_CraftingTerminal.Recipe_DS_CraftingTerminal_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Crafting Terminal",
|
"Name": "Crafting Terminal",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 150
|
"Amount": 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlateReinforced",
|
"Item": "Desc_SteelPlateReinforced",
|
||||||
"Amount": 40
|
"Amount": 40
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_CraftingTerminal",
|
"Item": "Desc_DS_CraftingTerminal",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T6_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T6_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/NetworkPlug/Recipe_DS_DoubleNetworkPlug.Recipe_DS_DoubleNetworkPlug_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Double Network Wall Outlet",
|
"Name": "Double Network Wall Outlet",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_DoubleNetworkPlug",
|
"Item": "Desc_DS_DoubleNetworkPlug",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T5_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T5_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Terminals/Drive/Recipe_DS_DriveTerminal.Recipe_DS_DriveTerminal_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Drive Terminal",
|
"Name": "Drive Terminal",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 8
|
"Amount": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_DriveTerminal",
|
"Item": "Desc_DS_DriveTerminal",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/FactoryModule/Recipe_DS_FactoryConnectionAdapter.Recipe_DS_FactoryConnectionAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Factory Connection Adapter",
|
"Name": "Factory Connection Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CopperSheet",
|
"Item": "Desc_CopperSheet",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_FactoryConnectionAdapter",
|
"Item": "Desc_DS_FactoryConnectionAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Factory_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Factory_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/ContainerModules/Normal/Recipe_DS_FluidConnectionAdapter.Recipe_DS_FluidConnectionAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Pipe Connection Adapter",
|
"Name": "Pipe Connection Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Wire",
|
"Item": "Desc_Wire",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CopperSheet",
|
"Item": "Desc_CopperSheet",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_FluidConnectionAdapter",
|
"Item": "Desc_DS_FluidConnectionAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Pipe_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Pipe_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,19 +1,22 @@
|
||||||
//DigitalStorage/Buildables/NetworkCable/Recipe_DS_NetworkCable.Recipe_DS_NetworkCable_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Cable",
|
"Name": "Network Cable",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable",
|
"Item": "Desc_DS_NetworkCable",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/NetworkDistributor/Recipe_DS_NetworkDistributor.Recipe_DS_NetworkDistributor_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Distributor",
|
"Name": "Network Distributor",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 25
|
"Amount": 25
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SpaceElevatorPart",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkDistributor",
|
"Item": "Desc_DS_NetworkDistributor",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/NetworkPlug/Recipe_DS_NetworkPlug.Recipe_DS_NetworkPlug_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Wall Outlet",
|
"Name": "Network Wall Outlet",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SpaceElevatorPart",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkPlug",
|
"Item": "Desc_DS_NetworkPlug",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T5_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T5_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/NetworkPole/Recipe_DS_NetworkPole.Recipe_DS_NetworkPole_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Pole",
|
"Name": "Network Pole",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SpaceElevatorPart",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkPole",
|
"Item": "Desc_DS_NetworkPole",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/NetworkPowerAdapter/Recipe_DS_NetworkPowerAdapater.Recipe_DS_NetworkPowerAdapater_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Power Adapter",
|
"Name": "Network Power Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Rotor",
|
"Item": "Desc_Rotor",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 80
|
"Amount": 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 6
|
"Amount": 6
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkPowerAdapter",
|
"Item": "Desc_DS_NetworkPowerAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/ResourceAdapter/Recipe_DS_ResourceAdapter.Recipe_DS_ResourceAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Resource Adapter",
|
"Name": "Resource Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 15
|
"Amount": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_ResourceAdapter",
|
"Item": "Desc_DS_ResourceAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Resource_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Resource_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/ServerRack/Recipe_DS_ServerRack.Recipe_DS_ServerRack_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server Rack",
|
"Name": "Server Rack",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 40
|
"Amount": 40
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 100
|
"Amount": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_ServerRack",
|
"Item": "Desc_DS_ServerRack",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Server/1U/Recipe_DS_Server_1U.Recipe_DS_Server_1U_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server 1U (Item)",
|
"Name": "Server 1U (Item)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 100
|
"Amount": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Server_1U",
|
"Item": "Desc_DS_Server_1U",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_2_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_2_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Server/1UF/Recipe_DS_Server_1UF.Recipe_DS_Server_1UF_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server 1U (Fluid)",
|
"Name": "Server 1U (Fluid)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_CopperSheet",
|
"Item": "Desc_CopperSheet",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 100
|
"Amount": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Server_1UF",
|
"Item": "Desc_DS_Server_1UF",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T4_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T4_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Server/2U/Recipe_DS_Server_2U.Recipe_DS_Server_2U_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server 2U (Item)",
|
"Name": "Server 2U (Item)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 25
|
"Amount": 25
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Server_2U",
|
"Item": "Desc_DS_Server_2U",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T5_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T5_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Server/2UF/Recipe_DS_Server_2UF.Recipe_DS_Server_2UF_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server 2U (Fluid)",
|
"Name": "Server 2U (Fluid)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CopperSheet",
|
"Item": "Desc_CopperSheet",
|
||||||
"Amount": 150
|
"Amount": 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Server_2UF",
|
"Item": "Desc_DS_Server_2UF",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T5_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T5_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Server/2UG/Recipe_DS_Server_2UG.Recipe_DS_Server_2UG_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Server 2U (Gas)",
|
"Name": "Server 2U (Gas)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_GasTank",
|
"Item": "Desc_GasTank",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 50
|
"Amount": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Server_2UG",
|
"Item": "Desc_DS_Server_2UG",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T6_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T6_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/ContainerModules/Normal/Recipe_DS_StorageConnectionAdapter.Recipe_DS_StorageConnectionAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Storage Connection Adapter",
|
"Name": "Storage Connection Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPipe",
|
"Item": "Desc_SteelPipe",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Wire",
|
"Item": "Desc_Wire",
|
||||||
"Amount": 100
|
"Amount": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_StorageConnectionAdapter",
|
"Item": "Desc_DS_StorageConnectionAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Storage_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Storage_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Terminals/Storage/Recipe_DS_StorageTerminal.Recipe_DS_StorageTerminal_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Storage Terminal",
|
"Name": "Storage Terminal",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 8
|
"Amount": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_StorageTerminal",
|
"Item": "Desc_DS_StorageTerminal",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T3_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/TrainCargoAdapter/Recipe_DS_TrainCargoAdapter.Recipe_DS_TrainCargoAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Train Cargo Adapter",
|
"Name": "Train Cargo Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 4
|
"Amount": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_TrainCargoAdapter",
|
"Item": "Desc_DS_TrainCargoAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Train_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Train_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/Adapters/UniversalAdapter/Recipe_DS_UniversalAdapter.Recipe_DS_UniversalAdapter_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Universal Adapter",
|
"Name": "Universal Adapter",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrame",
|
"Item": "Desc_ModularFrame",
|
||||||
"Amount": 8
|
"Amount": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SteelPlate",
|
"Item": "Desc_SteelPlate",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SpaceElevatorPart",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 4
|
"Amount": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_UniversalAdapter",
|
"Item": "Desc_DS_UniversalAdapter",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Universal_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schematic_DS_Mam_Adapters_Universal_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/UplinkSatellite/Recipe_DS_UplinkSatellite.Recipe_DS_UplinkSatellite_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Wireless Ground Antenna",
|
"Name": "Wireless Ground Antenna",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameLightweight",
|
"Item": "Desc_ModularFrameLightweight",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameHeavy",
|
"Item": "Desc_ModularFrameHeavy",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_UplinkSatellite",
|
"Item": "Desc_DS_UplinkSatellite",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T7_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T7_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,27 +1,30 @@
|
||||||
//DigitalStorage/Buildables/WirelessAccessPoint/Recipe_DS_WirelessAccessPoint.Recipe_DS_WirelessAccessPoint_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Wireless Access Point",
|
"Name": "Wireless Access Point",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronScrew",
|
"Item": "Desc_IronScrew",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CircuitBoardHighSpeed",
|
"Item": "Desc_CircuitBoardHighSpeed",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_WirelessAccessPoint",
|
"Item": "Desc_DS_WirelessAccessPoint",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T6_2_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T6_2_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
|
@ -1,31 +1,34 @@
|
||||||
//DigitalStorage/Buildables/WirelessTower/Recipe_DS_WirelessTower.Recipe_DS_WirelessTower_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Wireless Tower",
|
"Name": "Wireless Tower",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_ComputerSuper",
|
"Item": "Desc_ComputerSuper",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 100
|
"Amount": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_AluminumPlate",
|
"Item": "Desc_AluminumPlate",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameLightweight",
|
"Item": "Desc_ModularFrameLightweight",
|
||||||
"Amount": 8
|
"Amount": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_WirelessTower",
|
"Item": "Desc_DS_WirelessTower",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}],
|
}
|
||||||
"UnlockedBy": ["Schem_DS_T7_1_C"],
|
],
|
||||||
"ClearIngredients": true,
|
"UnlockedBy": [
|
||||||
"ClearProducts": true
|
"Schem_DS_T7_1_C"
|
||||||
|
],
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,39 +1,44 @@
|
||||||
//DigitalStorage/Resources/Drives/16K/Recipe_DS_Drive_16K.Recipe_DS_Drive_16K_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (16K)",
|
"Name": "DS Drive (16K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_8K",
|
"Item": "Desc_DS_Drive_8K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_AluminumCasing",
|
"Item": "Desc_AluminumCasing",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 40
|
"Amount": 40
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_16K",
|
"Item": "Desc_DS_Drive_16K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_16K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_16K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/Drives/1K/Recipe_DS_Drive_1K.Recipe_DS_Drive_1K_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (1K)",
|
"Name": "DS Drive (1K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_512",
|
"Item": "Desc_DS_Drive_512",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_1K",
|
"Item": "Desc_DS_Drive_1K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_1K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_1K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/Drives/256/Recipe_DS_Drive_256.Recipe_DS_Drive_256_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (256)",
|
"Name": "DS Drive (256)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Wire",
|
"Item": "Desc_Wire",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_256",
|
"Item": "Desc_DS_Drive_256",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schem_DS_T3_2_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schem_DS_T3_2_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": false
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": false
|
||||||
}
|
}
|
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/Drives/2K/Recipe_DS_Drive_2K.Recipe_DS_Drive_2K_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (2K)",
|
"Name": "DS Drive (2K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_1K",
|
"Item": "Desc_DS_Drive_1K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_2K",
|
"Item": "Desc_DS_Drive_2K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_2K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_2K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
|
@ -1,39 +1,44 @@
|
||||||
//DigitalStorage/Resources/Drives/32K/Recipe_DS_Drive_32K.Recipe_DS_Drive_32K_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (32K)",
|
"Name": "DS Drive (32K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_16K",
|
"Item": "Desc_DS_Drive_16K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ModularFrameFused",
|
"Item": "Desc_ModularFrameFused",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CoolingSystem",
|
"Item": "Desc_CoolingSystem",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_ComputerSuper",
|
"Item": "Desc_ComputerSuper",
|
||||||
"Amount": 9
|
"Amount": 9
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_32K",
|
"Item": "Desc_DS_Drive_32K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 60.0,
|
"ManufacturingDuration": 60.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_32K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_32K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 60.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/Drives/4K/Recipe_DS_Drive_4K.Recipe_DS_Drive_4K_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (4K)",
|
"Name": "DS Drive (4K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_2K",
|
"Item": "Desc_DS_Drive_2K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 4
|
"Amount": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_4K",
|
"Item": "Desc_DS_Drive_4K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_4K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_4K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/Drives/512/Recipe_DS_Drive_512.Recipe_DS_Drive_512_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (512)",
|
"Name": "DS Drive (512)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_256",
|
"Item": "Desc_DS_Drive_256",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_512",
|
"Item": "Desc_DS_Drive_512",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_512_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_512_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,43 +1,48 @@
|
||||||
//DigitalStorage/Resources/Drives/64K/Recipe_DS_Drive_64K.Recipe_DS_Drive_64K_C
|
//DigitalStorage/Resources/Drives/64K/Recipe_DS_Drive_64K.Recipe_DS_Drive_64K_C
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (64K)",
|
"Name": "DS Drive (64K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_32K",
|
"Item": "Desc_DS_Drive_32K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_FicsiteMesh",
|
"Item": "Desc_FicsiteMesh",
|
||||||
"Amount": 3
|
"Amount": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_QuantumOscillator",
|
"Item": "Desc_QuantumOscillator",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_QuantumEnergy",
|
"Item": "Desc_QuantumEnergy",
|
||||||
"Amount": 10000
|
"Amount": 10000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_64K",
|
"Item": "Desc_DS_Drive_64K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DarkEnergy",
|
"Item": "Desc_DarkEnergy",
|
||||||
"Amount": 5000
|
"Amount": 5000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 60.0,
|
"ManufacturingDuration": 60.0,
|
||||||
"ProducedIn": ["Build_QuantumEncoder_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_QuantumEncoder_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_64K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_64K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 60.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
|
@ -1,35 +1,40 @@
|
||||||
//DigitalStorage/Resources/Drives/8K/Recipe_DS_Drive_8K.Recipe_DS_Drive_8K_C
|
//DigitalStorage/Resources/Drives/8K/Recipe_DS_Drive_8K.Recipe_DS_Drive_8K_C
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "DS Drive (8K)",
|
"Name": "DS Drive (8K)",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_4K",
|
"Item": "Desc_DS_Drive_4K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Computer",
|
"Item": "Desc_Computer",
|
||||||
"Amount": 10
|
"Amount": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Drive_8K",
|
"Item": "Desc_DS_Drive_8K",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 45.0,
|
"ManufacturingDuration": 45.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Drives_8K_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Drives_8K_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": true
|
"ManualManufacturingDuration": 45.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": true
|
||||||
}
|
}
|
|
@ -1,35 +1,40 @@
|
||||||
//DigitalStorage/Equipment/Multitool/Recipe_DS_Multitool.Recipe_DS_Multitool_C
|
//DigitalStorage/Equipment/Multitool/Recipe_DS_Multitool.Recipe_DS_Multitool_C
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Multitool",
|
"Name": "Multitool",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 4
|
"Amount": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_Multitool",
|
"Item": "Desc_DS_Multitool",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 1.0,
|
"ManufacturingDuration": 1.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Universal_C"],
|
"OverrideCategory": "",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schematic_DS_Mam_Adapters_Universal_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": false
|
"ManualManufacturingDuration": 1.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": false
|
||||||
}
|
}
|
|
@ -1,31 +1,36 @@
|
||||||
//DigitalStorage/Resources/NetworkCable/Recipe_DS_NetworkCable_Item.Recipe_DS_NetworkCable_Item_C
|
//DigitalStorage/Resources/NetworkCable/Recipe_DS_NetworkCable_Item.Recipe_DS_NetworkCable_Item_C
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Network Cable",
|
"Name": "Network Cable",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_HighSpeedWire",
|
"Item": "Desc_HighSpeedWire",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_Cable",
|
"Item": "Desc_Cable",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_NetworkCable_Item",
|
"Item": "Desc_DS_NetworkCable_Item",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 5.0,
|
"ManufacturingDuration": 5.0,
|
||||||
"ProducedIn": ["Build_AssemblerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_AssemblerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schem_DS_T3_1_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schem_DS_T3_1_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": false
|
"ManualManufacturingDuration": 5.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": false
|
||||||
}
|
}
|
|
@ -1,35 +1,40 @@
|
||||||
//DigitalStorage/Resources/WifiExtender/Recipe_DS_WirelessExtender.Recipe_DS_WirelessExtender_C
|
//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",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Wireless Range Extender",
|
"Name": "Wireless Range Extender",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_IronPlateReinforced",
|
"Item": "Desc_IronPlateReinforced",
|
||||||
"Amount": 5
|
"Amount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_SAMFluctuator",
|
"Item": "Desc_SAMFluctuator",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CircuitBoard",
|
"Item": "Desc_CircuitBoard",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_WirelessExtender",
|
"Item": "Desc_DS_WirelessExtender",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 1.0,
|
"ManufacturingDuration": 1.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "IC_DS_C",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schem_DS_T6_2_C"],
|
"OverrideCategory": "IC_DS_C",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schem_DS_T6_2_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": false
|
"ManualManufacturingDuration": 1.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": false
|
||||||
}
|
}
|
|
@ -1,35 +1,40 @@
|
||||||
//DigitalStorage/Equipment/WirelessTablet/Recipe_DS_WirelessTablet.Recipe_DS_WirelessTablet_C
|
//DigitalStorage/Equipment/WirelessTablet/Recipe_DS_WirelessTablet.Recipe_DS_WirelessTablet_C
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||||
"Name": "Wireless Tablet",
|
"Name": "Wireless Tablet",
|
||||||
"Ingredients": [
|
"Ingredients": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_WirelessExtender",
|
"Item": "Desc_DS_WirelessExtender",
|
||||||
"Amount": 2
|
"Amount": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_HighSpeedWire",
|
"Item": "Desc_HighSpeedWire",
|
||||||
"Amount": 30
|
"Amount": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Item": "Desc_CircuitBoard",
|
"Item": "Desc_CircuitBoard",
|
||||||
"Amount": 20
|
"Amount": 20
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Products": [
|
"Products": [
|
||||||
{
|
{
|
||||||
"Item": "Desc_DS_WirelessTablet",
|
"Item": "Desc_DS_WirelessTablet",
|
||||||
"Amount": 1
|
"Amount": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ManufacturingDuration": 1.0,
|
"ManufacturingDuration": 1.0,
|
||||||
"ProducedIn": ["Build_ManufacturerMk1_C"],
|
"ProducedIn": [
|
||||||
"OverrideCategory": "",
|
"Build_ManufacturerMk1_C"
|
||||||
"ManufacturingMenuPriority": 0.0,
|
],
|
||||||
"UnlockedBy": ["Schem_DS_T6_2_C"],
|
"OverrideCategory": "",
|
||||||
"VariablePowerConsumptionConstant": 0.0,
|
"ManufacturingMenuPriority": 0.0,
|
||||||
"VariablePowerConsumptionFactor": 1.0,
|
"UnlockedBy": [
|
||||||
"ClearIngredients": true,
|
"Schem_DS_T6_2_C"
|
||||||
"ClearProducts": true,
|
],
|
||||||
"ClearBuilders": false
|
"ManualManufacturingDuration": 1.0,
|
||||||
|
"VariablePowerConsumptionConstant": 0.0,
|
||||||
|
"VariablePowerConsumptionFactor": 1.0,
|
||||||
|
"ClearIngredients": true,
|
||||||
|
"ClearProducts": true,
|
||||||
|
"ClearBuilders": false
|
||||||
}
|
}
|
Loading…
Reference in a new issue