data:extend({ { type = "projectile", name = "waterbomb-detonation", flags = {"not-on-map"}, acceleration = 0, range = 8, action = { type = "direct", action_delivery = { type = "instant", target_effects = { { type = "nested-result", action = { type = "area", radius = 6, action_delivery = { type = "instant", target_effects = { { type = "damage", damage = {amount = 561, type = "explosion"} } } } } }, { type = "nested-result", action = { type = "area", radius = 14, action_delivery = { type = "instant", target_effects = { { type = "damage", damage = {amount = 39, type = "explosion"} } } } } } } } }, animation = { filename = "__Waterbomb__/graphics/null.png", frame_count = 1, width = 1, height = 1, priority = "high" }, light = {intensity = 1, size = 8}, smoke = capsule_smoke, } })