49 lines
2.2 KiB
Lua
49 lines
2.2 KiB
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"tree-05", {x = -5.5, y = -4.5}, {}},
|
|
{"stone-wall", {x = -4.5, y = -5.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -5.5, y = -5.5}, {dead = 0.2}},
|
|
{"tree-05", {x = -2.5, y = -5.5}, {}},
|
|
{"stone-wall", {x = -3.5, y = -5.5}, {dead = 0.2}},
|
|
{"tree-05", {x = -0.5, y = -5.5}, {}},
|
|
{"stone-wall", {x = 1.5, y = -5.5}, {dead = 0.2}},
|
|
{"tree-05", {x = 2.5, y = -5.5}, {}},
|
|
{"tree-05", {x = 5.5, y = -5.5}, {}},
|
|
{"stone-wall", {x = 4.5, y = -5.5}, {dead = 0.2}},
|
|
{"tree-05", {x = -5.5, y = -2.5}, {}},
|
|
{"medium-electric-pole", {x = -3.5, y = -3.5}, {dead = 0.8}},
|
|
{"gun-turret", {x = 3, y = -2}, {force = "enemy", items = {["piercing-rounds-magazine"] = 5}, }},
|
|
{"tree-05", {x = 5.5, y = -3.5}, {}},
|
|
{"stone-wall", {x = -5.5, y = -0.5}, {dead = 0.2}},
|
|
{"radar", {x = -0.5, y = -0.5}, {dead = 0.2}},
|
|
{"tree-05", {x = 5.5, y = -0.5}, {}},
|
|
{"stone-wall", {x = 6.5, y = -1.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -5.5, y = 0.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -5.5, y = 1.5}, {dead = 0.2}},
|
|
{"radar", {x = -0.5, y = 2.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = 6.5, y = 1.5}, {dead = 0.2}},
|
|
{"tree-05", {x = -5.5, y = 3.5}, {}},
|
|
{"stone-wall", {x = -5.5, y = 2.5}, {dead = 0.2}},
|
|
{"medium-electric-pole", {x = 1.5, y = 2.5}, {dead = 0.8}},
|
|
{"land-mine", {x = 4.86, y = 4.17}, {force = "enemy", }},
|
|
{"tree-05", {x = 5.5, y = 2.5}, {}},
|
|
{"tree-05", {x = -5.5, y = 5.5}, {}},
|
|
{"gun-turret", {x = -2, y = 5}, {force = "enemy", items = {["piercing-rounds-magazine"] = 5}, }},
|
|
{"gate", {x = 6.5, y = 4.5}, {dead = 0.2}},
|
|
{"gate", {x = 6.5, y = 5.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -5.5, y = 7.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -4.5, y = 7.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -3.5, y = 7.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = -2.5, y = 7.5}, {dead = 0.2}},
|
|
{"tree-05", {x = -1.5, y = 6.5}, {}},
|
|
{"tree-05", {x = 1.5, y = 6.5}, {}},
|
|
{"stone-wall", {x = 0.5, y = 7.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = 3.5, y = 7.5}, {dead = 0.2}},
|
|
{"tree-05", {x = 4.5, y = 6.5}, {}},
|
|
{"stone-wall", {x = 6.5, y = 7.5}, {dead = 0.2}},
|
|
{"stone-wall", {x = 6.5, y = 6.5}, {dead = 0.2}},
|
|
},
|
|
}
|