Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Armor / Onyxium / Armor_Onyxium_Legs.json

Armor_Onyxium_Legs

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Onyxium_Legs.name"
  },
  "Parent": "Armor_Iron_Legs",
  "Quality": "Epic",
  "ItemLevel": 50,
  "Icon": "Icons/ItemsGenerated/Armor_Onyxium_Legs.png",
  "IconProperties": {
    "Scale": 0.4,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      5,
      -10
    ]
  },
  "Model": "Items/Armors/Onyxium/Legs.blockymodel",
  "Texture": "Items/Armors/Onyxium/Legs_Texture.png",
  "Armor": {
    "ArmorSlot": "Legs",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Pants",
      "Shoes"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.07,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.07,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 13,
          "CalculationType": "Additive"
        }
      ],
      "Mana": [
        {
          "Amount": 22,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 250,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Onyxium"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy"
}