1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59: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 "../Paradox Rift"
const card: Card = {
dexId: [283],
set: Set,
name: {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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