Bomb_Potion_Poison
Server/Projectiles/Player/Bomb/Bomb_Potion_Poison.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Appearance | string |
VerticalCenterShot | number |
HorizontalCenterShot | number |
DepthShot | number |
PitchAdjustShot | boolean |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Damage | number |
HitParticles | object |
MissParticles | object |
DeathParticles | object |
DeathEffectsOnHit | boolean |
BounceSoundEventId | string |
HitSoundEventId | string |
MissSoundEventId | string |
DeathSoundEventId | string |
DeadTimeMiss | number |
DeadTime | number |
ExplosionConfig | object |
Source
{
"Appearance": "Bomb_Potion_Poison",
"VerticalCenterShot": 0.1,
"HorizontalCenterShot": 0.1,
"DepthShot": 1,
"PitchAdjustShot": false,
"SticksVertically": true,
"MuzzleVelocity": 20,
"TerminalVelocity": 20,
"Gravity": 20,
"Damage": 22,
"HitParticles": {
"SystemId": "Explosion_Medium"
},
"MissParticles": {
"SystemId": "Explosion_Medium"
},
"DeathParticles": {
"SystemId": "Explosion_Medium"
},
"DeathEffectsOnHit": true,
"BounceSoundEventId": "SFX_Bomb_Fire_Goblin_Bounce",
"HitSoundEventId": "SFX_Bomb_Fire_Goblin_Hit",
"MissSoundEventId": "SFX_Crystal_Break",
"DeathSoundEventId": "SFX_Crystal_Break",
"DeadTimeMiss": 0,
"DeadTime": 0,
"ExplosionConfig": {
"DamageEntities": true,
"DamageBlocks": false,
"BlockDamageRadius": 20,
"EntityDamageRadius": 5,
"EntityDamageFalloff": 1.0,
"Knockback": {
"Type": "Point",
"VelocityConfig": {
"AirResistance": 0.97,
"AirResistanceMax": 0.96,
"GroundResistance": 0.94,
"GroundResistanceMax": 0.3,
"Threshold": 3.0
},
"Force": 5,
"VelocityType": "Set"
}
}
}