Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Weapon / Shield / Weapon_Shield_Scrap_Spiked.json

Weapon_Shield_Scrap_Spiked

Server/Item/Items/Weapon/Shield/Weapon_Shield_Scrap_Spiked.json, 703 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
Iconstring
Scalenumber
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Shield",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shield_Scrap_Spiked.name"
  },
  "Quality": "Common",
  "ItemLevel": 15,
  "Model": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Shield/Scrap_Spiked.blockymodel",
  "Texture": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Shield/Scrap_Spiked_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Scrap_Spiked.png",
  "Scale": 0.9,
  "InteractionVars": {
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Shield_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 13.22,
            "CostType": "Damage"
          }
        }
      ]
    }
  }
}