Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Bow_Two_Handed_Charge_02.json

Projectile_Config_Bow_Two_Handed_Charge_02

Server/ProjectileConfigs/Weapons/Bows/Two_Handed/Projectile_Config_Bow_Two_Handed_Charge_02.json, 811 B

Fields

FieldType
Parentstring
LaunchForcenumber
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Two_Handed_Bow",
  "LaunchForce": 16,
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        {
          "Parent": "Bow_Two_Handed_Projectile_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 4
            }
          },
          "DamageEffects": {
            "Knockback": {
              "Force": 4
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 0.81
            }
          ]
        },
        "Bow_Two_Handed_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Bow_Two_Handed_Projectile_Miss",
        "Bow_Two_Handed_Projectile_Miss_End"
      ]
    }
  }
}