Versions / 0.6.0-pre.1 / 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
| Field | Type |
|---|---|
Parent | string |
LaunchForce | number |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
Interactions | object |
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"
]
}
}
}