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

33 lines
No EOL
906 B
JSON

{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Wireless Tower",
"Ingredients": [
{
"Item": "Desc_ComputerSuper",
"Amount": 10
},
{
"Item": "Desc_DS_NetworkCable_Item",
"Amount": 100
},
{
"Item": "Desc_AluminumPlate",
"Amount": 10
},
{
"Item": "Desc_ModularFrameLightweight",
"Amount": 8
}
],
"Products": [
{
"Item": "Desc_DS_WirelessTower",
"Amount": 1
}
],
"UnlockedBy": [
"Schem_DS_T7_1_C"
],
"ClearIngredients": true,
"ClearProducts": true
}