Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

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}, }},
},
}