12 lines
309 B
Lua
12 lines
309 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"solar-panel", {x = -0.5, y = -0.5}, {}},
|
|
{"lighted-medium-electric-pole", {x = 2.5, y = -1.5}, {}},
|
|
{"small-electric-pole", {x = -2.5, y = 1.5}, {}},
|
|
{"solar-panel-small", {x = 0, y = 2}, {dmg = {dmg = 71}, }},
|
|
{"solar-panel-small", {x = 2, y = 1}, {}},
|
|
},
|
|
}
|