DigitalStorageTweak/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPlug.json
Merith 1ea86db763 Convert to magefile for validation
Convert Makefile to Magefile
Add json validations
2025-06-22 14:51:21 -07:00

29 lines
No EOL
790 B
JSON

{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Network Wall Outlet",
"Ingredients": [
{
"Item": "Desc_IronPlateReinforced",
"Amount": 5
},
{
"Item": "Desc_IronScrew",
"Amount": 10
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 1
}
],
"Products": [
{
"Item": "Desc_DS_NetworkPlug",
"Amount": 1
}
],
"UnlockedBy": [
"Schem_DS_T5_1_C"
],
"ClearIngredients": true,
"ClearProducts": true
}