Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Mace / Weapon_Mace_Scrap.json

Weapon_Mace_Scrap

Server/Item/Items/Weapon/Mace/Weapon_Mace_Scrap.json, 4.0 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
MaxDurabilitynumber
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Mace",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Mace_Scrap.name"
  },
  "Model": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Mace/Scrap.blockymodel",
  "Texture": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Mace/Scrap_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Mace_Scrap.png",
  "Quality": "Uncommon",
  "ItemLevel": 15,
  "MaxDurability": 50,
  "InteractionVars": {
    "Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 26
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 26
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Swing_Up_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Up_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 26
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Swing_Left_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Left_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 37
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 2
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Swing_Right_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Right_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 37
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 2
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Swing_Up_Left_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Primary_Swing_Up_Left_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 37
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 2
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Groundslam_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Signature_Groundslam_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 83
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Mace_T2_Impact",
            "LocalSoundEventId": "SFX_Mace_T2_Impact"
          }
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Mace_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 9.44,
            "CostType": "Damage"
          }
        }
      ]
    }
  }
}