Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Stick / Swing_Down_Strong / Stick_Swing_Down_Strong_Damage.json

Stick_Swing_Down_Strong_Damage

Server/Item/Interactions/Weapons/Stick/Swing_Down_Strong/Stick_Swing_Down_Strong_Damage.json, 869 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject
EntityStatsOnHitarray[1]

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 10
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Type": "Force",
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0,
        "Style": "Exp"
      },
      "Direction": {
        "X": 0.0,
        "Y": -2.0,
        "Z": -2.5
      },
      "Force": 8.0,
      "VelocityType": "Set"
    },
    "StaminaDrainMultiplier": 2.5,
    "WorldSoundEventId": "SFX_Club_Steel_Impact",
    "LocalSoundEventId": "SFX_Club_Steel_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Basic_Stronk"
      }
    ]
  },
  "EntityStatsOnHit": [
    {
      "EntityStatId": "SignatureEnergy",
      "Amount": 0
    }
  ]
}