keyrune/demo/sets.js

73 lines
1.6 KiB
JavaScript

sets = {
"Core": {
"lea": "Alpha",
"leb": "Beta",
"2ed": "Unlimited",
"3ed": "Revised",
"4ed": "Fourth Edition",
"5ed": "Fifth Edition",
"6ed": "Sixth Edition",
},
"Expansion": {
"arn": "Arabian Nights",
"atq": "Antiquities",
"leg": "Legends",
"drk": "The Dark",
"fem": "Fallen Empires",
"ice": "Ice Age",
"hml": "Homelands",
"all": "Alliances",
"mir": "Mirage",
"vis": "Visions",
"wth": "Weatherlight",
"tmp": "Tempest",
"sth": "Stronghold",
"exo": "Exodus",
"usg": "Urza's Saga",
"ulg": "Urza's Legacy",
"uds": "Urza's Destiny",
},
"Command": {
"pvan": "Vanguard",
},
"Reprint": {
"chr": "Chronicles",
},
"Supplemental": {},
"Digital": {
"past": "Astral Cards",
},
"Beginner": {
"itp": "Introductory 2-Player Set",
"por": "Portal",
"p02": "Portal Second Age"
},
"Premium": {
"ced": "Collectors' Edition",
"cei": "Intl. Collectors' Edition",
},
"Promo": {
"pdrc": "Dragon Con",
"phpr": "HarperPrism Book Promos",
"pmei": "Media Inserts",
"pmtg": "MTG Logo Promos",
},
"Standalone": {
"ugl": "Unglued",
},
"Unofficial": {
"sum": "Summer Magic",
"fbb": "Foreign Black Border",
"4bb": "4th Edition Black Border",
"ren": "Renaissance",
"rin": "Rinascimento",
"palp": "Asia Pacific Land Program",
"ath": "Anthologies",
},
"Alternative": {
"legchr": "Legends (Chronicles)",
"pgc98": "Gen Con 1998 Oversized Promo",
"po": "Portal (Gatherer)",
"wl": "Weatherlight (Gatherer)",
}
}