begin recipie patches: Replace all Elevator Parts with Reinforced Iron plates

This commit is contained in:
Merith 2025-03-29 18:06:42 -07:00
commit 1acb54a061
53 changed files with 1305 additions and 0 deletions

View file

@ -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
}