Salvage_Plant_Flower_Orchid_Pink
Server/Item/Recipes/Salvage/Flowers/Salvage_Plant_Flower_Orchid_Pink.json, 381 B
Fields
| Field | Type |
|---|---|
Input | array[1] |
PrimaryOutput | object |
Output | array[1] |
BenchRequirement | array[1] |
TimeSeconds | number |
Source
{
"Input": [
{
"ItemId": "Plant_Flower_Orchid_Pink",
"Quantity": 1
}
],
"PrimaryOutput": {
"ItemId": "Plant_Petals_Pink",
"Quantity": 4
},
"Output": [
{
"ItemId": "Plant_Petals_Pink",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 0.5
}