Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Armor / Leather_Raven / Armor_Leather_Raven_Hands.json

Armor_Leather_Raven_Hands

Server/Item/Items/Armor/Leather_Raven/Armor_Leather_Raven_Hands.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Leather_Raven_Hands.name"
  },
  "Parent": "Armor_Iron_Hands",
  "ItemLevel": 32,
  "Icon": "Icons/ItemsGenerated/Armor_Leather_Raven_Hands.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.8,
    "Translation": [
      3.6,
      5.4
    ]
  },
  "Model": "Items/Armors/Leather_Raven/Hands.blockymodel",
  "Texture": "Items/Armors/Leather_Raven/Hands_Texture.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Feathers_Dark",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Bolt_Cotton",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Hands"
        ]
      }
    ],
    "KnowledgeRequired": true
  },
  "Armor": {
    "ArmorSlot": "Hands",
    "BaseDamageResistance": 0,
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.04,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 7,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Leather"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Leather"
}