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:
@ -15,7 +15,11 @@ const base4: Set = {
|
||||
official: 130
|
||||
},
|
||||
|
||||
releaseDate: "2000-02-24"
|
||||
releaseDate: "2000-02-24",
|
||||
|
||||
abbreviations: {
|
||||
official: "B2"
|
||||
}
|
||||
}
|
||||
|
||||
export default base4
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user