Goblin_Duke_Ice
Server/Projectiles/NPCs/Intelligent/Goblin_Duke/Goblin_Duke_Ice.json, 486 B
Fields
| Field | Type |
|---|---|
Appearance | string |
Radius | number |
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 |
Source
{
"Appearance": "Ice_Ball",
"Radius": 2.2,
"Height": 0.2,
"HorizontalCenterShot": 0.2,
"DepthShot": 1,
"PitchAdjustShot": false,
"SticksVertically": true,
"MuzzleVelocity": 30,
"TerminalVelocity": 42.5,
"Gravity": 4.4,
"Damage": 40,
"DeathEffectsOnHit": true,
"TimeToLive": 25,
"DeadTimeMiss": 0,
"DeathParticles": {
"SystemId": "Impact_Ice"
},
"ImpactSlowdown": 0,
"VerticalCenterShot": 0,
"HitParticles": {
"SystemId": "Impact_Ice"
}
}