mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
fix: Diamond & Pearl rarities (#454)
This commit is contained in:
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Lohgock"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Tangoloss"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Cresselia"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo LV.X",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Darkrai"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo LV.X",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Dialga"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo LV.X",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Palkia"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo LV.X",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Togekiss"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Cresselia"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Darkrai"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Darkrai"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Pachirisu"
|
||||
},
|
||||
illustrator: "Hironobu Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Porygon-Z"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Rotom"
|
||||
},
|
||||
illustrator: "Daisuke Ito",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Gewaldro"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -8,7 +8,7 @@ const card: Card = {
|
||||
de: "Sumpex"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
rarity: "Rare Holo",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
Reference in New Issue
Block a user