mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"settings": {
|
|
"TriggerScripts": [
|
|
"scripts/TriggerHelper.js",
|
|
"scripts/ConquestCommon.js",
|
|
"scripts/ConquestUnits.js"
|
|
],
|
|
"VictoryConditions": [
|
|
"conquest_units"
|
|
],
|
|
"mapName": "Arcadia",
|
|
"mapType": "scenario",
|
|
"AISeed": 0,
|
|
"Seed": 0,
|
|
"CheatsEnabled": true,
|
|
"Ceasefire": 0,
|
|
"WonderDuration": 10,
|
|
"RelicDuration": 10,
|
|
"RelicCount": 2,
|
|
"Size": 256,
|
|
"PlayerData": [
|
|
{
|
|
"Name": "Player 1",
|
|
"Civ": "spart",
|
|
"Color": {
|
|
"r": 150,
|
|
"g": 20,
|
|
"b": 20
|
|
},
|
|
"AI": "",
|
|
"AIDiff": 3,
|
|
"AIBehavior": "random",
|
|
"Team": 1
|
|
},
|
|
{
|
|
"Name": "Player 2",
|
|
"Civ": "spart",
|
|
"Color": {
|
|
"r": 150,
|
|
"g": 20,
|
|
"b": 20
|
|
},
|
|
"AI": "",
|
|
"AIDiff": 3,
|
|
"AIBehavior": "random",
|
|
"Team": 2
|
|
}
|
|
]
|
|
},
|
|
"mapType": "scenario",
|
|
"map": "maps/scenarios/arcadia",
|
|
"gameSpeed": 1
|
|
}
|