mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Bâillement",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
},
|
||||
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Eau Paralysante",
|
||||
},
|
||||
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: 10,
|
||||
|
@ -3,21 +3,25 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Starmie-GX",
|
||||
en: "Starmie GX",
|
||||
fr: "Staross-GX",
|
||||
},
|
||||
illustrator: "PLANETA Otani",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "PLANETA Otani",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
121,
|
||||
],
|
||||
|
||||
hp: 190,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Staryu",
|
||||
fr: "Stari",
|
||||
@ -60,17 +64,18 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Hydro Pump-GX",
|
||||
en: "Hydro Pump GX",
|
||||
fr: "Hydrocanon-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 40 more damage times the amount of Water Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "This attack does 40 more damage times the amount of Water Energy attached to this Pokémon. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Cette attaque inflige 40 dégâts supplémentaires multipliés par le nombre d’Énergies Water attachées à ce Pokémon. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@ -78,10 +83,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados-GX",
|
||||
en: "Gyarados GX",
|
||||
fr: "Léviator-GX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -49,11 +49,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Beam-GX",
|
||||
en: "Hyper Beam GX",
|
||||
fr: "Ultralaser-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "(You can't use more than 1 GX attack in a game.)",
|
||||
en: "(You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "(Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 240,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Raichu-GX",
|
||||
en: "Raichu GX",
|
||||
fr: "Raichu-GX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -47,11 +47,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Spark Ball-GX",
|
||||
en: "Spark Ball GX",
|
||||
fr: "Boule Étincelles-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "(You can't use more than 1 GX attack in a game.)",
|
||||
en: "(You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "(Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 200,
|
||||
|
@ -52,7 +52,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 30 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts supplémentaires pour chaque côté face.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -6,22 +6,27 @@ const card: Card = {
|
||||
en: "Jolteon",
|
||||
fr: "Voltali",
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
135,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Eevee",
|
||||
fr: "Évoli",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@ -37,6 +42,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -55,12 +61,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
@ -68,9 +76,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Ligotage",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
|
||||
en: "Flip a coin. If heads, discard an Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 10,
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Dernier Motif",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is Knocked Out by damage from an opponent's attack, discard 2 random cards from your opponent's hand.",
|
||||
en: "If this Pokémon is Knocked Out by damage from an opponent’s attack, discard 2 random cards from your opponent’s hand.",
|
||||
fr: "Si ce Pokémon est mis K.O. par les dégâts d’une attaque de votre adversaire, défaussez 2 cartes au hasard de la main de votre adversaire.",
|
||||
},
|
||||
},
|
||||
@ -52,7 +52,7 @@ const card: Card = {
|
||||
en: "If Jessie & James is in your discard pile, this attack does 80 more damage.",
|
||||
fr: "Si la carte Jessie et James est dans votre pile de défausse, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -44,9 +44,6 @@ const card: Card = {
|
||||
en: "Tackle",
|
||||
fr: "Rendez-Vous Tous",
|
||||
},
|
||||
effect: {
|
||||
fr: "Une seule fois pendant votre tour, si ce Pokémon est défaussé du fait de l’effet de la carte Jessie et James, vous pouvez demander à votre adversaire de défausser une carte de sa main. (Cette carte est défaussée après l’effet de Jessie et James.)",
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
},
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo-GX",
|
||||
en: "Mewtwo GX",
|
||||
fr: "Mewtwo-GX",
|
||||
},
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -44,11 +44,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Psycrush-GX",
|
||||
en: "Psycrush GX",
|
||||
fr: "Écrasement Psy-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "Discard all Energy from your opponent’s Active Pokémon. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Défaussez toute l’Énergie du Pokémon Actif de votre adversaire. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 120,
|
||||
|
@ -51,7 +51,7 @@ const card: Card = {
|
||||
fr: "Coulée de Boue",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Fighting Energy from this Pokémon. This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "Discard 2 Fighting Energy from this Pokémon. This attack does 80 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez 2 Énergies Fighting de ce Pokémon. Cette attaque inflige 80 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
|
@ -37,7 +37,7 @@ const card: Card = {
|
||||
fr: "Éboulement",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 3 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 3 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à 3 des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 60,
|
||||
|
@ -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,
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Tir de Précision",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
|
@ -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 can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Soignez tous les dégâts de ce Pokémon. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 130,
|
||||
|
@ -50,7 +50,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 40 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts pour chaque côté face.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Moltres & Zapdos & Articuno-GX",
|
||||
en: "Moltres & Zapdos & Articuno GX",
|
||||
fr: "Sulfura, Électhor et Artikodin-GX",
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -43,13 +43,12 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Sky Legends-GX",
|
||||
en: "Sky Legends GX",
|
||||
fr: "Triple Brûlure",
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack’s cost), this attack does 110 damage to 3 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.) (You can’t use more than 1 GX attack in a game.)",
|
||||
},
|
||||
damage: 210,
|
||||
|
||||
},
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Farfetch'd",
|
||||
en: "Farfetch’d",
|
||||
fr: "Canarticho",
|
||||
},
|
||||
illustrator: "Eri Yamaki",
|
||||
|
@ -36,7 +36,7 @@ const card: Card = {
|
||||
en: "Flip a coin until you get tails. This attack does 40 damage for each heads.",
|
||||
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Cette attaque inflige 40 dégâts pour chaque côté face.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Bill's Analysis",
|
||||
en: "Bill’s Analysis",
|
||||
fr: "Analyse de Léo",
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer jusqu’à 2 cartes Dresseur que vous y trouvez, puis les ajouter à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Look at the top 7 cards of your deck. You may reveal up to 2 Trainer cards you find there and put them into your hand. Shuffle the other cards back into your deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Blaine's Last Stand",
|
||||
en: "Blaine’s Last Stand",
|
||||
fr: "Dernière Chance d’Auguste",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\nPiochez 2 cartes pour chacun de vos Pokémon Fire en jeu.",
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nDraw 2 cards for each Fire Pokémon you have in play."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Brock's Grit",
|
||||
en: "Brock’s Grit",
|
||||
fr: "Vaillance de Pierre",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez une combinaison de 6 cartes Pokémon et cartes Énergie de base dans votre pile de défausse et mélangez-les avec votre deck.",
|
||||
en: "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Brock's Pewter City Gym",
|
||||
en: "Brock’s Pewter City Gym",
|
||||
fr: "Arène d’Argenta de Pierre",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Les Onix-GX (les vôtres et ceux de votre adversaire) subissent 40 dégâts de moins des attaques de l’adversaire (après application de la Faiblesse et de la Résistance).",
|
||||
en: "Onix-GX (both yours and your opponent’s) take 40 less damage from the opponent’s attacks (after applying Weakness and Resistance)."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Brock's Training",
|
||||
en: "Brock’s Training",
|
||||
fr: "Entraînement de Pierre",
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Attachez une carte Énergie de votre main à l’un de vos Racaillou, Gravalanch, Grolem, Onix-GX, Osselait, Rhinocorne, Rhinoféros ou Simularbre.",
|
||||
en: "Attach an Energy card from your hand to 1 of your Geodude, Graveler, Golem, Onix-GX, Cubone, Rhyhorn, Rhydon, or Sudowoodo."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Erika's Hospitality",
|
||||
en: "Erika’s Hospitality",
|
||||
fr: "Hospitalité d’Erika",
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous avez 4 autres cartes ou moins dans votre main.\n\nPiochez une carte pour chacun des Pokémon en jeu de votre adversaire.",
|
||||
en: "You can play this card only if you have 4 or fewer other cards in your hand.\n\nDraw a card for each of your opponent’s Pokémon in play."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Giovanni's Exile",
|
||||
en: "Giovanni’s Exile",
|
||||
fr: "Exil de Giovanni",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez jusqu’à 2 de vos Pokémon de Banc qui n’ont pas de marqueurs de dégâts, ainsi que toutes les cartes qui leur sont attachées.",
|
||||
en: "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Chaque joueur défausse 2 cartes de sa main. Votre adversaire défausse en premier.",
|
||||
en: "Each player discards 2 cards from their hand. Your opponent discards first."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Koga's Trap",
|
||||
en: "Koga’s Trap",
|
||||
fr: "Piège de Koga",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pinsir-GX",
|
||||
en: "Pinsir GX",
|
||||
fr: "Scarabrute-GX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -44,11 +44,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Guillotine-GX",
|
||||
en: "Guillotine GX",
|
||||
fr: "Guillotine-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "(You can't use more than 1 GX attack in a game.)",
|
||||
en: "(You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "(Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 160,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lt. Surge's Strategy",
|
||||
en: "Lt. Surge’s Strategy",
|
||||
fr: "Stratégie de Major Bob",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer cette carte que s’il vous reste plus de cartes Récompense qu’à votre adversaire.\n\nPendant ce tour, vous pouvez jouer 3 cartes Supporter (y compris cette carte).",
|
||||
en: "You can play this card only if you have more Prize cards remaining than your opponent.\n\nDuring this turn, you can play 3 Supporter cards (including this card)."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misty's Cerulean City Gym",
|
||||
en: "Misty’s Cerulean City Gym",
|
||||
fr: "Arène d’Azuria d’Ondine",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques des Staross-GX (les vôtres et ceux de votre adversaire) infligent 40 dégâts supplémentaires au Pokémon Actif de l’adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "The attacks of Starmie-GX (both yours and your opponent’s) do 40 more damage to the opponent’s Active Pokémon (before applying Weakness and Resistance)."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misty's Determination",
|
||||
en: "Misty’s Determination",
|
||||
fr: "Détermination d’Ondine",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une carte de votre main. Dans ce cas, regardez les 8 cartes du dessus de votre deck, puis ajoutez l’une d’entre elles à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misty's Water Command",
|
||||
en: "Misty’s Water Command",
|
||||
fr: "Maîtrise Aquatique d’Ondine",
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Déplacez autant d’Énergies Water que vous le voulez de vos Pokémon vers vos Psykokwak, Hypotrempe, Stari, Staross-GX, Magicarpe, Léviator ou Lokhlass, de la manière que vous voulez.",
|
||||
en: "Move any number of Water Energy from your Pokémon to your Psyduck, Horsea, Staryu, Starmie-GX, Magikarp, Gyarados, or Lapras in any way you like."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Soignez 60 dégâts et retirez tous les États Spéciaux de l’un de vos Pokémon.",
|
||||
en: "Heal 60 damage and remove all Special Conditions from 1 of your Pokémon."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sabrina's Suggestion",
|
||||
en: "Sabrina’s Suggestion",
|
||||
fr: "Suggestion de Morgane",
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire dévoile sa main. Vous pouvez choisir une carte Supporter que vous y trouvez et utiliser son effet en tant qu’effet de cette carte.",
|
||||
en: "Your opponent reveals their hand. You may choose a Supporter card you find there and use the effect of that card as the effect of this card."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Moltres & Zapdos & Articuno-GX",
|
||||
en: "Moltres & Zapdos & Articuno GX",
|
||||
fr: "Sulfura, Électhor et Artikodin-GX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@ -43,24 +43,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Sky Legends-GX",
|
||||
en: "Sky Legends GX",
|
||||
fr: "Triple Brûlure",
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
|
||||
},
|
||||
damage: 210,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Légendes Célestes-GX",
|
||||
},
|
||||
effect: {
|
||||
fr: "Mélangez ce Pokémon et toutes les cartes qui lui sont attachées avec votre deck. Si au moins une Énergie Fire, Water et Lightning supplémentaire sont attachées à ce Pokémon (en plus du coût de cette attaque), cette attaque inflige 110 dégâts à 3 des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack’s cost), this attack does 110 damage to 3 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.) (You can’t use more than 1 GX attack in a game.)",
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Giovanni's Exile",
|
||||
en: "Giovanni’s Exile",
|
||||
fr: "Exil de Giovanni",
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez jusqu’à 2 de vos Pokémon de Banc qui n’ont pas de marqueurs de dégâts, ainsi que toutes les cartes qui leur sont attachées.",
|
||||
en: "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Chaque joueur défausse 2 cartes de sa main. Votre adversaire défausse en premier.",
|
||||
en: "Each player discards 2 cards from their hand. Your opponent discards first."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Moltres & Zapdos & Articuno-GX",
|
||||
en: "Moltres & Zapdos & Articuno GX",
|
||||
fr: "Sulfura, Électhor et Artikodin-GX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -43,27 +43,14 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Sky Legends-GX",
|
||||
en: "Sky Legends GX",
|
||||
fr: "Triple Brûlure",
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
|
||||
},
|
||||
damage: 210,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Légendes Célestes-GX",
|
||||
},
|
||||
effect: {
|
||||
fr: "Mélangez ce Pokémon et toutes les cartes qui lui sont attachées avec votre deck. Si au moins une Énergie Fire, Water et Lightning supplémentaire sont attachées à ce Pokémon (en plus du coût de cette attaque), cette attaque inflige 110 dégâts à 3 des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack’s cost), this attack does 110 damage to 3 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.) (You can’t use more than 1 GX attack in a game.)",
|
||||
},
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Charizard-GX",
|
||||
en: "Charizard GX",
|
||||
fr: "Dracaufeu-GX",
|
||||
},
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -49,11 +49,11 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Flare Blitz-GX",
|
||||
en: "Flare Blitz GX",
|
||||
fr: "Boutefeu-GX",
|
||||
},
|
||||
effect: {
|
||||
en: "(You can't use more than 1 GX attack in a game.)",
|
||||
en: "(You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "(Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 300,
|
||||
|
Reference in New Issue
Block a user