1
0
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:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

22
data-asia/SV/SV9s.ts Normal file
View 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