mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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:
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Venusaur-EX",
|
||||
en: "Venusaur EX",
|
||||
fr: "Florizarre-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,7 +34,7 @@ const card: Card = {
|
||||
fr: "Poudre Toxik",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
},
|
||||
damage: 60,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Venusaur-EX",
|
||||
en: "M Venusaur EX",
|
||||
fr: "M-Florizarre-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@ -38,7 +38,7 @@ const card: Card = {
|
||||
fr: "Crise-Lianes",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Paralyzed and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Paralyzed and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Paralysé et Empoisonné.",
|
||||
},
|
||||
damage: 120,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Charizard-EX",
|
||||
en: "M Charizard EX",
|
||||
fr: "M-Dracaufeu-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Blastoise-EX",
|
||||
en: "M Blastoise EX",
|
||||
fr: "M-Tortank-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
@ -37,7 +37,7 @@ const card: Card = {
|
||||
fr: "Hydroflagration",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 30 damage to 2 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 à 2 des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 120,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo-EX",
|
||||
en: "Mewtwo EX",
|
||||
fr: "Mewtwo-EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pidgeot-EX",
|
||||
en: "Pidgeot EX",
|
||||
fr: "Roucarnage-EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Mimique",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon.",
|
||||
en: "If this Pokémon was damaged by an attack during your opponent’s last turn, this attack does the same amount of damage to your opponent’s Active Pokémon.",
|
||||
fr: "Si ce Pokémon a subi les dégâts d’une attaque pendant le dernier tour de votre adversaire, cette attaque inflige la même quantité de dégâts au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
|
||||
@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Lance Plume",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 1 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 à 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: 80,
|
||||
|
@ -3,27 +3,31 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Pidgeot-EX",
|
||||
en: "M Pidgeot EX",
|
||||
fr: "M-Roucarnage-EX",
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
18,
|
||||
],
|
||||
|
||||
hp: 220,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pidgeot-EX",
|
||||
fr: "Roucarnage-EX",
|
||||
},
|
||||
stage: "MEGA",
|
||||
|
||||
stage: "MEGA",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -44,12 +48,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -57,9 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite-EX",
|
||||
en: "Dragonite EX",
|
||||
fr: "Dracolosse-EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -45,7 +45,7 @@ const card: Card = {
|
||||
fr: "Talent : Élévation",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez ajouter 2 Pokémon de base (sauf Dracolosse-EX) de votre pile de défausse à votre main.",
|
||||
},
|
||||
damage: 130,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Brock's Grit",
|
||||
en: "Brock’s Grit",
|
||||
fr: "Vaillance de Pierre",
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez une combinaison de 6 cartes de Pokémon et d'Énergies 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 '../Evolutions'
|
||||
|
||||
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 et 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",
|
||||
|
||||
|
@ -19,7 +19,7 @@ const card: Card = {
|
||||
"Grass",
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "タマタマ[Exeggcute]",
|
||||
en: "Exeggcute",
|
||||
fr: "Noeunoeuf",
|
||||
},
|
||||
stage: "Stage1",
|
||||
@ -36,10 +36,10 @@ const card: Card = {
|
||||
fr: "ふみつけ [Écrasement]",
|
||||
},
|
||||
effect: {
|
||||
en: "コインを1回投げオモテなら、10ダメージを追加。 Flip a coin. If heads, this attack does 10 more damage.",
|
||||
en: "コインを1回投げオモテなら、10ダメージを追加。\nFlip a coin. If heads, this attack does 10 more damage.",
|
||||
fr: "コインを1回投げオモテなら、10ダメージを追加。\nLancez une pièce. Si c’est face, cette attaque inflige 10 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -32,7 +32,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: 10,
|
||||
@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Vol",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing. 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 tails, this attack does nothing. 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 pile, cette attaque ne fait rien. 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: 30,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Imakuni?'s Doduo",
|
||||
en: "Imakuni?’s Doduo",
|
||||
fr: "Doduo d’Imakuni?",
|
||||
},
|
||||
illustrator: "Imakuni?",
|
||||
@ -26,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Frenzied Escape",
|
||||
fr: "Sortie Précipitée",
|
||||
},
|
||||
effect: {
|
||||
en: "When this Doduo retreats, hold this card and throw it as hard as you can because Doduo is running away. Throw the card horizontally with a snap to get the farthest distance!",
|
||||
fr: "Lorsque ce Doduo bat en retraite, saisissez cette carte et jetez-la aussi fort que possible car Doduo s’enfuit. Jetez la carte horizontalement et fort pour qu'elle aille le plus loin possible !",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,12 +41,10 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Harmonize ",
|
||||
fr: "Pouvoir Pokémon : Sortie Précipitée",
|
||||
en: "Harmonize",
|
||||
},
|
||||
effect: {
|
||||
en: "From the moment you use this attack, you must begin to sing a song. (While the song is being sung, the game continues.) When the song is finished, this attack does 30 damage.",
|
||||
fr: "Lorsque ce Doduo bat en retraite, saisissez cette carte et jetez-la aussi fort que possible car Doduo s’enfuit. Jetez la carte horizontalement et fort pour qu'elle aille le plus loin possible !",
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Chaque joueur tourne toutes ses cartes Récompense face découverte. (Ces cartes Récompense restent face découverte pour le reste de la partie.)",
|
||||
en: "Each player turns all of his or her Prize cards face up. (Those Prize cards remain face up for the rest of the game.)"
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Charizard-EX",
|
||||
en: "Charizard EX",
|
||||
fr: "Dracaufeu-EX",
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Explo-Combustion",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't use Combustion Blast during your next turn.",
|
||||
en: "This Pokémon can’t use Combustion Blast during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Explo-Combustion pendant votre prochain tour.",
|
||||
},
|
||||
damage: 150,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Charizard-EX",
|
||||
en: "M Charizard EX",
|
||||
fr: "M-Dracaufeu-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Onde Folie",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 20,
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Leurre",
|
||||
},
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. The new Active Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon with his or her Active Pokémon. The new Active Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire avec son Pokémon Actif. Le nouveau Pokémon Actif ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
|
||||
|
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Ninetales BREAK",
|
||||
fr: "Feunard TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
38,
|
||||
],
|
||||
|
||||
hp: 140,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Ninetales",
|
||||
fr: "Feunard",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -38,7 +42,7 @@ const card: Card = {
|
||||
effect: {
|
||||
en: "Discard all Fire Energy attached to this Pokémon. This attack does 60 more damage for each Energy card discarded in this way.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -57,11 +61,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Talent : Route Enflammée",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon était sur le Banc et est devenu votre Pokémon Actif lors de ce tour, vous pouvez déplacer des Énergies Fire attachées à vos Pokémon vers ce Pokémon.",
|
||||
},
|
||||
damage: 150,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Venusaur-EX",
|
||||
en: "M Venusaur EX",
|
||||
fr: "M-Florizarre-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -38,7 +38,7 @@ const card: Card = {
|
||||
fr: "Crise-Lianes",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Paralyzed and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Paralyzed and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Paralysé et Empoisonné.",
|
||||
},
|
||||
damage: 120,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Blastoise-EX",
|
||||
en: "Blastoise EX",
|
||||
fr: "Tortank-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Blastoise-EX",
|
||||
en: "M Blastoise EX",
|
||||
fr: "M-Tortank-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -37,7 +37,7 @@ const card: Card = {
|
||||
fr: "Hydroflagration",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 30 damage to 2 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 à 2 des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 120,
|
||||
|
@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Amnésie",
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
|
||||
en: "Choose 1 of your opponent’s Active Pokémon’s attacks. That Pokémon can’t use that attack during your opponent’s next turn.",
|
||||
fr: "Choisissez l’une des attaques du Pokémon Actif de votre adversaire. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
@ -56,7 +56,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×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 50 more damage.",
|
||||
fr: "Si ce Pokémon était sur le Banc et est devenu votre Pokémon Actif pendant ce tour, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Siphon",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 80,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Slowbro-EX",
|
||||
en: "Slowbro EX",
|
||||
fr: "Flagadoss-EX",
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Paresse",
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 60 damage from this Pokémon. This Pokémon can't attack during your next turn.",
|
||||
en: "Heal 60 damage from this Pokémon. This Pokémon can’t attack during your next turn.",
|
||||
fr: "Soignez 60 dégâts à ce Pokémon. Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
},
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Slowbro-EX",
|
||||
en: "M Slowbro EX",
|
||||
fr: "M-Flagadoss-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -37,10 +37,10 @@ const card: Card = {
|
||||
fr: "Tournicote",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon is now Confused. During your next turn, this Pokémon's Loll Roll Spin attack does 100 more damage (before applying Weakness and Resistance).",
|
||||
en: "This Pokémon is now Confused. During your next turn, this Pokémon’s Loll Roll Spin attack does 100 more damage (before applying Weakness and Resistance).",
|
||||
fr: "Ce Pokémon est maintenant Confus. Pendant votre prochain tour, l’attaque Tournicote de ce Pokémon inflige 100 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Rugissement",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (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 20 (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés par des attaques du Pokémon Défenseur sont réduits de 20 (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Sécrétion",
|
||||
},
|
||||
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,
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 10 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -31,7 +31,7 @@ const card: Card = {
|
||||
en: "Space Beacon",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may discard a card from your hand. If you do, put 2 basic Energy cards from your discard pile into your hand. (You can't choose a card you discarded with the effect of this Ability.)",
|
||||
en: "Once during your turn (before your attack), you may discard a card from your hand. If you do, put 2 basic Energy cards from your discard pile into your hand. (You can’t choose a card you discarded with the effect of this Ability.)",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,7 +46,7 @@ const card: Card = {
|
||||
fr: "Talent : Lumière Spatiale",
|
||||
},
|
||||
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: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser une carte de votre main. Dans ce cas, prenez 2 cartes Énergie de base dans votre pile de défausse et ajoutez-les à votre main. (Vous ne pouvez pas choisir une carte que vous avez défaussée du fait de l'effet de ce talent.)",
|
||||
},
|
||||
damage: 30,
|
||||
|
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Starmie BREAK",
|
||||
fr: "Staross TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
121,
|
||||
],
|
||||
|
||||
hp: 130,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Starmie",
|
||||
fr: "Staross",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -35,7 +39,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 100 damage to each of your opponent's Pokémon BREAK. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 100 damage to each of your opponent’s Pokémon BREAK. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
},
|
||||
|
||||
},
|
||||
@ -53,11 +57,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "This attack does 10 damage times the number of damage counters on this Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre de marqueurs de dégâts placés sur ce Pokémon.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -37,7 +37,7 @@ const card: Card = {
|
||||
fr: "Bulles d’O",
|
||||
},
|
||||
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,
|
||||
|
@ -54,7 +54,7 @@ const card: Card = {
|
||||
en: "You may discard all Energy attached to this Pokémon. If you do, this attack does 70 more damage.",
|
||||
fr: "Vous pouvez défausser toutes les Énergies attachées à ce Pokémon. Dans ce cas, cette attaque inflige 70 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 70,
|
||||
damage: "70+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -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é.",
|
||||
},
|
||||
|
||||
|
@ -36,7 +36,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é.",
|
||||
},
|
||||
damage: 30,
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "Flip a coin until you get tails. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Raidissement",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 40 (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 40 (après application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
|
||||
@ -51,7 +51,7 @@ const card: Card = {
|
||||
fr: "Para-Spore",
|
||||
},
|
||||
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: 20,
|
||||
|
@ -31,7 +31,7 @@ const card: Card = {
|
||||
en: "Buzzap Thunder",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may Knock Out this Pokémon and attach it to one of your Lightning Pokémon as a Special Energy card. This card provides 2 Lightning Energy only while this card is attached to a Pokémon.",
|
||||
en: "Once during your turn (before your attack), you may Knock Out this Pokémon and attach it to one of your Lightning Pokémon as a Special Energy card. This card provides 2 Lightning Energy only while this card is attached to a Lightning Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,15 +42,13 @@ const card: Card = {
|
||||
"Lightning",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Head Bolt",
|
||||
fr: "Talent : Tonnerre Buzzap",
|
||||
},
|
||||
effect: {
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez mettre K.O. ce Pokémon et l’attacher à l’un de vos Pokémon Lightning en tant que carte Énergie spéciale. Cette carte ne fournit 2 Énergies Lightning que pendant qu’elle est attachée à un Pokémon.",
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
damage: 70
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
|
@ -32,7 +32,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: 10,
|
||||
@ -51,7 +51,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 10 more damage. If tails, this Pokémon does 10 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 10 dégâts supplémentaires. Si c'est pile, ce Pokémon s'inflige 10 dégâts.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -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×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -52,7 +52,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×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Bagarre",
|
||||
},
|
||||
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: 40,
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
fr: "Balance Queue",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to each of your opponent's Benched Basic Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to each of your opponent’s Benched Basic Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de base sur le Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 100,
|
||||
|
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Nidoking BREAK",
|
||||
fr: "Nidoking TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
34,
|
||||
],
|
||||
|
||||
hp: 180,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Nidoking",
|
||||
fr: "Nidoking",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -37,7 +41,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
@ -59,11 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Petite Rancune",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, if this Pokémon is Knocked Out by damage from an attack, discard an Energy attached to the Attacking Pokémon.",
|
||||
en: "During your opponent’s next turn, if this Pokémon is Knocked Out by damage from an attack, discard an Energy attached to the Attacking Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, si ce Pokémon est mis K.O. par les dégâts d’une attaque, défaussez une Énergie attachée au Pokémon Attaquant.",
|
||||
},
|
||||
|
||||
@ -47,7 +47,7 @@ const card: Card = {
|
||||
fr: "Cauchemar",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Asleep.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
},
|
||||
damage: 20,
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Hypnose",
|
||||
},
|
||||
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.",
|
||||
},
|
||||
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Dévorêve",
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is not Asleep, this attack does nothing.",
|
||||
en: "If your opponent’s Active Pokémon is not Asleep, this attack does nothing.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire n’est pas Endormi, cette attaque ne fait rien.",
|
||||
},
|
||||
damage: 80,
|
||||
|
@ -45,7 +45,7 @@ const card: Card = {
|
||||
fr: "Onde Folie",
|
||||
},
|
||||
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: 10,
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Dard-Venin",
|
||||
},
|
||||
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: 10,
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Gaz Infect",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned. If tails, your opponent's Active Pokémon is now Confused.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Poisoned. If tails, your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Empoisonné. Si c'est pile, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 10,
|
||||
|
@ -33,10 +33,10 @@ const card: Card = {
|
||||
fr: "Psyko",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -49,7 +49,7 @@ const card: Card = {
|
||||
fr: "Bouclier",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon. If 1 of your Pokémon used Barrier during your last turn, this attack can't be used.",
|
||||
en: "During your opponent’s next turn, prevent all effects of attacks, including damage, done to this Pokémon. If 1 of your Pokémon used Barrier during your last turn, this attack can’t be used.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, évitez tous les effets d’attaques, y compris les dégâts, infligés à ce Pokémon. Si l’un de vos Pokémon a utilisé Bouclier lors de votre dernier tour, cette attaque ne peut pas être utilisée.",
|
||||
},
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo-EX",
|
||||
en: "Mewtwo EX",
|
||||
fr: "Mewtwo-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
en: "Neutral Shield",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to this Pokémon by your opponent's Evolution Pokémon.",
|
||||
en: "Prevent all effects of attacks, including damage, done to this Pokémon by your opponent’s Evolution Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,7 +43,7 @@ const card: Card = {
|
||||
fr: "Talent : Bouclier Neutre",
|
||||
},
|
||||
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: "Évitez tous les effets d’attaques, y compris les dégâts, infligés à ce Pokémon par les Pokémon Évolutifs de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Jet de Sable",
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
|
||||
en: "If the Defending Pokémon tries to attack during your opponent’s next turn, your opponent flips a coin. If tails, that attack does nothing.",
|
||||
fr: "Si le Pokémon Défenseur essaie d’attaquer pendant le prochain tour de votre adversaire, ce dernier lance une pièce. Si c’est pile, son attaque ne fait rien.",
|
||||
},
|
||||
damage: 10,
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
en: "Submerge",
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent's).",
|
||||
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent’s).",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,7 +43,7 @@ const card: Card = {
|
||||
fr: "Talent : Submerger",
|
||||
},
|
||||
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: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire).",
|
||||
},
|
||||
|
||||
|
@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Séisme",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to each of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à chacun de vos Pokémon de Banc. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 130,
|
||||
|
@ -36,7 +36,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×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -39,7 +39,7 @@ const card: Card = {
|
||||
en: "This attack does 60 damage minus 10 damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 60 dégâts moins 10 dégâts pour chaque marqueur de dégâts placé sur ce Pokémon.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60−",
|
||||
|
||||
},
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ const card: Card = {
|
||||
en: "Counterattack",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent’s attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,15 +42,12 @@ const card: Card = {
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Seismic Toss",
|
||||
fr: "Talent : Contre-Attaque",
|
||||
},
|
||||
effect: {
|
||||
fr: "Si ce Pokémon est votre Pokémon Actif et qu'il subit les dégâts d'une attaque de votre adversaire (même si ce Pokémon est mis K.O.), placez 3 marqueurs de dégâts sur le Pokémon Attaquant.",
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
damage: 120,
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
|
@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Raidissement",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 40 (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 40 (après application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
|
||||
@ -51,7 +51,7 @@ const card: Card = {
|
||||
fr: "Poudre 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: 20,
|
||||
|
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Machamp BREAK",
|
||||
fr: "Mackogneur TURBO",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
68,
|
||||
],
|
||||
|
||||
hp: 190,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Machamp",
|
||||
fr: "Mackogneur",
|
||||
},
|
||||
stage: "BREAK",
|
||||
|
||||
stage: "BREAK",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -37,7 +41,7 @@ const card: Card = {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's attacks do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "During your next turn, this Pokémon’s attacks do 100 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
@ -59,11 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,7 +32,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.",
|
||||
},
|
||||
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Berceuse",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Asleep.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
},
|
||||
|
||||
@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Métronome",
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack.",
|
||||
en: "Choose 1 of your opponent’s Active Pokémon’s attacks and use it as this attack.",
|
||||
fr: "Choisissez l'une des attaques du Pokémon Actif de votre adversaire et utilisez-la en tant que cette attaque.",
|
||||
},
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pidgeot-EX",
|
||||
en: "Pidgeot EX",
|
||||
fr: "Roucarnage-EX",
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Mimique",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon.",
|
||||
en: "If this Pokémon was damaged by an attack during your opponent’s last turn, this attack does the same amount of damage to your opponent’s Active Pokémon.",
|
||||
fr: "Si ce Pokémon a subi les dégâts d’une attaque pendant le dernier tour de votre adversaire, cette attaque inflige la même quantité de dégâts au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
|
||||
@ -48,7 +48,7 @@ const card: Card = {
|
||||
fr: "Lance Plume",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 1 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 à 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: 80,
|
||||
|
@ -3,27 +3,31 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Pidgeot-EX",
|
||||
en: "M Pidgeot EX",
|
||||
fr: "M-Roucarnage-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
18,
|
||||
],
|
||||
|
||||
hp: 220,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pidgeot-EX",
|
||||
fr: "Roucarnage-EX",
|
||||
},
|
||||
stage: "MEGA",
|
||||
|
||||
stage: "MEGA",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -44,12 +48,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -57,9 +63,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
en: "Mischievous Fang",
|
||||
},
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench, you may discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
|
||||
en: "When you play this Pokémon from your hand onto your Bench, you may discard all Pokémon Tool cards attached to your opponent’s Active Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -37,15 +37,12 @@ const card: Card = {
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Talent : Croc Facétieux",
|
||||
},
|
||||
effect: {
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez défausser toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
|
@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Mâchouille",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 10,
|
||||
@ -50,10 +50,10 @@ const card: Card = {
|
||||
fr: "Morsure d’Ombre",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 60 damage times the number of Special Energy cards in your opponent's discard pile.",
|
||||
en: "This attack does 60 damage times the number of Special Energy cards in your opponent’s discard pile.",
|
||||
fr: "Cette attaque inflige 60 dégâts multipliés par le nombre de cartes Énergie spéciale dans la pile de défausse de votre adversaire.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Farfetch'd",
|
||||
en: "Farfetch’d",
|
||||
fr: "Canarticho",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Coup d’oignon",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't use Leek Slap during your next turn.",
|
||||
en: "This Pokémon can’t use Leek Slap during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Coup d’Oignon pendant votre prochain tour.",
|
||||
},
|
||||
damage: 50,
|
||||
|
@ -6,42 +6,52 @@ const card: Card = {
|
||||
en: "Doduo",
|
||||
fr: "Doduo",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
84,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fury Attack"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||
},
|
||||
|
||||
damage: "10×",
|
||||
cost: ["Colorless"]
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Beedrill",
|
||||
fr: "Dardargnan",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
15,
|
||||
],
|
||||
|
||||
hp: 120,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Kakuna",
|
||||
fr: "Coconfort",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -35,7 +39,7 @@ const card: Card = {
|
||||
fr: "Dard-Venin",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
},
|
||||
damage: 30,
|
||||
@ -51,12 +55,13 @@ const card: Card = {
|
||||
fr: "Essaim Piqûre",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 40 damage times the number of Beedrill you have in play to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 40 damage times the number of Beedrill you have in play to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 40 dégâts, multipliés par le nombre de Dardargnan que vous avez en jeu, à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -64,10 +69,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Compresse",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.",
|
||||
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent’s next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adversaire.",
|
||||
},
|
||||
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Conversion 3",
|
||||
},
|
||||
effect: {
|
||||
en: "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. The Defending Pokémon's Weakness is now that type until the end of your next turn. (The amount of Weakness doesn't change.)",
|
||||
en: "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. The Defending Pokémon’s Weakness is now that type until the end of your next turn. (The amount of Weakness doesn’t change.)",
|
||||
fr: "Choisissez le type Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy ou Dragon. La Faiblesse du Pokémon Défenseur est maintenant de ce type jusqu’à la fin de votre prochain tour. (La valeur de la Faiblesse ne change pas.)",
|
||||
},
|
||||
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite-EX",
|
||||
en: "Dragonite EX",
|
||||
fr: "Dracolosse-EX",
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -45,7 +45,7 @@ const card: Card = {
|
||||
fr: "Talent : Élévation",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez ajouter 2 Pokémon de base (sauf Dracolosse-EX) de votre pile de défausse à votre main.",
|
||||
},
|
||||
damage: 130,
|
||||
|
@ -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-Tortank-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Blastoise-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Brock's Grit",
|
||||
en: "Brock’s Grit",
|
||||
fr: "Vaillance de Pierre",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez une combinaison de 6 cartes de Pokémon et d'Énergies 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",
|
||||
|
||||
|
@ -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-Dracaufeu-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Charizard-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Faites dés-évoluer l’un de vos Pokémon évolués et mettez sa carte Évolution de plus haut Niveau dans votre main. (Le Pokémon choisi ne peut pas évoluer pendant ce tour.)",
|
||||
en: "Devolve 1 of your evolved Pokémon and put the highest Stage Evolution card on it into your hand. (That Pokémon can’t evolve this turn.)"
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Prenez 2 cartes Énergie de base dans votre pile de défausse et ajoutez-les à votre main.",
|
||||
en: "Put 2 basic Energy cards from your discard pile into your hand."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Retirez tous les États Spéciaux de votre Pokémon Actif.",
|
||||
en: "Remove all Special Conditions from your Active Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Mélangez 2 cartes de votre main avec votre deck. (Si vous ne pouvez pas mélanger 2 cartes avec votre deck, vous ne pouvez pas jouer cette carte.) Ensuite, piochez une carte.",
|
||||
en: "Shuffle 2 cards from your hand into your deck. (If you can’t shuffle 2 cards into your deck, you can’t play this card.) Then, draw a card."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -33,7 +33,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: 20,
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Poudre Toxik",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
},
|
||||
damage: 30,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misty's Determination",
|
||||
en: "Misty’s Determination",
|
||||
fr: "Détermination d’Ondine",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -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 et 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",
|
||||
|
||||
|
@ -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-Roucarnage-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Pidgeot-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 5 cartes du dessus de votre deck et replacez-les dans l’ordre de votre choix.",
|
||||
en: "Look at the top 5 cards of your deck and put them back in any order."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Soignez 30 dégâts à l'un de vos Pokémon.",
|
||||
en: "Heal 30 damage from 1 of your Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Evolutions'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Professor Oak's Hint",
|
||||
en: "Professor Oak’s Hint",
|
||||
fr: "Indice du Prof. Chen",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Piochez des cartes jusqu'à ce que vous ayez 7 cartes en main. Votre tour se termine.",
|
||||
en: "Draw cards until you have 7 cards in your hand. Your turn ends."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Prenez un Pokémon de base dans votre pile de défausse et placez-le sur votre Banc.",
|
||||
en: "Put a Basic Pokémon from your discard pile onto your Bench."
|
||||
},
|
||||
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-Flagadoss-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Slowbro-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Soignez 60 dégâts à l’un de vos Pokémon. Dans ce cas, défaussez une Énergie attachée au Pokémon choisi.",
|
||||
en: "Heal 60 damage from 1 of your Pokémon. If you do, discard an Energy attached to that Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Échangez votre Pokémon Actif avec l’un de vos Pokémon de Banc.",
|
||||
en: "Switch your Active Pokémon with 1 of your Benched Pokémon."
|
||||
},
|
||||
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-Florizarre-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Venusaur-EX."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Double Énergie Incolore fournit de l'Énergie ColorlessColorless.",
|
||||
en: "Double Colorless Energy provides ColorlessColorless Energy."
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
|
Reference in New Issue
Block a user