Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Arrow_Two_Handed_Bow.json

Projectile_Config_Arrow_Two_Handed_Bow

Server/ProjectileConfigs/Weapons/Bows/Two_Handed/Projectile_Config_Arrow_Two_Handed_Bow.json, 492 B

Fields

FieldType
Parentstring
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
LaunchForcenumber
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Base",
  "LaunchLocalSoundEventId": "SFX_Bow_T2_Shoot",
  "LaunchWorldSoundEventId": "SFX_Bow_T2_Shoot",
  "LaunchForce": 5,
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        "Bow_Two_Handed_Projectile_Damage",
        "Bow_Two_Handed_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Bow_Two_Handed_Projectile_Miss",
        "Bow_Two_Handed_Projectile_Miss_End"
      ]
    }
  }
}