MissionScriptingTools/Example DBs/mist_DBs_missionData.lua
mrSkortch 388d218b4e Build 101. Bug fixes mostly
Changed mist.marker.list to mist.DBs.markList
Added markType and type as valid in mist.marker.add for the type Id
Added mist.groupIsDead function
Removed a log entry I left in.
Updated DB examples.
2021-08-23 03:27:26 -06:00

28 lines
462 B
Lua

missionData =
{
["version"] = 19,
["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