Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Two_Handed_Bow.json

Projectile_Config_Arrow_Two_Handed_Bow

Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Two_Handed_Bow.json, 525 B

Fields

FieldType
Parentstring
LaunchForcenumber
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
Interactionsobject

Source

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