Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Armor / Steel / Armor_Steel_Hands.json

Armor_Steel_Hands

Server/Item/Items/Armor/Steel/Armor_Steel_Hands.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Steel_Hands.name"
  },
  "Parent": "Armor_Iron_Hands",
  "Icon": "Icons/ItemsGenerated/Armor_Steel_Hands.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.8,
    "Translation": [
      16.8,
      -30
    ]
  },
  "Model": "Items/Armors/Steel/Hands.blockymodel",
  "Texture": "Items/Armors/Steel/Hands_default.png",
  "Armor": {
    "ArmorSlot": "Hands",
    "BaseDamageResistance": 0,
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 7,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 150,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Steel"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy",
  "Quality": "Uncommon"
}