Arrow_Frost
Server/Projectiles/Test/Arrow_Frost.json, 482 B
Fields
| Field | Type |
|---|---|
Appearance | string |
HorizontalCenterShot | number |
DepthShot | number |
PitchAdjustShot | boolean |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Bounciness | number |
ImpactSlowdown | number |
TimeToLive | number |
Damage | number |
DeadTime | number |
VerticalCenterShot | number |
HitSoundEventId | string |
MissSoundEventId | string |
HitParticles | object |
Source
{
"Appearance": "Arrow_Crude",
"HorizontalCenterShot": 0.1,
"DepthShot": 0.75,
"PitchAdjustShot": true,
"SticksVertically": true,
"MuzzleVelocity": 50,
"TerminalVelocity": 50,
"Gravity": 20,
"Bounciness": 0,
"ImpactSlowdown": 0,
"TimeToLive": 20,
"Damage": 40,
"DeadTime": 0.1,
"VerticalCenterShot": 0.1,
"HitSoundEventId": "SFX_Arrow_Frost_Hit",
"MissSoundEventId": "SFX_Arrow_Frost_Miss",
"HitParticles": {
"SystemId": "Impact_Blade_01"
}
}