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:
committed by
GitHub
parent
a26ef0e5eb
commit
91dc66a494
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [851],
|
||||
name: {
|
||||
en: "Centiskorch",
|
||||
fr: "Scolocendre",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [318],
|
||||
name: {
|
||||
en: "Carvanha",
|
||||
fr: "Carvanha",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [319],
|
||||
name: {
|
||||
en: "Sharpedo",
|
||||
fr: "Sharpedo",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [856],
|
||||
name: {
|
||||
en: "Hatenna",
|
||||
fr: "Bibichut",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [13],
|
||||
name: {
|
||||
en: "Weedle",
|
||||
fr: "Aspicot",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [66],
|
||||
name: {
|
||||
en: "Machop",
|
||||
fr: "Machoc",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [67],
|
||||
name: {
|
||||
en: "Machoke",
|
||||
fr: "Machopeur",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [68],
|
||||
name: {
|
||||
en: "Machamp",
|
||||
fr: "Mackogneur",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [718],
|
||||
name: {
|
||||
en: "Zygarde",
|
||||
fr: "Zygarde",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [744],
|
||||
name: {
|
||||
en: "Rockruff",
|
||||
fr: "Rocabot",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [14],
|
||||
name: {
|
||||
en: "Kakuna",
|
||||
fr: "Coconfort",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [745],
|
||||
name: {
|
||||
en: "Lycanroc",
|
||||
fr: "Lougaroc",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [23],
|
||||
name: {
|
||||
en: "Ekans",
|
||||
fr: "Abo",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [24],
|
||||
name: {
|
||||
en: "Arbok",
|
||||
fr: "Arbok",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [359],
|
||||
name: {
|
||||
en: "Absol",
|
||||
fr: "Absol",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [509],
|
||||
name: {
|
||||
en: "Purrloin",
|
||||
fr: "Chacripan",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [15],
|
||||
name: {
|
||||
en: "Beedrill",
|
||||
fr: "Dardargnan",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [559],
|
||||
name: {
|
||||
en: "Scraggy",
|
||||
fr: "Baggiguane",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [568],
|
||||
name: {
|
||||
en: "Trubbish",
|
||||
fr: "Miamiasme",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [686],
|
||||
name: {
|
||||
en: "Inkay",
|
||||
fr: "Sepiatop",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [687],
|
||||
name: {
|
||||
en: "Malamar",
|
||||
fr: "Sepiatroce",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [827],
|
||||
name: {
|
||||
en: "Nickit",
|
||||
fr: "Goupilou",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [333],
|
||||
name: {
|
||||
en: "Swablu",
|
||||
fr: "Tylton",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [334],
|
||||
name: {
|
||||
en: "Altaria",
|
||||
fr: "Altaria",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [37],
|
||||
name: {
|
||||
en: "Vulpix",
|
||||
fr: "Goupix",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [494],
|
||||
name: {
|
||||
en: "Victini",
|
||||
fr: "Victini",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [850],
|
||||
name: {
|
||||
en: "Sizzlipede",
|
||||
fr: "Grillepattes",
|
||||
|
Reference in New Issue
Block a user