1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

Fixed GX being with a dash while it isn't on the card (#58)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-16 11:05:52 +02:00
committed by GitHub
parent f54b367f8c
commit 1a98a6022b
618 changed files with 3543 additions and 3546 deletions

View File

@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
const card: Card = {
name: {
en: "Wigglytuff-GX",
en: "Wigglytuff GX",
fr: "Grodoudou-GX",
},
illustrator: "5ban Graphics",
rarity: "Rare",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
@ -40,7 +40,7 @@ const card: Card = {
en: "Flip a coin until you get tails. This attack does 30 more damage for each heads.",
fr: "Lancez une pièce jusquà ce que vous obteniez un côté pile. Cette attaque inflige 30 dégâts supplémentaires pour chaque côté face.",
},
damage: 100,
damage: "100+",
},
{
@ -50,11 +50,11 @@ const card: Card = {
"Colorless",
],
name: {
en: "Lovely Star-GX",
en: "Lovely Star GX",
fr: "Belle Étoile-GX",
},
effect: {
en: "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)",
en: "Heal all damage from this Pokémon. (You cant use more than 1 GX attack in a game.)",
fr: "Soignez tous les dégâts de ce Pokémon. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 130,