Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Bow_Two_Handed_Charge_05.json

Projectile_Config_Bow_Two_Handed_Charge_05

Server/ProjectileConfigs/Weapons/Bows/Two_Handed/Projectile_Config_Bow_Two_Handed_Charge_05.json, 812 B

Fields

FieldType
Parentstring
LaunchForcenumber
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Two_Handed_Bow",
  "LaunchForce": 40,
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        {
          "Parent": "Bow_Two_Handed_Projectile_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 10
            }
          },
          "DamageEffects": {
            "Knockback": {
              "Force": 7
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 1.62
            }
          ]
        },
        "Bow_Two_Handed_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Bow_Two_Handed_Projectile_Miss",
        "Bow_Two_Handed_Projectile_Miss_End"
      ]
    }
  }
}