1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-15 01:41:59 +00:00

Compare commits

..

36 Commits

Author SHA1 Message Date
274384dbc2 feat: Add latest SVP Promos
Signed-off-by: Avior <git@avior.me>
2025-01-22 23:44:40 +01:00
a33629e883 feat: Add Prismatic Evolutions (#637) 2025-01-18 01:56:17 +01:00
33232f1b65 chore : Add test for #566 (#569) 2025-01-10 03:09:38 +01:00
7568334dec chore: add example docker-compose file (#635) 2025-01-10 00:12:11 +01:00
Benjamin Rousseliere
f39956e429 fix: specific request crash (#621) 2025-01-09 23:48:58 +01:00
Duncan
a722ecbbda fix: Paldea Evolved variants are incorrect (#632) 2025-01-09 22:23:02 +01:00
f2a7f09e48 feat: Add the new Pokémon TCG Pocket promos (#627) 2025-01-01 23:29:50 +01:00
Benjamin Rousseliere
60031a9de6 fix: invalid names delta species (#623) 2024-12-19 11:52:36 +01:00
144b794610 fix: test not using the correct param 2024-12-19 01:26:12 +01:00
62f6671b63 feat: Add Mythical Island set (#624)
* feat: Add A1a

Signed-off-by: Avior <git@avior.me>

* fix: test failing

Signed-off-by: Avior <git@avior.me>

---------

Signed-off-by: Avior <git@avior.me>
2024-12-19 01:16:28 +01:00
87d9b16fb8 chore: Add error reporting (#617)
* chore: Add error reporting

Signed-off-by: Avior <git@avior.me>

* fix: test issues

Signed-off-by: Avior <git@avior.me>

---------

Signed-off-by: Avior <git@avior.me>
2024-12-12 00:20:58 +01:00
0616b98038 fix: variable not found 2024-12-10 13:47:43 +01:00
Duncan
a8f8b29340 fix: Add missing reverse holo variants to SV03 Obsidian Flames holo rare cards (#611) 2024-12-10 13:38:12 +01:00
Duncan
2813d77f92 fix: Add missing reverse holo variants to 151 holo rare cards (#609) 2024-12-10 13:37:54 +01:00
ebc2bb28bf feat: Allow to customize number of workers (#616) 2024-12-10 13:34:57 +01:00
c52ed815bb feat: Add Scarlet & Violet Promos (#607)
* feat: ADd set datas

Signed-off-by: Avior <git@avior.me>

* feat: Add cards

Signed-off-by: Avior <git@avior.me>

---------

Signed-off-by: Avior <git@avior.me>
2024-12-03 09:32:33 +01:00
5e1ba9ee8d chore: update CODE_OF_CONDUCT.md (#593) 2024-12-01 23:36:54 +01:00
David Leiva
121db30389 feat: Add firstSet and lastSet properties to Serie interface (#591) 2024-12-01 23:35:26 +01:00
Richie Moon
48a984ef50 fix: Added the illustrator field to TCGP A1 cards. (#604) 2024-12-01 23:26:53 +01:00
Duncan
2b6d06184d fix: Add SV08 Surging Sparks card variants (#592)
* fix: Add SV08 Surging Sparks card variants

* fix: Fix validate by adding 'abbreviation' to Set interface
2024-12-01 23:26:45 +01:00
Duncan
109921761e fix: Enable reverse variant for SV05 Temporal Forces holo rare cards (#596) 2024-12-01 23:25:31 +01:00
Duncan
3b02e9be81 fix: Add SV06.5 Shrouded Fable card variants (#598) 2024-12-01 23:25:10 +01:00
Duncan
eaf5935a0f fix: Enable reverse variant for SV06 Twilight Masquerade holo rare cards (#600) 2024-12-01 23:24:51 +01:00
Duncan
878c0dc83a fix: Enable reverse variant for SV04.5 Paldean Fates holo rare cards (#603) 2024-12-01 23:24:21 +01:00
usullu
aeaa784100 fix: Fixed new added "Apex" Cards (#590)
Co-authored-by: yusullu <yusullu@gwh-digital.de>
2024-11-28 00:34:09 +01:00
Duncan
fabb829169 fix: Add SV07 Stellar Crown card variants (#588) 2024-11-28 00:25:43 +01:00
d291c692d9 fix: random card not respecting format (#589) 2024-11-27 23:55:07 +01:00
8610bd60fe feat: Add TCG Pocket promos A (#587) 2024-11-26 00:44:07 +01:00
TCGdex [Bot]
89e0b8d367 editor: fix some other rarities (#584)
Co-authored-by: Avior <git@avior.me>
2024-11-21 01:52:48 +01:00
TCGdex [Bot]
660cccbe97 editor: Edited some rarities (#583)
Co-authored-by: Avior <git@avior.me>
2024-11-21 01:26:29 +01:00
8eb9131f60 feat: Add series names
Signed-off-by: Avior <git@avior.me>
2024-11-12 11:09:04 +01:00
041572da85 fix: missing one
Signed-off-by: Avior <git@avior.me>
2024-11-12 10:53:12 +01:00
982e0dd8f0 chore: Add Dutch sets names (#580) 2024-11-12 10:48:49 +01:00
207a18fec6 chore: Add polish sets names (#579) 2024-11-12 10:42:15 +01:00
ac83a0ebdb chore: Add russian set names (#578) 2024-11-12 10:42:04 +01:00
45f7db66d7 feat: Add Surging Sparks (#576) 2024-11-12 01:16:52 +01:00
1578 changed files with 44636 additions and 1640 deletions

View File

@@ -21,5 +21,5 @@ params:query {
assert {
res.status: eq 200
res.body: length 14
res.body.length: gte 14
}

View File

@@ -19,5 +19,5 @@ params:query {
assert {
res.status: eq 200
res.body: length 85
res.body.length: gt 85
}

View 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
}

View File

@@ -17,5 +17,5 @@ params:query {
assert {
res.status: eq 200
res.body.length: lt 0
res.body.length: gte 6
}

View File

@@ -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

View File

@@ -4,28 +4,31 @@ FROM docker.io/oven/bun:1-alpine AS build
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

View File

@@ -7,7 +7,9 @@ const base: Serie = {
es: "Clásica",
it: "Originale",
de: "Grund",
pt: "Coleção Básica"
pt: "Coleção Básica",
nl: "Basis",
pl: "Diament i Perla"
},
id: "base"
}

View File

@@ -10,7 +10,8 @@ const base1: Set = {
es: "Edición Básica",
it: "Set Base",
de: "Grundset",
pt: "Coleção Básica"
pt: "Coleção Básica",
nl: 'Basis Set'
},
serie: serie,

View File

@@ -10,7 +10,8 @@ const base3: Set = {
es: "Fósil",
it: "Fossil",
de: "Fossil",
pt: "Fóssil"
pt: "Fóssil",
nl: "Fossiel"
},
serie: serie,

View File

@@ -10,7 +10,8 @@ const base2: Set = {
de: "Dschungel",
it: "Jungle",
es: "Jungla",
pt: "Selva"
pt: "Selva",
nl: "Jungle"
},
serie: serie,

View File

@@ -8,7 +8,8 @@ const set: Serie = {
es: "Diamante & Perla",
it: "Diamante & Perla",
de: "Diamant & Perl",
pt: "Diamante & Pérola"
pt: "Diamante & Pérola",
pl: "Diament i Perla"
},
}

View File

@@ -10,7 +10,8 @@ const dp1: Set = {
es: "Diamante & Perla",
it: "Diamante & Perla",
de: "Diamant & Perl",
pt: "Diamante & Pérola"
pt: "Diamante & Pérola",
pl: 'Diament i Perla'
},
serie: serie,

View File

@@ -10,7 +10,8 @@ const dp2: Set = {
es: "Tesoros Misteriosos",
it: "Tesori Misteriosi",
de: "Geheimnisvolle Schätze",
pt: "Tesouros Misteriosos"
pt: "Tesouros Misteriosos",
pl: 'Tajemne Skarby'
},
serie: serie,

View File

@@ -4,7 +4,7 @@ import Set from '../Crystal Guardians'
const card: Card = {
name: {
en: "Charmeleon δ",
fr: "Reptincel δ ESPÈCES DELTA",
fr: "Reptincel δ",
de: "Glutexo"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Crystal Guardians'
const card: Card = {
name: {
en: "Charmander δ",
fr: "Salamèche δ ESPÈCES DELTA",
fr: "Salamèche δ",
de: "Glumanda"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Beedrill δ",
fr: "Dardargnan δ ESPÈCES DELTA",
fr: "Dardargnan δ",
de: "Bibor"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Marowak δ",
fr: "Ossatueur δ ESPÈCES DELTA",
fr: "Ossatueur δ",
de: "Knogga"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Metagross δ",
fr: "Metalosse δ ESPÈCES DELTA",
fr: "Metalosse δ",
de: "Metagross"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Mewtwo δ",
fr: "Mewtwo δ ESPÈCES DELTA",
fr: "Mewtwo δ",
de: "Mewtu"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Rayquaza δ",
fr: "Rayquaza δ ESPÈCES DELTA",
fr: "Rayquaza δ",
de: "Rayquaza"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Salamence δ",
fr: "Drattak δ ESPÈCES DELTA",
fr: "Drattak δ",
de: "Brutalanda"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Starmie δ",
fr: "Staross δ ESPÈCES DELTA",
fr: "Staross δ",
de: "Starmie"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Tyranitar δ",
fr: "Tyranocif δ ESPÈCES DELTA",
fr: "Tyranocif δ",
de: "Despotar"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Umbreon δ",
fr: "Noctali δ ESPÈCES DELTA",
fr: "Noctali δ",
de: "Nachtara"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Vaporeon δ",
fr: "Aquali δ ESPÈCES DELTA",
fr: "Aquali δ",
de: "Aquana"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Azumarill δ",
fr: "Azumarill δ ESPÈCES DELTA",
fr: "Azumarill δ",
de: "Azumarill"
},
illustrator: "Atsuko Nishida",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Crobat δ",
fr: "Nostenfer δ ESPÈCES DELTA",
fr: "Nostenfer δ",
de: "Iksbat"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Mightyena δ",
fr: "Grahyena δ ESPÈCES DELTA",
fr: "Grahyena δ",
de: "Magnayen"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Sandslash δ",
fr: "Sablaireau δ ESPÈCES DELTA",
fr: "Sablaireau δ",
de: "Sandamer"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dragonite δ",
fr: "Dracolosse δ ESPÈCES DELTA",
fr: "Dracolosse δ",
de: "Dragoran"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Starmie δ",
fr: "Staross δ ESPÈCES DELTA",
fr: "Staross δ",
de: "Starmie"
},
illustrator: "Midori Harada",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Espeon δ",
fr: "Mentali δ ESPÈCES DELTA",
fr: "Mentali δ",
de: "Psiana"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dragonair δ",
fr: "Draco δ ESPÈCES DELTA",
fr: "Draco δ",
de: "Dragonir"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dragonair δ",
fr: "Draco δ ESPÈCES DELTA",
fr: "Draco δ",
de: "Dragonir"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Metang δ",
fr: "Metang δ ESPÈCES DELTA",
fr: "Metang δ",
de: "Metang"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Flareon δ",
fr: "Pyroli δ ESPÈCES DELTA",
fr: "Pyroli δ",
de: "Flamara"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Pupitar δ",
fr: "Ymphect δ ESPÈCES DELTA",
fr: "Ymphect δ",
de: "Pupitar"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Shelgon δ",
fr: "Drackhaus δ ESPÈCES DELTA",
fr: "Drackhaus δ",
de: "Draschel"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Shelgon δ",
fr: "Drackhaus δ ESPÈCES DELTA",
fr: "Drackhaus δ",
de: "Draschel"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Bagon δ",
fr: "Draby δ ESPÈCES DELTA",
fr: "Draby δ",
de: "Kindwurm"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Bagon δ",
fr: "Draby δ ESPÈCES DELTA",
fr: "Draby δ",
de: "Kindwurm"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Gardevoir δ",
fr: "Gardevoir δ ESPÈCES DELTA",
fr: "Gardevoir δ",
de: "Guardevoir"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dratini δ",
fr: "Minidraco δ ESPÈCES DELTA",
fr: "Minidraco δ",
de: "Dratini"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dratini δ",
fr: "Minidraco δ ESPÈCES DELTA",
fr: "Minidraco δ",
de: "Dratini"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Eevee δ",
fr: "Evoli δ ESPÈCES DELTA",
fr: "Evoli δ",
de: "Evoli"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Jolteon δ",
fr: "Voltali δ ESPÈCES DELTA",
fr: "Voltali δ",
de: "Blitza"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Larvitar δ",
fr: "Embrylex δ ESPÈCES DELTA",
fr: "Embrylex δ",
de: "Larvitar"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Latias δ",
fr: "Latias δ ESPÈCES DELTA",
fr: "Latias δ",
de: "Latias"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Latios δ",
fr: "Latios δ ESPÈCES DELTA",
fr: "Latios δ",
de: "Latios"
},
illustrator: "Ryo Ueda",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Ampharos δ",
fr: "Pharamp δ ESPÈCES DELTA",
fr: "Pharamp δ",
de: "Ampharos"
},
illustrator: "Kagemaru Himeno",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Snorlax δ",
fr: "Ronflex δ ESPÈCES DELTA",
fr: "Ronflex δ",
de: "Relaxo"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Togetic δ",
fr: "Togetic δ ESPÈCES DELTA",
fr: "Togetic δ",
de: "Togetic"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Typhlosion δ",
fr: "Typhlosion δ ESPÈCES DELTA",
fr: "Typhlosion δ",
de: "Tornupto"
},
illustrator: "Hisao Nakamura",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Arbok δ",
fr: "Arbok δ ESPÈCES DELTA",
fr: "Arbok δ",
de: "Arbok"
},
illustrator: "Hisao Nakamura",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Cloyster δ",
fr: "Crustabri δ ESPÈCES DELTA",
fr: "Crustabri δ",
de: "Austos"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Dewgong δ",
fr: "Lamantine δ ESPÈCES DELTA",
fr: "Lamantine δ",
de: "Jugong"
},
illustrator: "Atsuko Nishida",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Gligar δ",
fr: "Scorplane δ ESPÈCES DELTA",
fr: "Scorplane δ",
de: "Skorgla"
},
illustrator: "Kagemaru Himeno",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Jynx δ",
fr: "Lippoutou δ ESPÈCES DELTA",
fr: "Lippoutou δ",
de: "Rossana"
},
illustrator: "Ken Sugimori",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Ledian δ",
fr: "Coxyclaque δ ESPÈCES DELTA",
fr: "Coxyclaque δ",
de: "Ledian"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Lickitung δ",
fr: "Excelangue δ ESPÈCES DELTA",
fr: "Excelangue δ",
de: "Schlurp"
},
illustrator: "Masakazu Fukuda",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Feraligatr δ",
fr: "Aligatueur δ ESPÈCES DELTA",
fr: "Aligatueur δ",
de: "Impergator"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Mantine δ",
fr: "Demanta δ ESPÈCES DELTA",
fr: "Demanta δ",
de: "Mantax"
},
illustrator: "Sumiyoshi Kizuki",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Quagsire δ",
fr: "Maraiste δ ESPÈCES DELTA",
fr: "Maraiste δ",
de: "Morlord"
},
illustrator: "Sachiko Adachi",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Seadra δ",
fr: "Hypocéan δ ESPÈCES DELTA",
fr: "Hypocéan δ",
de: "Seemon"
},
illustrator: "Sachiko Adachi",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Tropius δ",
fr: "Tropius δ ESPÈCES DELTA",
fr: "Tropius δ",
de: "Tropius"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Vibrava δ",
fr: "Vibraninf δ ESPÈCES DELTA",
fr: "Vibraninf δ",
de: "Vibrava"
},
illustrator: "Tomokazu Komiya",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Xatu δ",
fr: "Xatu δ ESPÈCES DELTA",
fr: "Xatu δ",
de: "Xatu"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Bayleef δ",
fr: "Macronium δ ESPÈCES DELTA",
fr: "Macronium δ",
de: "Lorblatt"
},
illustrator: "Kagemaru Himeno",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Croconaw δ",
fr: "Crocrodil δ ESPÈCES DELTA",
fr: "Crocrodil δ",
de: "Tyracroc"
},
illustrator: "Yuka Morii",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Dragonair δ",
fr: "Draco δ ESPÈCES DELTA",
fr: "Draco δ",
de: "Dragonir"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Electabuzz δ",
fr: "Elektek δ ESPÈCES DELTA",
fr: "Elektek δ",
de: "Elektek"
},
illustrator: "Ken Sugimori",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Heracross δ",
fr: "Scarhino δ ESPÈCES DELTA",
fr: "Scarhino δ",
de: "Skaraborn"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Flaaffy δ",
fr: "Lainergie δ ESPÈCES DELTA",
fr: "Lainergie δ",
de: "Waaty"
},
illustrator: "Yuka Morii",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Horsea δ",
fr: "Hypotrempe δ ESPÈCES DELTA",
fr: "Hypotrempe δ",
de: "Seeper"
},
illustrator: "Tomokazu Komiya",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Kirlia δ",
fr: "Kirlia δ ESPÈCES DELTA",
fr: "Kirlia δ",
de: "Kirlia"
},
illustrator: "Kyoko Umemoto",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Nidorino δ",
fr: "Nidorino δ ESPÈCES DELTA",
fr: "Nidorino δ",
de: "Nidorino"
},
illustrator: "Atsuko Nishida",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Quilava δ",
fr: "Feurisson δ ESPÈCES DELTA",
fr: "Feurisson δ",
de: "Igelavar"
},
illustrator: "Midori Harada",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Seadra δ",
fr: "Hypocéan δ ESPÈCES DELTA",
fr: "Hypocéan δ",
de: "Seemon"
},
illustrator: "Hisao Nakamura",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Shelgon δ",
fr: "Drackhaus δ ESPÈCES DELTA",
fr: "Drackhaus δ",
de: "Draschel"
},
illustrator: "Kyoko Umemoto",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Smeargle δ",
fr: "Queulorior δ ESPÈCES DELTA",
fr: "Queulorior δ",
de: "Farbeagle"
},
illustrator: "Kagemaru Himeno",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Meganium δ",
fr: "Meganium δ ESPÈCES DELTA",
fr: "Meganium δ",
de: "Meganie"
},
illustrator: "Sumiyoshi Kizuki",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Swellow δ",
fr: "Heledelle δ ESPÈCES DELTA",
fr: "Heledelle δ",
de: "Schwalboss"
},
illustrator: "Sumiyoshi Kizuki",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Togepi δ",
fr: "Togepi δ ESPÈCES DELTA",
fr: "Togepi δ",
de: "Togepi"
},
illustrator: "Miki Tanaka",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Vibrava δ",
fr: "Vibraninf δ ESPÈCES DELTA",
fr: "Vibraninf δ",
de: "Vibrava"
},
illustrator: "Midori Harada",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Bagon δ",
fr: "Draby δ ESPÈCES DELTA",
fr: "Draby δ",
de: "Kindwurm"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Chikorita δ",
fr: "Germignon δ ESPÈCES DELTA",
fr: "Germignon δ",
de: "Endivie"
},
illustrator: "Yuka Morii",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Cyndaquil δ",
fr: "Héricendre δ ESPÈCES DELTA",
fr: "Héricendre δ",
de: "Feurigel"
},
illustrator: "Atsuko Nishida",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Dratini δ",
fr: "Minidraco δ ESPÈCES DELTA",
fr: "Minidraco δ",
de: "Dratini"
},
illustrator: "Tomokazu Komiya",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Ekans δ",
fr: "Abo δ ESPÈCES DELTA",
fr: "Abo δ",
de: "Rettan"
},
illustrator: "Yuka Morii",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Elekid δ",
fr: "Elekid δ ESPÈCES DELTA",
fr: "Elekid δ",
de: "Elekid"
},
illustrator: "Ken Sugimori",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Feebas δ",
fr: "Barpau δ ESPÈCES DELTA",
fr: "Barpau δ",
de: "Barschwa"
},
illustrator: "Yukiko Baba",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Milotic δ",
fr: "Milobellus δ ESPÈCES DELTA",
fr: "Milobellus δ",
de: "Milotic"
},
illustrator: "Midori Harada",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Horsea δ",
fr: "Hypotrempe δ ESPÈCES DELTA",
fr: "Hypotrempe δ",
de: "Seeper"
},
illustrator: "Hisao Nakamura",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Mareep δ",
fr: "Wattouat δ ESPÈCES DELTA",
fr: "Wattouat δ",
de: "Voltilamm"
},
illustrator: "Sachiko Adachi",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Nidoran♀ δ",
fr: "Nidoran ♀ δ ESPÈCES DELTA",
fr: "Nidoran ♀ δ",
de: "Nidoran W"
},
illustrator: "Hajime Kusajima",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Nidoran♂ δ",
fr: "Nidoran ♂ δ ESPÈCES DELTA",
fr: "Nidoran ♂ δ",
de: "Nidoran M"
},
illustrator: "Midori Harada",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Pupitar δ",
fr: "Ymphect δ ESPÈCES DELTA",
fr: "Ymphect δ",
de: "Pupitar"
},
illustrator: "Kouki Saitou",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Nidoking δ",
fr: "Nidoking δ ESPÈCES DELTA",
fr: "Nidoking δ",
de: "Nidoking"
},
illustrator: "Mitsuhiro Arita",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Ralts δ",
fr: "Tarsal δ ESPÈCES DELTA",
fr: "Tarsal δ",
de: "Trasla"
},
illustrator: "Kyoko Umemoto",

View File

@@ -4,7 +4,7 @@ import Set from '../Dragon Frontiers'
const card: Card = {
name: {
en: "Seel δ",
fr: "Otaria δ ESPÈCES DELTA",
fr: "Otaria δ",
de: "Jurob"
},
illustrator: "Hajime Kusajima",

Some files were not shown because too many files have changed in this diff Show More