Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Bomb / Bomb_Explode.json

Bomb_Explode

Server/Item/Interactions/Weapons/Bomb/Bomb_Explode.json, 334 B

Fields

FieldType
Typestring
Parentstring
RunTimenumber
Effectsobject

Source

{
  "Type": "Explode",
  "Parent": "Explode_Generic_Entities",
  "RunTime": 0.1,
  "Effects": {
    "WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
    "LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
    "Particles": [
      {
        "SystemId": "Explosion_Medium",
        "TargetEntityPart": "Entity"
      }
    ]
  }
}