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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
| {
| "camps": [
| {
| "__tuple__": true,
| "items": [
| 1,
| {
| "id": 1,
| "name": "$faction 1",
| "role_ids": [
| 1
| ],
| "share_vision": true
| }
| ]
| },
| {
| "__tuple__": true,
| "items": [
| 30,
| {
| "id": 30,
| "name": "$code_camp_referee",
| "role_ids": [],
| "share_vision": true
| }
| ]
| },
| {
| "__tuple__": true,
| "items": [
| 9999,
| {
| "id": 9999,
| "name": "$faction 9999",
| "role_ids": [
| 31,
| 32
| ],
| "share_vision": true
| }
| ]
| }
| ],
| "role_res_types": [
| {
| "__tuple__": true,
| "items": [
| "official_res_1",
| {
| "default": 0,
| "icon_id": 100000,
| "is_coin": true,
| "key": "official_res_1",
| "lower_bound": 0,
| "name": "gold",
| "upper_bound": 1073774591
| }
| ]
| }
| ],
| "roles": [
| {
| "__tuple__": true,
| "items": [
| 1,
| {
| "camp_id": 1,
| "color": "#FF0000",
| "id": 1,
| "name": "$player 1",
| "type": 1
| }
| ]
| },
| {
| "__tuple__": true,
| "items": [
| 31,
| {
| "camp_id": 9999,
| "color": "#808080",
| "id": 31,
| "name": "$player 31",
| "type": 2
| }
| ]
| },
| {
| "__tuple__": true,
| "items": [
| 32,
| {
| "camp_id": 9999,
| "color": "#808080",
| "id": 32,
| "name": "$player 32",
| "type": 2
| }
| ]
| }
| ]
| }
|
|