30 lines
No EOL
915 B
JSON
30 lines
No EOL
915 B
JSON
//DigitalStorage/Buildables/ResourceAdapter/Recipe_DS_ResourceAdapter.Recipe_DS_ResourceAdapter_C
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
|
"Name": "Resource Adapter",
|
|
"Ingredients": [
|
|
{
|
|
"Item": "Desc_IronPlateReinforced",
|
|
"Amount": 15
|
|
},
|
|
{
|
|
"Item": "Desc_ModularFrame",
|
|
"Amount": 20
|
|
},
|
|
{
|
|
"Item": "Desc_DS_NetworkCable_Item",
|
|
"Amount": 5
|
|
}
|
|
],
|
|
"Products": [
|
|
{
|
|
"Item": "Desc_DS_ResourceAdapter",
|
|
"Amount": 1
|
|
}
|
|
],
|
|
"UnlockedBy": [
|
|
"Schematic_DS_Mam_Adapters_Resource_C"
|
|
],
|
|
"ClearIngredients": true,
|
|
"ClearProducts": true
|
|
} |