Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Bow_Two_Handed_Charge_06.json

Projectile_Config_Bow_Two_Handed_Charge_06

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

Fields

FieldType
Parentstring
LaunchForcenumber
Interactionsobject

Source

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