This repository was archived by the owner on Aug 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdata.js
More file actions
107 lines (107 loc) · 2.72 KB
/
data.js
File metadata and controls
107 lines (107 loc) · 2.72 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
export default {
expansion: {
"Shadows Over Innistrad": "SOI",
"Oath of the Gatewatch": "OGW",
"Battle for Zendikar": "BFZ",
"Dragons of Tarkir": "DTK",
"Fate Reforged": "FRF",
"Khans of Tarkir": "KTK",
"Journey into Nyx": "JOU",
"Born of the Gods": "BNG",
"Theros": "THS",
"Dragon's Maze": "DGM",
"Gatecrash": "GTC",
"Return to Ravnica": "RTR",
"Avacyn Restored": "AVR",
"Dark Ascension": "DKA",
"Innistrad": "ISD",
"New Phyrexia": "NPH",
"Mirrodin Besieged": "MBS",
"Scars of Mirrodin": "SOM",
"Rise of the Eldrazi": "ROE",
"Worldwake": "WWK",
"Zendikar": "ZEN",
"Alara Reborn": "ARB",
"Conflux": "CON",
"Shards of Alara": "ALA",
"Eventide": "EVE",
"Shadowmoor": "SHM",
"Morningtide": "MOR",
"Lorwyn": "LRW",
"Future Sight": "FUT",
"Planar Chaos": "PLC",
"Time Spiral": "TSP",
"Coldsnap": "CSP",
"Dissension": "DIS",
"Guildpact": "GPT",
"Ravnica: City of Guilds": "RAV",
"Saviors of Kamigawa": "SOK",
"Betrayers of Kamigawa": "BOK",
"Champions of Kamigawa": "CHK",
"Fifth Dawn": "5DN",
"Darksteel": "DST",
"Mirrodin": "MRD",
"Scourge": "SCG",
"Legions": "LGN",
"Onslaught": "ONS",
"Judgment": "JUD",
"Torment": "TOR",
"Odyssey": "ODY",
"Apocalypse": "APC",
"Planeshift": "PLS",
"Invasion": "INV",
"Prophecy": "PCY",
"Nemesis": "NMS",
"Mercadian Masques": "MMQ",
"Urza's Destiny": "UDS",
"Urza's Legacy": "ULG",
"Urza's Saga": "USG",
"Exodus": "EXO",
"Stronghold": "STH",
"Tempest": "TMP",
"Weatherlight": "WTH",
"Visions": "VIS",
"Mirage": "MIR",
"Alliances": "ALL",
"Homelands": "HML",
"Ice Age": "ICE",
"Fallen Empires": "FEM",
"The Dark": "DRK",
"Legends": "LEG",
"Antiquities": "ATQ",
"Arabian Nights": "ARN"
},
core: {
"Magic 2015 Core Set": "M15",
"Magic 2014 Core Set": "M14",
"Magic 2013": "M13",
"Magic 2012": "M12",
"Magic 2011": "M11",
"Magic 2010": "M10",
"Tenth Edition": "10E",
"Ninth Edition": "9ED",
"Eighth Edition": "8ED",
"Seventh Edition": "7ED",
"Classic Sixth Edition": "6ED",
"Fifth Edition": "5ED",
"Fourth Edition": "4ED",
"Revised Edition": "3ED",
"Unlimited Edition": "2ED",
"Limited Edition Beta": "LEB",
"Limited Edition Alpha": "LEA"
},
other: {
"Magic Origins": "ORI",
"Modern Masters 2015": "MM2",
"Tempest Remastered": "TPR",
"Conspiracy": "CNS",
"Vintage Masters": "VMA",
"Modern Masters": "MMA",
"Unhinged": "UNH",
"Unglued": "UGL",
"Starter 1999": "S99",
"Portal Three Kingdoms": "PTK",
"Portal Second Age": "PO2",
"Portal": "POR"
}
}