Projectile_Config_Arrow_Base
Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Base.json, 412 B
Fields
| Field | Type |
|---|---|
Model | string |
SpawnRotationOffset | object |
Physics | object |
LaunchForce | number |
SpawnOffset | object |
Source
{
"Model": "Arrow_Crude",
"SpawnRotationOffset": {
"Pitch": 2,
"Yaw": 0.25,
"Roll": 0
},
"Physics": {
"Type": "Standard",
"Gravity": 15,
"TerminalVelocityAir": 50,
"TerminalVelocityWater": 15,
"RotationMode": "VelocityDamped",
"Bounciness": 0.0,
"SticksVertically": true
},
"LaunchForce": 30,
"SpawnOffset": {
"X": 0.15,
"Y": -0.25,
"Z": 0
}
}