forked from brollb/0ad-rl-interface-js-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharcadia.json
53 lines (53 loc) · 1.3 KB
/
arcadia.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"settings": {
"TriggerScripts": [
"scripts/TriggerHelper.js",
"scripts/ConquestCommon.js",
"scripts/ConquestUnits.js"
],
"VictoryConditions": [
"conquest_units"
],
"Name": "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
}