Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Recipes / Salvage / Flowers / Salvage_Plant_Flower_Flax_Pink.json

Salvage_Plant_Flower_Flax_Pink

Server/Item/Recipes/Salvage/Flowers/Salvage_Plant_Flower_Flax_Pink.json, 379 B

Fields

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

Source

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