This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-map.json
89 lines (89 loc) · 1.72 KB
/
default-map.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"units": [
{
"id": 0,
"loc": [2792000,4856000],
"type": "Infantry Battalion",
"user": "Blufor",
"deployTime": 0,
"hp": 100
},
{
"id": 1,
"loc": [2826000,4862000],
"type": "Infantry Battalion",
"user": "Opfor",
"deployTime": 0,
"hp": 100
},
{
"id": 2,
"loc": [2826000,4814000],
"type": "Stealth Fighter Squadron",
"user": "Opfor",
"fuelLeft": 2,
"deployTime": 0,
"hp": 100
},
{
"id": 3,
"loc": [2793000,4856000],
"type": "Transport Company",
"user": "Blufor",
"deployTime": 0,
"hp": 100,
"units": [
{
"id": 4,
"loc": null,
"type": "Infantry Battalion",
"user": "Opfor",
"deployTime": 0,
"hp": 100
},
{
"id": 4,
"loc": null,
"type": "Infantry Battalion",
"user": "Opfor",
"deployTime": 0,
"hp": 100
}
]
}
],
"airfields": [
{
"id": 0,
"loc": [2826000,4863000],
"units": [
{
"id": 0,
"loc": null,
"type": "Jet Fighter Squadron",
"user": "Opfor",
"hp": 100
}
]
},
{
"id": 0,
"loc": [2820000,4863000],
"units": [
{
"id": 0,
"loc": null,
"type": "Jet Fighter Squadron",
"user": "Blufor",
"hp": 100
}
]
}
],
"gameStarted": false,
"currentTime": 0,
"turnChangeTime": {
"Blufor": 0,
"Opfor": 0
}
}