1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29:19 +00:00

fix: add EX French translations (#169)

* fix: Add for some sets

Signed-off-by: Avior <github@avior.me>

* Added Sets titles

Signed-off-by: Avior <github@avior.me>

* fix: Finished last EX sets

Signed-off-by: Avior <github@avior.me>

* Change Discord Link text
This commit is contained in:
2021-11-15 16:24:10 +01:00
committed by GitHub
parent 68054fe4c9
commit b6fbcc1b77
1603 changed files with 7858 additions and 2916 deletions

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Beedrill",
fr: "Dardargnan"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Poison Sting",
fr: "Dard-venin"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
},
damage: 20,
@ -45,11 +48,13 @@ const card: Card = {
],
name: {
en: "Link Needle",
fr: "Dards en chaîne"
},
effect: {
en: "This attack does 50 damage plus 30 more damage for each Beedrill (excluding this one) you have in play.",
fr: "Cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires pour chaque Dardargnan que vous avez en jeu (sans compter celui-ci)."
},
damage: 50,
damage: "50+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Pidgeot",
fr: "Roucarnage"
},
illustrator: "Midori Harada",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Quick Search",
fr: "Recherche rapide"
},
effect: {
en: "Once during your turn (before your attack), you may choose any 1 card from your deck and put it into your hand. Shuffle your deck afterward. You can't use more than 1 Quick Search Poké-Power each turn. This power can't be used if Pidgeot is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 carte de votre deck et la placer dans votre main. Ensuite, mélangez votre deck. Vous ne pouvez pas utiliser plus d'1 Poké-Power Recherche rapide par tour. Ce pouvoir ne peut pas être utilisé si Roucarnage est affecté par un État Spécial."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Clutch",
fr: "Serre"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
},
damage: 40,

View File

@ -4,26 +4,18 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "VS Seeker",
fr: "Cherche VS"
},
illustrator: "K. Utsunomiya",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
fr: "Cherchez dans votre pile de défausse une carte Supporter, montrez-la à votre adversaire et placez-la dans votre main."
}
}
export default card

View File

@ -4,26 +4,18 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Potion",
fr: "Potion"
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
fr: "{{Infobox Faculté (JCC) | description=Retirez à 1 de vos Pokémon 2 marqueurs de dégât (ou un s'il n'y en a qu'un). }"
}
}
export default card

View File

@ -4,26 +4,18 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Switch",
fr: "Échange"
},
illustrator: "Hiromichi Sugiyama",
rarity: "Common",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
fr: "Échangez votre Pokémon Actif avec 1 des Pokémon de votre Banc."
}
}
export default card

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Multi Energy",
fr: "Énergies multiples"
},
illustrator: "Tokumi Akabane",
rarity: "Rare",

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Blastoise ex",
fr: "Tortank ex"
},
illustrator: "Hikaru Koike",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Energy Rain",
fr: "Pluie d'Énergie"
},
effect: {
en: "As often as you like during your turn (before your attack), you may attach a Water Energy card from your hand to 1 of your Pokémon. Put 1 damage counter on that Pokémon. This power can't be used if Blastoise ex is affected by a Special Condition.",
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez attacher une carte Énergie de votre main à 1 de vos Pokémon. Placez 1 marqueur de dégât sur ce Pokémon. Ce pouvoir ne peut pas être utilisé si Tortank ex est affecté par un État Spécial."
},
},
],
@ -43,9 +46,11 @@ const card: Card = {
],
name: {
en: "Hyper Whirlpool",
fr: "Hyper tourbillon"
},
effect: {
en: "Flip a coin until you get tails. For each heads, your opponent discards an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, votre adversaire défausse une carte Énergie attachée au Pokémon Défenseur."
},
damage: 80,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Charizard ex",
fr: "Dracaufeu ex"
},
illustrator: "Hiromichi Sugiyama",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Energy Flame",
fr: "Flamme d'Énergie"
},
effect: {
en: "All Energy attached to Charizard ex are Fire Energy instead of its usual type.",
fr: "Toutes les Énergies attachées à Dracaufeu ex sont des Énergies ."
},
},
],
@ -42,6 +45,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 50,
@ -57,9 +61,11 @@ const card: Card = {
],
name: {
en: "Burn Down",
fr: "Réduire en cendres"
},
effect: {
en: "Discard 5 Fire Energy attached to Charizard ex. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, and any other effects on the Defending Pokémon.",
fr: "Défaussez 5 Énergies attachées à Dracaufeu ex. Les dégâts de cette attaque ne sont pas affectés la Faiblesse, la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur."
},
damage: 200,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Clefable ex",
fr: "Mélodelfe ex"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Metronome",
fr: "Métronome"
},
effect: {
en: "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type that Pokémon is, Clefable ex's type is still Colorless.) Clefable ex performs that attack. \"",
fr: "Choisissez 1 des attaques du Pokémon Défenseur. Métronome copie cette attaque sans tenir compte du Coût en Énergie. (Vous devez tout de même respecter les autres étapes si vous voulez utiliser cette attaque.) (Peu importe le type du Pokémon Défenseur, le type de Mélodelfe ex reste .) C'est Mélodelfe ex qui utilise cette attaque."
},
},
@ -44,6 +47,7 @@ const card: Card = {
],
name: {
en: "Moon Impact",
fr: "Impact lunaire"
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Electrode ex",
fr: "Électrode ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Extra Energy Bomb",
fr: "Bombe extra-énergétique"
},
effect: {
en: "Once during your turn (before your attack), you may discard Electrode ex and all the cards attached to it (this counts as Knocking Out Electrode ex). If you do, search your discard pile for 5 Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. This power can't be used if Electrode ex is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez défausser Électrode ex ainsi que toutes les cartes qui lui sont attachées (Électrode ex est K.O). Dans ce cas, cherchez dans votre pile de défausse 5 cartes Énergie et attachez-les à vos Pokémon (sauf les Pokémon-ex) de la façon que vous voulez. Ce pouvoir ne peut pas être utilisé si Électrode ex est affecté par un État Spécial."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Crash and Burn",
fr: "Écra-brûle"
},
effect: {
en: "You may discard as many Energy as you like attached to your Pokémon in play. If you do, this attack does 30 damage plus 20 more damage for each Energy you discarded.",
fr: "Vous pouvez défausser autant d'Énergies attachées aux Pokémon que vous avez en jeu que vous le voulez. Dans ce cas, cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires pour chaque Énergie défaussée."
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Gengar ex",
fr: "Ectoplasma ex"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Poltergeist",
fr: "Poltergeist"
},
effect: {
en: "Look at your opponent's hand. This attack does 40 damage plus 10 more damage for each Trainer card in your opponent's hand.",
fr: "Regardez la main de votre adversaire. Cette attaque inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque carte Dresseur dans la main de votre adversaire."
},
damage: 40,
damage: "40+",
},
{
@ -46,11 +49,13 @@ const card: Card = {
],
name: {
en: "Prize Count",
fr: "Compteur de Récompense"
},
effect: {
en: "If you have more Prize cards left than your opponent, this attack does 60 damage plus 40 more damage.",
fr: "Si vous avez plus de cartes Récompense que votre adversaire, cette attaque inflige 60 dégâts plus 40 dégâts supplémentaires."
},
damage: 60,
damage: "60+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Gyarados ex",
fr: "Léviator ex"
},
illustrator: "Hikaru Koike",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Twister",
fr: "Ouragan"
},
effect: {
en: "Flip 2 coins. For each heads, choose 1 Energy attached to the Defending Pokémon, if any, and discard it. If both are tails, this attack does nothing.",
fr: "Lancez 2 pièces. Pour chaque face, choisissez 1 Énergie attachée au Pokémon Défenseur et défaussez-la. Si vous obtenez 2 piles, cette attaque est sans effet."
},
damage: 40,
@ -48,6 +51,7 @@ const card: Card = {
],
name: {
en: "Dragon Rage",
fr: "Draco-rage"
},
damage: 100,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Poliwrath",
fr: "Tartard"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Spiral",
fr: "Spirale"
},
effect: {
en: "As long as Poliwrath is your Active Pokémon, your opponent's Confused Pokémon can't retreat.",
fr: "Tant que Tartard est votre Pokémon Actif, le Pokémon Confus de votre adversaire ne peut pas battre en retraite."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Split Spiral Punch",
fr: "Coup d'poing en demi spirale"
},
effect: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus."
},
damage: 20,
@ -56,11 +61,13 @@ const card: Card = {
],
name: {
en: "Mega Throw",
fr: "Méga lancer"
},
effect: {
en: "If the Defending Pokémon is Pokémon-ex, this attack does 50 damage plus 30 more damage.",
fr: "Si le Pokémon Défenseur est un Pokémon-ex, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires."
},
damage: 50,
damage: "50+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Mr. Mime ex",
fr: "M. Mime ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Magic Odds",
fr: "Impair magique"
},
effect: {
en: "If Mr. Mime ex would be damaged by an attack, prevent that attack's damage done to Mr. Mime ex if that damage is 10, 30, 50, 70, 90, 110, 130, 150, or 170.",
fr: "Si une attaque inflige des dégâts à M. Mime ex, prévenez-les si les dégâts sont de 10, 30, 50, 70, 90, 110, 130, 150 ou 170."
},
},
],
@ -39,9 +42,11 @@ const card: Card = {
],
name: {
en: "Breakdown",
fr: "Réaction"
},
effect: {
en: "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon.",
fr: "Comptez le nombre de cartes dans la main de votre adversaire. Placez sur le Pokémon Défenseur autant de marqueurs de dégât qu'il y a de cartes."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Mr. Mime ex",
fr: "M. Mime ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Magic Evens",
fr: "Pair magique"
},
effect: {
en: "If Mr. Mime ex would be damaged by an attack, prevent that attack's damage done to Mr. Mime ex if that damage is 20, 40, 60, 80, 100, 120, 140, 160, or 180.",
fr: "Si une attaque inflige des dégâts à M. Mime ex, prévenez-les si les dégâts sont de 20, 40, 60, 80, 100, 120, 140, 160 ou 180."
},
},
],
@ -39,9 +42,11 @@ const card: Card = {
],
name: {
en: "Breakdown",
fr: "Réaction"
},
effect: {
en: "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon.",
fr: "Comptez le nombre de cartes dans la main de votre adversaire. Placez sur le Pokémon Défenseur autant de marqueurs de dégât qu'il y a de cartes."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Venusaur ex",
fr: "Florizarre ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Energy Trans",
fr: "Transfert d'Énergie"
},
effect: {
en: "As often as you like during your turn (before your attack), move a Grass Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Venusaur ex is affected by a Special Condition.",
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie d'1 de vos Pokémon à 1 autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Florizarre ex est affecté par un État Spécial."
},
},
],
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Pollen Hazard",
fr: "Pollen dangereux"
},
effect: {
en: "The Defending Pokémon is now Poisoned, Burned, and Confused.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné, Brûlé et Confus."
},
damage: 20,
@ -59,6 +64,7 @@ const card: Card = {
],
name: {
en: "Solarbeam",
fr: "Lance-soleil"
},
damage: 90,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Charmander",
fr: "Salamèche"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Flare",
fr: "Intimidation"
},
damage: 10,
@ -40,11 +42,13 @@ const card: Card = {
],
name: {
en: "Rage",
fr: "Frénésie"
},
effect: {
en: "Does 10 damage plus 10 more damage for each damage counter on Charmander.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Salamèche."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,23 +4,26 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Articuno ex",
fr: "Artikodin ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
144,
],
hp: 110,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,14 +33,17 @@ const card: Card = {
],
name: {
en: "Cold Crush",
fr: "Écraser net"
},
effect: {
en: "You may discard an Energy card attached to Articuno ex. If you do, your opponent discards an Energy card attached to the Defending Pokémon.",
fr: "Vous pouvez défausser une carte Énergie attachée à Artikodin ex. Dans ce cas, votre adversaire doit défausser une carte Énergie attachée au Pokémon Défenseur."
},
damage: 50,
},
],
weaknesses: [
{
type: "Metal",
@ -45,10 +51,17 @@ const card: Card = {
},
],
abilities: [{
name: {
fr: "Ascension légendaire"
},
effect: {
fr: "Une seule fois lors de votre tour, lorsque vous déplacez Artikodin ex de votre main à votre Banc, vous pouvez échanger 1 de vos Pokémon Actifs avec Artikodin ex. Dans ce cas, vous pouvez également déplacer autant de cartes Énergie de base attachées à votre Pokémon que vous le voulez et les placer sur Artikodin ex."
},
type: "Poke-POWER"
}]
}
export default card

View File

@ -4,23 +4,26 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Moltres ex",
fr: "Sulfura ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
146,
],
hp: 110,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,14 +33,17 @@ const card: Card = {
],
name: {
en: "Crushing Flames",
fr: "Flammes destructrices"
},
effect: {
en: "You may discard an Energy card attached to Moltres ex. If you do, the Defending Pokémon is now Confused.",
fr: "Vous pouvez défausser une carte Énergie attachée à Sulfura ex. Dans ce cas, le Pokémon Défenseur est maintenant Confus."
},
damage: 60,
},
],
weaknesses: [
{
type: "Water",
@ -45,10 +51,17 @@ const card: Card = {
},
],
abilities: [{
name: {
fr: "Ascension légendaire"
},
effect: {
fr: "Une seule fois lors de votre tour, lorsque vous déplacez Sulfura ex de votre main à votre Banc, vous pouvez échanger 1 de vos Pokémon Actifs avec Sulfura ex. Dans ce cas, vous pouvez également déplacer autant de cartes Énergie de base attachées à votre Pokémon que vous le voulez et les placer sur Sulfura ex."
},
type: "Poke-POWER"
}]
}
export default card

View File

@ -4,23 +4,26 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Zapdos ex",
fr: "Élector ex"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
145,
],
hp: 110,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,14 +33,17 @@ const card: Card = {
],
name: {
en: "Electron Crush",
fr: "Écrasement d'électron"
},
effect: {
en: "You may discard an Energy card attached to Zapdos ex. If you do, this attack does 50 damage plus 20 more damage.",
fr: "Vous pouvez défausser une carte Énergie attachée à Élector ex. Dans ce cas, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires."
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Lightning",
@ -45,10 +51,17 @@ const card: Card = {
},
],
abilities: [{
name: {
fr: "Ascension légendaire"
},
effect: {
fr: "Une seule fois lors de votre tour, lorsque vous déplacez Élector ex de votre main à votre Banc, vous pouvez échanger 1 de vos Pokémon Actifs avec Élector ex. Dans ce cas, vous pouvez également déplacer autant de cartes Énergie de base attachées à votre Pokémon que vous le voulez et les placer sur Élector ex."
},
type: "Poke-POWER"
}]
}
export default card

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Raichu",
fr: "Raichu"
},
illustrator: "Midori Harada",
rarity: "Rare",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Recharge",
fr: "Recharger"
},
effect: {
en: "Search your deck for up to 2 Lightning Energy cards and attach them to Raichu. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie et attachez-les à Raichu. Ensuite, mélangez votre deck."
},
},
@ -44,9 +47,11 @@ const card: Card = {
],
name: {
en: "Thunder Reflection",
fr: "Coup d'tonnerre"
},
effect: {
en: "You may move any number of Lightning Energy cards attached to Raichu to another of your Pokémon.",
fr: "Vous pouvez déplacer autant de cartes Énergie attachées à Raichu que vous le voulez sur un autre de vos Pokémon."
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Rapidash",
fr: "Galopa"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Fiery Aura",
fr: "Aura flamboyante"
},
effect: {
en: "As long as Rapidash is your Active Pokémon, put 4 damage counters instead of 2 on Burned Pokémon between turns.",
fr: "Tant que Galopa est votre Pokémon Actif, placez 4 marqueurs de dégât au lieu de 2 sur les Pokémon Brûlés entre deux tours."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Searing Flame",
fr: "Flammes calcinantes"
},
effect: {
en: "The Defending Pokémon is now Burned.",
fr: "Le Pokémon Défenseur est maintenant Brûlé."
},
damage: 10,
@ -56,6 +61,7 @@ const card: Card = {
],
name: {
en: "Rear Kick",
fr: "Ruade"
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Slowbro",
fr: "Flagadoss"
},
illustrator: "Yuka Morii",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Strange Behavior",
fr: "Comportement étrange"
},
effect: {
en: "As often as you like during your turn (before your attack), you may move 1 damage counter from 1 of your Pokémon to Slowbro as long as you don't Knock Out Slowbro. This power can't be used if Slowbro is affected by a Special Condition.",
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez déplacer 1 marqueur de dégât d'1 de vos Pokémon sur Flagadoss, tant que vous ne mettez pas Flagadoss K.O. Ce pouvoir ne peut être utilisé si Flagadoss est affecté par un État Spécial."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Psyshock",
fr: "Choc psy"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Snorlax",
fr: "Ronflex"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Rest Up",
fr: "Repos"
},
effect: {
en: "If Snorlax remains Asleep between turns, remove 2 damage counters from Snorlax (remove 1 if there is only 1).",
fr: "Si Ronflex reste Endormi entre deux tours, retirez-lui 2 marqueurs de dégât (ou un s'il n'y en a qu'un)."
},
},
],
@ -38,9 +41,11 @@ const card: Card = {
],
name: {
en: "Collapse",
fr: "Effondrement"
},
effect: {
en: "Snorlax is now asleep.",
fr: "Ronflex est maintenant Endormi."
},
damage: 10,
@ -53,11 +58,13 @@ const card: Card = {
],
name: {
en: "Toss and Turn",
fr: "Retournement"
},
effect: {
en: "If Snorlax is Asleep, this attack does 30 damage plus 30 more damage. (This attack can be used even if Snorlax is Asleep.)",
fr: "Si Ronflex est Endormi, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. (Cette attaque peut être utilisée même si Ronflex est Endormi.)"
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Tauros",
fr: "Tauros"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Knock Over",
fr: "Culbute"
},
effect: {
en: "You may discard any Stadium card in play.",
fr: "Vous pouvez défausser n'importe quelle carte Stade en jeu."
},
damage: 10,
@ -43,11 +46,13 @@ const card: Card = {
],
name: {
en: "Rampage",
fr: "Saccage"
},
effect: {
en: "Does 20 damage plus 10 more damage for each damage counter on Tauros. After doing damage, flip a coin. If tails, Tauros is now Confused.",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Tauros. Après avoir infligé les dégâts, lancez une pièce. Si c'est pile, Tauros est maintenant Confus."
},
damage: 20,
damage: "20+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Victreebel",
fr: "Empiflor"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Acid Sampler",
fr: "Répandre de l'acide"
},
effect: {
en: "As long as Victreebel is your Active Pokémon, put 1 damage counter on each Defending Pokémon between turns. Acid Sampler stops working if your other Active Pokémon is not a Victreebel.",
fr: "Tant qu'Empiflor est votre Pokémon Actif, placez un marqueur de dégât sur chaque Pokémon Défenseur entre deux tours. Échantillon d'acide est annulé si votre autre Pokémon Actif n'est pas un Empiflor."
},
},
],
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Acid",
fr: "Acide"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Arcanine",
fr: "Arcanin"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -30,6 +31,7 @@ const card: Card = {
],
name: {
en: "Flare",
fr: "Intimidation"
},
damage: 20,
@ -44,9 +46,11 @@ const card: Card = {
],
name: {
en: "Heat Tackle",
fr: "Charge énergétique"
},
effect: {
en: "Arcanine does 10 damage to itself.",
fr: "Arcanin s'inflige 10 dégâts."
},
damage: 70,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Chansey",
fr: "Leveinard"
},
illustrator: "Miki Tanaka",
rarity: "Rare",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Sing",
fr: "Berceuse"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
},
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Egg Surprise",
fr: "Oeuf surprise"
},
effect: {
en: "Flip a coin. If heads, Chansey does 50 damage to the Defending Pokémon. If tails, remove 5 damage counters from Chansey. (All if there are less than 5.)",
fr: "Lancez une pièce. Si c'est face, Leveinard inflige 50 dégâts au Pokémon Défenseur. Si c'est pile, retirez à Leveinard 5 marqueurs de dégât. (Retirez-les lui tous s'il y en a moins de 5.)"
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Butterfree",
fr: "Papilusion"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Sooth Dust",
fr: "Poussière apaisante"
},
effect: {
en: "As long as Butterfree is your Active Pokémon, remove 1 damage counter from each of your Pokémon between turns.",
fr: "Tant que Papilusion est votre Pokémon Actif, retirez à chacun de vos Pokémon un marqueur de dégât entre deux tours."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Whirlwind",
fr: "Cyclone"
},
effect: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange le Pokémon Défenseur avec un des Pokémon de son Banc."
},
damage: 30,
@ -56,6 +61,7 @@ const card: Card = {
],
name: {
en: "Gust",
fr: "Tornade"
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Cloyster",
fr: "Crustabri"
},
illustrator: "Aya Kusube",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Exoskeleton",
fr: "Exosquelette"
},
effect: {
en: "Any damage done to Cloyster by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Les dégâts infligés à Crustabri par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance)."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Double Bubble",
fr: "Double bulle"
},
effect: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads. If either of the coins is heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces. Si l'un des deux lancers est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 10,
damage: "10×",
},
{
@ -56,6 +61,7 @@ const card: Card = {
],
name: {
en: "Shell Attack",
fr: "Carap'attaque"
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Dodrio",
fr: "Dodrio"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Retreat Aid",
fr: "Soutien de retraite"
},
effect: {
en: "As long as Dodrio is on your Bench, you pay Colorless Colorless less to retreat your Active Pokémon (excluding Pokémon-ex and Baby Pokémon).\"",
fr: "Tant que Dodrio est sur votre Banc, vous n'avez pas à payer pour faire battre en retraite votre Pokémon Actif (sauf pour les Pokémon-ex et les Bébés Pokémon)."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Tri Attack",
fr: "Triplattaque"
},
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces."
},
damage: 20,
damage: "20×",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Dugtrio",
fr: "Triopikeur"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Sonicboom",
fr: "Sonicboom"
},
effect: {
en: "This attack's damage isn't affected by Weakness or Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance."
},
damage: 30,
@ -46,9 +49,11 @@ const card: Card = {
],
name: {
en: "Rumble",
fr: "Bagarre"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Farfetch'd",
fr: "Canarticho"
},
illustrator: "Yukiko Baba",
rarity: "Rare",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Hoard",
fr: "Faire des provisions"
},
effect: {
en: "Search your deck for up to 2 Pokémon Tool cards and attach them to any of your Pokémon (excluding Pokémon that already have a Pokémon Tool attached to them). Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Outil Pokémon et attachez-les aux Pokémon de votre choix (sauf les Pokémon qui possèdent déjà une carte Outil Pokémon). Ensuite, mélangez votre deck."
},
},
@ -40,11 +43,13 @@ const card: Card = {
],
name: {
en: "Cross-Cut",
fr: "Coupe transversale"
},
effect: {
en: "If the Defending Pokémon is an Evolved Pokémon, this attack does 10 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur est un Pokémon Évolué, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Fearow",
fr: "Rapasdepic"
},
illustrator: "Hisao Nakamura",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Free Flight",
fr: "Vol gratuit"
},
effect: {
en: "If Fearow has no Energy attached to it, Fearow's Retreat Cost is 0.",
fr: "Si Rapasdepic ne possède pas d'Énergie, son Coût de retraite est de 0."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Shot Air",
fr: "Bouffée d'air"
},
effect: {
en: "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 20 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
},
damage: 10,
@ -56,6 +61,7 @@ const card: Card = {
],
name: {
en: "Drill Peck",
fr: "Bec vrille"
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Hypno",
fr: "Hypnomade"
},
illustrator: "Yukiko Baba",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Eerie Aura",
fr: "Aura sinistre"
},
effect: {
en: "As long as Hypno is your Active Pokémon, put 2 damage counters on each Pokémon that remains Asleep between turns.",
fr: "Tant qu'Hypnomade est votre Pokémon Actif, placez 2 marqueurs de dégât sur chaque Pokémon qui reste Endormi entre deux tours."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Hypnotic Ray",
fr: "Onde hypnotique"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Kingler",
fr: "Krabboss"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Salt Water",
fr: "Eau salée"
},
effect: {
en: "Search your deck for up to 2 Water Energy cards and attach them to Kingler. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie et attachez-les à Krabboss. Ensuite, mélangez votre deck."
},
},
@ -43,11 +46,13 @@ const card: Card = {
],
name: {
en: "Hyper Pump",
fr: "Hyper pompe"
},
effect: {
en: "Does 30 damage plus 20 more damage for each basic Energy attached to Kingler but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.",
fr: "Inflige 30 dégâts plus 20 dégâts supplémentaires pour chaque Énergie de base attachée à Krabboss qui n'a pas été utilisée pour payer le Coût en Énergie de cette attaque. Vous ne pouvez pas ajouter plus de 40 dégâts de cette façon."
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Magneton",
fr: "Magneton"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Thundershock",
fr: "Éclair"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 20,
@ -46,9 +49,11 @@ const card: Card = {
],
name: {
en: "Speed Shot",
fr: "Coup d'boost"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 40 dégâts. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Primeape",
fr: "Colossinge"
},
illustrator: "Miki Tanaka",
rarity: "Rare",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Toss",
fr: "Pile ou face"
},
effect: {
en: "You may discard from your hand as many Technical Machine and Pokémon Tool cards as you like. This attack does 30 damage times the number of cards you discarded.",
fr: "Vous pouvez défausser de votre main autant de cartes Machine technique et Outil Pokémon que vous voulez. Cette attaque inflige 30 dégâts multipliés par le nombre de cartes défaussées."
},
damage: 30,
damage: "30×",
},
{
@ -45,6 +48,7 @@ const card: Card = {
],
name: {
en: "Low Kick",
fr: "Balayage"
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Scyther",
fr: "Insécateur"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Leaf Ride",
fr: "Tour de feuille"
},
effect: {
en: "If Scyther has any Energy attached to it, Scyther's Retreat Cost is 0.",
fr: "Si Insécateur possède des Énergies, son Coût de Retraite est de 0."
},
},
],
@ -39,11 +42,13 @@ const card: Card = {
],
name: {
en: "Fury Cutter",
fr: "Taillade"
},
effect: {
en: "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 20 more damage. If all of them are heads, this attack does 10 damage plus 40 more damage.",
fr: "Lancez 3 pièces. Si vous obtenez une face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires. Si vous obtenez 2 faces, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires. Si vous obtenez 3 faces cette attaque inflige 10 dégâts plus 40 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Dewgong",
fr: "Lamantine"
},
illustrator: "Toshinao Aoki",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Safeguard",
fr: "Rune protectrice"
},
effect: {
en: "Prevent all effects of attacks, including damage, done to Dewgong by your opponent's Pokémon-ex.",
fr: "Prévenez tous les effets d'une attaque, dégâts inclus, infligés à Lamantine par le Pokémon-ex de votre adversaire."
},
},
],
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Cold Breath",
fr: "Souffle Froid"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
damage: 10,
@ -55,6 +60,7 @@ const card: Card = {
],
name: {
en: "Aurora Beam",
fr: "Onde boréale"
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Tangela",
fr: "Saquedeneu"
},
illustrator: "Yuka Morii",
rarity: "Rare",
@ -28,21 +29,26 @@ const card: Card = {
],
name: {
en: "Vine Tease",
fr: "Liane taquine"
},
effect: {
en: "Look at your Prize cards without showing your opponent. Choose 1 of the Prize cards and switch it with the top card of your deck without looking at the top card of your deck. If you have no cards in your deck, this attack does nothing.",
fr: "Regardez vos cartes Récompense sans les montrer à votre adversaire. Choisissez-en 1 et échangez-la avec la carte se trouvant sur le dessus de votre deck, sans regarder cette carte. Si vous n'avez pas de cartes dans votre deck, cette attaque est sans effet."
},
},
{
name: {
en: "Wiggle",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Poisoned.",
fr: "Agitation"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus. Si c'est pile, le Pokémon Défenseur est maintenant Empoisonné."
},
cost: ["Grass"]
},
],
weaknesses: [

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Charmeleon",
fr: "Reptincel"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -31,6 +32,7 @@ const card: Card = {
],
name: {
en: "Flare",
fr: "Intimidation"
},
damage: 30,
@ -44,11 +46,13 @@ const card: Card = {
],
name: {
en: "Damage Burn",
fr: "Brûlure"
},
effect: {
en: "If the Defending Pokémon has already any damage counters on it, this attack does 40 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires."
},
damage: 40,
damage: "40+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Drowzee",
fr: "Soporifik"
},
illustrator: "Yukiko Baba",
rarity: "Uncommon",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Hypnosis",
fr: "Hypnose"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
},
@ -40,11 +43,13 @@ const card: Card = {
],
name: {
en: "Ambush",
fr: "Embuscade"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Exeggcute",
fr: "Noeufnoeuf"
},
illustrator: "Tomokazu Komiya",
rarity: "Uncommon",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Psybeam",
fr: "Rafale psy"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
},
damage: 10,
@ -42,11 +45,13 @@ const card: Card = {
],
name: {
en: "Double Spin",
fr: "Double tour"
},
effect: {
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 faces."
},
damage: 20,
damage: "20×",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Haunter",
fr: "Spectrum"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Head Trip",
fr: "La tête la première"
},
effect: {
en: "Once during your turn (before your attack), if Haunter is on your Bench, you may use this power. One of your Active Pokémon is now Confused.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir si Spectrum est sur votre Banc. Un de vos Pokémon Actifs est maintenant Confus."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Confuse Ray",
fr: "Onde folie"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir si Spectrum est sur votre Banc. Un de vos Pokémon Actifs est maintenant Confus."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Ivysaur",
fr: "Herbizarre"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Poison Seed",
fr: "Graine poison"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
},
},
@ -44,6 +47,7 @@ const card: Card = {
],
name: {
en: "Razor Leaf",
fr: "Tranch'herbe"
},
damage: 50,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Kakuna",
fr: "Coconfort"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Poison Payback",
fr: "Retour de poison"
},
effect: {
en: "If Kakuna is your Active Pokémon and is damaged by an opponent's attack (even if Kakuna is Knocked Out), the Attacking Pokémon is now Poisoned.",
fr: "Si Coconfort est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Kakuna est mis K.O), le Pokémon Attaquant est maintenant Empoisonné."
},
},
],
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Headbutt",
fr: "Coup d'boule"
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Lickitung",
fr: "Excelangue"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Uncommon",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Lick",
fr: "Léchouille"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 10,
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Tongue Whip",
fr: "Langue-fouet"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 20 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Mankey",
fr: "Férosinge"
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Mischief",
fr: "Espièglerie"
},
effect: {
en: "Shuffle your opponent's deck.",
fr: "Mélangez le deck de votre adversaire."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Light Punch",
fr: "Poing léger"
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Metapod",
fr: "Chrysacier"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Energy Protection",
fr: "Protection d'Énergie"
},
effect: {
en: "Any damage done to Metapod by attacks is reduced by 10 for each Energy card attached to Metapod. You can't reduce more than 30 damage in this way.",
fr: "Les dégâts infligés à Chrysacier par des attaques sont réduits de 10 pour chaque carte Énergie qui lui est attachée. Vous ne pouvez pas réduire de plus de 30 dégâts de cette façon."
},
},
],
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Sharpen",
fr: "Affûtage"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Ditto",
fr: "Metamorph"
},
illustrator: "MikiTanaka",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Form Variation",
fr: "Forme variable"
},
effect: {
en: "Once during your turn (before your attack), you may search your discard pile for a Basic Pokémon (excluding Pokémon-ex and Ditto) and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Place Ditto in the discard pile.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez chercher un Pokémon de base dans votre pile de défausse (sauf les Pokémon-ex et Metamorph) et l'échanger avec Metamorph. (Toutes les cartes attachées à Metamorph, ainsi que les marqueurs de dégât, États Spéciaux et autres effets sont maintenant sur le nouveau Pokémon.) Défaussez Metamorph."
},
},
],
@ -38,11 +41,13 @@ const card: Card = {
],
name: {
en: "Energy Ball",
fr: "Boule d'Énergie"
},
effect: {
en: "Does 10 damage plus 10 more damage for each Energy attached to Ditto but not used to pay for this attack's Energy cost. You can't add more then 20 damage in this way.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Metamorph qui n'a pas été utilisée pour payer le Coût en Énergie de cette attaque. Vous ne pouvez pas ajouter plus de 20 dégâts de cette façon."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Nidorina",
fr: "Nidorina"
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
@ -30,6 +31,7 @@ const card: Card = {
],
name: {
en: "Scratch",
fr: "Griffe"
},
damage: 20,
@ -42,9 +44,11 @@ const card: Card = {
],
name: {
en: "Fast Evolution",
fr: "Évolution fulgurante"
},
effect: {
en: "Search your deck for up to 2 Evolution cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Évolution, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Nidorino",
fr: "Nidorino"
},
illustrator: "Hisao Nakamura",
rarity: "Uncommon",
@ -30,11 +31,13 @@ const card: Card = {
],
name: {
en: "Double Stab",
fr: "Coup double"
},
effect: {
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 faces."
},
damage: 20,
damage: "20×",
},
{
@ -45,11 +48,13 @@ const card: Card = {
],
name: {
en: "Rend",
fr: "Déchirer"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 30 damage plus 30 more damage.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque lui inflige 30 dégâts plus 30 dégâts supplémentaires."
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Onix",
fr: "Onix"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Rock Throw",
fr: "Jet-pierres"
},
damage: 10,
@ -40,9 +42,11 @@ const card: Card = {
],
name: {
en: "Tunneling",
fr: "Creuser un tunnel"
},
effect: {
en: "Choose up to 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Onix can't attack during your next turn.",
fr: "Choisissez jusqu'à 2 des Pokémon de Banc de votre adversaire. Cette attaque inflige 10 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.) Onix ne pourra pas attaquer lors de votre prochain tour."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Parasect",
fr: "Parasect"
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Energy Powder",
fr: "Poudre d'Énergie"
},
effect: {
en: "Search your deck for up to 2 basic Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie de base et attachez-les aux Pokémon que vous voulez (sauf les Pokémon-ex) de la façon que vous voulez. Ensuite, mélangez votre deck."
},
},
@ -43,9 +46,11 @@ const card: Card = {
],
name: {
en: "Toxic Spore",
fr: "Toxic Spore"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Persian",
fr: "Persian"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Thick Skin",
fr: "Dur à cuire"
},
effect: {
en: "Persian can't be affected by any Special Conditions.",
fr: "Persian ne peut pas être affecté par des États Spéciaux."
},
},
],
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Poison Claws",
fr: "Griffes empoisonnées"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
},
},
@ -53,9 +58,11 @@ const card: Card = {
],
name: {
en: "Shining Claws",
fr: "Griffes étincelantes"
},
effect: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus."
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Pidgeotto",
fr: "Roucoups"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Clutch",
fr: "Serre"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
},
damage: 10,
@ -44,6 +47,7 @@ const card: Card = {
],
name: {
en: "Cutting Wind",
fr: "Vent glacial"
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Poliwhirl",
fr: "Têtarte"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Energy Stream",
fr: "Courant d'énergie"
},
effect: {
en: "Search your discard pile for a basic Energy card and attach it to Poliwhirl.",
fr: "Cherchez dans votre deck une carte Énergie de base et attachez-la à Têtarte."
},
damage: 10,
@ -44,9 +47,11 @@ const card: Card = {
],
name: {
en: "Bubble",
fr: "Écume"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Porygon",
fr: "Porygon"
},
illustrator: "Tomoaki Imakuni",
rarity: "Uncommon",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Data Retrieval",
fr: "Récupération d'informations"
},
effect: {
en: "If you have less than 4 cards in your hand, draw cards until you have 4 cards in your hand.",
fr: "Si vous avez moins de 4 cartes dans votre main, piochez des cartes jusqu'à ce que vous ayez 4 cartes en main."
},
},
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Confuse Ray",
fr: "Onde folie"
},
effect: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Raticate",
fr: "Rattatac"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Thick Skin",
fr: "Dur à cuire"
},
effect: {
en: "Raticate can't be affected by any Special Conditions.",
fr: "Rattatac ne peut pas être affecté par des États Spéciaux."
},
},
],
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Pickup",
fr: "Ramassage"
},
effect: {
en: "Search your discard pile for a Basic Pokémon (or Evolution card), a Trainer card, and an Energy card. Show them to your opponent and put them into your hand.",
fr: "Cherchez dans votre pile de défausse un Pokémon de base (ou une carte Évolution), une carte Dresseur et une carte Énergie. Montrez-les à votre adversaire et placez-les dans votre main."
},
},
@ -52,11 +57,13 @@ const card: Card = {
],
name: {
en: "Quick Attack",
fr: "Vive-attaque"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 40 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 40 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Venomoth",
fr: "Aéromite"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Protective Dust",
fr: "Poussière Protectrice"
},
effect: {
en: "Prevent all effects of attacks, except damage, done to Venomoth by the Attacking Pokémon.",
fr: "Prévenez tous les effets d'une attaque, dégâts exclus, infligés à Aéromite par le Pokémon Attaquant."
},
},
],
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Sleep Poison",
fr: "Poison dodo"
},
effect: {
en: "The Defending Pokémon is now Asleep and Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné."
},
},
@ -53,9 +58,11 @@ const card: Card = {
],
name: {
en: "Razor Wind",
fr: "Coupe-vent"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
},
damage: 60,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Exeggutor",
fr: "Noadkoko"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Psychic Exchange",
fr: "Échange psychique"
},
effect: {
en: "Shuffle your hand into your deck. Draw up to 8 cards.",
fr: "Mélangez votre main avec votre deck. Piochez ensuite jusqu'à 8 cartes."
},
},
@ -43,11 +46,13 @@ const card: Card = {
],
name: {
en: "Big Eggsplosion",
fr: "Grosse éclate"
},
effect: {
en: "Flip a coin for each Energy attached to Exeggutor. This attack does 40 damage times the number of heads",
fr: "Lancez une pièce pour chaque Énergie attachée à Noadkoko. Cette attaque inflige 40 dégâts multipliés par le nombre de faces."
},
damage: 40,
damage: "40×",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Wartortle",
fr: "Carabaffe"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -30,11 +31,13 @@ const card: Card = {
],
name: {
en: "Water Gun",
fr: "Pistolet à O"
},
effect: {
en: "Does 20 damage plus 10 more damage for each Water Energy attached to Wartortle but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Carabaffe qui n'a pas été utilisée pour payer le Coût en Énergie de cette attaque. Vous ne pouvez pas ajouter plus de 20 dégâts de cette façon."
},
damage: 20,
damage: "20+",
},
{
@ -45,9 +48,11 @@ const card: Card = {
],
name: {
en: "Smash Turn",
fr: "Tour fracassant"
},
effect: {
en: "After your attack, you may switch Wartortle with 1 of your Benched Pokémon.",
fr: "Après votre attaque, vous pouvez échanger Carabaffe avec 1 des Pokémon de votre Banc."
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Weepinbell",
fr: "Boustiflor"
},
illustrator: "Tomokazu Komiya",
rarity: "Uncommon",
@ -30,6 +31,7 @@ const card: Card = {
],
name: {
en: "Razor Leaf",
fr: "Tranch'herbe"
},
damage: 20,
@ -42,9 +44,11 @@ const card: Card = {
],
name: {
en: "Corrosive Acid",
fr: "Acide corrosif"
},
effect: {
en: "The Defending Pokémon is now Burned.",
fr: "Le Pokémon Défenseur est maintenant Brûlé."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Wigglytuff",
fr: "Grodoudou"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Assistance",
fr: "Assistance"
},
effect: {
en: "Once during your turn (before your attack), if Wigglytuff is on your Bench, you may choose 1 of your Active Pokémon and remove 1 Special Condition from it.",
fr: "Une seule fois lors de votre tour (avant votre attaque), si Grodoudou est sur votre Banc, vous pouvez choisir 1 de vos Pokémon Actifs et lui retirer 1 État Spécial."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Expand",
fr: "Pousstoidla"
},
effect: {
en: "During your opponent's next turn, any damage done to Wigglytuff by attacks is reduced by 10 (after applying Weakness and Resistance).",
fr: "Lors du prochain tour de votre adversaire, les dégâts infligés à Grodoudou par des attaques sont réduits de 10 (après application de la Faiblesse et de la Résistance)."
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Bellsprout",
fr: "Chétiflor"
},
illustrator: "Tomokazu Komiya",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Vine Whip",
fr: "Fouet lianes"
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Bulbasaur",
fr: "Bulbizarre"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Sleep Poison",
fr: "Poison dodo"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi et Empoisonné."
},
},
@ -39,11 +42,13 @@ const card: Card = {
"Colorless",
"Colorless",
],
name: {
en: "Razor Leaf",
fr: "Tranch'herbe"
},
damage: 20
},
],
weaknesses: [

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Bulbasaur",
fr: "Bulbizarre"
},
illustrator: "Hajime Kusajima",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Ram",
fr: "Charge"
},
damage: 10,
@ -40,11 +42,13 @@ const card: Card = {
],
name: {
en: "Gouge",
fr: "Griffes rétractiles"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires."
},
damage: 20,
damage: "20+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Caterpie",
fr: "Chenipan"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Signs of Evolution",
fr: "Signes d'évolution"
},
effect: {
en: "Search your deck for a Metapod and a Butterfree card, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck une carte Chrysacier et une carte Papilusion, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck."
},
},
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "String Shot",
fr: "Sécrétion"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Charmander",
fr: "Salamèche"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Singe",
fr: "Roussir"
},
effect: {
en: "The Defending Pokémon is now Burned.",
fr: "Le Pokémon Défenseur est maintenant Brûlé."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Charmander",
fr: "Salamèche"
},
illustrator: "Midori Harada",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Headbutt",
fr: "Coup d'boule"
},
damage: 10,
@ -40,6 +42,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Clefairy",
fr: "Mélofée"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Gesture",
fr: "Geste"
},
effect: {
en: "Choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
fr: "Choisissez un des Pokémon du Banc de votre adversaire et échangez-le avec le Pokémon Défenseur. Votre adversaire choisit le Pokémon Défenseur à échanger."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Moon Kick",
fr: "Coup d'pied lunaire"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Kangaskhan",
fr: "Kangourex"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Fetch",
fr: "Rapporte"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Headbutt",
fr: "Coup d'boule"
},
damage: 20,
@ -54,11 +58,13 @@ const card: Card = {
],
name: {
en: "One-Two Punch",
fr: "En deux punch"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires."
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Cubone",
fr: "Osselait"
},
illustrator: "Aya Kusube",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Beat",
fr: "Bataille"
},
damage: 10,
@ -40,9 +42,11 @@ const card: Card = {
],
name: {
en: "Linear Attack",
fr: "Attaque linéaire"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 20 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Diglett",
fr: "Taupikeur"
},
illustrator: "Hajime Kusajima",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Dig Under",
fr: "Terrassement"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 10 dégâts. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Doduo",
fr: "Doduo"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Run Around",
fr: "Courrir dans tous les sens"
},
effect: {
en: "Switch Doduo with 1 of your Benched Pokémon.",
fr: "Échangez Doduo avec 1 des Pokémon de votre Banc."
},
},
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Random Peck",
fr: "Coup d'bec au pif"
},
effect: {
en: "Flip 2 coins. This attack does 10 damage plus 10 more damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque face."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Gastly",
fr: "Fantominus"
},
illustrator: "Ken Sugimori",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Slow Trip Gas",
fr: "Gaz ralentisseur"
},
effect: {
en: "At the end of your opponent's next turn, the Defending Pokémon is now Confused.",
fr: "À la fin du prochain tour de votre adversaire, le Pokémon Défenseur est Confus."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Growlithe",
fr: "Caninos"
},
illustrator: "Ken Sugimori",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 10,
@ -41,6 +43,7 @@ const card: Card = {
],
name: {
en: "Flame Tail",
fr: "Queue de flammes"
},
damage: 40,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Jigglypuff",
fr: "Rondoudou"
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Sleep Inducer",
fr: "Poussododo"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep.",
fr: "Échangez 1 des Pokémon du Banc de votre adversaire avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger. Le nouveau Pokémon Défenseur est maintenant Endormi."
},
},
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Quick Blow",
fr: "Coup d'poing éclair"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Krabby",
fr: "Krabby"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -28,6 +29,7 @@ const card: Card = {
],
name: {
en: "Irongrip",
fr: "Poigne de fer"
},
damage: 10,
@ -39,9 +41,11 @@ const card: Card = {
],
name: {
en: "Nap",
fr: "Tit'sieste"
},
effect: {
en: "Remove 2 damage counters from Krabby (remove 1 if there is only 1).",
fr: "Retirez à Krabby 2 marqueurs de dégât (ou 1 s'il n'y en a qu'1)."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Magikarp",
fr: "Magicarpe"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Surprise Attack",
fr: "Attaque surprise"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
},
damage: 10,
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Ascension",
fr: "Ascension"
},
effect: {
en: "Search your deck for a card that evolves from Magikarp and put it on Magikarp. (This counts as evolving Magikarp.) Shuffle your deck afterward.",
fr: "Cherchez dans votre deck une carte qui évolue de Magicarpe et placez-la sur Magicarpe. (Vous faites ainsi évoluer Magicarpe.) Ensuite, mélangez votre deck."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Magnemite",
fr: "Magneti"
},
illustrator: "Ken Sugimori",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Supersonic",
fr: "Ultrason"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Speed Ball",
fr: "Balle rapide"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Meowth",
fr: "Miaouss"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Collect",
fr: "Collectionner"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Cat Kick",
fr: "Coup d'patte"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Marowak",
fr: "Ossatueur"
},
illustrator: "Aya Kusube",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Linear Attack",
fr: "Attaque linéaire"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez un des Pokémon de votre adversaire. Cette attaque lui inflige 30 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
},
},
@ -45,11 +48,13 @@ const card: Card = {
],
name: {
en: "Vengeance",
fr: "Vengeance"
},
effect: {
en: "Does 30 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way.",
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque Pokémon de base et chaque carte Évolution dans votre pile de défausse. Vous ne pouvez pas infliger plus de 60 dégâts de cette façon."
},
damage: 30,
damage: "30+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Nidoran♀",
fr: "Nidoran ♀"
},
illustrator: "Naoyo Kimura",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Look for Friends",
fr: "À la recherche d'amis"
},
effect: {
en: "Reveal cards from your deck until you reveal a Basic Pokémon. Show that card to your opponent and put it into your hand. Shuffle the other revealed cards into your deck. (If you don't reveal a Basic Pokémon, shuffle all the revealed cards back into your deck.)",
fr: "Retournez des cartes de votre deck jusqu'à ce que vous trouviez un Pokémon de base. Montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez à votre deck les autres cartes retournées. (Si vous ne trouvez pas de Pokémon de base, mélangez à votre deck toutes les cartes retournées.)"
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Nidoran♂",
fr: "Nidoran ♂"
},
illustrator: "Hisao Nakamura",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Call for Family",
fr: "Appel à la famille"
},
effect: {
en: "Search your deck for a Nidoran ♀ or a Nidoran ♂ card and put it onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck une carte Nidoran ♀ ou une carte Nidoran ♂ et placez-la sur votre Banc. Ensuite, mélangez votre deck."
},
},
@ -40,11 +43,13 @@ const card: Card = {
],
name: {
en: "Double Stab",
fr: "Coup double"
},
effect: {
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 faces."
},
damage: 10,
damage: "10×",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Paras",
fr: "Paras"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Call for Family",
fr: "Appel à la famille"
},
effect: {
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base et placez-les sur votre Banc. Ensuite, mélangez votre deck."
},
},
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Toxic Spore",
fr: "Spore toxik"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Pidgey",
fr: "Roucool"
},
illustrator: "Midori Harada",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Corner",
fr: "Angle"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Gust",
fr: "Tornade"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Pikachu",
fr: "Pikachu"
},
illustrator: "Midori Harada",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Plasma",
fr: "Plasma"
},
effect: {
en: "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Pikachu.",
fr: "Lancez une pièce. Si c'est face, cherchez une carte Énergie dans votre pile de défausse et attachez-la à Pikachu."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Poliwag",
fr: "Ptitard"
},
illustrator: "Ken Sugimori",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Spiral Attack",
fr: "Attaque en spirale"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
},
},
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
en: "Tail Whap",
fr: "Queue battoir"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Ponyta",
fr: "Ponyta"
},
illustrator: "Ken Sugimori",
rarity: "Common",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Stomp",
fr: "Écrasement"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires."
},
damage: 20,
damage: "20+",
},
],

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Rattata",
fr: "Rattata"
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Collect",
fr: "Collectionner"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte."
},
},
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Scratch",
fr: "Griffe"
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Seel",
fr: "Otaria"
},
illustrator: "Toshinao Aoki",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Horn Hazard",
fr: "Chanc'korne"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
},
damage: 30,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Shellder",
fr: "Kokiyas"
},
illustrator: "Aya Kusube",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Minimize",
fr: "Lilliput"
},
effect: {
en: "During your opponent's next turn, any damage done to Shellder by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Lors du prochain tour de votre adversaire, les dégâts infligés à Kokiyas par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance)."
},
},
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Wave Splash",
fr: "Grosse vague"
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Nidoking",
fr: "Nidoking"
},
illustrator: "Hisao Nakamura",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Power Gene",
fr: "Puissance génétique"
},
effect: {
en: "As long as Nidoking is in play, your attacks by Nidoran ♀, Nidorina, Nidoqueen, Nidoran ♂, and Nidorino do 10 more damage to the Defending Pokemon.",
fr: "Tant que Nidoking est en jeu, les attaques effectuées par Nidoran ♀, Nidorina, Nidoqueen, Nidoran ♂ et Nidorino infligent 10 dégâts supplémentaires au Pokémon Défenseur."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Earth Poison",
fr: "Poison de terre"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Poisoned.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, il est maintenant Empoisonné."
},
damage: 40,
@ -57,9 +62,11 @@ const card: Card = {
],
name: {
en: "Bound Crush",
fr: "Saut destructeur"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Nidoking can't use Bound Crush during your next turn.",
fr: "Choisissez un des Pokémon de votre adversaire. Cette attaque lui inflige 60 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.) Nidoking ne pourra pas utiliser Saut destructeur lors de votre prochain tour."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Slowpoke",
fr: "Ramoloss"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Confusion Wave",
fr: "Vague de confusion"
},
effect: {
en: "Both Slowpoke and the Defending Pokémon are now Confused.",
fr: "Ramoloss et le Pokémon Défenseur sont maintenant Confus."
},
},

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Spearow",
fr: "Piafabec"
},
illustrator: "Hisao Nakamura",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Claw",
fr: "Mâchoire"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
},
damage: 10,
@ -42,6 +45,7 @@ const card: Card = {
],
name: {
en: "Wing Attack",
fr: "Cru-aile"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Squirtle",
fr: "Carapuce"
},
illustrator: "Toshinao Aoki",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Sleepy Ball",
fr: "Boule dodo"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Squirtle",
fr: "Carapuce"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Bubble",
fr: "Écume"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
},
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Smash Turn",
fr: "Tour fracassant"
},
effect: {
en: "After your attack, you may switch Squirtle with 1 of your Benched Pokémon.",
fr: "Après votre attaque, vous pouvez échanger Carapuce avec 1 des Pokémon de votre Banc."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Venonat",
fr: "Mimitoss"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Psycho Waves",
fr: "Psycho-vagues"
},
effect: {
en: "Discard an Energy card attached to Venonat. The Defending Pokémon is now Confused.",
fr: "Défaussez une carte Énergie attachée à Mimitoss. Le Pokémon Défenseur est maintenant Confus."
},
},
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 10,

Some files were not shown because too many files have changed in this diff Show More