27 lines
No EOL
649 B
JSON
27 lines
No EOL
649 B
JSON
//DigitalStorage/Buildables/WirelessAccessPoint/Recipe_DS_WirelessAccessPoint.Recipe_DS_WirelessAccessPoint_C
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
|
"Name": "Wireless Access Point",
|
|
"Ingredients": [
|
|
{
|
|
"Item": "Desc_IronPlateReinforced",
|
|
"Amount": 5
|
|
},
|
|
{
|
|
"Item": "Desc_IronScrew",
|
|
"Amount": 10
|
|
},
|
|
{
|
|
"Item": "Desc_CircuitBoardHighSpeed",
|
|
"Amount": 1
|
|
}
|
|
],
|
|
"Products": [
|
|
{
|
|
"Item": "Desc_DS_WirelessAccessPoint",
|
|
"Amount": 1
|
|
}],
|
|
"UnlockedBy": ["Schem_DS_T6_2_C"],
|
|
"ClearIngredients": true,
|
|
"ClearProducts": true
|
|
} |