Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Recipes / Salvage / Salvage_Armor_Cloth_Cindercloth_Legs.json

Salvage_Armor_Cloth_Cindercloth_Legs

Server/Item/Recipes/Salvage/Salvage_Armor_Cloth_Cindercloth_Legs.json, 540 B

Fields

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

Source

{
  "Input": [
    {
      "ItemId": "Armor_Cloth_Cindercloth_Legs",
      "Quantity": 1
    }
  ],
  "PrimaryOutput": {
    "ItemId": "Ingredient_Bolt_Cindercloth",
    "Quantity": 1
  },
  "Output": [
    {
      "ItemId": "Ingredient_Bolt_Cindercloth",
      "Quantity": 1
    },
    {
      "ItemId": "Ingredient_Stick",
      "Quantity": 1
    },
    {
      "ItemId": "Ore_Adamantite",
      "Quantity": 1
    }
  ],
  "BenchRequirement": [
    {
      "Type": "Processing",
      "Id": "Salvagebench"
    }
  ],
  "TimeSeconds": 4
}