Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Weapon / Shield / Weapon_Shield_Cobalt.json

Weapon_Shield_Cobalt

Server/Item/Items/Weapon/Shield/Weapon_Shield_Cobalt.json, 1.1 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
Iconstring
Recipeobject
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Shield",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shield_Cobalt.name"
  },
  "Quality": "Rare",
  "ItemLevel": 35,
  "Model": "Items/Weapons/Shield/Cobalt.blockymodel",
  "Texture": "Items/Weapons/Shield/Cobalt_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Cobalt.png",
  "Recipe": {
    "TimeSeconds": 4,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Cobalt",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Shield"
        ],
        "RequiredTierLevel": 2,
        "Id": "Armor_Bench"
      }
    ]
  },
  "InteractionVars": {
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Shield_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 17.11,
            "CostType": "Damage"
          }
        }
      ]
    }
  }
}