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

9 lines
335 B
Lua

return
{
entities =
{
{"bob-gun-turret-4", {x = 0, y = -1}, {force = "enemy", dir = "south", items = {["firearm-magazine"] = 400}, }},
{"bi-wooden-chest-large", {x = 0, y = 2}, {items = {["artillery-shell"] = 10, ["effectivity-module-3"] = 1, ["production-science-pack"] = 9, rtg = 1, ["sci-component-4"] = 10}, }},
},
}