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:
@@ -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 opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est 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 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.)",
|
||||
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 qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 200,
|
||||
|
Reference in New Issue
Block a user