mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
1 Commits
feat/add-b
...
feat/add-s
Author | SHA1 | Date | |
---|---|---|---|
c82a189c75 |
24
data-asia/SV/SV11B.ts
Normal file
24
data-asia/SV/SV11B.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV11B',
|
||||
name: {
|
||||
ja: 'ブラックボルト',
|
||||
"zh-cn": '漆黑伏特',
|
||||
"zh-tw": '漆黑伏特'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2025-06-06',
|
||||
"zh-cn": '2025-06-20',
|
||||
"zh-tw": '2025-06-20',
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/SV/SV11W.ts
Normal file
24
data-asia/SV/SV11W.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV11W',
|
||||
name: {
|
||||
ja: 'ホワイトフレア',
|
||||
"zh-cn": '純白閃焰',
|
||||
"zh-tw": '純白閃焰'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2025-06-06',
|
||||
"zh-cn": '2025-06-20',
|
||||
"zh-tw": '2025-06-20',
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
@@ -1,30 +0,0 @@
|
||||
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
|
@@ -1,30 +0,0 @@
|
||||
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