Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Armor / QA / Armor_QA_Hands.json

Armor_QA_Hands

Server/Item/Items/Armor/QA/Armor_QA_Hands.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_QA_Hands.name"
  },
  "Quality": "Debug",
  "ItemLevel": 15,
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Items.Armors"
  ],
  "Icon": "Icons/ItemsGenerated/Armor_Iron_Hands.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.92,
    "Translation": [
      15,
      -33
    ]
  },
  "Model": "Items/Armors/Iron/Hands.blockymodel",
  "Texture": "Items/Armors/Iron/Hands_Texture.png",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    }
  },
  "Armor": {
    "ArmorSlot": "Hands",
    "BaseDamageResistance": 5,
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0,
          "CalculationType": "Additive"
        }
      ],
      "Projectile": [
        {
          "Amount": 0,
          "CalculationType": "Additive"
        }
      ]
    },
    "StatModifiers": {
      "SignatureEnergy": [
        {
          "CalculationType": "Additive",
          "Amount": -10.0
        }
      ]
    }
  },
  "MaxDurability": 150,
  "DurabilityLossOnHit": 0.0,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Iron"
    ]
  }
}