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

fix: TCGP promos should have a rarity of None (#657)

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
Florian Bouillon 2025-02-07 00:51:20 +01:00 committed by GitHub
parent 17ef7efab3
commit 34dc55b1d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
33 changed files with 33 additions and 33 deletions

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Toyste Beach",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Toyste Beach",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ryo Ueda",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ryo Ueda",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Naoki Saito",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Yuu Nishida",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Atsushi Furusawa",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Krgc",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "sowsow",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Shigenori Negishi",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "miki kudo",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Stage2",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "PLANETA CG Works",
rarity: "Four Diamond",
rarity: "None",
category: "Pokemon",
types: ["Water"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kouki Saitou",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Shibuzoh.",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Souichirou Gunjima",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Fighting"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kuroimori",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Stage2",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Sanosuke Sakuma",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Water"],
stage: "Stage2",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Mékayu",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Stage1",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Tomokazu Komiya",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Fighting"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kurata So",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kouki Saitou",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Miki Tanaka",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "PLANETA Igarashi",
rarity: "Four Diamond",
rarity: "None",
category: "Pokemon",
hp: 140,
types: ["Fire"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kouki Saitou",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Lightning"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Yoriyuki Ikegami",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Grass"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Shin Nagasawa",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 120,
types: ["Fire"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "danciao",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
hp: 150,
types: ["Water"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "En Morikura",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Colorless"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "MAHOU",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 90,
types: ["Colorless"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Naoyo Kimura",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Fire"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kanako Eo",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Water"],