Versions / 0.6.0-pre.4 / ProjectileConfigs / Weapons / Shortbow / Projectile_Config_Shortbow_Deprecated.json
Projectile_Config_Shortbow_Deprecated
Server/ProjectileConfigs/Weapons/Shortbow/Projectile_Config_Shortbow_Deprecated.json, 476 B
Fields
| Field | Type |
|---|---|
Parent | string |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
LaunchForce | number |
Interactions | object |
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"
]
}
}
}