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

Salvage_Weapon_Deployable_Slowness_Totem

Server/Item/Recipes/Salvage/Salvage_Weapon_Deployable_Slowness_Totem.json, 523 B

Fields

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

Source

{
  "Input": [
    {
      "ItemId": "Weapon_Deployable_Slowness_Totem",
      "Quantity": 1
    }
  ],
  "PrimaryOutput": {
    "ItemId": "Ingredient_Ice_Essence",
    "Quantity": 8
  },
  "Output": [
    {
      "ItemId": "Ingredient_Ice_Essence",
      "Quantity": 8
    },
    {
      "ItemId": "Ore_Cobalt",
      "Quantity": 3
    },
    {
      "ItemId": "Rock_Ice",
      "Quantity": 10
    }
  ],
  "BenchRequirement": [
    {
      "Type": "Processing",
      "Id": "Salvagebench"
    }
  ],
  "TimeSeconds": 4
}