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 "../Paldea Evolved"
const card: Card = {
dexId: [187],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [188],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [189],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [204],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [214],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [357],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [415],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [416],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [459],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [460],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [662],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [663],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [667],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [668],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [741],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [129],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [130],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [183],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [184],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [225],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [370],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [875],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [25],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [26],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [81],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [100],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [101],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [403],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [403],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [404],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [405],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [871],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [871],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [39],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [40],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [79],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [200],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [429],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [442],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [574],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [575],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [576],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [765],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [769],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [770],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [778],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [56],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [57],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [185],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [246],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [247],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [296],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [297],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [453],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [454],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [744],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [766],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [198],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [430],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [215],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [461],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [248],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [302],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [336],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [633],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [634],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [635],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [823],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [878],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [714],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [203],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [206],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [278],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [279],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [287],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [288],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [289],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [661],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [821],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [822],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [214],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [357],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [662],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [668],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [129],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [183],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [875],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [26],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [429],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [575],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [769],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [185],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [248],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Paldea Evolved"
const card: Card = {
dexId: [821],
set: Set,
name: {