mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
28 lines
644 B
Lua
28 lines
644 B
Lua
missionData =
|
|
{
|
|
["version"] = 7,
|
|
["files"] =
|
|
{
|
|
[1] = "Thunder2.wav",
|
|
[2] = "Briefing-01{225F004F-92E4-4c3e-A5F0-2BA49929055A}.jpg",
|
|
[3] = "mist.lua",
|
|
[4] = "ExplodeGround0.ogg",
|
|
[5] = "Rain.ogg",
|
|
}, -- 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
|