Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add abbreviations to the database #534

Merged
merged 4 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data/Base/Base Set 2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ const base4: Set = {
official: 130
},

releaseDate: "2000-02-24"
releaseDate: "2000-02-24",

abbreviations: {
official: "B2"
}
}

export default base4
7 changes: 6 additions & 1 deletion data/Base/Base Set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const base1: Set = {
official: 102
},

releaseDate: "1999-01-09"
releaseDate: "1999-01-09",

abbreviations: {
official: "BS",
fr: "BAS"
}
}

export default base1
7 changes: 6 additions & 1 deletion data/Base/Fossil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const base3: Set = {
official: 62
},

releaseDate: "1999-10-10"
releaseDate: "1999-10-10",

abbreviations: {
official: "FO",
fr: "FOS"
}
}

export default base3
7 changes: 6 additions & 1 deletion data/Base/Jungle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const base2: Set = {
official: 64
},

releaseDate: "1999-06-16"
releaseDate: "1999-06-16",

abbreviations: {
official: "JU",
fr: "JUN"
}
}

export default base2
7 changes: 6 additions & 1 deletion data/Base/Team Rocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const base5: Set = {
official: 82
},

releaseDate: "2000-04-24"
releaseDate: "2000-04-24",

abbreviations: {
official: "RO",
fr: "ROC"
}
}

export default base5
7 changes: 6 additions & 1 deletion data/Black & White/BW Black Star Promos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const bwp: Set = {
official: 101
},

releaseDate: "2011-04-26"
releaseDate: "2011-04-26",

abbreviations: {
official: "BWP",
fr: "PBW"
}
}

export default bwp
7 changes: 6 additions & 1 deletion data/Black & White/Black & White.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw1: Set = {
official: 114
},

releaseDate: "2011-04-25"
releaseDate: "2011-04-25",

abbreviations: {
official: "BLW",
fr: "N&B"
}
}

export default bw1
7 changes: 6 additions & 1 deletion data/Black & White/Boundaries Crossed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw7: Set = {
official: 149
},

releaseDate: "2012-11-07"
releaseDate: "2012-11-07",

abbreviations: {
official: "BCR",
fr: "FFR"
}
}

export default bw7
7 changes: 6 additions & 1 deletion data/Black & White/Dark Explorers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw5: Set = {
official: 108
},

releaseDate: "2012-05-09"
releaseDate: "2012-05-09",

abbreviations: {
official: "DEX",
fr: "EOB"
}
}

export default bw5
7 changes: 6 additions & 1 deletion data/Black & White/Dragon Vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const dv1: Set = {
official: 20
},

releaseDate: "2012-10-05"
releaseDate: "2012-10-05",

abbreviations: {
official: "DRV",
fr: "CDR"
}
}

export default dv1
7 changes: 6 additions & 1 deletion data/Black & White/Dragons Exalted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw6: Set = {
official: 124
},

releaseDate: "2012-08-15"
releaseDate: "2012-08-15",

abbreviations: {
official: "DRX",
fr: "DEX"
}
}

export default bw6
7 changes: 6 additions & 1 deletion data/Black & White/Emerging Powers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw2: Set = {
official: 98
},

releaseDate: "2011-08-31"
releaseDate: "2011-08-31",

abbreviations: {
official: "EP",
fr: "PEM"
}
}

export default bw2
6 changes: 5 additions & 1 deletion data/Black & White/Legendary Treasures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ const bw11: Set = {
official: 113
},

releaseDate: "2013-11-06"
releaseDate: "2013-11-06",

abbreviations: {
official: "LTR"
}
}

export default bw11
7 changes: 6 additions & 1 deletion data/Black & White/Next Destinies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw4: Set = {
official: 99
},

releaseDate: "2012-02-08"
releaseDate: "2012-02-08",

abbreviations: {
official: "NEX",
fr: "DFU"
}
}

export default bw4
7 changes: 6 additions & 1 deletion data/Black & White/Noble Victories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw3: Set = {
official: 101
},

releaseDate: "2011-11-16"
releaseDate: "2011-11-16",

abbreviations: {
official: "NVI",
fr: "NVI"
}
}

export default bw3
7 changes: 6 additions & 1 deletion data/Black & White/Plasma Blast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const bw10: Set = {
official: 101
},

releaseDate: "2013-08-14"
releaseDate: "2013-08-14",

abbreviations: {
official: "PLB",
fr: "EPL"
}
}

export default bw10
7 changes: 6 additions & 1 deletion data/Black & White/Plasma Freeze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const bw9: Set = {
official: 116
},

releaseDate: "2013-05-08"
releaseDate: "2013-05-08",

abbreviations: {
official: "PLF",
fr: "GPL"
}
}

export default bw9
6 changes: 5 additions & 1 deletion data/Black & White/Plasma Storm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const bw8: Set = {
official: 135
},

releaseDate: "2013-02-06"
releaseDate: "2013-02-06",

abbreviations: {
official: "PLS"
}
}

export default bw8
7 changes: 6 additions & 1 deletion data/Call of Legends/Call of Legends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const col1: Set = {
official: 95
},

releaseDate: "2011-02-09"
releaseDate: "2011-02-09",

abbreviations: {
official: "COL",
fr: "LDL"
}
}

export default col1
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Diamond & Pearl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const dp1: Set = {
official: 130
},

releaseDate: "2007-05-01"
releaseDate: "2007-05-01",

abbreviations: {
official: "DP",
fr: "D&P"
}
}

export default dp1
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Great Encounters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const dp4: Set = {
official: 106
},

releaseDate: "2008-02-01"
releaseDate: "2008-02-01",

abbreviations: {
official: "GE",
fr: "DAS"
}
}

export default dp4
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Legends Awakened.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const dp6: Set = {
official: 146
},

releaseDate: "2008-08-01"
releaseDate: "2008-08-01",

abbreviations: {
official: "LA",
fr: "EDL"
}
}

export default dp6
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Majestic Dawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const dp5: Set = {
official: 100
},

releaseDate: "2008-05-01"
releaseDate: "2008-05-01",

abbreviations: {
official: "MD",
fr: "AMJ"
}
}

export default dp5
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Mysterious Treasures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const dp2: Set = {
official: 122
},

releaseDate: "2007-08-01"
releaseDate: "2007-08-01",

abbreviations: {
official: "MT",
fr: "TMY"
}
}

export default dp2
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Secret Wonders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const dp3: Set = {
official: 132
},

releaseDate: "2007-11-01"
releaseDate: "2007-11-01",

abbreviations: {
official: "SW",
fr: "MSQ"
}
}

export default dp3
7 changes: 6 additions & 1 deletion data/Diamond & Pearl/Stormfront.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const dp7: Set = {
official: 100
},

releaseDate: "2008-11-01"
releaseDate: "2008-11-01",

abbreviations: {
official: "FS",
fr: "TEM"
}
}

export default dp7
7 changes: 6 additions & 1 deletion data/E-Card/Aquapolis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const ecard2: Set = {
official: 147
},

releaseDate: "2003-01-15"
releaseDate: "2003-01-15",

abbreviations: {
official: "AQ",
fr: "AQU"
}
}

export default ecard2
7 changes: 6 additions & 1 deletion data/E-Card/Expedition Base Set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const ecard1: Set = {
official: 165
},

releaseDate: "2002-09-15"
releaseDate: "2002-09-15",

abbreviations: {
official: "EX",
fr: "EXP"
}
}

export default ecard1
Loading
Loading