1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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: "Onix-GX",
en: "Onix GX",
fr: "Onix-GX",
},
illustrator: "PLANETA Igarashi",
rarity: "Rare",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
@@ -32,7 +32,7 @@ const card: Card = {
fr: "Étreinte",
},
effect: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
en: "Flip a coin. If heads, your opponents Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 30,
@@ -63,11 +63,11 @@ const card: Card = {
"Colorless",
],
name: {
en: "Rocky Avalanche-GX",
en: "Rocky Avalanche GX",
fr: "Avalanche Rocheuse-GX",
},
effect: {
en: "During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance). (You can't use more than 1 GX attack in a game.)",
en: "During your opponents next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance). (You cant use more than 1 GX attack in a game.)",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 100 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance). (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 200,