Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Recipes / Salvage / Flowers / Salvage_Plant_Flower_Common_Pink.json

Salvage_Plant_Flower_Common_Pink

Server/Item/Recipes/Salvage/Flowers/Salvage_Plant_Flower_Common_Pink.json, 381 B

Fields

FieldType
Inputarray[1]
PrimaryOutputobject
Outputarray[1]
BenchRequirementarray[1]
TimeSecondsnumber

Source

{
  "Input": [
    {
      "ItemId": "Plant_Flower_Common_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
}