9 lines
300 B
Lua
9 lines
300 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"bob-gun-turret-4", {x = -0.5, y = -1}, {force = "enemy", dir = "south", items = {["firearm-magazine"] = 400}, }},
|
|
{"bi-wooden-chest-large", {x = -0.5, y = 2}, {items = {["amethyst-5"] = 4, rocket = 5, ["rocket-launcher"] = 1, ["sci-component-5"] = 20}, }},
|
|
},
|
|
}
|