Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Weapon / Battleaxe / Weapon_Battleaxe_Onyxium.json

Weapon_Battleaxe_Onyxium

Server/Item/Items/Weapon/Battleaxe/Weapon_Battleaxe_Onyxium.json, 3.0 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
InteractionVarsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber

Source

{
  "Parent": "Template_Weapon_Battleaxe",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Battleaxe_Onyxium.name"
  },
  "Model": "Items/Weapons/Battleaxe/Onyxium.blockymodel",
  "Texture": "Items/Weapons/Battleaxe/Onyxium_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Battleaxe_Onyxium.png",
  "Quality": "Epic",
  "ItemLevel": 50,
  "InteractionVars": {
    "Swing_Down_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 73
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Swing_Down_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 36
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Swing_Down_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 44
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Downstrike_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Downstrike_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 57
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 2
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Signature_Whirlwind_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Signature_Whirlwind_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 29
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 20,
            "CostType": "Damage"
          }
        }
      ]
    }
  },
  "MaxDurability": 220,
  "DurabilityLossOnHit": 0.3
}