Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Utility / Utility_Leather_Backpack.json

Utility_Leather_Backpack

Server/Item/Items/Utility/Utility_Leather_Backpack.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
Modelstring
Texturestring
PlayerAnimationsIdstring
Tagsobject
Interactionsobject
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Utility_Leather_Backpack.name"
  },
  "Categories": [
    "Items.Armors"
  ],
  "Icon": "Icons/ItemsGenerated/Utility_Leather_Backpack.png",
  "Quality": "Common",
  "ItemLevel": 20,
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "ArmorBench"
      }
    ]
  },
  "Model": "Items/Back/Backpack_Medium.blockymodel",
  "Texture": "Items/Back/Backpack_Medium_Texture.png",
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Family": [
      "Leather"
    ],
    "Type": [
      "Utility"
    ]
  },
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    }
  },
  "MaxStack": 1
}