Skip to content

Commit

Permalink
fix: TCGP promos should have a rarity of None (#657)
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking authored Feb 6, 2025
1 parent 17ef7ef commit 34dc55b
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "5ban Graphics",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Toyste Beach",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Toyste Beach",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Ryo Ueda",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Ryo Ueda",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "5ban Graphics",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Naoki Saito",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Yuu Nishida",
rarity: "One Diamond",
rarity: "None",
category: "Trainer",

effect: {
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Atsushi Furusawa",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Krgc",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "sowsow",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Shigenori Negishi",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "miki kudo",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Stage2",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "PLANETA CG Works",
rarity: "Four Diamond",
rarity: "None",
category: "Pokemon",
types: ["Water"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kouki Saitou",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/016.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Shibuzoh.",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Souichirou Gunjima",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Fighting"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kuroimori",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Stage2",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Sanosuke Sakuma",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Water"],
stage: "Stage2",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Mékayu",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Psychic"],
stage: "Stage1",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/021.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Tomokazu Komiya",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Fighting"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kurata So",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
types: ["Colorless"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kouki Saitou",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Grass"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Miki Tanaka",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
types: ["Lightning"],
stage: "Basic",
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/025.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "PLANETA Igarashi",
rarity: "Four Diamond",
rarity: "None",
category: "Pokemon",
hp: 140,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/026.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kouki Saitou",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/027.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Yoriyuki Ikegami",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/028.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Shin Nagasawa",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 120,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/029.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "danciao",
rarity: "One Star",
rarity: "None",
category: "Pokemon",
hp: 150,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/030.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "En Morikura",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/031.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "MAHOU",
rarity: "One Diamond",
rarity: "None",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/032.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Naoyo Kimura",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Promos-A/033.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const card: Card = {
},

illustrator: "Kanako Eo",
rarity: "Three Diamond",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Water"],
Expand Down

0 comments on commit 34dc55b

Please sign in to comment.