From ab265c6c413070f19b10dc6de407f067564e7be4 Mon Sep 17 00:00:00 2001 From: "TCGdex [Bot]" <82892481+TCGdexBOT@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:44:31 +0200 Subject: [PATCH] editor: misc fixes for variants (#517) Co-authored-by: Avior --- data/Sword & Shield/Brilliant Stars/008.ts | 4 ++-- data/Sword & Shield/Celebrations/107A.ts | 7 ++++++- data/Sword & Shield/Celebrations/109A.ts | 7 ++++++- data/Sword & Shield/Celebrations/113A.ts | 5 +++++ data/Sword & Shield/Celebrations/114A.ts | 5 +++++ data/Sword & Shield/Celebrations/145A.ts | 7 ++++++- data/Sword & Shield/Celebrations/15A.ts | 7 ++++++- data/Sword & Shield/Celebrations/15A1.ts | 7 ++++++- data/Sword & Shield/Celebrations/15A2.ts | 7 ++++++- data/Sword & Shield/Celebrations/15A3.ts | 7 ++++++- data/Sword & Shield/Celebrations/15A4.ts | 7 ++++++- data/Sword & Shield/Celebrations/17A.ts | 7 ++++++- data/Sword & Shield/Celebrations/20A.ts | 5 +++++ data/Sword & Shield/Celebrations/24A.ts | 5 +++++ data/Sword & Shield/Celebrations/25.ts | 2 +- data/Sword & Shield/Celebrations/2A.ts | 7 ++++++- data/Sword & Shield/Celebrations/4A.ts | 7 ++++++- data/Sword & Shield/Celebrations/54A.ts | 7 ++++++- data/Sword & Shield/Celebrations/60A.ts | 7 ++++++- data/Sword & Shield/Celebrations/66A.ts | 5 +++++ data/Sword & Shield/Celebrations/73A.ts | 5 +++++ data/Sword & Shield/Celebrations/76A.ts | 7 ++++++- data/Sword & Shield/Celebrations/86A.ts | 7 ++++++- data/Sword & Shield/Celebrations/88A.ts | 7 ++++++- data/Sword & Shield/Celebrations/8A.ts | 7 ++++++- data/Sword & Shield/Celebrations/93A.ts | 7 ++++++- data/Sword & Shield/Celebrations/97A.ts | 7 ++++++- data/Sword & Shield/Celebrations/9A.ts | 7 ++++++- 28 files changed, 153 insertions(+), 23 deletions(-) diff --git a/data/Sword & Shield/Brilliant Stars/008.ts b/data/Sword & Shield/Brilliant Stars/008.ts index c171ee775..754b7995a 100644 --- a/data/Sword & Shield/Brilliant Stars/008.ts +++ b/data/Sword & Shield/Brilliant Stars/008.ts @@ -70,9 +70,9 @@ const card: Card = { retreat: 4, regulationMark: "F", variants: { - normal: true, + normal: false, reverse: true, - holo: false, + holo: true, firstEdition: false } } diff --git a/data/Sword & Shield/Celebrations/107A.ts b/data/Sword & Shield/Celebrations/107A.ts index 5954e6c60..e471be6d5 100644 --- a/data/Sword & Shield/Celebrations/107A.ts +++ b/data/Sword & Shield/Celebrations/107A.ts @@ -59,7 +59,12 @@ const card: Card = { }], retreat: 4, - suffix: "Prime" + suffix: "Prime", + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/109A.ts b/data/Sword & Shield/Celebrations/109A.ts index 757f9a0af..1b762978c 100644 --- a/data/Sword & Shield/Celebrations/109A.ts +++ b/data/Sword & Shield/Celebrations/109A.ts @@ -51,7 +51,12 @@ const card: Card = { }], retreat: 0, - suffix: "SP" + suffix: "SP", + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/113A.ts b/data/Sword & Shield/Celebrations/113A.ts index 78ae3db96..024a86353 100644 --- a/data/Sword & Shield/Celebrations/113A.ts +++ b/data/Sword & Shield/Celebrations/113A.ts @@ -49,6 +49,11 @@ const card: Card = { description: { en: "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it." + }, + + variants: { + reverse: false, + normal: false } } diff --git a/data/Sword & Shield/Celebrations/114A.ts b/data/Sword & Shield/Celebrations/114A.ts index 4eb656c3c..0109fd2f7 100644 --- a/data/Sword & Shield/Celebrations/114A.ts +++ b/data/Sword & Shield/Celebrations/114A.ts @@ -49,6 +49,11 @@ const card: Card = { description: { en: "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity." + }, + + variants: { + reverse: false, + normal: false } } diff --git a/data/Sword & Shield/Celebrations/145A.ts b/data/Sword & Shield/Celebrations/145A.ts index 98b3a8199..291ebf65c 100644 --- a/data/Sword & Shield/Celebrations/145A.ts +++ b/data/Sword & Shield/Celebrations/145A.ts @@ -45,7 +45,12 @@ const card: Card = { }], retreat: 0, - suffix: "SP" + suffix: "SP", + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/15A.ts b/data/Sword & Shield/Celebrations/15A.ts index 00198b5d8..ed6814d4c 100644 --- a/data/Sword & Shield/Celebrations/15A.ts +++ b/data/Sword & Shield/Celebrations/15A.ts @@ -46,7 +46,12 @@ const card: Card = { effect: { en: "As often as you like during your turn (before your attack), you may take 1 Grass Energy card attached to 1 of your Pokémon and attach it to a different one. This power can't be used if Venusaur is Asleep, Confused, or Paralyzed." } - }] + }], + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/15A1.ts b/data/Sword & Shield/Celebrations/15A1.ts index 6517dfc0f..061f9bd8c 100644 --- a/data/Sword & Shield/Celebrations/15A1.ts +++ b/data/Sword & Shield/Celebrations/15A1.ts @@ -30,7 +30,12 @@ const card: Card = { value: "" }], - retreat: 2 + retreat: 2, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/15A2.ts b/data/Sword & Shield/Celebrations/15A2.ts index 5d9d49f33..2be4efa3f 100644 --- a/data/Sword & Shield/Celebrations/15A2.ts +++ b/data/Sword & Shield/Celebrations/15A2.ts @@ -11,7 +11,12 @@ const card: Card = { illustrator: "Ken Sugimori", rarity: "Classic Collection", category: "Trainer", - trainerType: "Supporter" + trainerType: "Supporter", + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/15A3.ts b/data/Sword & Shield/Celebrations/15A3.ts index 59f4ae282..550272a46 100644 --- a/data/Sword & Shield/Celebrations/15A3.ts +++ b/data/Sword & Shield/Celebrations/15A3.ts @@ -45,7 +45,12 @@ const card: Card = { value: "-30" }], - retreat: 2 + retreat: 2, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/15A4.ts b/data/Sword & Shield/Celebrations/15A4.ts index 7afd9d0ac..1d6445ef8 100644 --- a/data/Sword & Shield/Celebrations/15A4.ts +++ b/data/Sword & Shield/Celebrations/15A4.ts @@ -42,7 +42,12 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/17A.ts b/data/Sword & Shield/Celebrations/17A.ts index ef7f3ce41..3a7f9d536 100644 --- a/data/Sword & Shield/Celebrations/17A.ts +++ b/data/Sword & Shield/Celebrations/17A.ts @@ -49,7 +49,12 @@ const card: Card = { value: "-30" }], - retreat: 1 + retreat: 1, + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/20A.ts b/data/Sword & Shield/Celebrations/20A.ts index 19007ad3d..be2ddb8f6 100644 --- a/data/Sword & Shield/Celebrations/20A.ts +++ b/data/Sword & Shield/Celebrations/20A.ts @@ -32,6 +32,11 @@ const card: Card = { description: { en: "Because of its unusual, star-like silhouette, people believe that it came here on a meteor." + }, + + variants: { + reverse: false, + normal: false } } diff --git a/data/Sword & Shield/Celebrations/24A.ts b/data/Sword & Shield/Celebrations/24A.ts index 2a6908d78..ff138cab0 100644 --- a/data/Sword & Shield/Celebrations/24A.ts +++ b/data/Sword & Shield/Celebrations/24A.ts @@ -37,6 +37,11 @@ const card: Card = { description: { en: "Your Birthdate: ______________________________" + }, + + variants: { + reverse: false, + normal: false } } diff --git a/data/Sword & Shield/Celebrations/25.ts b/data/Sword & Shield/Celebrations/25.ts index 59d0ab23a..0820bc6df 100644 --- a/data/Sword & Shield/Celebrations/25.ts +++ b/data/Sword & Shield/Celebrations/25.ts @@ -7,7 +7,7 @@ const card: Card = { variants: { normal: false, reverse: false, - holo: false, + holo: true, firstEdition: false }, diff --git a/data/Sword & Shield/Celebrations/2A.ts b/data/Sword & Shield/Celebrations/2A.ts index 5098c179a..cd62b97cd 100644 --- a/data/Sword & Shield/Celebrations/2A.ts +++ b/data/Sword & Shield/Celebrations/2A.ts @@ -50,7 +50,12 @@ const card: Card = { effect: { en: "As often as you like during your turn (before your attack), you may attach 1 Water Energy card to 1 of your Water Pokémon. (This doesn't use up your 1 Energy card attachment for the turn.) This power can't be used if Blastoise is Asleep, Confused, or Paralyzed." } - }] + }], + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/4A.ts b/data/Sword & Shield/Celebrations/4A.ts index 98f0061e0..4d9adc44d 100644 --- a/data/Sword & Shield/Celebrations/4A.ts +++ b/data/Sword & Shield/Celebrations/4A.ts @@ -55,7 +55,12 @@ const card: Card = { effect: { en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into Fire Energy for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed." } - }] + }], + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/54A.ts b/data/Sword & Shield/Celebrations/54A.ts index fdf01c02b..d59894093 100644 --- a/data/Sword & Shield/Celebrations/54A.ts +++ b/data/Sword & Shield/Celebrations/54A.ts @@ -46,7 +46,12 @@ const card: Card = { value: "×2" }], - retreat: 2 + retreat: 2, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/60A.ts b/data/Sword & Shield/Celebrations/60A.ts index ca23b711f..d44efe72f 100644 --- a/data/Sword & Shield/Celebrations/60A.ts +++ b/data/Sword & Shield/Celebrations/60A.ts @@ -52,7 +52,12 @@ const card: Card = { cost: ["Psychic"] }], - retreat: 1 + retreat: 1, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/66A.ts b/data/Sword & Shield/Celebrations/66A.ts index 87d0f7d40..090484f0c 100644 --- a/data/Sword & Shield/Celebrations/66A.ts +++ b/data/Sword & Shield/Celebrations/66A.ts @@ -47,6 +47,11 @@ const card: Card = { description: { en: "An underpowered, pathetic Pokémon. It may jump high on rare occasions, but never more than seven feet." + }, + + variants: { + normal: false, + reverse: false } } diff --git a/data/Sword & Shield/Celebrations/73A.ts b/data/Sword & Shield/Celebrations/73A.ts index 678d3f416..b0bebcaa1 100644 --- a/data/Sword & Shield/Celebrations/73A.ts +++ b/data/Sword & Shield/Celebrations/73A.ts @@ -15,6 +15,11 @@ const card: Card = { effect: { en: "Your opponent shuffles his or her hand into his or her deck, then draws 7 cards." + }, + + variants: { + normal: false, + reverse: false } } diff --git a/data/Sword & Shield/Celebrations/76A.ts b/data/Sword & Shield/Celebrations/76A.ts index 3f664c7ee..6006e6f72 100644 --- a/data/Sword & Shield/Celebrations/76A.ts +++ b/data/Sword & Shield/Celebrations/76A.ts @@ -52,7 +52,12 @@ const card: Card = { value: "-20" }], - retreat: 1 + retreat: 1, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/86A.ts b/data/Sword & Shield/Celebrations/86A.ts index c4f30c74e..9d739ad5c 100644 --- a/data/Sword & Shield/Celebrations/86A.ts +++ b/data/Sword & Shield/Celebrations/86A.ts @@ -16,7 +16,12 @@ const card: Card = { en: "Each player shuffles his or her hand into his or her deck. Then, each player counts his or her Prize cards left and draws up to that many cards. (You draw your cards first.)" }, - trainerType: "Supporter" + trainerType: "Supporter", + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/88A.ts b/data/Sword & Shield/Celebrations/88A.ts index 656a660b5..365b6f47d 100644 --- a/data/Sword & Shield/Celebrations/88A.ts +++ b/data/Sword & Shield/Celebrations/88A.ts @@ -46,7 +46,12 @@ const card: Card = { value: "" }], - retreat: 1 + retreat: 1, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/8A.ts b/data/Sword & Shield/Celebrations/8A.ts index 42ce3a5dc..f32a129cb 100644 --- a/data/Sword & Shield/Celebrations/8A.ts +++ b/data/Sword & Shield/Celebrations/8A.ts @@ -55,7 +55,12 @@ const card: Card = { effect: { en: "When Dark Gyarados is Knocked Out by an attack, flip a coin. If heads, this power does 20 damage for each Water Energy attached to Dark Gyarados to the Pokémon that Knocked Out Dark Gyarados. Apply Weakness and Resistance. This power doesn't work if Dark Gyarados is Asleep, Confused, or Paralyzed." } - }] + }], + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/93A.ts b/data/Sword & Shield/Celebrations/93A.ts index e2ee8f9c7..606e89511 100644 --- a/data/Sword & Shield/Celebrations/93A.ts +++ b/data/Sword & Shield/Celebrations/93A.ts @@ -47,7 +47,12 @@ const card: Card = { value: "" }], - retreat: 2 + retreat: 2, + + variants: { + normal: false, + reverse: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/97A.ts b/data/Sword & Shield/Celebrations/97A.ts index 618653417..e0d6cf82f 100644 --- a/data/Sword & Shield/Celebrations/97A.ts +++ b/data/Sword & Shield/Celebrations/97A.ts @@ -51,7 +51,12 @@ const card: Card = { value: "-20" }], - retreat: 2 + retreat: 2, + + variants: { + reverse: false, + normal: false + } } export default card diff --git a/data/Sword & Shield/Celebrations/9A.ts b/data/Sword & Shield/Celebrations/9A.ts index df9626c6e..4f456d276 100644 --- a/data/Sword & Shield/Celebrations/9A.ts +++ b/data/Sword & Shield/Celebrations/9A.ts @@ -56,7 +56,12 @@ const card: Card = { value: "" }], - retreat: 3 + retreat: 3, + + variants: { + normal: false, + reverse: false + } } export default card