Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Weapon / Axe / Weapon_Axe_Bone.json

Weapon_Axe_Bone

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Axe_Bone.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Rare",
  "ItemLevel": 25,
  "Model": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone.blockymodel",
  "Texture": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone_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_Crude_Swing"
          }
        }
      ]
    },
    "Axe_Swing_Down_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Down_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 14
            },
            "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_Crude_Swing"
          }
        }
      ]
    },
    "Axe_Swing_Up_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Axe_Swing_Up_Right_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 14
            },
            "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": 28
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.2
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Crude_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.4,
    "Translation": [
      -25.2,
      -25.8
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Axe_Bone.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Axe"
    ]
  },
  "MaxDurability": 75,
  "DurabilityLossOnHit": 0.56,
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}