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

9 lines
248 B
Lua

return
{
entities =
{
{"rock-big", {x = 0, y = 0}, {}},
{"iron-chest", {x = 1.5, y = 1.5}, {items = {["droid-smg"] = {type = "random", min = 3, max = 7}, ["piercing-rounds-magazine"] = {type = "random", min = 20, max = 40}}, }},
},
}