-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrestricted-list.json
45 lines (45 loc) · 1001 Bytes
/
restricted-list.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
[
{
"version": "1.9.2",
"issuer": "Old Timer",
"cardSet": "original",
"code": "cmpd1.9.2",
"date": "2019-12-18",
"formats": [
{
"name": "default",
"restrictedFrom": "23056",
"restrictedExceptions": [],
"restricted": []
}
],
"bannedCards": [
"11001",
"17020"
]
},
{
"version": "1.0.0",
"issuer": "Weird West Edition",
"cardSet": "new",
"code": "wwe1.0.0",
"date": "2021-12-25",
"default": true,
"formats": [
{
"name": "default",
"restrictedUpTo": "19001",
"restrictedExceptions": [
"01144",
"01145"
],
"restricted": []
}
],
"bannedCards": [
"11001",
"17020",
"19028"
]
}
]