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

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