-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
69 changed files
with
1,266 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'ADV5', | ||
name: { | ||
ja: 'とかれた封印' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 83 | ||
}, | ||
releaseDate: '2004-01-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW1a', | ||
name: { | ||
ja: 'ブラックコレクション', | ||
ko: '블랙 컬렉션' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 53 | ||
}, | ||
releaseDate: '2010-12-17' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW1b', | ||
name: { | ||
ja: 'ホワイトコレクション', | ||
ko: '화이트 컬렉션' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 53 | ||
}, | ||
releaseDate: '2010-12-17' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW2', | ||
name: { | ||
ja: 'レッドコレクション', | ||
ko: '레드 컬렉션' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 66 | ||
}, | ||
releaseDate: '2011-07-15' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW3a', | ||
name: { | ||
ja: 'サイコドライブ', | ||
ko: '사이코 드라이브' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 52 | ||
}, | ||
releaseDate: '2011-09-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW3a', | ||
name: { | ||
ja: 'ヘイルブリザード', | ||
ko: '헤일 블리자드' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 52 | ||
}, | ||
releaseDate: '2011-09-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW4', | ||
name: { | ||
ja: 'ダークラッシュ', | ||
ko: '다크러시' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 69 | ||
}, | ||
releaseDate: '2011-12-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW5a', | ||
name: { | ||
ja: 'リューズブラスト', | ||
ko: '드래곤 블라스트' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 50 | ||
}, | ||
releaseDate: '2012-03-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW5b', | ||
name: { | ||
ja: 'リューノブレード', | ||
ko: '드래곤 블레이드' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 50 | ||
}, | ||
releaseDate: '2012-03-16' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW6a', | ||
name: { | ||
ja: 'フリーズボルト', | ||
ko: '프리즈볼트' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 59 | ||
}, | ||
releaseDate: '2012-07-13' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW6b', | ||
name: { | ||
ja: 'コールドフレア', | ||
ko: '콜드플레어' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 59 | ||
}, | ||
releaseDate: '2012-07-13' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW7', | ||
name: { | ||
ja: 'プラズマゲイル', | ||
ko: '플라스마게일' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 70 | ||
}, | ||
releaseDate: '2012-09-14' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW8a', | ||
name: { | ||
ja: 'ラセンフォース', | ||
ko: '스파이럴포스' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 51 | ||
}, | ||
releaseDate: '2012-12-14' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW8a', | ||
name: { | ||
ja: 'ライデンナックル', | ||
ko: '볼트너클' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 51 | ||
}, | ||
releaseDate: '2012-12-14' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'BW9', | ||
name: { | ||
ja: 'メガロキャノン', | ||
ko: '메갈로캐논' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 76 | ||
}, | ||
releaseDate: '2013-03-15' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'DS', | ||
name: { | ||
ja: 'ドラゴンセレクション', | ||
ko: '드래곤 컬렉션' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 20 | ||
}, | ||
releaseDate: '2012-01-27' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'EBB', | ||
name: { | ||
ja: 'EXバトルブースト', | ||
ko: 'EX 배틀 부스트' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 96 | ||
}, | ||
releaseDate: '2013-07-13' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../BW' | ||
|
||
const set: Set = { | ||
id: 'SC', | ||
name: { | ||
ja: 'シャイニーコレクション', | ||
ko: '샤이니 컬렉션' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 20 | ||
}, | ||
releaseDate: '2013-02-01' | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../DPt' | ||
|
||
const set: Set = { | ||
id: 'DP1a', | ||
name: { | ||
ja: '時空の創造: ダイヤモンドコレクション' | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 117 | ||
}, | ||
releaseDate: '2006-11-30' | ||
} | ||
|
||
export default set |
Oops, something went wrong.