Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Armor / Wool / Armor_Wool_Chest.json

Armor_Wool_Chest

Server/Item/Items/Armor/Wool/Armor_Wool_Chest.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Wool_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "Quality": "Common",
  "ItemLevel": 30,
  "Icon": "Icons/ItemsGenerated/Armor_Wool_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.415,
    "Translation": [
      1.5,
      -6.9
    ]
  },
  "Model": "Items/Armors/Wool/Chest.blockymodel",
  "Texture": "Items/Armors/Wool/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"
        }
      ]
    }
  },
  "MaxDurability": 100,
  "DurabilityLossOnHit": 1,
  "Tags": {
    "Type": [
      "Armor"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Cloth"
}