Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / ProjectileConfigs / Weapons / Shortbow / Projectile_Config_Shortbow_Volley.json

Projectile_Config_Shortbow_Volley

Server/ProjectileConfigs/Weapons/Shortbow/Projectile_Config_Shortbow_Volley.json, 510 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": 80,
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        "Bow_Combat_Projectile_Damage",
        "Bow_Combat_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Block_Break_Adventure",
        "Bow_Combat_Projectile_Miss",
        "Bow_Combat_Projectile_Miss_End"
      ]
    }
  }
}