Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Armor / Leather_Raven / Armor_Leather_Raven_Legs.json

Armor_Leather_Raven_Legs

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Leather_Raven_Legs.name"
  },
  "Parent": "Armor_Iron_Legs",
  "ItemLevel": 32,
  "Icon": "Icons/ItemsGenerated/Armor_Leather_Raven_Legs.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      50.065,
      22.5
    ],
    "Scale": 0.67,
    "Translation": [
      -2.1,
      -0.3
    ]
  },
  "Model": "Items/Armors/Leather_Raven/Legs.blockymodel",
  "Texture": "Items/Armors/Leather_Raven/Legs_Texture.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Feathers_Dark",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Bolt_Cotton",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Legs"
        ]
      }
    ],
    "KnowledgeRequired": true
  },
  "Armor": {
    "ArmorSlot": "Legs",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Pants",
      "Shoes"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.07,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.07,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 13,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 250,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Leather"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Leather"
}