9 lines
366 B
Lua
9 lines
366 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"bob-sniper-turret-1", {x = 0, y = -1}, {force = "enemy", dir = "south", items = {["firearm-magazine"] = 200}, }},
|
|
{"bi-wooden-chest-large", {x = 0, y = 2}, {items = {["35%-uranium"] = 10, ["amethyst-4"] = 10, battery = 22, ["explosive-rocket"] = 2, ["repair-pack-3"] = 5, ["titanium-plate"] = 5, ["uranium-ore"] = 43}, }},
|
|
},
|
|
}
|