1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

fix: Diamond & Pearl rarities (#454)

This commit is contained in:
Florian Bouillon 2023-12-27 21:34:54 +01:00 committed by GitHub
parent 3cb7e062da
commit e18c919cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
139 changed files with 139 additions and 139 deletions

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Traunmagil" de: "Traunmagil"
}, },
illustrator: "Mikiko Takeda", illustrator: "Mikiko Takeda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Impoleon" de: "Impoleon"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Panferno" de: "Panferno"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Chelterrar" de: "Chelterrar"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Hiroaki Ito", illustrator: "Hiroaki Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Masahiko Ishii", illustrator: "Masahiko Ishii",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Chelterrar" de: "Chelterrar"
}, },
illustrator: "Masahiko Ishii", illustrator: "Masahiko Ishii",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Takabon", illustrator: "Takabon",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Panferno" de: "Panferno"
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Lucario" de: "Lucario"
}, },
illustrator: "Ken Sugimori", illustrator: "Ken Sugimori",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Luxtra" de: "Luxtra"
}, },
illustrator: "Mikiko Takeda", illustrator: "Mikiko Takeda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Magnezone" de: "Magnezone"
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Manaphy" de: "Manaphy"
}, },
illustrator: "Nakaoka", illustrator: "Nakaoka",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Lohgock" de: "Lohgock"
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Tangoloss" de: "Tangoloss"
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Cresselia" de: "Cresselia"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Darkrai" de: "Darkrai"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Dialga" de: "Dialga"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Palkia" de: "Palkia"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Togekiss" de: "Togekiss"
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Cresselia" de: "Cresselia"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Darkrai" de: "Darkrai"
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Darkrai" de: "Darkrai"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Pachirisu" de: "Pachirisu"
}, },
illustrator: "Hironobu Yoshida", illustrator: "Hironobu Yoshida",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Porygon-Z" de: "Porygon-Z"
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Rotom" de: "Rotom"
}, },
illustrator: "Daisuke Ito", illustrator: "Daisuke Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Gewaldro" de: "Gewaldro"
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Sumpex" de: "Sumpex"
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ken Sugimori", illustrator: "Ken Sugimori",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Tobutz" de: "Tobutz"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Skorgro" de: "Skorgro"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Magnezone" de: "Magnezone"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Vesprit" de: "Vesprit"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Mewtu" de: "Mewtu"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Rihornior" de: "Rihornior"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Selfe" de: "Selfe"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kazuaki Aihara", illustrator: "Kazuaki Aihara",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Seedraking" de: "Seedraking"
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Arktos" de: "Arktos"
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Lavados" de: "Lavados"
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Porygon-Z" de: "Porygon-Z"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Palkia" de: "Palkia"
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Phione" de: "Phione"
}, },
illustrator: "Daisuke Ito", illustrator: "Daisuke Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Rotom" de: "Rotom"
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Zapdos" de: "Zapdos"
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Cresselia" de: "Cresselia"
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Darkrai" de: "Darkrai"
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Dialga" de: "Dialga"
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Glaziola" de: "Glaziola"
}, },
illustrator: "Atsuko Nishida", illustrator: "Atsuko Nishida",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Kabutops" de: "Kabutops"
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Folipurba" de: "Folipurba"
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Manaphy" de: "Manaphy"
}, },
illustrator: "Suwama Chiaki", illustrator: "Suwama Chiaki",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Mewtu" de: "Mewtu"
}, },
illustrator: "Kent Kanetsuna", illustrator: "Kent Kanetsuna",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Knakrack" de: "Knakrack"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Glaziola" de: "Glaziola"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Folipurba" de: "Folipurba"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kazuyuki Kano", illustrator: "Kazuyuki Kano",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Mitsuhiro Arita", illustrator: "Mitsuhiro Arita",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Hiroaki Ito", illustrator: "Hiroaki Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Elevoltek" de: "Elevoltek"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Lucario" de: "Lucario"
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Magbrant" de: "Magbrant"
}, },
illustrator: "Shizurow", illustrator: "Shizurow",
rarity: "Rare", rarity: "Rare Holo LV.X",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Daisuke Ito", illustrator: "Daisuke Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Daisuke Ito", illustrator: "Daisuke Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kazuyuki Kano", illustrator: "Kazuyuki Kano",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Masakazu Fukuda", illustrator: "Masakazu Fukuda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Ryo Ueda", illustrator: "Ryo Ueda",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Daisuke Ito", illustrator: "Daisuke Ito",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kagemaru Himeno", illustrator: "Kagemaru Himeno",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kazuyuki Kano", illustrator: "Kazuyuki Kano",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -9,7 +9,7 @@ const card: Card = {
}, },
illustrator: "Kazuyuki Kano", illustrator: "Kazuyuki Kano",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Ampharos" de: "Ampharos"
}, },
illustrator: "Kouki Saitou", illustrator: "Kouki Saitou",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

View File

@ -8,7 +8,7 @@ const card: Card = {
de: "Ho-Oh" de: "Ho-Oh"
}, },
illustrator: "Kazuyuki Kano", illustrator: "Kazuyuki Kano",
rarity: "Rare", rarity: "Rare Holo",
category: "Pokemon", category: "Pokemon",
set: Set, set: Set,

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