Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Weapon / Shield / Weapon_Shield_Mithril.json

Weapon_Shield_Mithril

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

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Shield",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shield_Mithril.name"
  },
  "Model": "Items/Weapons/Shield/Mithril.blockymodel",
  "Texture": "Items/Weapons/Shield/Mithril_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Mithril.png",
  "Quality": "Epic",
  "ItemLevel": 50,
  "Recipe": {
    "TimeSeconds": 5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Mithril",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Leather_Storm",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Stormsilk",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Shield"
        ],
        "RequiredTierLevel": 3,
        "Id": "Armor_Bench"
      }
    ]
  },
  "InteractionVars": {
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Shield_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 28,
            "CostType": "Damage"
          }
        }
      ]
    }
  }
}