9 lines
327 B
Lua
9 lines
327 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"bob-gun-turret-2", {x = 0, y = -1}, {force = "enemy", dir = "south", dmg = {dmg = 309}, items = {["firearm-magazine"] = 200}, }},
|
|
{"bi-wooden-chest-large", {x = 0, y = 2}, {items = {["aluminium-plate"] = 19, ["basic-structure-components"] = 2, shotgun = 1, ["speed-module"] = 1}, }},
|
|
},
|
|
}
|