Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / _Debug / Test_Backpack.json

Test_Backpack

Server/Item/Items/_Debug/Test_Backpack.json, 882 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Test_Backpack.name"
  },
  "Quality": "Developer",
  "ItemLevel": 25,
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Items.Armors"
  ],
  "Icon": "Icons/ItemsGenerated/Utility_Leather_Medium_Backpack.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.37,
    "Translation": [
      0,
      -6
    ]
  },
  "Model": "NPC/Intelligent/Klops/Models/Attachments/Merchant/Backpack.blockymodel",
  "Texture": "NPC/Intelligent/Klops/Models/Attachments/Merchant/Backpack_Texture.png",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ]
  }
}