MissionScriptingTools/Example DBs/mist_DBs_missionData.lua
mrSkortch 2569b19b40 updatedDBs
Re exported example DB files.
2023-11-19 14:01:03 -07:00

34 lines
582 B
Lua

missionData =
{
["version"] = 22,
["countries"] =
{
["australia"] = "neutral",
["russia"] = "red",
["usa"] = "blue",
}, -- end of ["countries"]
["files"] =
{
}, -- end of ["files"]
["startTime"] = 43200,
["theatre"] = "Caucasus",
["bullseye"] =
{
["neutral"] =
{
["y"] = 23527.410527318,
["x"] = -740.03186333284,
}, -- end of ["neutral"]
["blue"] =
{
["y"] = 617414,
["x"] = -291014,
}, -- end of ["blue"]
["red"] =
{
["y"] = 371700,
["x"] = 11557,
}, -- end of ["red"]
}, -- end of ["bullseye"]
} -- end of missionData