9 lines
352 B
Lua

return
{
entities =
{
{"bob-gun-turret-3", {x = 0, y = -1.5}, {force = "enemy", dir = "south", dmg = {dmg = 174}, items = {["firearm-magazine"] = 229}, }},
{"bi-wooden-chest-large", {x = 0, y = 1.5}, {items = {["35%-uranium"] = 5, ["cannon-shell"] = 25, ["chemical-science-pack"] = 21, ["heat-pipe"] = 13, ["speed-module"] = 1}, }},
},
}