1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add abbreviations to the database (#534)

This commit is contained in:
2024-11-06 02:10:06 +01:00
committed by GitHub
parent e30d54469d
commit 8231f45f81
163 changed files with 969 additions and 180 deletions

View File

@ -15,7 +15,11 @@ const base4: Set = {
official: 130
},
releaseDate: "2000-02-24"
releaseDate: "2000-02-24",
abbreviations: {
official: "B2"
}
}
export default base4

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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