31 lines
No EOL
702 B
JSON
31 lines
No EOL
702 B
JSON
//DigitalStorage/Buildables/UplinkSatellite/Recipe_DS_UplinkSatellite.Recipe_DS_UplinkSatellite_C
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
|
"Name": "Wireless Ground Antenna",
|
|
"Ingredients": [
|
|
{
|
|
"Item": "Desc_Computer",
|
|
"Amount": 5
|
|
},
|
|
{
|
|
"Item": "Desc_DS_NetworkCable_Item",
|
|
"Amount": 20
|
|
},
|
|
{
|
|
"Item": "Desc_ModularFrameLightweight",
|
|
"Amount": 2
|
|
},
|
|
{
|
|
"Item": "Desc_ModularFrameHeavy",
|
|
"Amount": 10
|
|
}
|
|
],
|
|
"Products": [
|
|
{
|
|
"Item": "Desc_DS_UplinkSatellite",
|
|
"Amount": 1
|
|
}],
|
|
"UnlockedBy": ["Schem_DS_T7_1_C"],
|
|
"ClearIngredients": true,
|
|
"ClearProducts": true
|
|
} |