data:extend( { { type = "ammo", name = "firearm-magazine", icon = "__base__/graphics/icons/firearm-magazine.png", icon_size = 32, ammo_type = { category = "bullet", action = { { type = "direct", action_delivery = { { type = "instant", source_effects = { { type = "create-explosion", entity_name = "explosion-gunshot" } }, target_effects = { { type = "create-entity", entity_name = "explosion-hit" }, { type = "damage", damage = { amount = 5 , type = "physical"} } } } } } } }, magazine_size = 10, subgroup = "ammo", order = "a[basic-clips]-a[firearm-magazine]", stack_size = 200 } } )