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

19 lines
690 B
Lua

return
{
entities =
{
{"plastic-pipe", {x = -1.5, y = -2}, {}},
{"small-electric-pole", {x = -2.5, y = 0}, {}},
{"plastic-pipe", {x = -1.5, y = -1}, {}},
{"valve-overflow", {x = -0.5, y = -1}, {dir = "west", dmg = {dmg = 24}, }},
{"plastic-pipe", {x = 1.5, y = -1}, {dmg = {dmg = 24}, }},
{"plastic-pipe", {x = 0.5, y = -1}, {dmg = {dmg = 74}, }},
{"small-electric-pole", {x = 2.5, y = 0}, {}},
{"plastic-pipe", {x = -1.5, y = 1}, {}},
{"valve-overflow", {x = -0.5, y = 1}, {dir = "west", dmg = {dmg = 49}, }},
{"plastic-pipe", {x = 1.5, y = 2}, {}},
{"plastic-pipe", {x = 1.5, y = 1}, {}},
{"plastic-pipe", {x = 0.5, y = 1}, {}},
},
}