Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Armor / Steel_Ancient / Armor_Steel_Ancient_Chest.json

Armor_Steel_Ancient_Chest

Server/Item/Items/Armor/Steel_Ancient/Armor_Steel_Ancient_Chest.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Steel_Ancient_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "ItemLevel": 30,
  "Icon": "Icons/ItemsGenerated/Armor_Steel_Ancient_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      4.8,
      -18
    ]
  },
  "Model": "Items/Armors/Steel/Chest.blockymodel",
  "Texture": "Items/Armors/Steel/Chest_Ancient.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Bronze",
        "Quantity": 6
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Chest"
        ]
      }
    ],
    "KnowledgeRequired": true
  },
  "Armor": {
    "ArmorSlot": "Chest",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Overtop"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.09,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 17,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Steel"
    ]
  },
  "MaxDurability": 75,
  "ItemSoundSetId": "ISS_Armor_Heavy",
  "Quality": "Rare"
}