From 9091afe6823ef2746364ed94ad1041b745cf6fea Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 26 May 2021 23:05:57 -0700 Subject: [PATCH] Remove very dead campaign. This was never updated to the miz format. Patches welcome if someone wants to bring it up to date. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1129 --- resources/campaigns/north_caucasus.json | 102 ------------------------ 1 file changed, 102 deletions(-) delete mode 100644 resources/campaigns/north_caucasus.json diff --git a/resources/campaigns/north_caucasus.json b/resources/campaigns/north_caucasus.json deleted file mode 100644 index 3090b625..00000000 --- a/resources/campaigns/north_caucasus.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "name": "Caucasus - North Caucasus", - "theater": "Caucasus", - "authors": "Khopa", - "description": "

In this scenario you will have to fight in the moutain of Caucasus

Note: Running CAS in the moutains can be a bit difficult.

", - "player_points": [ - { - "type": "airbase", - "id": "Kutaisi", - "size": 600, - "importance": 1 - }, - { - "type": "airbase", - "id": "Vaziani", - "size": 600, - "importance": 1 - }, - { - "type": "carrier", - "id": 1001, - "x": -285810.6875, - "y": 496399.1875, - "captured_invert": true - }, - { - "type": "lha", - "id": 1002, - "x": -326050.6875, - "y": 519452.1875, - "captured_invert": true - } - ], - "enemy_points": [ - { - "type": "airbase", - "id": "Beslan", - "size": 1000, - "importance": 1 - }, - { - "type": "airbase", - "id": "Nalchik", - "size": 1000, - "importance": 1.1 - }, - { - "type": "airbase", - "id": "Mozdok", - "size": 2000, - "importance": 1.1 - }, - { - "type": "airbase", - "id": "Mineralnye Vody", - "size": 2000, - "importance": 1.3 - }, - { - "type": "airbase", - "id": "Maykop-Khanskaya", - "size": 3000, - "importance": 1.4, - "captured_invert": true - } - ], - "links": [ - [ - "Kutaisi", - "Vaziani" - ], - [ - "Beslan", - "Vaziani" - ], - [ - "Beslan", - "Mozdok" - ], - [ - "Beslan", - "Nalchik" - ], - [ - "Mozdok", - "Nalchik" - ], - [ - "Mineralnye Vody", - "Nalchik" - ], - [ - "Mineralnye Vody", - "Mozdok" - ], - [ - "Maykop-Khanskaya", - "Mineralnye Vody" - ] - ], - "performance": 1 -} \ No newline at end of file