Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Armor / Leather_Light / Armor_Leather_Light_Legs.json

Armor_Leather_Light_Legs

Server/Item/Items/Armor/Leather_Light/Armor_Leather_Light_Legs.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Leather_Light_Legs.name"
  },
  "Parent": "Armor_Iron_Legs",
  "Quality": "Common",
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Armor_Leather_Light_Legs.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.445,
    "Translation": [
      0.6,
      -22.8
    ]
  },
  "Model": "Items/Armors/Leather_Light/Legs.blockymodel",
  "Texture": "Items/Armors/Leather_Light/Legs_Texture.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 4
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bolt_Wool",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Legs"
        ]
      }
    ],
    "KnowledgeRequired": false
  },
  "Armor": {
    "ArmorSlot": "Legs",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Shoes",
      "Pants"
    ],
    "StatModifiers": {
      "Health": [
        {
          "Amount": 13,
          "CalculationType": "Additive"
        }
      ]
    },
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.07,
          "CalculationType": "Multiplicative"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.07,
          "CalculationType": "Multiplicative"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Leather"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Leather"
}