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

Weapon_Shield_Rusty

Server/Item/Items/Weapon/Shield/Weapon_Shield_Rusty.json, 601 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Texturestring
Modelstring
Iconstring
Qualitystring
ItemLevelnumber
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Shield",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shield_Rusty.name"
  },
  "Texture": "Items/Weapons/Shield/Rusty_Texture.png",
  "Model": "Items/Weapons/Shield/Rusty.blockymodel",
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Rusty.png",
  "Quality": "Common",
  "ItemLevel": 15,
  "InteractionVars": {
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Shield_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 13.22,
            "CostType": "Damage"
          }
        }
      ]
    }
  }
}