Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Armor / Prisma / Armor_Prisma_Hands.json

Armor_Prisma_Hands

Server/Item/Items/Armor/Prisma/Armor_Prisma_Hands.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Prisma_Hands.name"
  },
  "Parent": "Armor_Iron_Hands",
  "Quality": "Common",
  "ItemLevel": 75,
  "Icon": "Icons/ItemsGenerated/Armor_Prisma_Hands.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.6,
    "Translation": [
      -2.4,
      -2.4
    ]
  },
  "Model": "Items/Armors/Prisma/Hands.blockymodel",
  "Texture": "Items/Armors/Prisma/Hands_Texture.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"
        }
      ],
      "Mana": [
        {
          "Amount": 36,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 250,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Prisma"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy"
}