Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Projectiles / Player / Bomb / Bomb_Potion_Poison.json

Bomb_Potion_Poison

Server/Projectiles/Player/Bomb/Bomb_Potion_Poison.json, 1.1 KB

Fields

FieldType
Appearancestring
VerticalCenterShotnumber
HorizontalCenterShotnumber
DepthShotnumber
PitchAdjustShotboolean
SticksVerticallyboolean
MuzzleVelocitynumber
TerminalVelocitynumber
Gravitynumber
Damagenumber
HitParticlesobject
MissParticlesobject
DeathParticlesobject
DeathEffectsOnHitboolean
BounceSoundEventIdstring
HitSoundEventIdstring
MissSoundEventIdstring
DeathSoundEventIdstring
DeadTimeMissnumber
DeadTimenumber
ExplosionConfigobject

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