diff --git a/.DS_Store b/.DS_Store index e35c557..fb84059 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a3e68d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/.DS_Store \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index a7d14c9..75d8e18 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,14 @@ ], "Lua.diagnostics.globals": [ "lfs" - ] + ], + "maptz.regionfolder": { + "[lua]" : { + "foldEnd": "--endregion", + "foldEndRegex": "[\\s]*--endregion", + "foldStart": "--region [NAME]", + "foldStartRegex": "[\\s]*--region[\\s]*(.*)", + "disableFolding": false + } + } } \ No newline at end of file diff --git a/_docs/pages/reference.html b/_docs/pages/reference.html index abd4fea..0f73df6 100644 --- a/_docs/pages/reference.html +++ b/_docs/pages/reference.html @@ -292,10 +292,25 @@ Missions can be randomized using the RANDOMMISSION prefix.
Spearhead will pick one random mission from zones with the same name.

+ +

Runway Bombing

+

+ Runway bombing can be a very effective OCA tactic. With Spearhead we've tried adding as much logic and detail to it so it will feel as engaging as possible.
+ + Firstly, the runway is split up in 5 sections and only sections 2, 3 and 4 are then actually tracked.
+ + + +-----------+-----------+-----------+-----------+-----------+
+ | Section 1 | Section 2 | Section 3 | Section 4 | Section 5 |
+ +-----------+-----------+-----------+-----------+-----------+
+
+ + + +

-