From 660cccbe978fc626a32499187e39b18e1c00c1ee Mon Sep 17 00:00:00 2001 From: "TCGdex [Bot]" <82892481+TCGdexBOT@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:26:29 +0100 Subject: [PATCH] editor: Edited some rarities (#583) Co-authored-by: Avior --- data/Pokémon TCG Pocket/Genetic Apex/005.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/006.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/007.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/008.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/009.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/010.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/011.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/012.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/013.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/014.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/015.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/017.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/018.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/019.ts | 2 +- data/Pokémon TCG Pocket/Genetic Apex/020.ts | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/data/Pokémon TCG Pocket/Genetic Apex/005.ts b/data/Pokémon TCG Pocket/Genetic Apex/005.ts index 3b9b4007e..644eaab4c 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/005.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/005.ts @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/006.ts b/data/Pokémon TCG Pocket/Genetic Apex/006.ts index 79f0f8c46..f07c1be24 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/006.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/006.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/007.ts b/data/Pokémon TCG Pocket/Genetic Apex/007.ts index 7d456b350..1facc6d32 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/007.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/007.ts @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/008.ts b/data/Pokémon TCG Pocket/Genetic Apex/008.ts index 76145bae1..f2bf02717 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/008.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/008.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/009.ts b/data/Pokémon TCG Pocket/Genetic Apex/009.ts index e6038327e..727711021 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/009.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/009.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/010.ts b/data/Pokémon TCG Pocket/Genetic Apex/010.ts index 3d811fa64..5c5b760ce 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/010.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/010.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/011.ts b/data/Pokémon TCG Pocket/Genetic Apex/011.ts index 86c16420d..af6e2b894 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/011.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/011.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/012.ts b/data/Pokémon TCG Pocket/Genetic Apex/012.ts index 5639c4c67..78996f494 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/012.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/012.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/013.ts b/data/Pokémon TCG Pocket/Genetic Apex/013.ts index de7123a75..f4c4e83fe 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/013.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/013.ts @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/014.ts b/data/Pokémon TCG Pocket/Genetic Apex/014.ts index 3be630684..b80b8ca42 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/014.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/014.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/015.ts b/data/Pokémon TCG Pocket/Genetic Apex/015.ts index d397dd119..19f62a3d5 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/015.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/015.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/017.ts b/data/Pokémon TCG Pocket/Genetic Apex/017.ts index 6e4e7e428..2c6a89871 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/017.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/017.ts @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/018.ts b/data/Pokémon TCG Pocket/Genetic Apex/018.ts index 339301295..24d7caabc 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/018.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/018.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/019.ts b/data/Pokémon TCG Pocket/Genetic Apex/019.ts index a13f39917..bfb8d731c 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/019.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/019.ts @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Genetic Apex/020.ts b/data/Pokémon TCG Pocket/Genetic Apex/020.ts index d54b90433..269b0d166 100644 --- a/data/Pokémon TCG Pocket/Genetic Apex/020.ts +++ b/data/Pokémon TCG Pocket/Genetic Apex/020.ts @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } export default card \ No newline at end of file