mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
parent
6d133f5343
commit
ed4d9a18b0
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Bibor V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Dressella"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Dressella V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Dressella VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 260,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Heatran V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Heatran VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Strahlendes Heatran"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Radiant Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Ur-Palkia V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Ur-Palkia VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 280,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Keldeo"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Strahlendes Quajutsu"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Radiant Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Galar-Pantifrost V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Luxtra V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Lightning"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Tornupto"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Tornupto V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Tornupto VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 260,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Togekiss"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Galagladi"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Vesprit"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Diancie"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Damythir"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Psychic"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Machomei V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Machomei VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Rameidon"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Lucario V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Strahlendes Resladero"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Radiant Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Silvarro"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Silvarro V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Silvarro VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 270,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Axantor"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Axantor V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fighting"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Snieboss"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Snieboss V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Absol"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Darkrai V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Darkrai VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 270,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Admurai"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Admurai V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Hisui-Admurai VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 270,
|
||||
types: ["Darkness"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Magnezone"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Metal"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Bollterus"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Metal"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Ur-Dialga V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Metal"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Ur-Dialga VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 280,
|
||||
types: ["Metal"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Knakrack V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Dragon"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Miltank"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Colorless"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Regigigas"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Colorless"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Kommandutan V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Damythir V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Colorless"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Diam"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Perla"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Metal"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Metal"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Metal"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Metal"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Grass"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Grass"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Fire"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Fire"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 310,
|
||||
types: ["Fire"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Fire"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Water"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kazuma Koda",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Lightning"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Lightning"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Lightning"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Satoshi Shirai",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Grass"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Psychic"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Psychic"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Psychic"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Psychic"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Mina Nakai",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "hatachu",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Fighting"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Darkness"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Darkness"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 230,
|
||||
types: ["Darkness"],
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "NC Empire",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Metal"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Chelterrar"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Shaymin V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Shaymin VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 250,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Zarude V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Grass"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Glurak V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Glurak VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 280,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Lavados"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Entei V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 230,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Panferno"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Grillchita V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fire"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Kingler V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Kingler VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VMAX",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Impoleon"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Lumineon V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Water"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Raichu V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Lightning"],
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Raikou V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare V",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Lightning"],
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user