9 lines
318 B
Lua
9 lines
318 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"bob-gun-turret-2", {x = 0, y = -1.5}, {force = "enemy", dir = "south", dmg = {dmg = 119}, items = {["firearm-magazine"] = 200}, }},
|
|
{"bi-wooden-chest-large", {x = 0, y = 1.5}, {items = {["alien-artifact"] = 31, ["alien-artifact-orange"] = 3, ["alien-artifact-red"] = 2}, }},
|
|
},
|
|
}
|