Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Projectiles / Player / Items / Ingredient / Ingredient_Poop.json

Ingredient_Poop

Server/Projectiles/Player/Items/Ingredient/Ingredient_Poop.json, 538 B

Fields

FieldType
SticksVerticallyboolean
MuzzleVelocitynumber
TerminalVelocitynumber
Gravitynumber
DeathEffectsOnHitboolean
DepthShotnumber
HorizontalCenterShotnumber
PitchAdjustShotboolean
BounceSoundEventIdstring
Damagenumber
DeadTimeMissnumber
Appearancestring
DeathSoundEventIdstring
DeathParticlesobject
HitParticlesobject

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"
  }
}