Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Armor / Leather_Light / Armor_Leather_Light_Hands.json

Armor_Leather_Light_Hands

Server/Item/Items/Armor/Leather_Light/Armor_Leather_Light_Hands.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Leather_Light_Hands.name"
  },
  "Parent": "Armor_Iron_Hands",
  "Quality": "Common",
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Armor_Leather_Light_Hands.png",
  "IconProperties": {
    "Rotation": [
      29.815,
      45.565,
      25.315
    ],
    "Scale": 0.645,
    "Translation": [
      0.9,
      -0.9
    ]
  },
  "Model": "Items/Armors/Leather_Light/Hands.blockymodel",
  "Texture": "Items/Armors/Leather_Light/Hands_Texture.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 2
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Bolt_Wool",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Hands"
        ]
      }
    ],
    "KnowledgeRequired": false
  },
  "Armor": {
    "ArmorSlot": "Hands",
    "BaseDamageResistance": 0,
    "StatModifiers": {
      "Health": [
        {
          "Amount": 7,
          "CalculationType": "Additive"
        }
      ]
    },
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Leather"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Leather"
}