Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Common / Melee / Common_Melee_Damage.json

Common_Melee_Damage

Server/Item/Interactions/Weapons/Common/Melee/Common_Melee_Damage.json, 906 B

Fields

FieldType
Parentstring
DamageCalculatorobject
Effectsobject
DamageEffectsobject
EntityStatsOnHitarray[1]

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 6
    }
  },
  "Effects": {
    "CameraEffect": "Impact"
  },
  "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": 1.0,
        "Z": -1.5
      },
      "Force": 6.5,
      "VelocityType": "Set"
    },
    "WorldSoundEventId": "SFX_Sword_T2_Impact",
    "LocalSoundEventId": "SFX_Sword_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Basic"
      }
    ],
    "CameraEffect": "Impact_Light"
  },
  "EntityStatsOnHit": [
    {
      "EntityStatId": "SignatureEnergy",
      "Amount": 1
    }
  ]
}