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

Armor_QA_Chest

Server/Item/Items/Armor/QA/Armor_QA_Chest.json, 1.4 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_Chest.name"
  },
  "Quality": "Debug",
  "ItemLevel": 15,
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Items.Armors"
  ],
  "Icon": "Icons/ItemsGenerated/Armor_Iron_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      0,
      -13.2
    ]
  },
  "Model": "Items/Armors/QA/QA_Chest.blockymodel",
  "Texture": "Items/Armors/QA/QA_Chest_Texture.png",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "EquipItem"
        }
      ]
    }
  },
  "Armor": {
    "ArmorSlot": "Chest",
    "BaseDamageResistance": 12,
    "CosmeticsToHide": [
      "Overtop"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0,
          "CalculationType": "Additive"
        }
      ],
      "Projectile": [
        {
          "Amount": 0,
          "CalculationType": "Additive"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 999999.0,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 150,
  "DurabilityLossOnHit": 0.0,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Iron"
    ]
  }
}