23 lines
863 B
Lua
23 lines
863 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"entity-ghost", {x = -2, y = -2}, {}},
|
|
{"entity-ghost", {x = -1, y = -2}, {}},
|
|
{"bi-wooden-fence", {x = 0, y = -2}, {}},
|
|
{"bi-wooden-fence", {x = 1, y = -2}, {}},
|
|
{"bi-wooden-fence", {x = 1, y = -3}, {}},
|
|
{"bi-wooden-fence", {x = 3, y = -2}, {}},
|
|
{"bi-wooden-fence", {x = 3, y = -3}, {}},
|
|
{"entity-ghost", {x = -2, y = -1}, {}},
|
|
{"bi-wooden-fence", {x = -3, y = -1}, {}},
|
|
{"bi-wooden-fence", {x = -3, y = 0}, {dmg = {dmg = 29}, }},
|
|
{"iron-chest", {x = 1, y = 0}, {items = {["bi-dart-magazine-basic"] = 150, ["bi-dart-turret"] = 3}, }},
|
|
{"bi-wooden-fence", {x = -2, y = 4}, {}},
|
|
{"bi-wooden-fence", {x = -3, y = 3}, {}},
|
|
{"bi-wooden-fence", {x = -2, y = 3}, {}},
|
|
{"bi-wooden-fence", {x = -1, y = 4}, {}},
|
|
{"bi-wooden-fence", {x = -1, y = 5}, {dmg = {dmg = 133}, }},
|
|
},
|
|
}
|