Versions / 0.6.0-pre.5 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Two_Handed_Bow_Ability2.json
Projectile_Config_Arrow_Two_Handed_Bow_Ability2
Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Two_Handed_Bow_Ability2.json, 584 B
Fields
| Field | Type |
|---|---|
Parent | string |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
LaunchForce | number |
SpawnOffset | object |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Arrow_Base",
"LaunchLocalSoundEventId": "SFX_Bow_T2_Shoot",
"LaunchWorldSoundEventId": "SFX_Bow_T2_Shoot",
"LaunchForce": 64,
"SpawnOffset": {
"X": 0.0,
"Y": 0.0,
"Z": -0.5
},
"Interactions": {
"ProjectileHit": {
"Interactions": [
"Bow_Two_Handed_Ability2_Damage",
"Bow_Two_Handed_Ability2_Damage_End"
]
},
"ProjectileMiss": {
"Interactions": [
"Block_Break_Adventure",
"Bow_Two_Handed_Ability2_Miss",
"Bow_Two_Handed_Ability2_Miss_End"
]
}
}
}