Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Armor / Kweebec / Armor_Kweebec_Chest.json

Armor_Kweebec_Chest

Server/Item/Items/Armor/Kweebec/Armor_Kweebec_Chest.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Kweebec_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "ItemLevel": 20,
  "Icon": "Icons/ItemsGenerated/Armor_Kweebec_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      -0.6,
      -19.2
    ]
  },
  "Model": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Chest.blockymodel",
  "Texture": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Chest_Texture.png",
  "Armor": {
    "ArmorSlot": "Chest",
    "BaseDamageResistance": 0,
    "StatModifiers": {
      "Health": [
        {
          "Amount": 17,
          "CalculationType": "Additive"
        }
      ]
    },
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "MaxDurability": 40,
  "Quality": "Uncommon"
}