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

editor: misc fixes for variants (#517)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
TCGdex [Bot] 2024-07-03 22:44:31 +02:00 committed by GitHub
parent c10020a9a9
commit ab265c6c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
28 changed files with 153 additions and 23 deletions

View File

@ -70,9 +70,9 @@ const card: Card = {
retreat: 4,
regulationMark: "F",
variants: {
normal: true,
normal: false,
reverse: true,
holo: false,
holo: true,
firstEdition: false
}
}

View File

@ -59,7 +59,12 @@ const card: Card = {
}],
retreat: 4,
suffix: "Prime"
suffix: "Prime",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@ -51,7 +51,12 @@ const card: Card = {
}],
retreat: 0,
suffix: "SP"
suffix: "SP",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@ -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
}
}

View File

@ -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
}
}

View File

@ -45,7 +45,12 @@ const card: Card = {
}],
retreat: 0,
suffix: "SP"
suffix: "SP",
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -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

View File

@ -30,7 +30,12 @@ const card: Card = {
value: ""
}],
retreat: 2
retreat: 2,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -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

View File

@ -45,7 +45,12 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -42,7 +42,12 @@ const card: Card = {
value: "+20"
}],
retreat: 2
retreat: 2,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -49,7 +49,12 @@ const card: Card = {
value: "-30"
}],
retreat: 1
retreat: 1,
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@ -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
}
}

View File

@ -37,6 +37,11 @@ const card: Card = {
description: {
en: "Your Birthdate: ______________________________"
},
variants: {
reverse: false,
normal: false
}
}

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},

View File

@ -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

View File

@ -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

View File

@ -46,7 +46,12 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -52,7 +52,12 @@ const card: Card = {
cost: ["Psychic"]
}],
retreat: 1
retreat: 1,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -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
}
}

View File

@ -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
}
}

View File

@ -52,7 +52,12 @@ const card: Card = {
value: "-20"
}],
retreat: 1
retreat: 1,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -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

View File

@ -46,7 +46,12 @@ const card: Card = {
value: ""
}],
retreat: 1
retreat: 1,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -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

View File

@ -47,7 +47,12 @@ const card: Card = {
value: ""
}],
retreat: 2
retreat: 2,
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@ -51,7 +51,12 @@ const card: Card = {
value: "-20"
}],
retreat: 2
retreat: 2,
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@ -56,7 +56,12 @@ const card: Card = {
value: ""
}],
retreat: 3
retreat: 3,
variants: {
normal: false,
reverse: false
}
}
export default card