mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 17:41:57 +00:00
Compare commits
120 Commits
Author | SHA1 | Date | |
---|---|---|---|
2ca455a957 | |||
13ad5fb0a2 | |||
|
17a0e241cc | ||
|
dc51d5e8a8 | ||
|
e1de8e8323 | ||
|
744ad63e3a | ||
|
6b223c688d | ||
|
e749ed01e2 | ||
|
e4eb25b6ea | ||
|
814f94be6f | ||
|
63790a056c | ||
51e017e9cc | |||
a550cf079c | |||
78366685f8 | |||
|
08971af0bf | ||
|
7111c33403 | ||
|
a08b8d8cca | ||
c3cfb2607a | |||
|
16caf3384e | ||
|
c5ab6d966b | ||
7e2a3ea30c | |||
ecf4c9f8fa | |||
e8e9c23e14 | |||
e4099defdb | |||
19dccfd5d7 | |||
|
2f9c5814ff | ||
|
7f95bd3da1 | ||
|
0158daf40d | ||
|
a597759d9d | ||
|
28662c55c3 | ||
|
eca49a1bee | ||
|
de13bb175a | ||
34dc55b1d7 | |||
17ef7efab3 | |||
|
b6dab212b7 | ||
ff0cf14773 | |||
|
2a2b6463ff | ||
|
6b3633e748 | ||
8fb7f88283 | |||
|
366e9e6ea7 | ||
a33629e883 | |||
33232f1b65 | |||
7568334dec | |||
|
f39956e429 | ||
|
a722ecbbda | ||
f2a7f09e48 | |||
|
60031a9de6 | ||
144b794610 | |||
62f6671b63 | |||
87d9b16fb8 | |||
0616b98038 | |||
|
a8f8b29340 | ||
|
2813d77f92 | ||
ebc2bb28bf | |||
c52ed815bb | |||
5e1ba9ee8d | |||
|
121db30389 | ||
|
48a984ef50 | ||
|
2b6d06184d | ||
|
109921761e | ||
|
3b02e9be81 | ||
|
eaf5935a0f | ||
|
878c0dc83a | ||
|
aeaa784100 | ||
|
fabb829169 | ||
d291c692d9 | |||
8610bd60fe | |||
|
89e0b8d367 | ||
|
660cccbe97 | ||
8eb9131f60
|
|||
041572da85
|
|||
982e0dd8f0 | |||
207a18fec6 | |||
ac83a0ebdb | |||
45f7db66d7 | |||
14ed8ee912 | |||
bf8f610c04 | |||
8231f45f81 | |||
e30d54469d | |||
c1d83caca0 | |||
64bcd0524d | |||
07a8ad0b8e | |||
4c96331b93 | |||
1a52a6f29a | |||
1d14078dd8 | |||
4f2c27937a | |||
bbd5d28dc6 | |||
ce8d5590ef | |||
b9dae445b1 | |||
4700618047 | |||
5899083e5d | |||
ae6ed3cdaa | |||
5928a1dd25 | |||
|
5fbcd82457 | ||
cfd6d5c0e8 | |||
|
80f483ab66 | ||
31b1ae566e | |||
698f66cf55 | |||
c8ec4c88a7 | |||
68e363bfaa | |||
|
ab265c6c41 | ||
|
c10020a9a9 | ||
|
e36865e971 | ||
|
5b32edb5bf | ||
|
e7ceb7ac59 | ||
|
629ab06c4c | ||
|
7e3cf7aa08 | ||
|
0475848425 | ||
|
eea5c5147b | ||
3d58d92db7 | |||
|
d0b4071ff9 | ||
|
661edcf790 | ||
27521b92ad | |||
6751deb9d0 | |||
2e8c843c5a | |||
|
d75b756bac | ||
|
91dc66a494 | ||
a26ef0e5eb | |||
|
a35fadd50c | ||
|
f2c664badc |
@@ -52,6 +52,24 @@
|
||||
"contributions": [
|
||||
"data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "spyworldxp",
|
||||
"name": "Clement Yuan",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/1112701?v=4",
|
||||
"profile": "http://imclement.com",
|
||||
"contributions": [
|
||||
"data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "Reloadaxe",
|
||||
"name": "Benjamin Rousseliere",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/44167126?v=4",
|
||||
"profile": "https://github.com/Reloadaxe",
|
||||
"contributions": [
|
||||
"data"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
@@ -60,5 +78,6 @@
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"skipCi": true,
|
||||
"commitConvention": "angular"
|
||||
"commitConvention": "angular",
|
||||
"commitType": "docs"
|
||||
}
|
||||
|
25
.bruno/cards/advanced-query.bru
Normal file
25
.bruno/cards/advanced-query.bru
Normal file
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Advanced Query
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu&hp=gte:60&hp=lt:70&localId=5&localId=not:tg&id=neq:cel25-5
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
name: eq:Pikachu
|
||||
hp: gte:60
|
||||
hp: lt:70
|
||||
localId: 5
|
||||
localId: not:tg
|
||||
id: neq:cel25-5
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.length: gte 14
|
||||
}
|
23
.bruno/cards/multiple.bru
Normal file
23
.bruno/cards/multiple.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Multiple values
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu|Pichu&hp=lt:70&localId=not:tg&id=neq:cel25-5
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
name: eq:Pikachu|Pichu
|
||||
hp: lt:70
|
||||
localId: not:tg
|
||||
id: neq:cel25-5
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.length: gt 85
|
||||
}
|
3
.bruno/environments/Beta.bru
Normal file
3
.bruno/environments/Beta.bru
Normal file
@@ -0,0 +1,3 @@
|
||||
vars {
|
||||
BASE_URL: https://beta.api.tcgdex.net
|
||||
}
|
@@ -1,3 +1,3 @@
|
||||
vars {
|
||||
BASE_URL: http://localhost:3000
|
||||
BASE_URL: http://127.0.0.1:3000
|
||||
}
|
||||
|
@@ -0,0 +1,29 @@
|
||||
meta {
|
||||
name: 562 - GraphQL set request is not returning the correct value
|
||||
type: graphql
|
||||
seq: 7
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
set(id: "{{SET_ID}}") {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
SET_ID: swsh1
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.data.set.id: eq {{SET_ID}}
|
||||
}
|
15
.bruno/fixes/566-specific-request-crash-the-request.bru
Normal file
15
.bruno/fixes/566-specific-request-crash-the-request.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: 566 - Specific request crash the request
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/fr/cards?name=eq:Pikachu&name=eq:Pichu,Pikachu
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: 567 - invalid data returned when filtering using set
|
||||
type: http
|
||||
seq: 9
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/cards?name=umbreon&set=evolving skies
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
name: umbreon
|
||||
set: evolving skies
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.length: gte 6
|
||||
}
|
28
.bruno/graphql/card.bru
Normal file
28
.bruno/graphql/card.bru
Normal file
@@ -0,0 +1,28 @@
|
||||
meta {
|
||||
name: card
|
||||
type: graphql
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
card(id: "{{ID}}") {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
ID: swsh1-136
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.data.card.id: eq {{ID}}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
meta {
|
||||
name: GraphQL API
|
||||
name: cards
|
||||
type: graphql
|
||||
seq: 1
|
||||
}
|
29
.bruno/graphql/serie.bru
Normal file
29
.bruno/graphql/serie.bru
Normal file
@@ -0,0 +1,29 @@
|
||||
meta {
|
||||
name: serie
|
||||
type: graphql
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
serie(id: "{{ID}}") {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
ID: swsh
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.data.serie.id: eq {{ID}}
|
||||
}
|
24
.bruno/graphql/series.bru
Normal file
24
.bruno/graphql/series.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: series
|
||||
type: graphql
|
||||
seq: 6
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
series {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
29
.bruno/graphql/set.bru
Normal file
29
.bruno/graphql/set.bru
Normal file
@@ -0,0 +1,29 @@
|
||||
meta {
|
||||
name: set
|
||||
type: graphql
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
set(id: "{{SET_ID}}") {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
SET_ID: swsh1
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.data.set.id: eq {{SET_ID}}
|
||||
}
|
24
.bruno/graphql/sets.bru
Normal file
24
.bruno/graphql/sets.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: sets
|
||||
type: graphql
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/v2/graphql
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
query Pouet {
|
||||
sets {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
21
.bruno/sets/Advanced Query.bru
Normal file
21
.bruno/sets/Advanced Query.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Advanced Query
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/sets?cardCount.official=gt:64&id=swsh
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
cardCount.official:gt: 64
|
||||
id: swsh
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body: length 17
|
||||
}
|
16
.bruno/sets/Get a card by set name.bru
Normal file
16
.bruno/sets/Get a card by set name.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get a card by set name
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/sets/Crystal%20Guardians/10
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.id: eq ex14-10
|
||||
}
|
16
.bruno/sets/Get a set by name.bru
Normal file
16
.bruno/sets/Get a set by name.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get a set by name
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/sets/Crystal%20Guardians
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.id: eq ex14
|
||||
}
|
@@ -19,4 +19,3 @@ dist/
|
||||
|
||||
# production
|
||||
/server/dist
|
||||
/server/generated
|
||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Thanks for your Pull Request, Please provide the related Issue using "Fix #0" or describe the change(s) you made.
|
||||
The issue title must follow Conventional Commit (verified by Github Actions) conventionalcommits.org.
|
||||
The issue title must follow Conventional Commit conventionalcommits.org.
|
||||
More informations at https://github.com/tcgdex/cards-database/blob/master/CONTRIBUTING.md
|
||||
-->
|
||||
|
15
.github/sponsors/dzeio.svg
vendored
Normal file
15
.github/sponsors/dzeio.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
120
.github/workflows/build.yml
vendored
120
.github/workflows/build.yml
vendored
@@ -1,61 +1,85 @@
|
||||
name: Build Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
REGISTRY_IMAGE: |
|
||||
ghcr.io/tcgdex/server
|
||||
tcgdex/server
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: Build TCGdex Server
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/tcgdex/server
|
||||
tcgdex/server
|
||||
tags: |
|
||||
type=edge
|
||||
type=ref,event=pr
|
||||
type=ref,event=branch,prefix=branch-
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=semver,pattern=latest
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# fetch full history for `updated` support
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY_IMAGE }}
|
||||
tags: |
|
||||
type=edge
|
||||
type=ref,event=pr
|
||||
type=ref,event=branch,prefix=branch-
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=semver,pattern=latest
|
||||
|
||||
- name: Login to Github Packages
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Github Packages
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Pre build server
|
||||
run: |
|
||||
bun install --frozen-lockfile
|
||||
cd server
|
||||
bun install --frozen-lockfile
|
||||
bun run compile
|
||||
rm -rf node_modules
|
||||
cd ..
|
||||
rm -rf node_modules
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./Dockerfile.github-actions
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
push: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
file: ./Dockerfile
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
14
.github/workflows/conventionnal-commit.yml
vendored
14
.github/workflows/conventionnal-commit.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: Conventionnal Commit
|
||||
on: pull_request
|
||||
jobs:
|
||||
conventional:
|
||||
name: Conventional PR
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: beemojs/conventional-pr-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
config-preset: angular
|
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -17,10 +17,11 @@ jobs:
|
||||
|
||||
|
||||
- name: Setup BunJS
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
bun install -g @usebruno/cli
|
||||
bun install --frozen-lockfile
|
||||
cd server
|
||||
bun install --frozen-lockfile
|
||||
@@ -31,3 +32,11 @@ jobs:
|
||||
bun run validate
|
||||
cd server
|
||||
bun run validate
|
||||
|
||||
- name: Validate some requests
|
||||
run: |
|
||||
cd server
|
||||
bun run start &
|
||||
sleep 10
|
||||
cd ../.bruno
|
||||
bru run --env Developpement
|
||||
|
@@ -6,8 +6,8 @@ We as members, contributors, and leaders pledge to make participation in our
|
||||
community a harassment-free experience for everyone, regardless of age, body
|
||||
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
||||
identity and expression, level of experience, education, socio-economic status,
|
||||
nationality, personal appearance, race, religion, or sexual identity
|
||||
and orientation.
|
||||
nationality, personal appearance, race, caste, color, religion, or sexual
|
||||
identity and orientation.
|
||||
|
||||
We pledge to act and interact in ways that contribute to an open, welcoming,
|
||||
diverse, inclusive, and healthy community.
|
||||
@@ -22,17 +22,17 @@ community include:
|
||||
* Giving and gracefully accepting constructive feedback
|
||||
* Accepting responsibility and apologizing to those affected by our mistakes,
|
||||
and learning from the experience
|
||||
* Focusing on what is best not just for us as individuals, but for the
|
||||
overall community
|
||||
* Focusing on what is best not just for us as individuals, but for the overall
|
||||
community
|
||||
|
||||
Examples of unacceptable behavior include:
|
||||
|
||||
* The use of sexualized language or imagery, and sexual attention or
|
||||
advances of any kind
|
||||
* The use of sexualized language or imagery, and sexual attention or advances of
|
||||
any kind
|
||||
* Trolling, insulting or derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or email
|
||||
address, without their explicit permission
|
||||
* Publishing others' private information, such as a physical or email address,
|
||||
without their explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
@@ -52,15 +52,15 @@ decisions when appropriate.
|
||||
|
||||
This Code of Conduct applies within all community spaces, and also applies when
|
||||
an individual is officially representing the community in public spaces.
|
||||
Examples of representing our community include using an official e-mail address,
|
||||
Examples of representing our community include using an official email address,
|
||||
posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community leaders responsible for enforcement at
|
||||
the `contact@tcgdex.net` email or on Discord to `Avior#3872`.
|
||||
reported to the community leaders responsible for enforcement at contact@tcgdex.net or
|
||||
on Discord to Avior through the official server https://discord.gg/63mQvd3GVE.
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community leaders are obligated to respect the privacy and security of the
|
||||
@@ -82,15 +82,15 @@ behavior was inappropriate. A public apology may be requested.
|
||||
|
||||
### 2. Warning
|
||||
|
||||
**Community Impact**: A violation through a single incident or series
|
||||
of actions.
|
||||
**Community Impact**: A violation through a single incident or series of
|
||||
actions.
|
||||
|
||||
**Consequence**: A warning with consequences for continued behavior. No
|
||||
interaction with the people involved, including unsolicited interaction with
|
||||
those enforcing the Code of Conduct, for a specified period of time. This
|
||||
includes avoiding interactions in community spaces as well as external channels
|
||||
like social media. Violating these terms may lead to a temporary or
|
||||
permanent ban.
|
||||
like social media. Violating these terms may lead to a temporary or permanent
|
||||
ban.
|
||||
|
||||
### 3. Temporary Ban
|
||||
|
||||
@@ -106,23 +106,27 @@ Violating these terms may lead to a permanent ban.
|
||||
### 4. Permanent Ban
|
||||
|
||||
**Community Impact**: Demonstrating a pattern of violation of community
|
||||
standards, including sustained inappropriate behavior, harassment of an
|
||||
standards, including sustained inappropriate behavior, harassment of an
|
||||
individual, or aggression toward or disparagement of classes of individuals.
|
||||
|
||||
**Consequence**: A permanent ban from any sort of public interaction within
|
||||
the community.
|
||||
**Consequence**: A permanent ban from any sort of public interaction within the
|
||||
community.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
||||
version 2.0, available at
|
||||
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
|
||||
version 2.1, available at
|
||||
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
||||
|
||||
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
||||
enforcement ladder](https://github.com/mozilla/diversity).
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
Community Impact Guidelines were inspired by
|
||||
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
||||
|
||||
For answers to common questions about this code of conduct, see the FAQ at
|
||||
https://www.contributor-covenant.org/faq. Translations are available at
|
||||
https://www.contributor-covenant.org/translations.
|
||||
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
||||
[https://www.contributor-covenant.org/translations][translations].
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
||||
[Mozilla CoC]: https://github.com/mozilla/diversity
|
||||
[FAQ]: https://www.contributor-covenant.org/faq
|
||||
[translations]: https://www.contributor-covenant.org/translations
|
||||
|
31
Dockerfile
31
Dockerfile
@@ -1,34 +1,37 @@
|
||||
FROM docker.io/oven/bun:1-alpine as BUILD_IMAGE
|
||||
FROM docker.io/oven/bun:1-alpine AS build
|
||||
|
||||
# go to work folder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Add git as it is used to fetch updated times
|
||||
RUN apk add git &&\
|
||||
git config --global safe.directory '*'
|
||||
RUN apk add git\
|
||||
&& git config --global safe.directory '*'\
|
||||
&& chown -R bun:bun .
|
||||
|
||||
USER bun
|
||||
|
||||
ADD --chown=bun:bun package.json bun.lockb ./
|
||||
ADD --chown=bun:bun server/package.json server/bun.lockb ./server/
|
||||
|
||||
# install dependencies
|
||||
RUN bun install --frozen-lockfile && \
|
||||
cd server && \
|
||||
bun install --frozen-lockfile
|
||||
cd server && \
|
||||
bun install --frozen-lockfile
|
||||
|
||||
# Add project files
|
||||
ADD --chown=bun:bun . .
|
||||
|
||||
# build
|
||||
RUN cd server && \
|
||||
bun run compile
|
||||
bun run compile
|
||||
|
||||
# remove dev dependencies (bun do not yet support "prune")
|
||||
RUN cd server && \
|
||||
rm -rf node_modules && \
|
||||
bun install --frozen-install --production
|
||||
rm -rf node_modules && \
|
||||
bun install --frozen-install --production
|
||||
|
||||
# go to another VM
|
||||
FROM docker.io/oven/bun:1-alpine as PROD_IMAGE
|
||||
FROM docker.io/oven/bun:1-alpine AS prod
|
||||
|
||||
# inform software to be in production
|
||||
ENV NODE_ENV=production
|
||||
@@ -40,11 +43,11 @@ USER bun
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# copy from build image
|
||||
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/generated ./generated
|
||||
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/node_modules ./node_modules
|
||||
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/src ./src
|
||||
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/public ./public
|
||||
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/package.json ./package.json
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/generated ./generated
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/node_modules ./node_modules
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/src ./src
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/public ./public
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/package.json ./package.json
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3000
|
||||
|
40
Dockerfile.github-actions
Normal file
40
Dockerfile.github-actions
Normal file
@@ -0,0 +1,40 @@
|
||||
FROM docker.io/oven/bun:1-alpine AS build
|
||||
|
||||
# go to work folder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# allow bun user to edit folder
|
||||
RUN chown -R bun:bun .
|
||||
|
||||
USER bun
|
||||
|
||||
ADD --chown=bun:bun server/package.json server/bun.lockb ./server/
|
||||
|
||||
# install prod deps dependencies
|
||||
RUN cd server && \
|
||||
bun install --frozen-install --production
|
||||
|
||||
# go to another VM
|
||||
FROM docker.io/oven/bun:1-alpine AS prod
|
||||
|
||||
# inform software to be in production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# run as non root user
|
||||
USER bun
|
||||
|
||||
# go to work folder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# copy from build image
|
||||
COPY --chown=bun:bun ./server/public ./public
|
||||
COPY --chown=bun:bun ./server/package.json ./package.json
|
||||
COPY --chown=bun:bun --from=build /usr/src/app/server/node_modules ./node_modules
|
||||
COPY --chown=bun:bun ./server/src ./src
|
||||
COPY --chown=bun:bun ./server/generated ./generated
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3000
|
||||
|
||||
# run it !
|
||||
CMD ["bun", "src/index.ts"]
|
47
README.md
47
README.md
@@ -13,11 +13,11 @@
|
||||
<a href="https://github.com/tcgdex/cards-database/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/tcgdex/cards-database?style=flat-square" alt="Github stars">
|
||||
</a>
|
||||
<a href="https://github.com/tcgdex/compiler">
|
||||
<img src="https://img.shields.io/github/workflow/status/tcgdex/cards-database/Compile?style=flat-square" alt="Compiler build passing" />
|
||||
<a href="https://github.com/tcgdex/cards-database/actions">
|
||||
<img src="https://img.shields.io/github/actions/workflow/status/TCGdex/cards-database/build.yml?style=flat-square" alt="Compiler build passing" />
|
||||
</a>
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square" alt="All Contributors Badge" /></a>
|
||||
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square" alt="All Contributors Badge" /></a>
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
</p>
|
||||
|
||||
@@ -27,15 +27,11 @@ A Multilanguage Pokémon TCG Database with Cards Pictures and most of the inform
|
||||
|
||||
## Getting Started
|
||||
|
||||
_If you need help for using/editing the database, [join us on Discord](https://discord.gg/NehYTAhsZE)!_
|
||||
|
||||
### Using the Database
|
||||
|
||||
_The full documentation is available at <https://www.tcgdex.dev>_
|
||||
A full documentation of the API is available at <https://tcgdex.dev>
|
||||
|
||||
- The easiest way to interact with the database is by using one of our SDKs listed below.
|
||||
- You can also direcly use the endpoints at `api.tcgdex.net` (see the documentation).
|
||||
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000
|
||||
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000 (`docker-compose.yml` file included above)
|
||||
|
||||
#### SDKs / API Wrappers
|
||||
|
||||
@@ -45,14 +41,6 @@ We currently officially support theses SDKs
|
||||
- [PHP SDK](https://github.com/tcgdex/php-sdk)
|
||||
- [Java SDK](https://github.com/tcgdex/java-sdk)
|
||||
|
||||
### Editing the Database
|
||||
|
||||
There is three sub folders that will allow you to edit some faces of the database
|
||||
|
||||
- `/data`: Contains Cards Data architectured around `SerieName/SetName/CardLocalId` folders
|
||||
- `/meta`: Contains informations for the project (definitions files, Translations for some fields)
|
||||
- `/server`: The server that allow to communicate with the database
|
||||
|
||||
## Status
|
||||
|
||||
We are making sure to make every cards available for every languages they were available !
|
||||
@@ -62,18 +50,19 @@ We are making sure to make every cards available for every languages they were a
|
||||
_want to help translating? each object fields on cards that have at least en,fr,es,de,it or pt can have the others!,_
|
||||
_Also we have another translation files located at `meta/translations`_
|
||||
|
||||
## Contributing
|
||||
## Sponsors 💕
|
||||
|
||||
See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
_[Support us as a sponsor](https://github.com/sponsors/tcgdex) and have your logo featured on our GitHub README, complete with a link to your website._
|
||||
|
||||
TL::DR
|
||||
- Fork
|
||||
- make your changes
|
||||
- pull request
|
||||
<p align="center">
|
||||
<a href="https://dzeio.com" target="_blank" title="Dzeio">
|
||||
<img height="128" width="32%" src="./.github/sponsors/dzeio.svg" alt="TCGdex Sponsor Dzeio" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Deprecation
|
||||
|
||||
As of February 2021, the v1 API is no longer supported.
|
||||
<p align="center">
|
||||
<!-- <a href="https://dzeio.com" target="_blank" title="Dzeio"><img height="80" width="19%" src="./.github/sponsors/dzeio.svg" alt="TCGdex Sponsor Dzeio" /></a> -->
|
||||
</p>
|
||||
|
||||
## Contributors ✨
|
||||
|
||||
@@ -90,6 +79,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Kevin-Adrea"><img src="https://avatars.githubusercontent.com/u/36231620?v=4?s=100" width="100px;" alt="Kevin-Adrea"/><br /><sub><b>Kevin-Adrea</b></sub></a><br /><a href="https://github.com/tcgdex/cards-database/issues?q=author%3AKevin-Adrea" title="Bug reports">🐛</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Maxopoly"><img src="https://avatars.githubusercontent.com/u/12138136?v=4?s=100" width="100px;" alt="Maxopoly"/><br /><sub><b>Maxopoly</b></sub></a><br /><a href="#data-Maxopoly" title="Data">🔣</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/calli23"><img src="https://avatars.githubusercontent.com/u/24553863?v=4?s=100" width="100px;" alt="calli23"/><br /><sub><b>calli23</b></sub></a><br /><a href="#data-calli23" title="Data">🔣</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="http://imclement.com"><img src="https://avatars.githubusercontent.com/u/1112701?v=4?s=100" width="100px;" alt="Clement Yuan"/><br /><sub><b>Clement Yuan</b></sub></a><br /><a href="#data-spyworldxp" title="Data">🔣</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Reloadaxe"><img src="https://avatars.githubusercontent.com/u/44167126?v=4?s=100" width="100px;" alt="Benjamin Rousseliere"/><br /><sub><b>Benjamin Rousseliere</b></sub></a><br /><a href="#data-Reloadaxe" title="Data">🔣</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -101,6 +92,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
|
||||
## Deprecation
|
||||
|
||||
As of February 2021, the v1 API is no longer supported.
|
||||
|
||||
## Licenses
|
||||
|
||||
This database is not produced, endorsed, supported or affiliated with Nintendo or The Pokémon Company
|
||||
|
10
data-asia/ADV.ts
Normal file
10
data-asia/ADV.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {
|
||||
ja: 'ADV'
|
||||
},
|
||||
id: 'ADV'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/ADV/ADV1.ts
Normal file
18
data-asia/ADV/ADV1.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../ADV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'ADV1',
|
||||
name: {
|
||||
ja: '拡張パック'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 55
|
||||
},
|
||||
releaseDate: '2003-01-31'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/ADV/ADV2.ts
Normal file
18
data-asia/ADV/ADV2.ts
Normal file
@@ -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
data-asia/ADV/ADV3.ts
Normal file
18
data-asia/ADV/ADV3.ts
Normal file
@@ -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
data-asia/ADV/ADV4.ts
Normal file
18
data-asia/ADV/ADV4.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../ADV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'ADV4',
|
||||
name: {
|
||||
ja: '強化拡張パックex1マグマVSアクア ふたつの野望'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 80
|
||||
},
|
||||
releaseDate: '2003-10-24'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/ADV/ADV5.ts
Normal file
18
data-asia/ADV/ADV5.ts
Normal file
@@ -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
|
8
data-asia/BW.ts
Normal file
8
data-asia/BW.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {},
|
||||
id: 'null'
|
||||
}
|
||||
|
||||
export default serie
|
19
data-asia/BW/BW1a.ts
Normal file
19
data-asia/BW/BW1a.ts
Normal file
@@ -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
|
19
data-asia/BW/BW1b.ts
Normal file
19
data-asia/BW/BW1b.ts
Normal file
@@ -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
|
19
data-asia/BW/BW2.ts
Normal file
19
data-asia/BW/BW2.ts
Normal file
@@ -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
|
19
data-asia/BW/BW3a.ts
Normal file
19
data-asia/BW/BW3a.ts
Normal file
@@ -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
|
19
data-asia/BW/BW3b.ts
Normal file
19
data-asia/BW/BW3b.ts
Normal file
@@ -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
|
19
data-asia/BW/BW4.ts
Normal file
19
data-asia/BW/BW4.ts
Normal file
@@ -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
|
19
data-asia/BW/BW5a.ts
Normal file
19
data-asia/BW/BW5a.ts
Normal file
@@ -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
|
19
data-asia/BW/BW5b.ts
Normal file
19
data-asia/BW/BW5b.ts
Normal file
@@ -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
|
19
data-asia/BW/BW6a.ts
Normal file
19
data-asia/BW/BW6a.ts
Normal file
@@ -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
|
19
data-asia/BW/BW6b.ts
Normal file
19
data-asia/BW/BW6b.ts
Normal file
@@ -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
|
19
data-asia/BW/BW7.ts
Normal file
19
data-asia/BW/BW7.ts
Normal file
@@ -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
|
19
data-asia/BW/BW8a.ts
Normal file
19
data-asia/BW/BW8a.ts
Normal file
@@ -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
|
19
data-asia/BW/BW8b.ts
Normal file
19
data-asia/BW/BW8b.ts
Normal file
@@ -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
|
19
data-asia/BW/BW9.ts
Normal file
19
data-asia/BW/BW9.ts
Normal file
@@ -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
|
19
data-asia/BW/DS.ts
Normal file
19
data-asia/BW/DS.ts
Normal file
@@ -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
|
19
data-asia/BW/EBB.ts
Normal file
19
data-asia/BW/EBB.ts
Normal file
@@ -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
|
19
data-asia/BW/SC.ts
Normal file
19
data-asia/BW/SC.ts
Normal file
@@ -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
|
8
data-asia/DP.ts
Normal file
8
data-asia/DP.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {},
|
||||
id: 'null'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/DP/DP1a.ts
Normal file
18
data-asia/DP/DP1a.ts
Normal file
@@ -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
|
18
data-asia/DP/DP1b.ts
Normal file
18
data-asia/DP/DP1b.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP1b',
|
||||
name: {
|
||||
ja: '時空の創造: パールコレクション'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 119
|
||||
},
|
||||
releaseDate: '2006-11-30'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP2.ts
Normal file
18
data-asia/DP/DP2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP2',
|
||||
name: {
|
||||
ja: '湖の秘密'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 123
|
||||
},
|
||||
releaseDate: '2007-03-02'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP3.ts
Normal file
18
data-asia/DP/DP3.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP3',
|
||||
name: {
|
||||
ja: 'ひかる闇'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 119
|
||||
},
|
||||
releaseDate: '2007-07-05'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP4a.ts
Normal file
18
data-asia/DP/DP4a.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP4a',
|
||||
name: {
|
||||
ja: '月光の追跡'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2007-10-26'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP4b.ts
Normal file
18
data-asia/DP/DP4b.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP4b',
|
||||
name: {
|
||||
ja: '夜明けの疾走'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2007-10-26'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP5a.ts
Normal file
18
data-asia/DP/DP5a.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP5a',
|
||||
name: {
|
||||
ja: '秘境の叫び'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 65
|
||||
},
|
||||
releaseDate: '2008-03-14'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP5b.ts
Normal file
18
data-asia/DP/DP5b.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP5b',
|
||||
name: {
|
||||
ja: '怒りの神殿'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 65
|
||||
},
|
||||
releaseDate: '2008-03-14'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DP/DP6.ts
Normal file
18
data-asia/DP/DP6.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'DP6',
|
||||
name: {
|
||||
ja: '破空の激闘'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 92
|
||||
},
|
||||
releaseDate: '2008-07-10'
|
||||
}
|
||||
|
||||
export default set
|
8
data-asia/DPt.ts
Normal file
8
data-asia/DPt.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {},
|
||||
id: 'null'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/DPt/Pt1.ts
Normal file
18
data-asia/DPt/Pt1.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'Pt1',
|
||||
name: {
|
||||
ja: 'ギンガの覇道'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 96
|
||||
},
|
||||
releaseDate: '2008-10-10'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DPt/Pt2.ts
Normal file
18
data-asia/DPt/Pt2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'Pt2',
|
||||
name: {
|
||||
ja: '時の果ての絆'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 90
|
||||
},
|
||||
releaseDate: '2008-12-26'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DPt/Pt3.ts
Normal file
18
data-asia/DPt/Pt3.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'Pt3',
|
||||
name: {
|
||||
ja: 'フロンティアの鼓動'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 100
|
||||
},
|
||||
releaseDate: '2009-03-06'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/DPt/Pt4.ts
Normal file
18
data-asia/DPt/Pt4.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../DPt'
|
||||
|
||||
const set: Set = {
|
||||
id: 'Pt4',
|
||||
name: {
|
||||
ja: 'アルセウス光臨'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 90
|
||||
},
|
||||
releaseDate: '2009-07-08'
|
||||
}
|
||||
|
||||
export default set
|
10
data-asia/L.ts
Normal file
10
data-asia/L.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {
|
||||
ja: 'LEGEND'
|
||||
},
|
||||
id: 'L'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/L/L1a.ts
Normal file
18
data-asia/L/L1a.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../L'
|
||||
|
||||
const set: Set = {
|
||||
id: 'L1a',
|
||||
name: {
|
||||
ja: 'ハートゴールドコレクション'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2009-10-09'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/L/L1b.ts
Normal file
18
data-asia/L/L1b.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../L'
|
||||
|
||||
const set: Set = {
|
||||
id: 'L1b',
|
||||
name: {
|
||||
ja: 'ソウルシルバーコレクション'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2009-10-09'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/L/L2.ts
Normal file
18
data-asia/L/L2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../L'
|
||||
|
||||
const set: Set = {
|
||||
id: 'L2',
|
||||
name: {
|
||||
ja: 'よみがえる伝説'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2010-02-11'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/L/L3.ts
Normal file
18
data-asia/L/L3.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../L'
|
||||
|
||||
const set: Set = {
|
||||
id: 'L3',
|
||||
name: {
|
||||
ja: '頂上大激突'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2010-07-08'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/L/LL.ts
Normal file
18
data-asia/L/LL.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../L'
|
||||
|
||||
const set: Set = {
|
||||
id: 'LL',
|
||||
name: {
|
||||
ja: '強化パック ロストリンク'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 40
|
||||
},
|
||||
releaseDate: '2010-04-16'
|
||||
}
|
||||
|
||||
export default set
|
10
data-asia/PCG.ts
Normal file
10
data-asia/PCG.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {
|
||||
ja: 'PCG'
|
||||
},
|
||||
id: 'PCG'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/PCG/PCG1.ts
Normal file
18
data-asia/PCG/PCG1.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG1',
|
||||
name: {
|
||||
ja: '伝説の飛翔'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 82
|
||||
},
|
||||
releaseDate: '2004-04-09'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG10.ts
Normal file
18
data-asia/PCG/PCG10.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG10',
|
||||
name: {
|
||||
ja: 'ワールドチャンピオンズパック'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 108
|
||||
},
|
||||
releaseDate: '2007-07-05'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG2.ts
Normal file
18
data-asia/PCG/PCG2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG2',
|
||||
name: {
|
||||
ja: '蒼空の激突'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 82
|
||||
},
|
||||
releaseDate: '2004-07-01'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG3.ts
Normal file
18
data-asia/PCG/PCG3.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG3',
|
||||
name: {
|
||||
ja: 'ロケット団の逆襲'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 84
|
||||
},
|
||||
releaseDate: '2004-10-15'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG4.ts
Normal file
18
data-asia/PCG/PCG4.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG4',
|
||||
name: {
|
||||
ja: '金の空、銀の海'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 106
|
||||
},
|
||||
releaseDate: '2005-04-08'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG5.ts
Normal file
18
data-asia/PCG/PCG5.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG5',
|
||||
name: {
|
||||
ja: 'まぼろしの森'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: '2005-06-30'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG6.ts
Normal file
18
data-asia/PCG/PCG6.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG6',
|
||||
name: {
|
||||
ja: 'ホロンの研究塔'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: '2005-10-28'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG7.ts
Normal file
18
data-asia/PCG/PCG7.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG7',
|
||||
name: {
|
||||
ja: 'ホロンの幻影'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 52
|
||||
},
|
||||
releaseDate: '2006-01-27'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG8.ts
Normal file
18
data-asia/PCG/PCG8.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG8',
|
||||
name: {
|
||||
ja: 'きせきの結晶'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 75
|
||||
},
|
||||
releaseDate: '2006-03-10'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG9.ts
Normal file
18
data-asia/PCG/PCG9.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG9',
|
||||
name: {
|
||||
ja: 'さいはての攻防'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 68
|
||||
},
|
||||
releaseDate: '2006-06-29'
|
||||
}
|
||||
|
||||
export default set
|
10
data-asia/PMCG.ts
Normal file
10
data-asia/PMCG.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {
|
||||
ja: 'ポケットモンスターカードゲーム'
|
||||
},
|
||||
id: 'PMCG'
|
||||
}
|
||||
|
||||
export default serie
|
18
data-asia/PMCG/PMCG1.ts
Normal file
18
data-asia/PMCG/PMCG1.ts
Normal file
@@ -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
|
18
data-asia/PMCG/PMCG2.ts
Normal file
18
data-asia/PMCG/PMCG2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG2',
|
||||
name: {
|
||||
ja: 'ポケモンジャングル'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 48
|
||||
},
|
||||
releaseDate: '1997-03-05'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PMCG/PMCG3.ts
Normal file
18
data-asia/PMCG/PMCG3.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG3',
|
||||
name: {
|
||||
ja: '化石の秘密'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 48
|
||||
},
|
||||
releaseDate: '1997-06-21'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PMCG/PMCG4.ts
Normal file
18
data-asia/PMCG/PMCG4.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG4',
|
||||
name: {
|
||||
ja: 'ロケット団'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 65
|
||||
},
|
||||
releaseDate: '1997-11-21'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PMCG/PMCG5.ts
Normal file
18
data-asia/PMCG/PMCG5.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG5',
|
||||
name: {
|
||||
ja: 'リーダーズスタジアム'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 96
|
||||
},
|
||||
releaseDate: '1998-10-24'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PMCG/PMCG6.ts
Normal file
18
data-asia/PMCG/PMCG6.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG6',
|
||||
name: {
|
||||
ja: '闇からの挑戦'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 98
|
||||
},
|
||||
releaseDate: '1999-06-25'
|
||||
}
|
||||
|
||||
export default set
|
14
data-asia/S.ts
Normal file
14
data-asia/S.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const serie: Serie = {
|
||||
name: {
|
||||
ja: '剣と盾',
|
||||
'zh-tw': '劍&盾',
|
||||
id: 'Pedang & Perisai',
|
||||
th: 'ซอร์ด แอนด์ ชีลด์',
|
||||
ko: '검과 방패'
|
||||
},
|
||||
id: 'S'
|
||||
}
|
||||
|
||||
export default serie
|
24
data-asia/S/CS1.5.ts
Normal file
24
data-asia/S/CS1.5.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS1.5',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS1a.ts
Normal file
24
data-asia/S/CS1a.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS1a',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS1b.ts
Normal file
24
data-asia/S/CS1b.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS1b',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS2.5.ts
Normal file
24
data-asia/S/CS2.5.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS2.5',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS2a.ts
Normal file
24
data-asia/S/CS2a.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS2a',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS2b.ts
Normal file
24
data-asia/S/CS2b.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS2b',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS3.5.ts
Normal file
24
data-asia/S/CS3.5.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CS3.5',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
24
data-asia/S/CS3D.ts
Normal file
24
data-asia/S/CS3D.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'sv1a',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user