Salvage_Armor_Cloth_Wool_Hands
Server/Item/Recipes/Salvage/Salvage_Armor_Cloth_Wool_Hands.json, 447 B
Fields
| Field | Type |
|---|---|
Input | array[1] |
PrimaryOutput | object |
Output | array[2] |
BenchRequirement | array[1] |
TimeSeconds | number |
Source
{
"Input": [
{
"ItemId": "Armor_Cloth_Wool_Hands",
"Quantity": 1
}
],
"PrimaryOutput": {
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 1
},
"Output": [
{
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 1
},
{
"ItemId": "Ore_Copper",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
}