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

Compare commits

..

1 Commits

Author SHA1 Message Date
TCGdexBOT
d9866b6b65 2308
Co-authored-by: Avior <git@avior.me>
2024-11-21 00:40:24 +01:00
1765 changed files with 2134 additions and 39803 deletions

View File

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

View File

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

View File

@@ -1,15 +0,0 @@
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: gte 6
res.body.length: lt 0
}

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, caste, color, religion, or sexual
identity and orientation.
nationality, personal appearance, race, 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 email address,
Examples of representing our community include using an official e-mail 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 contact@tcgdex.net or
on Discord to Avior through the official server https://discord.gg/63mQvd3GVE.
reported to the community leaders responsible for enforcement at
the `contact@tcgdex.net` email or on Discord to `Avior#3872`.
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,27 +106,23 @@ 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.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
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][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].
Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).
[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
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.

View File

@@ -4,31 +4,28 @@ 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 '*'\
&& chown -R bun:bun .
USER bun
RUN apk add git &&\
git config --global safe.directory '*'
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

@@ -31,7 +31,7 @@ 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 (`docker-compose.yml` file included above)
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000
#### SDKs / API Wrappers

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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