Code: Select all
data:extend(
  {
    type = "explosion",
    name = "alien-artifact-pickup",
    animation_speed = 5,
    animations =
    {
      {
        filename = "__F-mod__/resources/particles/alien-artifact-pickup.png",
        priority = "extra-high",
        frame_width = 32,
        frame_height = 32,
        frame_count = 8,
        line_length = 8
      }
    },
    light = {intensity = 0, size = 0},
    smoke = "smoke",
    smoke_count = 5,
    smoke_slow_down_factor = 1,
    sound =
    {
      {
        filename = "__base__/sound/huge-explosion.wav",
        volume = 0
      }
    }
  })


