forked from fafranco82/swdestinydb-json-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsets.json
122 lines (122 loc) · 2.76 KB
/
sets.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
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
122
[
{
"cgdb_id_end": 3,
"cgdb_id_start": 1,
"code": "AW",
"cycle_code": "AW",
"date_release": "2016-12-01",
"name": "Awakenings",
"position": 1,
"size": 174
},
{
"cgdb_id_end": 4,
"cgdb_id_start": 4,
"code": "SoR",
"cycle_code": "AW",
"date_release": "2017-05-04",
"name": "Spirit of Rebellion",
"position": 2,
"size": 160
},
{
"cgdb_id_end": 7,
"cgdb_id_start": 7,
"code": "EaW",
"cycle_code": "AW",
"date_release": "2017-09-14",
"name": "Empire at War",
"position": 3,
"size": 160
},
{
"cgdb_id_end": 8,
"cgdb_id_start": 8,
"code": "TPG",
"cycle_code": "LEG",
"date_release": "2017-09-01",
"name": "Two-Player Game",
"position": 4,
"size": 46
},
{
"cgdb_id_end": 11,
"cgdb_id_start": 9,
"code": "LEG",
"cycle_code": "LEG",
"date_release": "2018-02-01",
"name": "Legacies",
"position": 5,
"size": 180
},
{
"cgdb_id_end": 6,
"cgdb_id_start": 6,
"code": "RIV",
"cycle_code": "LEG",
"date_release": "2018-02-15",
"name": "Rivals",
"position": 6,
"size": 20
},
{
"cgdb_id_end": 12,
"cgdb_id_start": 12,
"code": "WotF",
"cycle_code": "LEG",
"date_release": "2018-07-05",
"name": "Way of the Force",
"position": 7,
"size": 160
},
{
"cgdb_id_end": 13,
"cgdb_id_start": 13,
"code": "AtG",
"cycle_code": "LEG",
"date_release": "2018-11-08",
"name": "Across the Galaxy",
"position": 8,
"size": 160
},
{
"cgdb_id_end": 16,
"cgdb_id_start": 16,
"code": "CONV",
"cycle_code": "CONV",
"date_release": "2019-03-28",
"name": "Convergence",
"position": 9,
"size": 180
},
{
"cgdb_id_end": 17,
"cgdb_id_start": 17,
"code": "AoN",
"cycle_code": "CONV",
"date_release": "2019-04-25",
"name": "Allies of Necessity",
"position": 10,
"size": 20
},
{
"cgdb_id_end": 18,
"cgdb_id_start": 18,
"code": "SoH",
"cycle_code": "CONV",
"date_release": "2019-07-05",
"name": "Spark of Hope",
"position": 11,
"size": 160
},
{
"cgdb_id_end": null,
"cgdb_id_start": null,
"code": "CM",
"cycle_code": "CONV",
"date_release": "2020-01-20",
"name": "Covert Missions",
"position": 12,
"size": 160
}
]