Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Armor / Cloth_Cotton / Armor_Cloth_Cotton_Head.json

Armor_Cloth_Cotton_Head

Server/Item/Items/Armor/Cloth_Cotton/Armor_Cloth_Cotton_Head.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_Cloth_Cotton_Head.name"
  },
  "Parent": "Armor_Iron_Head",
  "Quality": "Common",
  "ItemLevel": 25,
  "Icon": "Icons/ItemsGenerated/Armor_Cloth_Cotton_Head.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      -0.6,
      -5.4
    ]
  },
  "Model": "Items/Armors/Cotton/Head.blockymodel",
  "Texture": "Items/Armors/Cotton/Head_Texture.png",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Bolt_Cotton",
        "Quantity": 3
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bar_Thorium",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "TODO",
        "Type": "Crafting",
        "Categories": [
          "Armor_Head"
        ]
      }
    ],
    "KnowledgeRequired": false
  },
  "Armor": {
    "ArmorSlot": "Head",
    "BaseDamageResistance": 0,
    "CosmeticsToHide": [
      "EarAccessory",
      "Ear",
      "Haircut",
      "HeadAccessory"
    ],
    "StatModifiers": {
      "Health": [
        {
          "Amount": 9,
          "CalculationType": "Additive"
        }
      ]
    },
    "DamageResistance": {
      "Physical": [
        {
          "Amount": 0.05,
          "CalculationType": "Percent"
        }
      ],
      "Projectile": [
        {
          "Amount": 0.05,
          "CalculationType": "Percent"
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ],
    "Family": [
      "Cloth_Cotton"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Cloth"
}