mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
1 Commits
v2.33.0
...
feat/add-s
Author | SHA1 | Date | |
---|---|---|---|
f433ea60f5 |
22
data-asia/SV/SV10s.ts
Normal file
22
data-asia/SV/SV10s.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user