Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / NPCs / Livestock / NPC_Livestock_Kick_Damage.json

NPC_Livestock_Kick_Damage

Server/Item/Interactions/NPCs/Livestock/NPC_Livestock_Kick_Damage.json, 719 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 5
    }
  },
  "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": 2.0
      },
      "Force": 10.0,
      "VelocityType": "Set"
    },
    "WorldSoundEventId": "SFX_Unarmed_Impact",
    "LocalSoundEventId": "SFX_Unarmed_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Basic"
      }
    ]
  }
}