Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Armor / Mithril / Armor_Mithril_Hands.json

Armor_Mithril_Hands

Server/Item/Items/Armor/Mithril/Armor_Mithril_Hands.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Mithril_Hands.name"
  },
  "Parent": "Armor_Iron_Hands",
  "Quality": "Epic",
  "ItemLevel": 50,
  "Icon": "Icons/ItemsGenerated/Armor_Mithril_Hands.png",
  "IconProperties": {
    "Rotation": [
      21.94,
      42.8,
      22.5
    ],
    "Scale": 0.7,
    "Translation": [
      35.4,
      -55.8
    ]
  },
  "Model": "Items/Armors/Mithril/Hands.blockymodel",
  "Texture": "Items/Armors/Mithril/Hands_Texture.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Mithril",
        "Quantity": 8
      },
      {
        "ItemId": "Ingredient_Leather_Storm",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Void_Essence",
        "Quantity": 20
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Armor_Bench",
        "Type": "Crafting",
        "Categories": [
          "Armor_Hands"
        ],
        "RequiredTierLevel": 3
      }
    ],
    "KnowledgeRequired": false,
    "TimeSeconds": 3
  },
  "Armor": {
    "ArmorSlot": "Hands",
    "BaseDamageResistance": 0,
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.064,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.064,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 11,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 180,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Mithril"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy",
  "DurabilityLossOnHit": 0.5
}