Versions / 0.6.0-pre.5 / ProjectileConfigs / Weapons / Shortbow / Projectile_Config_Arrow_Shortbow_Strength_0.json
Projectile_Config_Arrow_Shortbow_Strength_0
Server/ProjectileConfigs/Weapons/Shortbow/Projectile_Config_Arrow_Shortbow_Strength_0.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
LaunchForce | number |
Physics | object |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Arrow_Shortbow",
"Model": "Arrow_Crude",
"LaunchForce": 15,
"Physics": {
"Type": "Standard",
"Gravity": 45,
"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": [
{
"Type": "Replace",
"Var": "Primary_Shoot_Damage_Strength_0",
"DefaultValue": {
"Interactions": [
"Weapon_Shortbow_Primary_Shoot_Damage"
]
}
},
{
"Type": "Replace",
"Var": "Primary_Shoot_Impact_Strength_0",
"DefaultValue": {
"Interactions": [
"Common_Projectile_Impact_Effects"
]
}
},
"Common_Projectile_Despawn"
]
},
"ProjectileMiss": {
"Interactions": [
"Block_Break_Adventure",
{
"Type": "Replace",
"Var": "Primary_Shoot_Miss_Strength_0",
"DefaultValue": {
"Interactions": [
"Common_Projectile_Miss"
]
}
},
"Common_Projectile_Despawn"
]
}
}
}