mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +00:00
Fixed XY informations (#43)
* Updated Kalos Starter Set data Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed XY set Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed some more XY sets Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Some more fixes Signed-off-by: Avior <florian.bouillon@delta-wings.net> * More updated :D Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Finished update in English Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Updated XY datas Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Armure",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less.",
|
||||
en: "During your opponent’s next turn, if this Pokémon would be damaged by an attack, prevent that attack’s damage done to this Pokémon if that damage is 60 or less.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, si ce Pokémon doit subir les dégâts d’une attaque, évitez les dégâts infligés à ce Pokémon si ces dégâts sont de 60 ou moins.",
|
||||
},
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 7 cartes du dessous de votre deck. Vous pouvez montrer un Anorith que vous y trouvez et le placer sur votre Banc. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Look at the bottom 7 cards of your deck. You may reveal an Anorith you find there and put it onto your Bench. Shuffle the other cards back into your deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Gardevoir-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Gardevoir-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous l’avez récupérée en tant que carte Récompense face cachée, avant de l’ajouter à votre main.\n\nLancez une pièce. Si c’est face, récupérez 1 carte Récompense supplémentaire.",
|
||||
en: "You can play this card only if you took it as a face-down Prize card, before you put it into your hand.\n\nFlip a coin. If heads, take 1 more Prize card."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez l’un de vos Pokémon de base en jeu. Cherchez un Pokémon de base dans votre deck et échangez-le avec le Pokémon choisi. (Les cartes attachées, les marqueurs de dégâts, les États Spéciaux, le nombre de tours de jeu, et tous les autres effets restent sur le nouveau Pokémon.) Mélangez le premier Pokémon avec votre deck.",
|
||||
en: "Choose 1 of your Basic Pokémon in play. Search your deck for a Basic Pokémon and switch it with that Pokémon. (Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.) Shuffle the first Pokémon into your deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Supprimez tous les effets des attaques sur chaque joueur et ses Pokémon.",
|
||||
en: "Remove all effects of attacks on each player and his or her Pokémon."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Mélangez 2 cartes Énergie spéciale de votre pile de défausse avec votre deck.",
|
||||
en: "Shuffle 2 Special Energy cards from your discard pile into your deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Steelix-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Steelix-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Volcanion-EX",
|
||||
en: "Volcanion EX",
|
||||
fr: "Volcanion-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@@ -30,7 +30,7 @@ const card: Card = {
|
||||
fr: "Jets Vapeur",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may discard a Fire Energy card from your hand. If you do, during this turn, your Basic Fire Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "Once during your turn (before your attack), you may discard a Fire Energy card from your hand. If you do, during this turn, your Basic Fire Pokémon’s attacks do 30 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser une carte Énergie Fire de votre main. Dans ce cas, pendant ce tour, les attaques de vos Pokémon Fire de base infligent 30 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
},
|
||||
@@ -47,7 +47,7 @@ const card: Card = {
|
||||
fr: "Chaleur Volcanique",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
},
|
||||
damage: 130,
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Steelix-EX",
|
||||
en: "Steelix EX",
|
||||
fr: "Steelix-EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
@@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "You may do 50 more damage. If you do, this Pokémon does 20 damage to itself.",
|
||||
fr: "Vous pouvez infliger 50 dégâts supplémentaires. Dans ce cas, ce Pokémon s’inflige 20 dégâts.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -57,7 +57,7 @@ const card: Card = {
|
||||
en: "Flip a coin until you get tails. This attack does 100 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Cette attaque inflige 100 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Steelix-EX",
|
||||
en: "M Steelix EX",
|
||||
fr: "M-Steelix-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@@ -40,7 +40,7 @@ const card: Card = {
|
||||
fr: "Tranche Canyon",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 160,
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Vent Infernal",
|
||||
},
|
||||
effect: {
|
||||
en: "Until the end of your opponent's next turn, each Stadium or Pokémon Tool card in play has no effect. (This includes cards that come into play on that turn.)",
|
||||
en: "Until the end of your opponent’s next turn, each Stadium or Pokémon Tool card in play has no effect. (This includes cards that come into play on that turn.)",
|
||||
fr: "Jusqu’à la fin du prochain tour de votre adversaire, aucune des cartes Stade ou Outil Pokémon en jeu n’a d’effet. (Cela comprend les cartes qui sont en jeu pendant ce tour.)",
|
||||
},
|
||||
damage: 40,
|
||||
@@ -55,7 +55,7 @@ const card: Card = {
|
||||
en: "If you have the same number of cards in your hand as your opponent, this attack does 60 more damage.",
|
||||
fr: "Si vous avez le même nombre de cartes dans votre main que votre adversaire, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magearna-EX",
|
||||
en: "Magearna EX",
|
||||
fr: "Magearna-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@@ -29,7 +29,7 @@ const card: Card = {
|
||||
fr: "Cœur Mystique",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of your opponent's attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
en: "Prevent all effects of your opponent’s attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à chacun de vos Pokémon auquel de l’Énergie Metal est attachée. (Les effets déjà en action ne sont pas retirés.)",
|
||||
},
|
||||
},
|
||||
@@ -46,7 +46,7 @@ const card: Card = {
|
||||
fr: "Déflagr’Âme",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60.",
|
||||
en: "During your next turn, this Pokémon’s Soul Blaster attack’s base damage is 60.",
|
||||
fr: "Pendant votre prochain tour, les dégâts de base de l’attaque Déflagr’Âme de ce Pokémon sont de 60.",
|
||||
},
|
||||
damage: 120,
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gardevoir-EX",
|
||||
en: "Gardevoir EX",
|
||||
fr: "Gardevoir-EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
@@ -33,10 +33,10 @@ const card: Card = {
|
||||
fr: "Explosion en Série",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.",
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.",
|
||||
fr: "Si ce Pokémon et le Pokémon Actif de votre adversaire ont le même nombre d’Énergies attachées, cette attaque inflige 70 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Gardevoir-EX",
|
||||
en: "M Gardevoir EX",
|
||||
fr: "M-Gardevoir-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@@ -40,7 +40,7 @@ const card: Card = {
|
||||
en: "Discard as many of your Benched Pokémon as you like. This attack does 10 more damage for each Benched Pokémon you discarded in this way.",
|
||||
fr: "Défaussez autant de vos Pokémon de Banc que vous voulez. Cette attaque inflige 10 dégâts supplémentaires pour chaque Pokémon de Banc défaussé de cette façon.",
|
||||
},
|
||||
damage: 110,
|
||||
damage: "110+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Supprimez tous les effets des attaques sur chaque joueur et ses Pokémon.",
|
||||
en: "Remove all effects of attacks on each player and his or her Pokémon."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez votre main et piochez 7 cartes.",
|
||||
en: "Discard your hand and draw 7 cards."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Spore Folle",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
|
||||
},
|
||||
|
||||
@@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Étrange Réaction",
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is Confused, it is now Paralyzed.",
|
||||
en: "If your opponent’s Active Pokémon is Confused, it is now Paralyzed.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est Confus, il est maintenant Paralysé.",
|
||||
},
|
||||
damage: 30,
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Écailles Scintillantes",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Confused. If tails, your opponent's Active Pokémon is now Paralyzed.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Confused. If tails, 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 Confus. Si c’est pile, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 20,
|
||||
|
@@ -58,7 +58,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 110,
|
||||
damage: "110+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Talonflame BREAK",
|
||||
fr: "Flambusard TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
663,
|
||||
],
|
||||
|
||||
hp: 170,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Talonflame",
|
||||
fr: "Flambusard",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -57,11 +61,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -53,7 +53,7 @@ const card: Card = {
|
||||
fr: "Calcination",
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
|
||||
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponent’s Active Pokémon.",
|
||||
fr: "Avant d’infliger des dégâts, défaussez toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 90,
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Pyroar BREAK",
|
||||
fr: "Némélios TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
668,
|
||||
],
|
||||
|
||||
hp: 160,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pyroar",
|
||||
fr: "Némélios",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -59,11 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Volcanion-EX",
|
||||
en: "Volcanion EX",
|
||||
fr: "Volcanion-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -30,7 +30,7 @@ const card: Card = {
|
||||
fr: "Jets Vapeur",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may discard a Fire Energy card from your hand. If you do, during this turn, your Basic Fire Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "Once during your turn (before your attack), you may discard a Fire Energy card from your hand. If you do, during this turn, your Basic Fire Pokémon’s attacks do 30 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser une carte Énergie Fire de votre main. Dans ce cas, pendant ce tour, les attaques de vos Pokémon Fire de base infligent 30 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
},
|
||||
@@ -47,7 +47,7 @@ const card: Card = {
|
||||
fr: "Chaleur Volcanique",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
},
|
||||
damage: 130,
|
||||
|
@@ -51,7 +51,7 @@ const card: Card = {
|
||||
en: "This attack does 90 damage minus 10 damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 90 dégâts moins 10 dégâts pour chaque marqueur de dégâts placé sur ce Pokémon.",
|
||||
},
|
||||
damage: 90,
|
||||
damage: "90−",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Coup Gluant",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more.",
|
||||
en: "During your opponent’s next turn, the Defending Pokémon’s attacks cost Colorless more, and its Retreat Cost is Colorless more.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur coûtent Colorless de plus, et son Coût de Retraite est augmenté de Colorless.",
|
||||
},
|
||||
damage: 20,
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Vibraqua",
|
||||
},
|
||||
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.",
|
||||
},
|
||||
damage: 60,
|
||||
|
@@ -39,7 +39,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Ultime Lame",
|
||||
},
|
||||
effect: {
|
||||
en: "If the damage from this attack reduces your opponent's Active Pokémon's HP to 60 or less, that Pokémon is Knocked Out.",
|
||||
en: "If the damage from this attack reduces your opponent’s Active Pokémon’s HP to 60 or less, that Pokémon is Knocked Out.",
|
||||
fr: "Si les dégâts de cette attaque réduisent les PV du Pokémon Actif de votre adversaire à 60 ou moins, ce dernier est mis K.O.",
|
||||
},
|
||||
damage: 40,
|
||||
@@ -53,7 +53,7 @@ const card: Card = {
|
||||
fr: "Javelot",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 30 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 30 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 90,
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Clawitzer BREAK",
|
||||
fr: "Gamblast TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
693,
|
||||
],
|
||||
|
||||
hp: 130,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Clawitzer",
|
||||
fr: "Gamblast",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -35,7 +39,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance).",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance).",
|
||||
},
|
||||
|
||||
},
|
||||
@@ -53,11 +57,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Mâchouille",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
@@ -53,7 +53,7 @@ const card: Card = {
|
||||
fr: "Banquise Fondante",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard the top 3 cards of your deck. For each Water Energy card you discarded in this way, discard the top 3 cards of your opponent's deck.",
|
||||
en: "Discard the top 3 cards of your deck. For each Water Energy card you discarded in this way, discard the top 3 cards of your opponent’s deck.",
|
||||
fr: "Défaussez les 3 cartes du dessus de votre deck. Pour chaque carte Énergie Water défaussée de cette façon, défaussez les 3 cartes du dessus du deck de votre adversaire.",
|
||||
},
|
||||
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Cage-Éclair",
|
||||
},
|
||||
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é.",
|
||||
},
|
||||
|
||||
|
@@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Éclair",
|
||||
},
|
||||
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: 50,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Lumière Choquante",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put 3 damage counters on 1 of your opponent's Pokémon-EX.",
|
||||
en: "Once during your turn (before your attack), you may put 3 damage counters on 1 of your opponent’s Pokémon-EX.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer 3 marqueurs de dégâts sur l’un des Pokémon-EX de votre adversaire.",
|
||||
},
|
||||
},
|
||||
@@ -49,10 +49,10 @@ const card: Card = {
|
||||
fr: "Gigavolt",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 more damage. If tails, your opponent's Active Pokémon is now Paralyzed.",
|
||||
en: "Flip a coin. If heads, this attack does 40 more damage. If tails, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 40 dégâts supplémentaires. Si c’est pile, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,22 +6,24 @@ const card: Card = {
|
||||
en: "Joltik",
|
||||
fr: "Statitik",
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
595,
|
||||
],
|
||||
|
||||
hp: 30,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -36,12 +38,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
@@ -49,9 +53,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Double Fil",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to 2 of your opponent's Pokémon. Also apply Weakness and Resistance for Benched Pokémon.",
|
||||
en: "This attack does 30 damage to 2 of your opponent’s Pokémon. Also apply Weakness and Resistance for Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts à 2 des Pokémon de votre adversaire. Appliquez aussi la Faiblesse et la Résistance aux Pokémon de Banc.",
|
||||
},
|
||||
|
||||
@@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Toile Élek",
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
|
@@ -53,7 +53,7 @@ const card: Card = {
|
||||
en: "If Nidorina is on your Bench, this attack does 40 more damage.",
|
||||
fr: "Si Nidorina est sur votre Banc, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -28,11 +28,11 @@ const card: Card = {
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "King's Palace",
|
||||
en: "King’s Palace",
|
||||
fr: "Palais Royal",
|
||||
},
|
||||
effect: {
|
||||
en: "Your Nidoqueen's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "Your Nidoqueen’s attacks do 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques de vos Nidoqueen infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
},
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
en: "This attack does 30 more damage for each Evolution Pokémon on your Bench.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Pokémon Évolutif sur votre Banc.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Transfert de Douleur",
|
||||
},
|
||||
effect: {
|
||||
en: "Move 1 damage counter from 1 of your Pokémon to 1 of your opponent's Pokémon.",
|
||||
en: "Move 1 damage counter from 1 of your Pokémon to 1 of your opponent’s Pokémon.",
|
||||
fr: "Déplacez 1 marqueur de dégâts de l’un de vos Pokémon vers l’un des Pokémon de votre adversaire.",
|
||||
},
|
||||
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Vague Étrange",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 30,
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Malédiction en Rafale",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Energy attached to this Pokémon. Put 8 damage counters on your opponent's Pokémon in any way you like.",
|
||||
en: "Discard 2 Energy attached to this Pokémon. Put 8 damage counters on your opponent’s Pokémon in any way you like.",
|
||||
fr: "Défaussez 2 Énergies attachées à ce Pokémon. Placez 8 marqueurs de dégâts sur les Pokémon de votre adversaire, de la manière que vous voulez.",
|
||||
},
|
||||
|
||||
|
@@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Flammes Vacillantes",
|
||||
},
|
||||
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.",
|
||||
},
|
||||
damage: 20,
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Transport Coton",
|
||||
},
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon with his or her Active Pokémon.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
|
||||
},
|
||||
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
en: "This attack does 20 damage times the number of your remaining Prize cards.",
|
||||
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de vos cartes Récompense.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -51,7 +51,7 @@ const card: Card = {
|
||||
en: "This attack does 10 more damage for each Supporter card in your discard pile.",
|
||||
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque carte Supporter dans votre pile de défausse.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Poing Hyperespace",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 2 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à 2 des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
@@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Frappe Dimensionnelle",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't use Portal Strike during your next turn.",
|
||||
en: "This Pokémon can’t use Portal Strike during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Frappe Dimensionnelle pendant votre prochain tour.",
|
||||
},
|
||||
damage: 130,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Puissance",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Flop attack's base damage is 50.",
|
||||
en: "During your next turn, this Pokémon’s Flop attack’s base damage is 50.",
|
||||
fr: "Pendant votre prochain tour, les dégâts de base de l’attaque Flop de ce Pokémon sont de 50.",
|
||||
},
|
||||
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Vantardise",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 20,
|
||||
@@ -51,10 +51,10 @@ const card: Card = {
|
||||
fr: "Lancer Plein d’Esprit",
|
||||
},
|
||||
effect: {
|
||||
en: "If, before doing damage, your opponent's Active Pokémon has more remaining HP than this Pokémon, this attack does 60 more damage.",
|
||||
en: "If, before doing damage, your opponent’s Active Pokémon has more remaining HP than this Pokémon, this attack does 60 more damage.",
|
||||
fr: "Si, avant d’infliger des dégâts, il reste plus de PV au Pokémon Actif de votre adversaire qu’à ce Pokémon, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Cage-Éclair",
|
||||
},
|
||||
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é.",
|
||||
},
|
||||
|
||||
|
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Tomberoche",
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
damage: 80,
|
||||
|
@@ -47,7 +47,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Courant Fort",
|
||||
},
|
||||
effect: {
|
||||
en: "Move an Energy from your opponent's Active Pokémon to 1 of his or her Benched Pokémon.",
|
||||
en: "Move an Energy from your opponent’s Active Pokémon to 1 of his or her Benched Pokémon.",
|
||||
fr: "Déplacez une Énergie attachée au Pokémon Actif de votre adversaire vers l’un de ses Pokémon de Banc.",
|
||||
},
|
||||
damage: 40,
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Griffe de Garde",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
damage: 100,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Enzyme Empoisonnée",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent's Poisoned Pokémon.",
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Poisoned Pokémon.",
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par des attaques des Pokémon Empoisonnés de votre adversaire.",
|
||||
},
|
||||
},
|
||||
@@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Direct Toxik",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
},
|
||||
damage: 50,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Roulade Miaou",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
|
||||
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent’s next turn.",
|
||||
fr: "Lancez une pièce. Si c’est face, évitez tous les effets d’attaques, y compris les dégâts, infligés à ce Pokémon pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
damage: 10,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Cauchemar",
|
||||
},
|
||||
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.",
|
||||
},
|
||||
damage: 10,
|
||||
@@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Jeu de Dégâts",
|
||||
},
|
||||
effect: {
|
||||
en: "Move as many damage counters on your opponent's Benched Pokémon as you like to any of your opponent's other Pokémon in any way you like.",
|
||||
en: "Move as many damage counters on your opponent’s Benched Pokémon as you like to any of your opponent’s other Pokémon in any way you like.",
|
||||
fr: "Déplacez autant de marqueurs de dégâts que vous voulez des Pokémon de Banc de votre adversaire vers les autres Pokémon de votre adversaire, de la manière que vous voulez.",
|
||||
},
|
||||
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "This attack does 10 damage times the number of your Pawniard.",
|
||||
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre de vos Scalpion.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -36,10 +36,10 @@ const card: Card = {
|
||||
fr: "Vengeance",
|
||||
},
|
||||
effect: {
|
||||
en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage.",
|
||||
en: "If any of your Pokémon were Knocked Out by damage from an opponent’s attack during his or her last turn, this attack does 60 more damage.",
|
||||
fr: "Si l’un de vos Pokémon a été mis K.O. par les dégâts d’une attaque de votre adversaire pendant son dernier tour, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Instagriffe",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Resistance.",
|
||||
en: "This attack’s damage isn’t affected by Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
|
||||
},
|
||||
damage: 60,
|
||||
|
@@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Lame Obscure",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this Pokémon can't attack during your next turn.",
|
||||
en: "Flip a coin. If tails, this Pokémon can’t attack during your next turn.",
|
||||
fr: "Lancez une pièce. Si c’est pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
},
|
||||
damage: 100,
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Yveltal BREAK",
|
||||
fr: "Yveltal TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
717,
|
||||
],
|
||||
|
||||
hp: 150,
|
||||
|
||||
types: [
|
||||
"Darkness",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Yveltal",
|
||||
fr: "Yveltal",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -37,7 +41,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 30 damage to each of your opponent’s Benched Pokémon that has any damage counters on it. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
@@ -59,11 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Steelix-EX",
|
||||
en: "Steelix EX",
|
||||
fr: "Steelix-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "You may do 50 more damage. If you do, this Pokémon does 20 damage to itself.",
|
||||
fr: "Vous pouvez infliger 50 dégâts supplémentaires. Dans ce cas, ce Pokémon s’inflige 20 dégâts.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -57,7 +57,7 @@ const card: Card = {
|
||||
en: "Flip a coin until you get tails. This attack does 100 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Cette attaque inflige 100 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Steelix-EX",
|
||||
en: "M Steelix EX",
|
||||
fr: "M-Steelix-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -40,7 +40,7 @@ const card: Card = {
|
||||
fr: "Tranche Canyon",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 160,
|
||||
|
@@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Tête de Roc",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
damage: 20,
|
||||
|
@@ -6,22 +6,27 @@ const card: Card = {
|
||||
en: "Yanmega",
|
||||
fr: "Yanmega",
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
469,
|
||||
],
|
||||
|
||||
hp: 110,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Yanma",
|
||||
fr: "Yanma",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@@ -32,11 +37,12 @@ const card: Card = {
|
||||
fr: "Vision Sonique",
|
||||
},
|
||||
effect: {
|
||||
en: "If you have exactly 4 cards in your hand, ignore all Energy in the attack cost of each of this Pokémon's attacks.",
|
||||
en: "If you have exactly 4 cards in your hand, ignore all Energy in the attack cost of each of this Pokémon’s attacks.",
|
||||
fr: "Si vous avez exactement 4 cartes dans votre main, ignorez toutes les Énergies dans le coût d’attaque de chacune des attaques de ce Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,19 +55,21 @@ const card: Card = {
|
||||
fr: "Dégât d’Assaut",
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage.",
|
||||
en: "If your opponent’s Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage.",
|
||||
fr: "Si une carte Outil Pokémon est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 70 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -69,9 +77,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Tête Riposte",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon.",
|
||||
en: "During your opponent’s next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, si ce Pokémon subit les dégâts d’une attaque (même si ce Pokémon est mis K.O.), placez des marqueurs de dégâts sur le Pokémon Attaquant équivalents au nombre de dégâts infligés à ce Pokémon.",
|
||||
},
|
||||
|
||||
@@ -56,7 +56,7 @@ const card: Card = {
|
||||
en: "This attack does 10 more damage for each of your Benched Pokémon that has any damage counters on it.",
|
||||
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque Pokémon de Banc de votre adversaire ayant au moins 1 marqueur de dégâts.",
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "Flip 4 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -53,7 +53,7 @@ const card: Card = {
|
||||
en: "Flip 4 coins. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Pare-Chocs Imposant",
|
||||
},
|
||||
effect: {
|
||||
en: "Any damage done to this Pokémon by an opponent's attack is reduced by 10 for each Colorless in your opponent's Active Pokémon's Retreat Cost (after applying Weakness and Resistance).",
|
||||
en: "Any damage done to this Pokémon by an opponent’s attack is reduced by 10 for each Colorless in your opponent’s Active Pokémon’s Retreat Cost (after applying Weakness and Resistance).",
|
||||
fr: "Tous les dégâts infligés à ce Pokémon par une attaque de votre adversaire sont réduits de 10 pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire (après application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
},
|
||||
@@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Tourne Rouage",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Gear Spinner attack does 70 more damage (before applying Weakness and Resistance).",
|
||||
en: "During your next turn, this Pokémon’s Gear Spinner attack does 70 more damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant votre prochain tour, l’attaque Tourne Rouage de ce Pokémon inflige 70 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
damage: 70,
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Prévention",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn. This Pokémon can't use Quick Guard during your next turn.",
|
||||
en: "Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent’s next turn. This Pokémon can’t use Quick Guard during your next turn.",
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon de base pendant le prochain tour de votre adversaire. Ce Pokémon ne peut pas utiliser Prévention pendant votre prochain tour.",
|
||||
},
|
||||
|
||||
@@ -50,7 +50,7 @@ const card: Card = {
|
||||
en: "This attack does 30 more damage for each Prize card your opponent has taken.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magearna-EX",
|
||||
en: "Magearna EX",
|
||||
fr: "Magearna-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -29,7 +29,7 @@ const card: Card = {
|
||||
fr: "Cœur Mystique",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of your opponent's attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
en: "Prevent all effects of your opponent’s attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à chacun de vos Pokémon auquel de l’Énergie Metal est attachée. (Les effets déjà en action ne sont pas retirés.)",
|
||||
},
|
||||
},
|
||||
@@ -46,7 +46,7 @@ const card: Card = {
|
||||
fr: "Déflagr’Âme",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60.",
|
||||
en: "During your next turn, this Pokémon’s Soul Blaster attack’s base damage is 60.",
|
||||
fr: "Pendant votre prochain tour, les dégâts de base de l’attaque Déflagr’Âme de ce Pokémon sont de 60.",
|
||||
},
|
||||
damage: 120,
|
||||
|
@@ -40,7 +40,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gardevoir-EX",
|
||||
en: "Gardevoir EX",
|
||||
fr: "Gardevoir-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -33,10 +33,10 @@ const card: Card = {
|
||||
fr: "Explosion en Série",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.",
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.",
|
||||
fr: "Si ce Pokémon et le Pokémon Actif de votre adversaire ont le même nombre d’Énergies attachées, cette attaque inflige 70 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Gardevoir-EX",
|
||||
en: "M Gardevoir EX",
|
||||
fr: "M-Gardevoir-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -40,7 +40,7 @@ const card: Card = {
|
||||
en: "Discard as many of your Benched Pokémon as you like. This attack does 10 more damage for each Benched Pokémon you discarded in this way.",
|
||||
fr: "Défaussez autant de vos Pokémon de Banc que vous voulez. Cette attaque inflige 10 dégâts supplémentaires pour chaque Pokémon de Banc défaussé de cette façon.",
|
||||
},
|
||||
damage: 110,
|
||||
damage: "110+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Yanmega BREAK",
|
||||
fr: "Yanmega TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
469,
|
||||
],
|
||||
|
||||
hp: 140,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Yanmega",
|
||||
fr: "Yanmega",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -37,7 +41,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.",
|
||||
en: "This attack’s damage isn’t affected by Weakness, Resistance, or any other effects on your opponent’s Active Pokémon.",
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
@@ -59,11 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -29,7 +29,7 @@ const card: Card = {
|
||||
fr: "Serrure Merveille",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if this Pokémon is on your Bench, you may discard all cards attached to this Pokémon and attach it to 1 of your Pokémon as a Pokémon Tool card. Prevent any damage done to the Pokémon this card is attached to by attacks from your opponent's Mega Evolution Pokémon. If this card is attached to a Pokémon, discard this card at the end of your opponent's turn.",
|
||||
en: "Once during your turn (before your attack), if this Pokémon is on your Bench, you may discard all cards attached to this Pokémon and attach it to 1 of your Pokémon as a Pokémon Tool card. Prevent any damage done to the Pokémon this card is attached to by attacks from your opponent’s Mega Evolution Pokémon. If this card is attached to a Pokémon, discard this card at the end of your opponent’s turn.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est sur votre Banc, vous pouvez défausser toutes les cartes attachées à ce Pokémon et l’attacher à l’un de vos Pokémon en tant que carte Outil Pokémon. Évitez tous les dégâts infligés au Pokémon auquel cette carte est attachée par les attaques des Pokémon Méga-Évolution de votre adversaire. Si cette carte est attachée à un Pokémon, défaussez-la à la fin du tour de votre adversaire.",
|
||||
},
|
||||
},
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Xerneas BREAK",
|
||||
fr: "Xerneas TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
716,
|
||||
],
|
||||
|
||||
hp: 150,
|
||||
|
||||
types: [
|
||||
"Fairy",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Xerneas",
|
||||
fr: "Xerneas",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -38,7 +42,7 @@ const card: Card = {
|
||||
effect: {
|
||||
en: "This attack does 20 damage times the amount of Energy attached to all of your Pokémon.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20×",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -57,11 +61,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
en: "If your opponent has any Pokémon BREAK in play, this attack does 60 more damage.",
|
||||
fr: "Si votre adversaire a un Pokémon TURBO en jeu, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20×",
|
||||
|
||||
},
|
||||
{
|
||||
|
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Croc Cruel",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés par les attaques du Pokémon Défenseur sont réduits de 40 (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
damage: 40,
|
||||
@@ -56,7 +56,7 @@ const card: Card = {
|
||||
en: "Discard as many Darkness Energy attached to your Pokémon as you like. This attack does 50 damage times the amount of Darkness Energy you discarded in this way.",
|
||||
fr: "Défaussez autant d’Énergies Darkness attachées à vos Pokémon que vous voulez. Cette attaque inflige 50 dégâts multipliés par le nombre de cartes Énergie Darkness défaussées de cette façon.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Hydreigon BREAK",
|
||||
fr: "Trioxhydre TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
635,
|
||||
],
|
||||
|
||||
hp: 190,
|
||||
|
||||
types: [
|
||||
"Dragon",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Hydreigon",
|
||||
fr: "Trioxhydre",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -38,7 +42,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy attached to this Pokémon. This attack does 50 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "Discard 3 Energy attached to this Pokémon. This attack does 50 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
@@ -60,6 +64,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fairy",
|
||||
@@ -67,10 +72,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Frein",
|
||||
},
|
||||
effect: {
|
||||
en: "You can use this attack only if you go second, and only on your first turn. Discard an Energy attached to 1 of your opponent's Pokémon.",
|
||||
en: "You can use this attack only if you go second, and only on your first turn. Discard an Energy attached to 1 of your opponent’s Pokémon.",
|
||||
fr: "Vous ne pouvez utiliser cette attaque que si vous jouez en second et uniquement pendant votre premier tour. Défaussez une Énergie attachée à l’un des Pokémon de votre adversaire.",
|
||||
},
|
||||
|
||||
|
@@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "If this Pokémon evolved from Meowth during this turn, this attack does 30 more damage.",
|
||||
fr: "Si ce Pokémon a évolué de Miaouss pendant ce tour, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -54,7 +54,7 @@ const card: Card = {
|
||||
en: "Flip 3 coins. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Patience",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent's next turn, it is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
en: "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent’s next turn, it is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
fr: "Lancez une pièce. Si c’est face, et si ce Pokémon doit être mis K.O. par les dégâts d’une attaque pendant le prochain tour de votre adversaire, il n’est pas mis K.O. mais il ne lui reste que 10 PV.",
|
||||
},
|
||||
|
||||
|
@@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Bidouillage",
|
||||
},
|
||||
effect: {
|
||||
en: "Look at the top 3 cards of your opponent's deck and put them back in any order.",
|
||||
en: "Look at the top 3 cards of your opponent’s deck and put them back in any order.",
|
||||
fr: "Regardez les 3 cartes du dessus du deck de votre adversaire et replacez-les dans l’ordre de votre choix.",
|
||||
},
|
||||
|
||||
|
@@ -35,10 +35,10 @@ const card: Card = {
|
||||
fr: "Chance Fourrure",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard the top card of your opponent's deck. If that card is an Energy card, this attack does 60 more damage.",
|
||||
en: "Discard the top card of your opponent’s deck. If that card is an Energy card, this attack does 60 more damage.",
|
||||
fr: "Défaussez la carte du dessus du deck de votre adversaire. Si c’est une carte Énergie, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -55,7 +55,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 50 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -39,7 +39,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 50 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -53,10 +53,10 @@ const card: Card = {
|
||||
fr: "Chute Libre",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 120 damage minus 20 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
|
||||
en: "This attack does 120 damage minus 20 damage for each Colorless in your opponent’s Active Pokémon’s Retreat Cost.",
|
||||
fr: "Cette attaque inflige 120 dégâts moins 20 dégâts pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 120,
|
||||
damage: "120−",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -6,22 +6,27 @@ const card: Card = {
|
||||
en: "Talonflame",
|
||||
fr: "Flambusard",
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
663,
|
||||
],
|
||||
|
||||
hp: 130,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Fletchinder",
|
||||
fr: "Braisillon",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
@@ -37,6 +42,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -54,12 +60,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -67,9 +75,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -48,7 +48,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 7 cartes du dessous de votre deck. Vous pouvez montrer un Dinoclier que vous y trouvez et le placer sur votre Banc. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Look at the bottom 7 cards of your deck. You may reveal a Shieldon you find there and put it onto your Bench. Shuffle the other cards back into your deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire montre sa main. Placez tout nombre de Pokémon de base que vous y trouvez sur le Banc de votre adversaire.",
|
||||
en: "Your opponent reveals his or her hand. Put any number of Basic Pokémon you find there onto your opponent’s Bench."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user