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/Server/2UG/Recipe_DS_Server_2UG.Recipe_DS_Server_2UG_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Server 2U (Gas)",
"Ingredients": [
{
"Item": "Desc_Computer",
"Amount": 5
},
{
"Item": "Desc_ModularFrameHeavy",
"Amount": 5
},
{
"Item": "Desc_GasTank",
"Amount": 5
},
{
"Item": "Desc_DS_NetworkCable_Item",
"Amount": 50
}
],
"Products": [
{
"Item": "Desc_DS_Server_2UG",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T6_1_C"],
"ClearIngredients": true,
"ClearProducts": true
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Server 2U (Gas)",
"Ingredients": [
{
"Item": "Desc_Computer",
"Amount": 5
},
{
"Item": "Desc_ModularFrameHeavy",
"Amount": 5
},
{
"Item": "Desc_GasTank",
"Amount": 5
},
{
"Item": "Desc_DS_NetworkCable_Item",
"Amount": 50
}
],
"Products": [
{
"Item": "Desc_DS_Server_2UG",
"Amount": 1
}
],
"UnlockedBy": [
"Schem_DS_T6_1_C"
],
"ClearIngredients": true,
"ClearProducts": true
}