Salvage_Weapon_Deployable_Slowness_Totem
Server/Item/Recipes/Salvage/Salvage_Weapon_Deployable_Slowness_Totem.json, 523 B
Fields
| Field | Type |
|---|---|
Input | array[1] |
PrimaryOutput | object |
Output | array[3] |
BenchRequirement | array[1] |
TimeSeconds | number |
Source
{
"Input": [
{
"ItemId": "Weapon_Deployable_Slowness_Totem",
"Quantity": 1
}
],
"PrimaryOutput": {
"ItemId": "Ingredient_Ice_Essence",
"Quantity": 8
},
"Output": [
{
"ItemId": "Ingredient_Ice_Essence",
"Quantity": 8
},
{
"ItemId": "Ore_Cobalt",
"Quantity": 3
},
{
"ItemId": "Rock_Ice",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
}