mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
70 lines
1.2 KiB
Lua
70 lines
1.2 KiB
Lua
zonesByNum =
|
|
{
|
|
[1] =
|
|
{
|
|
["y"] = 614105.71428571,
|
|
["radius"] = 3000,
|
|
["point"] =
|
|
{
|
|
["y"] = 0,
|
|
["x"] = -245328.57142857,
|
|
["z"] = 614105.71428571,
|
|
}, -- end of ["point"]
|
|
["name"] = "LZ zone",
|
|
["color"] =
|
|
{
|
|
[1] = 1,
|
|
[2] = 1,
|
|
[3] = 1,
|
|
[4] = 0.14901960784314,
|
|
}, -- end of ["color"]
|
|
["x"] = -245328.57142857,
|
|
["hidden"] = false,
|
|
["zoneId"] = 2,
|
|
}, -- end of [1]
|
|
[2] =
|
|
{
|
|
["y"] = 692534.28571428,
|
|
["radius"] = 3000,
|
|
["point"] =
|
|
{
|
|
["y"] = 0,
|
|
["x"] = -285971.42857143,
|
|
["z"] = 692534.28571428,
|
|
}, -- end of ["point"]
|
|
["name"] = "cloneZone",
|
|
["color"] =
|
|
{
|
|
[1] = 1,
|
|
[2] = 1,
|
|
[3] = 1,
|
|
[4] = 0.14901960784314,
|
|
}, -- end of ["color"]
|
|
["x"] = -285971.42857143,
|
|
["hidden"] = false,
|
|
["zoneId"] = 3,
|
|
}, -- end of [2]
|
|
[3] =
|
|
{
|
|
["y"] = 673819.99999999,
|
|
["radius"] = 3000,
|
|
["point"] =
|
|
{
|
|
["y"] = 0,
|
|
["x"] = -271900,
|
|
["z"] = 673819.99999999,
|
|
}, -- end of ["point"]
|
|
["name"] = "explosion zone",
|
|
["color"] =
|
|
{
|
|
[1] = 1,
|
|
[2] = 1,
|
|
[3] = 1,
|
|
[4] = 0.14901960784314,
|
|
}, -- end of ["color"]
|
|
["x"] = -271900,
|
|
["hidden"] = false,
|
|
["zoneId"] = 1,
|
|
}, -- end of [3]
|
|
} -- end of zonesByNum
|