GunPvP_Handgun_Bullet
Server/Projectiles/Hypixel/Minigames/GunPvP/GunPvP_Handgun_Bullet.json, 582 B
Fields
| Field | Type |
|---|---|
Appearance | string |
Radius | number |
Height | number |
DepthShot | number |
PitchAdjustShot | boolean |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Bounciness | number |
ImpactSlowdown | number |
TimeToLive | number |
Damage | number |
DeathEffectsOnHit | boolean |
DeadTime | number |
DeadTimeMiss | number |
DeathParticles | object |
VerticalCenterShot | number |
HorizontalCenterShot | number |
DeathSoundEventId | string |
Source
{
"Appearance": "Bullet_Blunderbuss",
"Radius": 0.1,
"Height": 0,
"DepthShot": 0.7,
"PitchAdjustShot": false,
"SticksVertically": true,
"MuzzleVelocity": 500,
"TerminalVelocity": 500,
"Gravity": 10,
"Bounciness": 0,
"ImpactSlowdown": 0,
"TimeToLive": 50,
"Damage": 60,
"DeathEffectsOnHit": true,
"DeadTime": 0.1,
"DeadTimeMiss": 0,
"DeathParticles": {
"SystemId": "Gun_Impact",
"PositionOffset": {
"Y": -0.3
}
},
"VerticalCenterShot": 0,
"HorizontalCenterShot": 0,
"DeathSoundEventId": "SFX_GunPvP_Handgun_Bullet_Death"
}