Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Armor / Copper / Armor_Copper_Chest.json

Armor_Copper_Chest

Server/Item/Items/Armor/Copper/Armor_Copper_Chest.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Copper_Chest.name"
  },
  "Parent": "Armor_Iron_Chest",
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Armor_Copper_Chest.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.415,
    "Translation": [
      0,
      -13.2
    ]
  },
  "Model": "Items/Armors/Copper/Chest.blockymodel",
  "Texture": "Items/Armors/Copper/Chest_Texture.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Copper",
        "Quantity": 11
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Armor_Bench",
        "Type": "Crafting",
        "Categories": [
          "Armor_Chest"
        ]
      }
    ],
    "KnowledgeRequired": false,
    "TimeSeconds": 3
  },
  "Armor": {
    "ArmorSlot": "Chest",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "Overtop"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.0648,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.0648,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 9,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 80,
  "DurabilityLossOnHit": 0.5,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Copper"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy",
  "Quality": "Common"
}