Roots
Server/Projectiles/Roots.json, 494 B
Fields
| Field | Type |
|---|---|
Appearance | string |
Height | number |
HorizontalCenterShot | number |
DepthShot | number |
PitchAdjustShot | boolean |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Damage | number |
DeathEffectsOnHit | boolean |
TimeToLive | number |
DeadTimeMiss | number |
DeathParticles | object |
ImpactSlowdown | number |
VerticalCenterShot | number |
HitParticles | object |
Radius | number |
Source
{
"Appearance": "Projectile",
"Height": 0.3,
"HorizontalCenterShot": 0.1,
"DepthShot": 1,
"PitchAdjustShot": false,
"SticksVertically": true,
"MuzzleVelocity": 500,
"TerminalVelocity": 500,
"Gravity": 0,
"Damage": 70,
"DeathEffectsOnHit": true,
"TimeToLive": 25,
"DeadTimeMiss": 0,
"DeathParticles": {
"SystemId": "Effect_Poison"
},
"ImpactSlowdown": 0,
"VerticalCenterShot": 0.1,
"HitParticles": {
"SystemId": "Effect_Poison"
},
"Radius": 0.3
}