Gun_Shoot
Server/Item/Interactions/Weapons/Gun/Attacks/Shoot/Gun_Shoot.json, 408 B
Fields
| Field | Type |
|---|---|
Type | string |
RunTime | number |
Effects | object |
ProjectileId | string |
Source
{
"Type": "LaunchProjectile",
"RunTime": 0.25,
"Effects": {
"ItemAnimationId": "Shoot",
"CameraEffect": "Handgun_Shoot",
"Particles": [
{
"SystemId": "RifleShooting",
"PositionOffset": {
"Z": 0.85,
"Y": 0.15
},
"RotationOffset": {
"Pitch": 90
}
}
]
},
"ProjectileId": "GunPvP_Assault_Rifle_Bullet"
}