diff --git a/resources/campaigns/exercise_vegas_nerve.json b/resources/campaigns/exercise_vegas_nerve.json new file mode 100644 index 00000000..03f2b7af --- /dev/null +++ b/resources/campaigns/exercise_vegas_nerve.json @@ -0,0 +1,8 @@ +{ + "name": "Nevada - Exercise Vegas Nerve", + "theater": "Nevada", + "authors": "Starfire", + "description": "

A Red Flag Exercise scenario for the NTTR comprising 4 control points.

", + "miz": "exercise_vegas_nerve.miz", + "performance": 0 +} \ No newline at end of file diff --git a/resources/campaigns/exercise_vegas_nerve.miz b/resources/campaigns/exercise_vegas_nerve.miz new file mode 100644 index 00000000..7c0e3e25 Binary files /dev/null and b/resources/campaigns/exercise_vegas_nerve.miz differ diff --git a/resources/campaigns/north_nevada.json b/resources/campaigns/north_nevada.json deleted file mode 100644 index 86521fc2..00000000 --- a/resources/campaigns/north_nevada.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "Nevada - North Nevada", - "theater": "Nevada", - "authors": "Khopa", - "description": "

A scenario taking place in the NTTR. Here you can simulate a red flag exercise.

", - "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" - ] - ] -} \ No newline at end of file