Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Armor / Trooper / Armor_Trooper_Head.json

Armor_Trooper_Head

Server/Item/Items/Armor/Trooper/Armor_Trooper_Head.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Trooper_Head.name"
  },
  "Parent": "Armor_Iron_Head",
  "Quality": "Developer",
  "ItemLevel": 30,
  "Icon": "Icons/ItemsGenerated/Armor_Trooper_Head.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      -1.8,
      -3
    ]
  },
  "Model": "Items/Hypixel/Minigames/Space_Swarm/Armors/Head.blockymodel",
  "Texture": "Items/Hypixel/Minigames/Space_Swarm/Armors/Head_Texture.png",
  "Armor": {
    "ArmorSlot": "Head",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "EarAccessory",
      "Ear",
      "Haircut",
      "HeadAccessory"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.05,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.05,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 9,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Trooper"
    ]
  },
  "MaxDurability": 120
}