mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
1 Commits
feat/add-s
...
feat/add-b
Author | SHA1 | Date | |
---|---|---|---|
447e9e8178 |
@@ -1,22 +0,0 @@
|
|||||||
import { Set } from '../../interfaces'
|
|
||||||
import serie from '../SV'
|
|
||||||
|
|
||||||
const set: Set = {
|
|
||||||
id: 'SV10s',
|
|
||||||
name: {
|
|
||||||
th: 'การผงาดของผู้ไร้พ่าย',
|
|
||||||
id: 'Kehadiran Juara'
|
|
||||||
},
|
|
||||||
|
|
||||||
serie: serie,
|
|
||||||
|
|
||||||
cardCount: {
|
|
||||||
official: 138
|
|
||||||
},
|
|
||||||
releaseDate: {
|
|
||||||
th: '2025-06-13',
|
|
||||||
id: '2025-05-30'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default set
|
|
30
data/Scarlet & Violet/Black Bolt.ts
Normal file
30
data/Scarlet & Violet/Black Bolt.ts
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import { Set } from '../../interfaces'
|
||||||
|
import serie from '../Scarlet & Violet'
|
||||||
|
|
||||||
|
const set: Set = {
|
||||||
|
id: "sv11B", // not sure
|
||||||
|
|
||||||
|
name: {
|
||||||
|
// de: "Ewige Rivalen",
|
||||||
|
en: "Black Bolt",
|
||||||
|
// es: "Rivales Predestinados",
|
||||||
|
// fr: "Rivalités Destinées",
|
||||||
|
// it: "Rivali Predestinati",
|
||||||
|
// pt: "Rivais Predestinados",
|
||||||
|
// 'es-mx': 'Rivales Predestinados'
|
||||||
|
},
|
||||||
|
|
||||||
|
serie: serie,
|
||||||
|
|
||||||
|
cardCount: {
|
||||||
|
official: 170
|
||||||
|
},
|
||||||
|
|
||||||
|
releaseDate: "2023-07-18",
|
||||||
|
|
||||||
|
abbreviations: {
|
||||||
|
official: "BLK"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default set
|
30
data/Scarlet & Violet/White Flare.ts
Normal file
30
data/Scarlet & Violet/White Flare.ts
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import { Set } from '../../interfaces'
|
||||||
|
import serie from '../Scarlet & Violet'
|
||||||
|
|
||||||
|
const set: Set = {
|
||||||
|
id: "sv11W", // not sure
|
||||||
|
|
||||||
|
name: {
|
||||||
|
// de: "Ewige Rivalen",
|
||||||
|
en: "White Flare",
|
||||||
|
// es: "Rivales Predestinados",
|
||||||
|
// fr: "Rivalités Destinées",
|
||||||
|
// it: "Rivali Predestinati",
|
||||||
|
// pt: "Rivais Predestinados",
|
||||||
|
// 'es-mx': 'Rivales Predestinados'
|
||||||
|
},
|
||||||
|
|
||||||
|
serie: serie,
|
||||||
|
|
||||||
|
cardCount: {
|
||||||
|
official: 170
|
||||||
|
},
|
||||||
|
|
||||||
|
releaseDate: "2023-07-18",
|
||||||
|
|
||||||
|
abbreviations: {
|
||||||
|
official: "WHT"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default set
|
Reference in New Issue
Block a user