Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Bow_Two_Handed_Charge_04.json

Projectile_Config_Bow_Two_Handed_Charge_04

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

Fields

FieldType
Parentstring
LaunchForcenumber
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Two_Handed_Bow",
  "LaunchForce": 32,
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        {
          "Parent": "Bow_Two_Handed_Projectile_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 8
            }
          },
          "DamageEffects": {
            "Knockback": {
              "Force": 6
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 1.35
            }
          ]
        },
        "Bow_Two_Handed_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Bow_Two_Handed_Projectile_Miss",
        "Bow_Two_Handed_Projectile_Miss_End"
      ]
    }
  }
}