mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 10:49:18 +00:00
feat: Add SV9s (#746)
This commit is contained in:
22
data-asia/SV/SV9s.ts
Normal file
22
data-asia/SV/SV9s.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV9s',
|
||||
name: {
|
||||
th: 'สายใยแห่งโชคชะตา',
|
||||
id: 'Ikatan Takdir'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 139
|
||||
},
|
||||
releaseDate: {
|
||||
th: '2025-04-11',
|
||||
id: '2025-04-18'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user