Skip to content

Commit

Permalink
editor: Edited some rarities (#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Avior <[email protected]>
  • Loading branch information
TCGdexBOT and Aviortheking authored Nov 21, 2024
1 parent 8eb9131 commit 660cccb
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "Three Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "Three Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "Two Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const card: Card = {
}],

retreat: 3,
rarity: "None"
rarity: "Three Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "Two Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "Two Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "One Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "Two Diamond"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "Three Diamond"
}

export default card

0 comments on commit 660cccb

Please sign in to comment.