Skip to content

Commit

Permalink
feat: Add even more sets infos
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed May 10, 2024
1 parent e850144 commit 26cc556
Show file tree
Hide file tree
Showing 183 changed files with 547 additions and 349 deletions.
6 changes: 4 additions & 2 deletions data-asia/ADV.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Serie } from '../interfaces'

const serie: Serie = {
name: {},
id: 'null'
name: {
ja: 'ADV'
},
id: 'ADV'
}

export default serie
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg1.ts → data-asia/ADV/ADV1.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../ADV'

const set: Set = {
id: 'pmcg1',
id: 'ADV1',
name: {
ja: '拡張パック'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 55
},
releaseDate: '2024-04-26'
releaseDate: '2003-01-31'
}

export default set
18 changes: 18 additions & 0 deletions data-asia/ADV/ADV2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../ADV'

const set: Set = {
id: 'ADV2',
name: {
ja: '砂漠のきせき'
},

serie: serie,

cardCount: {
official: 53
},
releaseDate: '2003-04-18'
}

export default set
18 changes: 18 additions & 0 deletions data-asia/ADV/ADV3.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../ADV'

const set: Set = {
id: 'ADV3',
name: {
ja: '天空の覇者'
},

serie: serie,

cardCount: {
official: 54
},
releaseDate: '2003-06-25'
}

export default set
18 changes: 18 additions & 0 deletions data-asia/ADV/ADV4.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../ADV'

const set: Set = {
id: 'ADV4',
name: {
ja: 'とかれた封印'
},

serie: serie,

cardCount: {
official: 83
},
releaseDate: '2004-01-16'
}

export default set
6 changes: 4 additions & 2 deletions data-asia/LEGEND.ts → data-asia/L.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Serie } from '../interfaces'

const serie: Serie = {
name: {},
id: 'null'
name: {
ja: 'LEGEND'
},
id: 'L'
}

export default serie
6 changes: 4 additions & 2 deletions data-asia/PCG.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Serie } from '../interfaces'

const serie: Serie = {
name: {},
id: 'null'
name: {
ja: 'PCG'
},
id: 'PCG'
}

export default serie
2 changes: 1 addition & 1 deletion data-asia/pmcg.ts → data-asia/PMCG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const serie: Serie = {
name: {
ja: 'ポケットモンスターカードゲーム'
},
id: 'pmcg'
id: 'PMCG'
}

export default serie
18 changes: 18 additions & 0 deletions data-asia/PMCG/PMCG1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'

const set: Set = {
id: 'PMCG1',
name: {
ja: '拡張パック'
},

serie: serie,

cardCount: {
official: 102
},
releaseDate: '1996-10-20'
}

export default set
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg2.ts → data-asia/PMCG/PMCG2.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../PMCG'

const set: Set = {
id: 'pmcg2',
id: 'PMCG2',
name: {
ja: 'ポケモンジャングル'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 48
},
releaseDate: '2024-04-26'
releaseDate: '1997-03-05'
}

export default set
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg3.ts → data-asia/PMCG/PMCG3.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../PMCG'

const set: Set = {
id: 'pmcg3',
id: 'PMCG3',
name: {
ja: '化石の秘密'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 48
},
releaseDate: '2024-04-26'
releaseDate: '1997-06-21'
}

export default set
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg4.ts → data-asia/PMCG/PMCG4.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../PMCG'

const set: Set = {
id: 'pmcg4',
id: 'PMCG4',
name: {
ja: 'ロケット団'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 65
},
releaseDate: '2024-04-26'
releaseDate: '1997-11-21'
}

export default set
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg5.ts → data-asia/PMCG/PMCG5.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../PMCG'

const set: Set = {
id: 'pmcg5',
id: 'PMCG5',
name: {
ja: 'リーダーズスタジアム'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 96
},
releaseDate: '2024-04-26'
releaseDate: '1998-10-24'
}

export default set
10 changes: 4 additions & 6 deletions data-asia/pmcg/pmcg6.ts → data-asia/PMCG/PMCG6.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../pmcg'
import serie from '../PMCG'

const set: Set = {
id: 'pmcg6',
id: 'PMCG6',
name: {
ja: '闇からの挑戦'
},

serie: serie,

// TODO: fill the rest

cardCount: {
official: 101
official: 98
},
releaseDate: '2024-04-26'
releaseDate: '1999-06-25'
}

export default set
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion data-asia/s/s-P.ts → data-asia/S/S-P.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's-P',
id: 'S-P',
name: {
id: 'Kartu Promo',
th: 'การ์ดโปรโม ซอร์ด แอนด์ ชีลด์'
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s10D.ts → data-asia/S/S10D.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's10D',
id: 'S10D',
name: {
ja: 'タイムゲイザー',
ko: '타임게이저',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s10P.ts → data-asia/S/S10P.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's10P',
id: 'S10P',
name: {
ja: 'スペースジャグラー',
ko: '스페이스저글러',
Expand Down
4 changes: 1 addition & 3 deletions data-asia/s/s10a.ts → data-asia/S/S10a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's10a',
id: 'S10a',
name: {
ja: 'ダークファンタズマ',
ko: '다크판타스마',
Expand All @@ -13,8 +13,6 @@ const set: Set = {

serie: serie,

// TODO: fill the rest

cardCount: {
official: 71
},
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s10b.ts → data-asia/S/S10b.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's10b',
id: 'S10b',
name: {
ja: 'Pokémon GO',
ko: 'Pokémon GO',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s11.ts → data-asia/S/S11.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 'sv1a',
id: 'Sv1a',
name: {
ja: 'トリプレットビート',
ko: '트리플렛비트',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s11a.ts → data-asia/S/S11a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's11a',
id: 'S11a',
name: {
ja: '白熱のアルカナ',
ko: '백열의 아르카나',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s12.ts → data-asia/S/S12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's12',
id: 'S12',
name: {
ja: 'パラダイムトリガー',
ko: '패러다임트리거',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s12a.ts → data-asia/S/S12a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's12a',
id: 'S12a',
name: {
ja: 'VSTARユニバース',
ko: 'VSTAR 유니버스',
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s1H.ts → data-asia/S/S1H.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's1H',
id: 'S1H',
name: {
ja: 'シールド',
ko: '실드'
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s1W.ts → data-asia/S/S1W.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's1W',
id: 'S1W',
name: {
ja: 'ソード',
ko: '소드'
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s1a.ts → data-asia/S/S1a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's1a',
id: 'S1a',
name: {
ja: 'VMAXライジング',
ko: 'VMAX라이징'
Expand Down
2 changes: 1 addition & 1 deletion data-asia/s/s2.ts → data-asia/S/S2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../s'

const set: Set = {
id: 's2',
id: 'S2',
name: {
ja: '反逆クラッシュ',
ko: '반역크래시',
Expand Down
Loading

0 comments on commit 26cc556

Please sign in to comment.