mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-01 00:09:19 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Metal"],
|
||||
@ -91,4 +91,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Metal"],
|
||||
@ -100,4 +100,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -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"],
|
||||
@ -69,4 +69,4 @@ const card: Card = {
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -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"],
|
||||
|
Reference in New Issue
Block a user