Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Interactions / Block / Block_Explosion.json

Block_Explosion

Server/Item/Interactions/Block/Block_Explosion.json, 618 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Next": {
    "Type": "Serial",
    "Interactions": [
      {
        "Type": "Explode",
        "Parent": "Explode_Generic",
        "Effects": {
          "WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
          "LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
          "Particles": [
            {
              "SystemId": "Explosion_Medium",
              "TargetEntityPart": "Entity"
            }
          ]
        },
        "Config": {
          "BlockDamageRadius": 5,
          "EntityDamageRadius": 5
        }
      }
    ]
  }
}