Created
September 5, 2016 19:34
-
-
Save mattcan/d2e5873dcb78849b63e7071218afabf0 to your computer and use it in GitHub Desktop.
Pokemon Trading Card Game Online (PTCGO) set code to TCG set code
This file contains hidden or 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
{ | |
"sets": { | |
"HS": "hgss1", | |
"UL": "hgss2", | |
"UD": "hgss3", | |
"TM": "hgss4", | |
"CL": "col1", | |
"PR-BLW": "bwp", | |
"BLW": "bw1", | |
"EPO": "bw2", | |
"NVI": "bw3", | |
"NXD": "bw4", | |
"DEX": "bw5", | |
"DRX": "bw6", | |
"DRV": "dv1", | |
"BCR": "bw7", | |
"PLS": "bw8", | |
"PLF": "bw9", | |
"PLB": "bw10", | |
"PR-XY": "xyp", | |
"LTR": "bw11", | |
"KSS": "xy0", | |
"XY": "xy1", | |
"FLF": "xy2", | |
"FFI": "xy3", | |
"PHF": "xy4", | |
"PRC": "xy5", | |
"DCR": "dc1", | |
"ROS": "xy6", | |
"AOR": "xy7", | |
"BKT": "xy8", | |
"BKP": "xy9", | |
"GEN": "g1", | |
"FCO": "xy10", | |
"STS": "xy11" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment