mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 12:41:59 +00:00
feat: Add Scarlet & violet three first sets (#446)
Some checks failed
Build / build (push) Failing after 59s
Some checks failed
Build / build (push) Failing after 59s
This commit is contained in:
25
data/Scarlet & Violet/Paradox Rift.ts
Normal file
25
data/Scarlet & Violet/Paradox Rift.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Scarlet & Violet'
|
||||
|
||||
const set: Set = {
|
||||
id: "sv04",
|
||||
|
||||
name: {
|
||||
de: "Obsidian Flammen",
|
||||
en: "Paradox Rift",
|
||||
es: "Escarlata y Púrpura",
|
||||
fr: "Écarlate et Violet",
|
||||
it: "Scarlatto e Violetto",
|
||||
pt: "Escarlate e Violeta"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 182
|
||||
},
|
||||
|
||||
releaseDate: "2023-11-03"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user