1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +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 "../Scarlet & Violet"
const card: Card = {
dexId: [204],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [285],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [286],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [331],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [332],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [664],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [665],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [666],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [672],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [673],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [58],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [58],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [59],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [228],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [229],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [324],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [80],
set: Set,
name: {

View File

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

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [418],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [419],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [594],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [692],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [693],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [779],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [82],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [179],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [180],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [417],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [479],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [479],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [96],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [97],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [280],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [281],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [282],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [353],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [354],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [425],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [426],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [669],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [670],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [671],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [702],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [702],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [707],
set: Set,
name: {

View File

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

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [307],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [308],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [447],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [447],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [448],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [551],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [552],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [553],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [701],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [843],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [844],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [874],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [88],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [89],
set: Set,
name: {

View File

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

View File

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

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [624],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [625],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [205],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [113],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [242],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [335],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [335],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [396],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [397],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [398],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [692],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [417],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [96],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [280],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [281],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [447],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [551],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [396],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [59],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [282],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [354],
set: Set,
name: {

View File

@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../Scarlet & Violet"
const card: Card = {
dexId: [282],
set: Set,
name: {