Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Interactions / Weapons / Crossbow / Damage / Weapon_Crossbow_Damage_Signature_Projectile.json

Weapon_Crossbow_Damage_Signature_Projectile

Server/Item/Interactions/Weapons/Crossbow/Damage/Weapon_Crossbow_Damage_Signature_Projectile.json, 682 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "Class": "Signature",
    "BaseDamage": {
      "Physical": 46
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Type": "Force",
      "VelocityConfig": {
        "AirResistance": 0.99,
        "AirResistanceMax": 0.98,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0,
        "Style": "Linear"
      },
      "Direction": {
        "X": 0.0,
        "Y": 0.5,
        "Z": -1
      },
      "Force": 18.0,
      "VelocityType": "Set"
    },
    "WorldParticles": [
      {
        "SystemId": "Impact_Daggers_Signature",
        "Scale": 1.5
      }
    ]
  }
}