DigitalStorageTweak/ContentLib/RecipePatches/Buildables/Recipe_DS_NetworkPole.json

27 lines
No EOL
606 B
JSON

//DigitalStorage/Buildables/NetworkPole/Recipe_DS_NetworkPole.Recipe_DS_NetworkPole_C
{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "Network Pole",
"Ingredients": [
{
"Item": "Desc_IronPlateReinforced",
"Amount": 5
},
{
"Item": "Desc_ModularFrame",
"Amount": 1
},
{
"Item": "Desc_SpaceElevatorPart",
"Amount": 1
}
],
"Products": [
{
"Item": "Desc_DS_NetworkPole",
"Amount": 1
}],
"UnlockedBy": ["Schem_DS_T3_1_C"],
"ClearIngredients": true,
"ClearProducts": true
}