11 lines
455 B
Lua
11 lines
455 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"texugo-wind-turbine", {x = -1, y = 1}, {}},
|
|
{"bob-gun-turret-2", {x = 2.5, y = -0.5}, {force = "enemy", dir = "south", dmg = {dmg = 274}, items = {["firearm-magazine"] = 200}, }},
|
|
{"lighted-small-electric-pole", {x = 4, y = 1}, {}},
|
|
{"bi-wooden-chest-large", {x = 2.5, y = 2.5}, {items = {["fire-capsule"] = 4, ["military-science-pack"] = 15, ["pollution-clean-module-1"] = 1, ["repair-pack"] = 10}, }},
|
|
},
|
|
}
|