31 lines
No EOL
713 B
JSON
31 lines
No EOL
713 B
JSON
//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
|
|
} |