mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
editor: misc fixes for variants (#517)
Co-authored-by: Avior <git@avior.me>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user