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