dcs-retribution/resources/campaigns/normandy_small.json
David Pierron e0319a4047 Merge remote-tracking branch 'upstream/develop'
into skynet-iads-plugin
2020-10-26 18:05:07 +01:00

55 lines
888 B
JSON

{
"name": "Normandy - Normandy Small",
"theater": "Normandy",
"authors": "Khopa",
"description": "",
"player_points": [
{
"type": "airbase",
"id": "Needs Oar Point",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "Deux Jumeaux",
"size": 600,
"importance": 1
}
],
"enemy_points": [
{
"type": "airbase",
"id": "Lignerolles",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "Carpiquet",
"size": 600,
"importance": 1
},
{
"type": "airbase",
"id": "Evreux",
"size": 600,
"importance": 1,
"captured_invert": true
}
],
"links": [
[
"Deux Jumeaux",
"Lignerolles"
],
[
"Carpiquet",
"Lignerolles"
],
[
"Carpiquet",
"Evreux"
]
]
}