Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Armor / Copper / Armor_Copper_Head.json

Armor_Copper_Head

Server/Item/Items/Armor/Copper/Armor_Copper_Head.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Armor_Copper_Head.name"
  },
  "Parent": "Armor_Iron_Head",
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Armor_Copper_Head.png",
  "Model": "Items/Armors/Copper/Head.blockymodel",
  "Texture": "Items/Armors/Copper/Head_Texture.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Copper",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Armor_Bench",
        "Type": "Crafting",
        "Categories": [
          "Armor_Head"
        ]
      }
    ],
    "KnowledgeRequired": false,
    "TimeSeconds": 3
  },
  "Armor": {
    "ArmorSlot": "Head",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "EarAccessory",
      "Ear",
      "Haircut",
      "HeadAccessory"
    ],
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.036,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.036,
          "CalculationType": "Percent"
        }
      ]
    },
    "StatModifiers": {
      "Health": [
        {
          "Amount": 5,
          "CalculationType": "Additive"
        }
      ]
    }
  },
  "MaxDurability": 80,
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Copper"
    ]
  },
  "ItemSoundSetId": "ISS_Armor_Heavy",
  "DurabilityLossOnHit": 0.5,
  "Quality": "Common"
}