mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -14,14 +14,18 @@ const swsh1: Set = {
|
||||
},
|
||||
|
||||
tcgOnline: 'SHF',
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 72
|
||||
},
|
||||
|
||||
releaseDate: "2021-02-19"
|
||||
releaseDate: "2021-02-19",
|
||||
|
||||
abbreviations: {
|
||||
official: "SHF",
|
||||
fr: "DRA"
|
||||
}
|
||||
}
|
||||
|
||||
export default swsh1
|
||||
|
Reference in New Issue
Block a user