diff --git a/resources/campaigns/golan_heights.json b/resources/campaigns/golan_heights.json new file mode 100644 index 00000000..01973830 --- /dev/null +++ b/resources/campaigns/golan_heights.json @@ -0,0 +1,7 @@ +{ + "name": "Syria - Battle for Golan Heights", + "theater": "Syria", + "authors": "Khopa", + "description": "

In this scenario, you start in Israel and the conflict is focused around the golan heights, an historically disputed territory.

You can use the inverted configuration to start on the Syrian side.

If this scenario is too heavy, try the lite version.

", + "miz": "golan_heights.miz" +} \ No newline at end of file diff --git a/resources/campaigns/golan_heights.miz b/resources/campaigns/golan_heights.miz new file mode 100644 index 00000000..3b7e720e Binary files /dev/null and b/resources/campaigns/golan_heights.miz differ diff --git a/resources/campaigns/golan_heights_battle.json b/resources/campaigns/golan_heights_battle.json deleted file mode 100644 index 6afd303f..00000000 --- a/resources/campaigns/golan_heights_battle.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "Syria - Golan heights battle", - "theater": "Syria", - "authors": "Khopa", - "description": "

In this scenario, you start in Israel and the conflict is focused around the golan heights, an historically disputed territory.

", - "player_points": [ - { - "type": "airbase", - "id": "Ramat David", - "size": 1000, - "importance": 1.4 - }, - { - "type": "carrier", - "id": 1001, - "x": -280000, - "y": -238000, - "captured_invert": true - }, - { - "type": "lha", - "id": 1002, - "x": -237000, - "y": -89800, - "captured_invert": true - } - ], - "enemy_points": [ - { - "type": "airbase", - "id": "Khalkhalah", - "size": 1000, - "importance": 1.2 - }, - { - "type": "airbase", - "id": "King Hussein Air College", - "size": 1000, - "importance": 1.4 - }, - { - "type": "airbase", - "id": "Marj Ruhayyil", - "size": 1000, - "importance": 1 - }, - { - "type": "airbase", - "id": "Mezzeh", - "size": 1000, - "importance": 1.2 - }, - { - "type": "airbase", - "id": "Al-Dumayr", - "size": 1000, - "importance": 1.2, - "captured_invert": true - } - ], - "links": [ - [ - "Khalkhalah", - "Ramat David" - ], - [ - "Khalkhalah", - "King Hussein Air College" - ], - [ - "Khalkhalah", - "Marj Ruhayyil" - ], - [ - "Marj Ruhayyil", - "Mezzeh" - ], - [ - "Al-Dumayr", - "Marj Ruhayyil" - ] - ] -} \ No newline at end of file diff --git a/resources/campaigns/golan_heights_lite.json b/resources/campaigns/golan_heights_lite.json index 900cb7d4..1abd6641 100644 --- a/resources/campaigns/golan_heights_lite.json +++ b/resources/campaigns/golan_heights_lite.json @@ -1,7 +1,7 @@ { - "name": "Syria - Battle for Golan heights - Lite", + "name": "Syria - Battle for Golan Heights - Lite", "theater": "Syria", "authors": "Khopa", - "description": "

In this scenario, you start in Israel and the conflict is focused around the golan heights, an historically disputed territory.
This scenario is designed to be performance friendly.

", + "description": "

In this scenario, you start in Israel and the conflict is focused around the golan heights, an historically disputed territory.

This scenario is designed to be performance friendly.

", "miz": "golan_heights_lite.miz" } \ No newline at end of file diff --git a/resources/campaigns/golan_heights_lite.miz b/resources/campaigns/golan_heights_lite.miz index 2101f333..03f20d87 100644 Binary files a/resources/campaigns/golan_heights_lite.miz and b/resources/campaigns/golan_heights_lite.miz differ