Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Weapon / Axe / Weapon_Axe_Onyxium.json

Weapon_Axe_Onyxium

Server/Item/Items/Weapon/Axe/Weapon_Axe_Onyxium.json, 2.9 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
Utilityobject
Interactionsobject
InteractionVarsobject
DroppedItemAnimationstring
IconPropertiesobject
Iconstring
Tagsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber
Weaponobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Axe_Onyxium.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Epic",
  "ItemLevel": 50,
  "Model": "Items/Weapons/Axe/Onyxium.blockymodel",
  "Texture": "Items/Weapons/Axe/Onyxium_texture.png",
  "PlayerAnimationsId": "Axe",
  "Utility": {
    "Compatible": true
  },
  "Interactions": {
    "Primary": "Axe_Attack"
  },
  "InteractionVars": {
    "Axe_Swing_Down_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Down_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Axe_Special_Swing"
          }
        }
      ]
    },
    "Axe_Swing_Down_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Down_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 108
            },
            "RandomPercentageModifier": 0.2
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Crude_Impact"
          }
        }
      ]
    },
    "Axe_Swing_Up_Right_Effect": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Up_Right_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Axe_Special_Swing"
          }
        }
      ]
    },
    "Axe_Swing_Up_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Up_Right_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 108
            },
            "RandomPercentageModifier": 0.2
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Crude_Impact"
          }
        }
      ]
    },
    "Axe_Swing_Left_Charged_Effect": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Left_Charged_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Weapon_Charge_Swing"
          }
        }
      ]
    },
    "Axe_Swing_Left_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Left_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 216
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.2
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Crude_Impact"
          }
        }
      ]
    }
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "IconProperties": {
    "Scale": 0.37,
    "Translation": [
      -39,
      -37.2
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Axe_Onyxium.png",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Axe"
    ]
  },
  "MaxDurability": 170,
  "DurabilityLossOnHit": 0.56,
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}