Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Armor / Onyxium / Armor_Onyxium_Chest.json

Armor_Onyxium_Chest

Server/Item/Items/Armor/Onyxium/Armor_Onyxium_Chest.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Onyxium_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "Quality": "Epic",
  "ItemLevel": 50,
  "Icon": "Icons/ItemsGenerated/Armor_Onyxium_Chest.png",
  "IconProperties": {
    "Scale": 0.305,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -18
    ]
  },
  "Model": "Items/Armors/Onyxium/Chest.blockymodel",
  "Texture": "Items/Armors/Onyxium/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"
        }
      ],
      "Mana": [
        {
          "Amount": 16,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Onyxium"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Heavy"
}