1
0
forked from mirrors/0ad

Update the New Maps campaign file

Include new/updated skirmish maps and brand new random maps by @real_tabasco_sauce

Revert name and description strings only

(cherry picked from commit da761ca501)
Signed-off-by: Itms <itms@wildfiregames.com>
This commit is contained in:
wowgetoffyourcellphone
2024-12-24 12:55:56 -05:00
committed by Itms
parent 6187a75650
commit 275fd94ef1
4 changed files with 52 additions and 8 deletions
@@ -1,7 +1,51 @@
{
"Name": "Demo campaign - new maps",
"Description": "Discover the new and improved maps in Alpha XXVII with a demo campaign, taking you through all of them.",
"Levels": {},
"Order": [],
"Levels": {
"Arabian Oases": {
"Map": "skirmishes/arabian_oases_2p.xml",
"MapType": "skirmish",
"useGameSetup": true
},
"Coast Range": {
"Map": "random/coast_range",
"MapType": "random",
"useGameSetup": true
},
"Foothills": {
"Map": "random/foothills",
"MapType": "random",
"useGameSetup": true
},
"Isthmus of Corinth": {
"Map": "skirmishes/isthmus_of_corinth_2p.xml",
"MapType": "skirmish",
"useGameSetup": true
},
"Migration": {
"Map": "random/migration",
"MapType": "random",
"useGameSetup": true
},
"Sporades Islands": {
"Map": "skirmishes/sporades_islands_2p.xml",
"MapType": "skirmish",
"useGameSetup": true
},
"Zagros Mountains": {
"Map": "skirmishes/zagros_mountains_2p.xml",
"MapType": "skirmish",
"useGameSetup": true
}
},
"Order": [
"Arabian Oases",
"Isthmus of Corinth",
"Sporades Islands",
"Zagros Mountains",
"Coast Range",
"Foothills",
"Migration"
],
"ShowUnavailable": true
}