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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Battle Styles'
const card: Card = {
dexId: [69],
set: Set,
name: {

View File

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

View File

@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Battle Styles'
const card: Card = {
dexId: [303],
set: Set,
name: {

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