mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
27
data-asia/SV/SV2D.ts
Normal file
27
data-asia/SV/SV2D.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV2D',
|
||||
name: {
|
||||
ja: 'クレイバースト',
|
||||
ko: '클레이버스트',
|
||||
'zh-tw': '碟旋暴擊',
|
||||
id: 'Letusan Tanah',
|
||||
th: 'เคลย์เบิสต์'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 71
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2023-04-14',
|
||||
'zh-tw': '2023-04-28',
|
||||
id: '2023-06-30',
|
||||
th: '2023-06-30'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user