Ingredient_Poop
Server/Projectiles/Player/Items/Ingredient/Ingredient_Poop.json, 538 B
Fields
| Field | Type |
|---|---|
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
DeathEffectsOnHit | boolean |
DepthShot | number |
HorizontalCenterShot | number |
PitchAdjustShot | boolean |
BounceSoundEventId | string |
Damage | number |
DeadTimeMiss | number |
Appearance | string |
DeathSoundEventId | string |
DeathParticles | object |
HitParticles | object |
Source
{
"SticksVertically": true,
"MuzzleVelocity": 40,
"TerminalVelocity": 40,
"Gravity": 20,
"DeathEffectsOnHit": true,
"DepthShot": 1,
"HorizontalCenterShot": 0.3,
"PitchAdjustShot": false,
"BounceSoundEventId": "SFX_Poop_Bounce",
"Damage": 5,
"DeadTimeMiss": 0,
"Appearance": "Ingredient_Poop",
"DeathSoundEventId": "SFX_Projectile_Poop_Hit",
"DeathParticles": {
"SystemId": "Block_Break_Dirt",
"Color": "#744C33"
},
"HitParticles": {
"SystemId": "Block_Break_Dirt",
"Color": "#744C33"
}
}