dcs-retribution/resources/campaigns/russia_small.json

39 lines
881 B
JSON

{
"name": "Caucasus - Russia Small",
"theater": "Caucasus",
"authors": "Khopa",
"description": "<p>A small theater in Russia, progress from Mozdok to Maykop.</p><p>This scenario is pretty simple, it is ideal if you want to run a short campaign. If your PC is not powerful, this is also the less performance heavy scenario.</p>",
"player_points": [
{
"type": "airbase",
"id": "Mozdok",
"size": 2000,
"importance": 1.1
}
],
"enemy_points": [
{
"type": "airbase",
"id": "Mineralnye Vody",
"size": 2000,
"importance": 1.3
},
{
"type": "airbase",
"id": "Maykop-Khanskaya",
"size": 3000,
"importance": 1.4,
"captured_invert": true
}
],
"links": [
[
"Mineralnye Vody",
"Mozdok"
],
[
"Maykop-Khanskaya",
"Mineralnye Vody"
]
]
}