mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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:
22
data/Scarlet & Violet.ts
Normal file
22
data/Scarlet & Violet.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
id: "sv",
|
||||
name: {
|
||||
de: "Karmesin & Purpur",
|
||||
en: "Scarlet & Violet",
|
||||
es: "Escarlata y Púrpura",
|
||||
fr: "Écarlate et Violet",
|
||||
it: "Scarlatto e Violetto",
|
||||
pt: "Escarlate e Violeta"
|
||||
},
|
||||
|
||||
energies: [
|
||||
'Darkness', 'Dragon',
|
||||
'Fighting', 'Fire', 'Grass',
|
||||
'Lightning', 'Metal',
|
||||
'Psychic', 'Water'
|
||||
]
|
||||
}
|
||||
|
||||
export default serie
|
Reference in New Issue
Block a user