Update to latest format, and format documents

This commit is contained in:
Merith 2025-04-18 14:43:07 -07:00
parent 2b78820358
commit 342f2eb12b
51 changed files with 1275 additions and 1125 deletions

View file

@ -1,31 +1,36 @@
//DigitalStorage/Resources/Drives/512/Recipe_DS_Drive_512.Recipe_DS_Drive_512_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "DS Drive (512)",
"Ingredients": [
{
"Item": "Desc_DS_Drive_256",
"Amount": 1
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 10
}
],
"Products": [
{
"Item": "Desc_DS_Drive_512",
"Amount": 1
}
],
"ManufacturingDuration": 45.0,
"ProducedIn": ["Build_AssemblerMk1_C"],
"OverrideCategory": "IC_DS_C",
"ManufacturingMenuPriority": 0.0,
"UnlockedBy": ["Schematic_DS_Mam_Drives_512_C"],
"VariablePowerConsumptionConstant": 0.0,
"VariablePowerConsumptionFactor": 1.0,
"ClearIngredients": true,
"ClearProducts": true,
"ClearBuilders": true
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "DS Drive (512)",
"Ingredients": [
{
"Item": "Desc_DS_Drive_256",
"Amount": 1
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 10
}
],
"Products": [
{
"Item": "Desc_DS_Drive_512",
"Amount": 1
}
],
"ManufacturingDuration": 45.0,
"ProducedIn": [
"Build_AssemblerMk1_C"
],
"OverrideCategory": "IC_DS_C",
"ManufacturingMenuPriority": 0.0,
"UnlockedBy": [
"Schematic_DS_Mam_Drives_512_C"
],
"ManualManufacturingDuration": 45.0,
"VariablePowerConsumptionConstant": 0.0,
"VariablePowerConsumptionFactor": 1.0,
"ClearIngredients": true,
"ClearProducts": true,
"ClearBuilders": true
}