mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
23 lines
357 B
Lua
23 lines
357 B
Lua
missionData =
|
|
{
|
|
["version"] = 17,
|
|
["files"] =
|
|
{
|
|
}, -- end of ["files"]
|
|
["startTime"] = 43200,
|
|
["theatre"] = "Caucasus",
|
|
["bullseye"] =
|
|
{
|
|
["blue"] =
|
|
{
|
|
["y"] = 617414,
|
|
["x"] = -291014,
|
|
}, -- end of ["blue"]
|
|
["red"] =
|
|
{
|
|
["y"] = 371700,
|
|
["x"] = 11557,
|
|
}, -- end of ["red"]
|
|
}, -- end of ["bullseye"]
|
|
} -- end of missionData
|