Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Recipes / Salvage / Salvage_Armor_Cloth_Cindercloth_Hands.json

Salvage_Armor_Cloth_Cindercloth_Hands

Server/Item/Recipes/Salvage/Salvage_Armor_Cloth_Cindercloth_Hands.json, 472 B

Fields

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

Source

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