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,34 @@
//DigitalStorage/Buildables/ServerRack/Recipe_DS_ServerRack.Recipe_DS_ServerRack_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Server Rack",
"Ingredients": [
{
"Item": "Desc_Cable",
"Amount": 50
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 40
},
{
"Item": "Desc_IronScrew",
"Amount": 100
},
{
"Item": "Desc_ModularFrame",
"Amount": 10
}
],
"Products": [
{
"Item": "Desc_DS_ServerRack",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T3_1_C"],
"ClearIngredients": true,
"ClearProducts": true
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Server Rack",
"Ingredients": [
{
"Item": "Desc_Cable",
"Amount": 50
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 40
},
{
"Item": "Desc_IronScrew",
"Amount": 100
},
{
"Item": "Desc_ModularFrame",
"Amount": 10
}
],
"Products": [
{
"Item": "Desc_DS_ServerRack",
"Amount": 1
}
],
"UnlockedBy": [
"Schem_DS_T3_1_C"
],
"ClearIngredients": true,
"ClearProducts": true
}