Added campaign "Exercise Vegas Nerve" by Starfire

This commit is contained in:
Khopa 2021-01-22 23:49:03 +01:00
parent 84145aa7a7
commit d4a1d5bb9e
3 changed files with 8 additions and 73 deletions

View File

@ -0,0 +1,8 @@
{
"name": "Nevada - Exercise Vegas Nerve",
"theater": "Nevada",
"authors": "Starfire",
"description": "<p>A Red Flag Exercise scenario for the NTTR comprising 4 control points.</p>",
"miz": "exercise_vegas_nerve.miz",
"performance": 0
}

Binary file not shown.

View File

@ -1,73 +0,0 @@
{
"name": "Nevada - North Nevada",
"theater": "Nevada",
"authors": "Khopa",
"description": "<p>A scenario taking place in the NTTR. Here you can simulate a red flag exercise.</p>",
"player_points": [
{
"type": "airbase",
"id": "Nellis AFB",
"size": 2000,
"importance": 1.4
}
],
"enemy_points": [
{
"type": "airbase",
"id": "Tonopah Test Range Airfield",
"size": 600,
"importance": 1,
"captured_invert": true
},
{
"type": "airbase",
"id": "Lincoln County",
"size": 600,
"importance": 1.2
},
{
"type": "airbase",
"id": "Groom Lake AFB",
"size": 1000,
"importance": 1.4
},
{
"type": "airbase",
"id": "Creech AFB",
"size": 2000,
"importance": 1.4
},
{
"type": "airbase",
"id": "Mesquite",
"size": 1000,
"importance": 1.3
}
],
"links": [
[
"Lincoln County",
"Tonopah Test Range Airfield"
],
[
"Groom Lake AFB",
"Tonopah Test Range Airfield"
],
[
"Lincoln County",
"Mesquite"
],
[
"Groom Lake AFB",
"Mesquite"
],
[
"Creech AFB",
"Groom Lake AFB"
],
[
"Creech AFB",
"Nellis AFB"
]
]
}