-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstats.json
More file actions
121 lines (121 loc) · 2.74 KB
/
stats.json
File metadata and controls
121 lines (121 loc) · 2.74 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"table": {
"turns_number": {
"id": 10,
"name": "Number of turns",
"type": "int"
}
},
"player": {
"turns_number": {
"id": 10,
"name": "Number of turns",
"type": "int"
},
"travel_cards": {
"id": 11,
"name": "Number of Travel cards played",
"type": "int"
},
"travel_cards_double": {
"id": 12,
"name": "Number of two Travel cards played as any other",
"type": "int"
},
"action_move": {
"id": 13,
"name": "Number of Movement actions",
"type": "int"
},
"placed_camps": {
"id": 14,
"name": "Number of placed Camps",
"type": "int"
},
"placed_camps_points": {
"id": 40,
"name": "Number of points from placed Camps",
"type": "int"
},
"best_traveller": {
"id": 15,
"name": "Number of \"Best Traveler In The Region\" achievements",
"type": "int"
},
"best_traveller_points": {
"id": 16,
"name": "Number of points from \"Best Traveler In The Region\" achievements",
"type": "int"
},
"placed_souvenirs": {
"id": 17,
"name": "Number of placed Souvenirs",
"type": "int"
},
"placed_souvenirs_points": {
"id": 41,
"name": "Number of points from placed Souvenirs",
"type": "int"
},
"bonus_actions": {
"id": 18,
"name": "Number of Bonus actions used",
"type": "int"
},
"placed_stamps": {
"id": 19,
"name": "Number of placed Stamps",
"type": "int"
},
"sent_postcards": {
"id": 20,
"name": "Number of sent Postcards",
"type": "int"
},
"sent_postcards_points": {
"id": 21,
"name": "Number of points from sent Postcards",
"type": "int"
},
"gifts": {
"id": 22,
"name": "Number of Gift cards collected",
"type": "int"
},
"action_gifts": {
"id": 23,
"name": "Number of \"Action\" Gift cards collected (flash icon)",
"type": "int"
},
"gift_actions": {
"id": 24,
"name": "Number of Gift actions used",
"type": "int"
},
"point_gifts": {
"id": 25,
"name": "Number of \"Scoring\" Gift cards collected (bell icon)",
"type": "int"
},
"gift_points": {
"id": 26,
"name": "Number of points from Gift cards",
"type": "int"
},
"itinerary_points": {
"id": 27,
"name": "Number of points from Itinerary card",
"type": "int"
},
"end_bonus_points": {
"id": 28,
"name": "Number of points from the End Game bonus",
"type": "int"
},
"unsent_postcards_points": {
"id": 29,
"name": "Number of points from unsent Postcards",
"type": "int"
}
}
}