Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / ProjectileConfigs / Weapons / Shortbow / Projectile_Config_Shortbow_Deprecated.json

Projectile_Config_Shortbow_Deprecated

Server/ProjectileConfigs/Weapons/Shortbow/Projectile_Config_Shortbow_Deprecated.json, 476 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_Combat_Projectile_Damage",
        "Bow_Combat_Projectile_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Bow_Combat_Projectile_Miss",
        "Bow_Combat_Projectile_Miss_End"
      ]
    }
  }
}