This repository was archived by the owner on Feb 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.json
242 lines (242 loc) · 3.96 KB
/
categories.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
[
{
"title": "Official Base",
"regex": [
"CAH Base Set|CAH: (First|Third|Second|Fourth|Fifth|Sixth) Expansion"
]
},
{
"title": "Official Holiday",
"regex": [
"\\d{4} Holiday Pack"
]
},
{
"title": "Official Color",
"regex": [
"CAH: (Blue|Green|Red) Box Expansion"
]
},
{
"title": "Official PAX",
"regex": [
".*PAX.*"
]
},
{
"title": "Official Misc",
"regex": [
"CAH: .*",
"90s Nostalgia Pack",
"Absurd Box Expansion",
"ClickHole Greeting Cards Pack (Target Exclusive)",
"Dad Pack",
"Desert Bus For Hope Pack",
"Fantasy Pack",
"Fascism Pack",
"Food Pack",
"Geek Pack",
"Gen Con 2018 Midterm Election Pack",
"House of Cards Pack",
"Jack White Show Pack",
"Jew Pack\/Chosen People Pack",
"Mass Effect Pack",
"Nerd Bundle: A Few More Cards For You Nerds (Target Exclusive)",
"Period Pack",
"Pride Pack",
"Retail Mini Pack",
"Retail Product ",
"Sci-Fi Pack",
"Science Pack",
"Seasons Greetings Pack",
"TableTop Pack",
"Theatre Pack",
"Theatre Pack - CATS Musical Pack",
"Weed Pack",
"World Wide Web Pack"
]
},
{
"title": "Official Reject",
"regex": [
"Reject Pack.?\\d?"
]
},
{
"title": "Official Political",
"regex": [
"Trump Bug Out Bag\\/Post-Trump Pack",
"Cards Against Humanity Saves America Pack",
"Vote For Hillary Pack",
"Vote For Trump Pack",
"2016 Election Game"
]
},
{
"title": "Family Friendly Stuff",
"regex": [
]
},
{
"title": "Cads About Maternity",
"regex": [
"Cads About Maternity.*"
]
},
{
"title": "Cakes Athirst Hilarity",
"regex": [
"Cakes Athirst Hilarity Volume.*"
]
},
{
"title": "Carbs of the Huge Manatee",
"regex": [
"Carbs of the Huge Manatee.*"
]
},
{
"title": "Cards and Punishment",
"regex": [
"Cards and Punishment Vol. .*"
]
},
{
"title": "Carps & Angsty Manatee",
"regex": [
"Carps & Angsty Manatee - .*"
]
},
{
"title": "Cats Abiding Horribly",
"regex": [
"Cats Abiding Horribly.*"
]
},
{
"title": "Clones Attack Hilarity",
"regex": [
"Clones Attack Hilarity #\\d"
]
},
{
"title": "Cows",
"regex": [
"Cows .*"
]
},
{
"title": "Kentucky?",
"regex": [
"Cols .* Kentucky.*"
]
},
{
"title": "Cocks Abreast Hostility",
"regex": [
"Cocks Abreast Hostility.*"
]
},
{
"title": "Conspiracy Theory",
"regex": [
"Conspiracy Theory.*"
]
},
{
"title": "Crabs Adjust Humidity",
"regex": [
"Crabs Adjust Humidity: .*"
]
},
{
"title": "Disgruntled Decks",
"regex": [
"Disgruntled Decks: .*"
]
},
{
"title": "Humanity Hates",
"regex": [
"Humanity Hates .*"
]
},
{
"title": "JadedAid",
"regex": [
"JadedAid: .*"
]
},
{
"title": "KinderPerfect",
"regex": [
"KinderPerfect.*"
]
},
{
"title": "Kiwis _ Morality",
"regex": [
"Kiwis .* Morality"
]
},
{
"title": "Knitters Against Swatches",
"regex": [
"Knitters Against Swatches .* Edition"
]
},
{
"title": "Not Parent Approved",
"regex": [
"Not Parent Approved.*"
]
},
{
"title": "Personally Incorrect",
"regex": [
"Personally Incorrect.*"
]
},
{
"title": "Pigs Against Profanity",
"regex": [
"Pigs Against Profanity: Volume \\d"
]
},
{
"title": "That's What She Said Game",
"regex": [
"That\\'s What She Said Game.*"
]
},
{
"title": "The Catholic Card Game",
"regex": [
"The Catholic Card Game: .*"
]
},
{
"title": "The Worst Card Game",
"regex": [
"The Worst Card Game: .*"
]
},
{
"title": "Trumped UpCards",
"regex": [
"Trumped UpCards: .*"
]
},
{
"title": "Voter's Choice",
"regex": [
"Voter's Choice: The .* Expansion"
]
},
{
"title": "Words Against Morality",
"regex": [
"Words Against Morality: Volume \\d"
]
}
]