dcs_liberation/resources/campaigns/battle_of_britain.json

88 lines
1.7 KiB
JSON

{
"name": "The Channel - Battle of Britain",
"theater": "The Channel",
"authors": "Khopa",
"description": "<p>Experience the Battle of Britain on the Channel map !<br/></p><p><strong>Note:</strong> It is not possible to cross the channel to capture enemy bases yet, but you can consider you won if you manage to destroy all the ennemy targets</p>",
"player_points": [
{
"type": "airbase",
"id": "Hawkinge",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "Lympne",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "Manston",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "High Halden",
"size": 600,
"importance": 1
}
],
"enemy_points": [
{
"type": "airbase",
"id": "Dunkirk Mardyck",
"size": 600,
"importance": 1,
"captured_invert": true
},
{
"type": "airbase",
"id": "Saint Omer Longuenesse",
"size": 600,
"importance": 1,
"captured_invert": true
},
{
"type": "airbase",
"id": "Merville Calonne",
"size": 600,
"importance": 1,
"captured_invert": true
},
{
"type": "airbase",
"id": "Abbeville Drucat",
"size": 600,
"importance": 1,
"captured_invert": true
}
],
"links": [
[
"Hawkinge",
"Lympne"
],
[
"Hawkinge",
"Manston"
],
[
"High Halden",
"Lympne"
],
[
"Dunkirk Mardyck",
"Saint Omer Longuenesse"
],
[
"Merville Calonne",
"Saint Omer Longuenesse"
],
[
"Abbeville Drucat",
"Saint Omer Longuenesse"
]
]
}