mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 12:59:18 +00:00
feat: Add Journey Together (#701)
* feat: Add static data for Journey Together Signed-off-by: Avior <git@avior.me> * feat: finish naming Signed-off-by: Avior <git@avior.me> * should be done Signed-off-by: Avior <git@avior.me> * Update index.ts --------- Signed-off-by: Avior <git@avior.me>
This commit is contained in:
30
data/Scarlet & Violet/Journey Together.ts
Normal file
30
data/Scarlet & Violet/Journey Together.ts
Normal file
@ -0,0 +1,30 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Scarlet & Violet'
|
||||
|
||||
const set: Set = {
|
||||
id: "sv09",
|
||||
|
||||
name: {
|
||||
de: "Reisegefährten",
|
||||
en: "Journey Together",
|
||||
es: "Juntos de Aventuras",
|
||||
fr: "Aventures Ensemble",
|
||||
it: "Avventure Insieme",
|
||||
pt: "Amigos de Jornada",
|
||||
"es-mx": 'Aventuras Compartidas'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 159
|
||||
},
|
||||
|
||||
releaseDate: "2025-03-28",
|
||||
|
||||
abbreviations: {
|
||||
official: "JTG"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user