Versions / 0.6.0-pre.1.1 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Shortbow.json
Projectile_Config_Arrow_Shortbow
Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Shortbow.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Physics | object |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Arrow_Base",
"Physics": {
"Type": "Standard",
"Gravity": 30,
"TerminalVelocityAir": 50,
"TerminalVelocityWater": 15,
"RotationMode": "VelocityDamped",
"Bounciness": 0.0,
"SticksVertically": true
},
"LaunchLocalSoundEventId": "SFX_Bow_T2_Shoot_Local",
"LaunchWorldSoundEventId": "SFX_Bow_T2_Shoot",
"Interactions": {
"ProjectileHit": {
"Interactions": [
"Weapon_Shortbow_Primary_Shoot_Damage",
{
"Type": "Replace",
"Var": "Primary_Shoot_Impact",
"DefaultValue": {
"Interactions": [
"Common_Projectile_Impact_Effects"
]
}
},
"Common_Projectile_Despawn"
]
},
"ProjectileMiss": {
"Interactions": [
"Block_Break_Adventure",
{
"Type": "Replace",
"Var": "Primary_Shoot_Miss",
"DefaultValue": {
"Interactions": [
"Common_Projectile_Miss"
]
}
},
"Common_Projectile_Despawn"
]
}
}
}