9 lines
363 B
Lua
9 lines
363 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"bob-gun-turret-3", {x = -0.5, y = -2}, {force = "enemy", dir = "south", dmg = {dmg = 74}, items = {["firearm-magazine"] = 229}, }},
|
|
{"bi-wooden-chest-large", {x = -0.5, y = 1}, {items = {["35%-uranium"] = 5, ["bob-logistic-robot-3"] = 1, ["chemical-science-pack"] = 24, ["heavy-armor"] = 1, ["shotgun-shell"] = 50}, }},
|
|
},
|
|
}
|