Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Weapons / Battleaxe / Deprecated / Attacks / Sweep / Battleaxe_Sweep_Damage.json

Battleaxe_Sweep_Damage

Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Attacks/Sweep/Battleaxe_Sweep_Damage.json, 697 B

Fields

FieldType
Typestring
DamageCalculatorobject
Effectsobject
DamageEffectsobject

Source

{
  "Type": "DamageEntity",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 6
    },
    "RandomPercentageModifier": 0.2
  },
  "Effects": {
    "CameraEffect": "Impact_Light"
  },
  "DamageEffects": {
    "Knockback": {
      "Type": "Point",
      "Force": 2,
      "VelocityY": 6,
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0,
        "Style": "Exp"
      },
      "VelocityType": "Set"
    },
    "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Basic"
      }
    ]
  }
}