1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 04:49: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 '../Darkness Ablaze'
const card: Card = {
dexId: [617],
name: {
en: "Accelgor",
fr: "Limaspeed",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [88],
name: {
en: "Grimer",
fr: "Tadmorv",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [89],
name: {
en: "Muk",
fr: "Grotadmorv",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [167],
name: {
en: "Spinarak",
fr: "Mimigal",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [168],
name: {
en: "Ariados",
fr: "Migalos",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [169],
name: {
en: "Crobat V",
fr: "Nostenfer V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [491],
name: {
en: "Darkrai",
fr: "Darkrai",

View File

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

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [633],
name: {
en: "Deino",
fr: "Solochi",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [634],
name: {
en: "Zweilous",
fr: "Diamat",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [722],
name: {
en: "Rowlet",
fr: "Brindibou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [635],
name: {
en: "Hydreigon",
fr: "Trioxhydre",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [720],
name: {
en: "Hoopa",
fr: "Hoopa",

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [828],
name: {
en: "Thievul",
fr: "Roublenard",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [861],
name: {
en: "Grimmsnarl V",
fr: "Angoliath V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [890],
name: {
en: "Eternatus V",
fr: "Éthernatos V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [890],
name: {
en: "Eternatus VMAX",
fr: "Éthernatos VMAX",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [723],
name: {
en: "Dartrix",
fr: "Efflèche",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [227],
name: {
en: "Skarmory",
fr: "Airmure",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [304],
name: {
en: "Aron",
fr: "Galekid",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [305],
name: {
en: "Lairon",
fr: "Galegon",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [306],
name: {
en: "Aggron",
fr: "Galeking",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [589],
name: {
en: "Escavalier",
fr: "Lançargot",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [599],
name: {
en: "Klink",
fr: "Tic",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [600],
name: {
en: "Klang",
fr: "Clic",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [601],
name: {
en: "Klinklang",
fr: "Cliticlic",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [808],
name: {
en: "Meltan",
fr: "Meltan",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [724],
name: {
en: "Decidueye",
fr: "Archéduc",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [878],
name: {
en: "Cufant",
fr: "Charibari",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [879],
name: {
en: "Copperajah",
fr: "Pachyradjah",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [115],
name: {
en: "Kangaskhan",
fr: "Kangourex",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [128],
name: {
en: "Tauros",
fr: "Tauros",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [161],
name: {
en: "Sentret",
fr: "Fouinette",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [162],
name: {
en: "Furret",
fr: "Fouinar",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [206],
name: {
en: "Dunsparce",
fr: "Insolourdo",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [216],
name: {
en: "Teddiursa",
fr: "Teddiursa",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [217],
name: {
en: "Ursaring",
fr: "Ursaring",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [761],
name: {
en: "Bounsweet",
fr: "Croquine",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [249],
name: {
en: "Lugia",
fr: "Lugia",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [300],
name: {
en: "Skitty",
fr: "Skitty",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [301],
name: {
en: "Delcatty",
fr: "Delcatty",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [396],
name: {
en: "Starly",
fr: "Étourmi",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [397],
name: {
en: "Staravia",
fr: "Étourvol",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [398],
name: {
en: "Staraptor",
fr: "Étouraptor",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [580],
name: {
en: "Ducklett",
fr: "Couaneton",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [581],
name: {
en: "Swanna",
fr: "Lakmécygne",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [762],
name: {
en: "Steenee",
fr: "Candine",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [659],
name: {
en: "Bunnelby",
fr: "Sapereau",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [661],
name: {
en: "Fletchling",
fr: "Passerouge",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [821],
name: {
en: "Rookidee",
fr: "Minisange",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [822],
name: {
en: "Corvisquire",
fr: "Bleuseille",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [823],
name: {
en: "Corviknight",
fr: "Corvaillus",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [763],
name: {
en: "Tsareena",
fr: "Sucreine",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [767],
name: {
en: "Wimpod",
fr: "Sovkipou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [768],
name: {
en: "Golisopod",
fr: "Sarmuraï",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [169],
name: {
en: "Crobat V",
fr: "Nostenfer V",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
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 '../Darkness Ablaze'
const card: Card = {
dexId: [890],
name: {
en: "Eternatus VMAX",
fr: "Éthernatos VMAX",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [812],
name: {
en: "Rillaboom",
fr: "Gorythmic",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [839],
name: {
en: "Coalossal",
fr: "Monthracite",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [255],
name: {
en: "Torchic",
fr: "Poussifeu",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [256],
name: {
en: "Combusken",
fr: "Galifeu",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [257],
name: {
en: "Blaziken",
fr: "Braségali",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [485],
name: {
en: "Heatran",
fr: "Heatran",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [513],
name: {
en: "Pansear",
fr: "Flamajou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [514],
name: {
en: "Simisear",
fr: "Flamoutan",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [636],
name: {
en: "Larvesta",
fr: "Pyronille",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [46],
name: {
en: "Paras",
fr: "Paras",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [637],
name: {
en: "Volcarona",
fr: "Pyrax",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [662],
name: {
en: "Fletchinder",
fr: "Braisillon",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [663],
name: {
en: "Talonflame",
fr: "Flambusard",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [245],
name: {
en: "Suicune",
fr: "Suicune",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [349],
name: {
en: "Feebas",
fr: "Barpau",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [350],
name: {
en: "Milotic",
fr: "Milobellus",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [47],
name: {
en: "Parasect",
fr: "Parasect",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [369],
name: {
en: "Relicanth",
fr: "Relicanth",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [515],
name: {
en: "Panpour",
fr: "Flotajou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [516],
name: {
en: "Simipour",
fr: "Flotoutan",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [582],
name: {
en: "Vanillite",
fr: "Sorbébé",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [583],
name: {
en: "Vanillish",
fr: "Sorboul",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [584],
name: {
en: "Vanilluxe",
fr: "Sorbouboul",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [613],
name: {
en: "Cubchoo",
fr: "Polarhume",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [614],
name: {
en: "Beartic",
fr: "Polagriffe",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [455],
name: {
en: "Carnivine",
fr: "Vortente",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [746],
name: {
en: "Wishiwashi",
fr: "Froussardine",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [747],
name: {
en: "Mareanie",
fr: "Vorastérie",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [748],
name: {
en: "Toxapex",
fr: "Prédastérie",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [179],
name: {
en: "Mareep",
fr: "Wattouat",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [180],
name: {
en: "Flaaffy",
fr: "Lainergie",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [181],
name: {
en: "Ampharos",
fr: "Pharamp",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [309],
name: {
en: "Electrike",
fr: "Dynavolt",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [310],
name: {
en: "Manectric",
fr: "Élecsprint",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [511],
name: {
en: "Pansage",
fr: "Feuillajou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [785],
name: {
en: "Tapu Koko",
fr: "Tokorico",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [871],
name: {
en: "Pincurchin",
fr: "Wattapik",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [881],
name: {
en: "Arctozolt",
fr: "Galvagla",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [39],
name: {
en: "Jigglypuff",
fr: "Rondoudou",

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Darkness Ablaze'
const card: Card = {
dexId: [40],
name: {
en: "Wigglytuff",
fr: "Grodoudou",

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