Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Armor / Trooper / Armor_Trooper_Chest.json

Armor_Trooper_Chest

Server/Item/Items/Armor/Trooper/Armor_Trooper_Chest.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
ItemLevelnumber
Iconstring
IconPropertiesobject
Modelstring
Texturestring
Armorobject
Tagsobject
MaxDurabilitynumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Trooper_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "Quality": "Developer",
  "ItemLevel": 30,
  "Icon": "Icons/ItemsGenerated/Armor_Trooper_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      0,
      -7.8
    ]
  },
  "Model": "Items/Hypixel/Minigames/Space_Swarm/Armors/Chest.blockymodel",
  "Texture": "Items/Hypixel/Minigames/Space_Swarm/Armors/Chest_Texture.png",
  "Armor": {
    "ArmorSlot": "Chest",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Overtop"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 17,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Trooper"
    ]
  },
  "MaxDurability": 120
}