Created
November 15, 2014 00:37
-
-
Save dunn/e3e4b00b35392db740d8 to your computer and use it in GitHub Desktop.
shortcodes for the mtgapi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
blocks: [ | |
// not available yet | |
// 'ktk', | |
'jou', | |
'bng', | |
'ths', | |
'dgm', | |
'gtc', | |
'rtr', | |
'avr', | |
'dka', | |
'isd', | |
'nph', | |
'mbs', | |
'som', | |
'roe', | |
'wwk', | |
'zen', | |
'arb', | |
'cfx', | |
'ala', | |
'eve', | |
'shm', | |
'mor', | |
'lrw', | |
'fut', | |
'plc', | |
'tsp', | |
'dis', | |
'gpt', | |
'rav', | |
'sok', | |
'bok', | |
'chk', | |
'5dn', | |
'dst', | |
'mrd', | |
'scg', | |
'lgn', | |
'ons', | |
'jud', | |
'tor', | |
'ody', | |
'apc', | |
'pls', | |
'inv', | |
'pcy', | |
'nms', | |
'mmq', | |
'uds', | |
'ulg', | |
'usg', | |
'exo', | |
'sth', | |
'tmp', | |
'wth', | |
'vis', | |
'mir', | |
'csp', | |
'all', | |
'ice' | |
], | |
early: [ | |
'hml', | |
'fem', | |
'drk', | |
'leg', | |
'atq', | |
'arn' | |
], | |
core: [ | |
'm15', | |
'm14', | |
'm13', | |
'm12', | |
'm11', | |
'm10', | |
'10e', | |
'9ed', | |
'8ed', | |
'7ed', | |
'6ed', | |
'5ed', | |
'4ed', | |
'3ed', | |
'2ed', | |
'leb', | |
'lea' | |
], | |
starter: [ | |
// gives 500 error | |
// 's00', | |
's99', | |
'ptk', | |
'po2', | |
'por' | |
], | |
un: [ | |
// unavailable | |
// 'unh', | |
'ung' | |
], | |
special: [ | |
// maybe three of these work, and I don't feel like figuring out | |
// which three right now | |
'cns', | |
'pd3', | |
'pd2', | |
'pds', | |
'md1', | |
'mma', | |
'dpa', | |
'chr', | |
'c14', | |
'c13', | |
'cma', | |
'pc2', | |
'cmd', | |
'arc', | |
'pch', | |
'v14', | |
'v13', | |
'v12', | |
'fvl', | |
'fvr', | |
'fve', | |
'fvd', | |
'ddn', | |
'ddm', | |
'ddl', | |
'ddk', | |
'ddj', | |
'ddl', | |
'ddh', | |
'ddg', | |
'ddf', | |
'pvc', | |
'gvl', | |
'dvd', | |
'jvc', | |
'evg' | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment