1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

Add missing pokemon card dex ids (#494)

Co-authored-by: Benjamin Rousseliere <benjamin.r@galadrim.fr>
This commit is contained in:
Benjamin Rousseliere
2024-06-18 00:34:39 +02:00
committed by GitHub
parent a26ef0e5eb
commit 91dc66a494
2925 changed files with 2925 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [3],
name: {
en: "Venusaur V",
fr: "Florizarre V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [851],
name: {
en: "Centiskorch",
fr: "Scolocendre",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [318],
name: {
en: "Carvanha",
fr: "Carvanha",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [319],
name: {
en: "Sharpedo",
fr: "Sharpedo",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [282],
name: {
en: "Gardevoir V",
fr: "Gardevoir V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [856],
name: {
en: "Hatenna",
fr: "Bibichut",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [13],
name: {
en: "Weedle",
fr: "Aspicot",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [66],
name: {
en: "Machop",
fr: "Machoc",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [67],
name: {
en: "Machoke",
fr: "Machopeur",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [68],
name: {
en: "Machamp",
fr: "Mackogneur",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [718],
name: {
en: "Zygarde",
fr: "Zygarde",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [744],
name: {
en: "Rockruff",
fr: "Rocabot",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [14],
name: {
en: "Kakuna",
fr: "Coconfort",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [745],
name: {
en: "Lycanroc",
fr: "Lougaroc",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [23],
name: {
en: "Ekans",
fr: "Abo",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [24],
name: {
en: "Arbok",
fr: "Arbok",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [263],
name: {
en: "Galarian Zigzagoon",
fr: "Zigzaton de Galar",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [264],
name: {
en: "Galarian Linoone",
fr: "Linéon de Galar",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [862],
name: {
en: "Galarian Obstagoon",
fr: "Ixon de Galar",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [359],
name: {
en: "Absol",
fr: "Absol",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [509],
name: {
en: "Purrloin",
fr: "Chacripan",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [15],
name: {
en: "Beedrill",
fr: "Dardargnan",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [510],
name: {
en: "Liepard",
fr: "Léopardus",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [559],
name: {
en: "Scraggy",
fr: "Baggiguane",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [560],
name: {
en: "Scrafty",
fr: "Baggaïd",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [568],
name: {
en: "Trubbish",
fr: "Miamiasme",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [686],
name: {
en: "Inkay",
fr: "Sepiatop",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [687],
name: {
en: "Malamar",
fr: "Sepiatroce",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [827],
name: {
en: "Nickit",
fr: "Goupilou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [884],
name: {
en: "Duraludon V",
fr: "Duralugon V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [333],
name: {
en: "Swablu",
fr: "Tylton",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [334],
name: {
en: "Altaria",
fr: "Altaria",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [830],
name: {
en: "Eldegoss V",
fr: "Blancoton V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [37],
name: {
en: "Vulpix",
fr: "Goupix",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [494],
name: {
en: "Victini",
fr: "Victini",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [282],
name: {
en: "Gardevoir V",
fr: "Gardevoir V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [6],
name: {
en: "Charizard V",
fr: "Dracaufeu V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
dexId: [850],
name: {
en: "Sizzlipede",
fr: "Grillepattes",