diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP01.ts b/data/Diamond & Pearl/DP Black Star Promos/DP01.ts index f6cdb53c3..29731c12f 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP01.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP01.ts @@ -4,28 +4,32 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Turtwig", + fr: "Tortipouss" }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 387, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { name: { en: "Tackle", + fr: "Charge" }, damage: 10, @@ -37,18 +41,21 @@ const card: Card = { ], name: { en: "Razor Leaf", + fr: "Tranch'herbe" }, damage: 20, }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", @@ -56,9 +63,9 @@ const card: Card = { }, ], - - - + description: { + fr: "La coquille sur son dos est faite de terre. Elle durcit lorsqu'il s'abreuve. Il vit le long des lacs." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP02.ts b/data/Diamond & Pearl/DP Black Star Promos/DP02.ts index 2b92409c4..1763f59c4 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP02.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP02.ts @@ -4,28 +4,32 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Chimchar", + fr: "Ouisticram" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 390, ], + hp: 50, + types: [ "Fire", ], stage: "Basic", - attacks: [ { name: { en: "Scratch", + fr: "Griffe" }, damage: 10, @@ -38,14 +42,17 @@ const card: Card = { ], name: { en: "Ember", + fr: "Flammèche" }, effect: { en: "Flip a coin. If tails, discard a Fire Energy attached to Chimchar.", + fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Ouisticram." }, damage: 30, }, ], + weaknesses: [ { type: "Water", @@ -53,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il escalade prestement les falaises escarpées et vit sur les sommets. Sa flamme s'éteint quand il dort." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP03.ts b/data/Diamond & Pearl/DP Black Star Promos/DP03.ts index cb6afaaf1..45cc6ff9c 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP03.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP03.ts @@ -4,24 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Piplup", + fr: "Tiplouf" }, + illustrator: "Atsuko Nishida", rarity: "Common", - category: "Trainer", - + category: "Pokemon", set: Set, + dexId: [ 393, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - - weaknesses: [ { type: "Lightning", @@ -29,10 +31,29 @@ const card: Card = { }, ], + description: { + fr: "Il est fier et déteste accepter la nourriture qu'on lui offre. Son pelage épais le protège du froid." + }, + attacks: [{ + name: { + fr: "Picpic" + }, + damage: 10 + }, { + cost: ["Water", "Colorless"], + name: { + fr: "Éclaboussure" + }, + effect: { + 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+" + }] } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP05.ts b/data/Diamond & Pearl/DP Black Star Promos/DP05.ts index 071fd332a..0168de7fa 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP05.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP05.ts @@ -4,26 +4,17 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Tropical Wind", + fr: "Vent tropical" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Trainer", - set: Set, - - - - - - - - - - - - - + effect: { + fr: "Lancez une pièce. Si c'est face, retirez 2 marqueurs de dégât à chaque Pokémon Actif (ou un si un Pokémon n'en possède qu'un). Si c'est pile, chaque Pokémon Actif est maintenant Endormi." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP07.ts b/data/Diamond & Pearl/DP Black Star Promos/DP07.ts index 0b686553d..37c80aa77 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP07.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP07.ts @@ -4,24 +4,29 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Cranidos", + fr: "Kranidos" }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 408, ], + hp: 70, + types: [ "Fighting", ], + evolveFrom: { en: "Skull Fossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,6 +35,7 @@ const card: Card = { ], name: { en: "Headbutt", + fr: "Coup d'boule" }, damage: 20, @@ -42,14 +48,17 @@ const card: Card = { ], name: { en: "Steamroll", + fr: "Rouleau compresseur" }, 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 de Banc.)" }, damage: 30, }, ], + weaknesses: [ { type: "Grass", @@ -57,10 +66,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il vivait dans la jungle il y a environ 100 millions d'années. Son crâne est dur comme du fer." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP08.ts b/data/Diamond & Pearl/DP Black Star Promos/DP08.ts index 140b6fa69..b05f6bae1 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP08.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP08.ts @@ -4,24 +4,29 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Shieldon", + fr: "Dinoclier" }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 410, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Armor Fossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Hard Face", + fr: "Visage dur" }, effect: { en: "During your opponents next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance).", + fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Dinoclier par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance)." }, damage: 20, @@ -46,20 +53,24 @@ const card: Card = { ], name: { en: "Shield Attack", + fr: "Attaque de bouclier" }, effect: { en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.", + fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires." }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -67,9 +78,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Un Pokémon qui vivait dans la jungle il y a 100 millions d'années. Son visage est très dur." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP09.ts b/data/Diamond & Pearl/DP Black Star Promos/DP09.ts index 381be71f5..c456b73d9 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP09.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP09.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Torterra", + fr: "Torterra" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Forest Murmurs", + fr: "Murmures de la forêt" }, effect: { en: "Once during your turn (before your attack), if you have more Prize cards left than your opponent, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. This power can't be used if Torterra is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si vous possédez plus de cartes Récompense que votre adversaire, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec 1 des Pokémon Défenseurs. Ce pouvoir ne peut pas être utilisé si Torterra est affecté par un État Spécial." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Vigorous Dash", + fr: "Ruée vigoureuse" }, effect: { en: "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Torterra does 30 damage to itself.", + fr: "Inflige 30 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 de Banc.) Torterra s'inflige 30 dégâts." }, damage: 100, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP10.ts b/data/Diamond & Pearl/DP Black Star Promos/DP10.ts index 7fe3f61d6..36f94d809 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP10.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP10.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Infernape", + fr: "Simiabraz" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Burning Head", + fr: "Tête brûlante" }, effect: { en: "Once during your turn (before your attack), you may look at the top 3 cards of your deck, choose 1 of them, and put it into your hand. Discard the other 2 cards. This power can't be used if Infernape is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez regarder les 3 cartes du dessus de votre deck. Choisissez-en 1 et placez-la dans votre main. Défaussez les 2 autres cartes. Ce pouvoir ne peut pas être utilisé si Simiabraz est affecté par un État Spécial." }, }, ], @@ -39,9 +42,11 @@ const card: Card = { ], name: { en: "Flare Up", + fr: "Brasier ardent" }, effect: { en: "Search your discard pile for 8 Fire Energy cards, show them to your opponent, and shuffle them into your deck. (This attack does nothing if you don't have 8 Fire Energy cards in your discard pile.)", + fr: "Choisissez dans votre pile de défausse 8 cartes Énergie Fire, montrez-les à votre adversaire et mélangez-les à votre deck. (Cette attaque est sans effet si vous n'avez pas 8 cartes Énergie Fire dans votre pile de défausse.)" }, damage: 150, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP11.ts b/data/Diamond & Pearl/DP Black Star Promos/DP11.ts index d343c26de..a46fa075d 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP11.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP11.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Empoleon", + fr: "Pingoléon" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Supreme Command", + fr: "Commandant en chef" }, effect: { en: "Once during your turn (before your attack), you may choose up to 2 cards from your opponent's hand without looking and put them face down next to the Defending Pokémon. (These cards are not in play or in your opponent's hand.) At the end of your opponent's next turn, return those cards to your opponent's hand. This power can't be used if Empoleon is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir sans regarder jusqu'à 2 cartes de la main de votre adversaire et les placer face cachée à côté du Pokémon Défenseur. (Ces cartes ne sont ni en jeu ni dans la main de votre adversaire.) À la fin du prochain tour de votre adversaire, replacez ces cartes dans la main de votre adversaire. Ce pouvoir ne peut pas être utilisé si Pingoléon est affecté par un État Spécial." }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Hydro Impact", + fr: "Hydro-impact" }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't attack during your next turn.", + fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 80 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc). Pingoléon ne peut pas attaquer lors de votre prochain tour." }, }, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP12.ts b/data/Diamond & Pearl/DP Black Star Promos/DP12.ts index 0a0d9d28d..f00b420b9 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP12.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP12.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Lucario", + fr: "Lucario" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Stance", + fr: "Position" }, effect: { en: "Once during your turn (before your attack), when you put Lucario LV.X from your hand onto your Active Lucario, you may use this power. Prevent all effects of an attack, including damage, done to Lucario during your opponent's next turn. (If Lucario is no longer your Active Pokémon, this effect ends.)", + fr: "Une seule fois lors de votre tour (avant votre attaque), lorsque vous placez Lucario NIV.X de votre main sur votre Lucario Actif, vous pouvez utiliser ce pouvoir. Prévenez tous les effets d'une attaque, dégâts inclus infligés à Lucario lors du prochain tour de votre adversaire. (Si Lucario n'est plus votre Pokémon Actif, cet effet se termine.)" }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Close Combat", + fr: "Close Combat" }, effect: { en: "During your opponent's next turn, any damage done to Lucario by attacks is increased by 30 (after applying Weakness and Resistance).", + fr: "Lors du prochain tour de votre adversaire, tous les dégâts infligés à Lucario par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance)." }, damage: 80, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP16.ts b/data/Diamond & Pearl/DP Black Star Promos/DP16.ts index f0c663005..9c0f1c4ae 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP16.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP16.ts @@ -4,16 +4,20 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Pikachu", + fr: "Pikachu" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 60, + types: [ "Lightning", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Electro Recycle", + fr: "Électro-recyclage" }, effect: { en: "Once during your turn (before your attack), if Pichu is anywhere under Pikachu, you may search your discard pile for a Lightning Energy card, show it to your opponent, and put it into your hand. This power can't be used if Pikachu is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Pichu se trouve sous Pikachu, vous pouvez chercher une carte Énergie Lightning dans votre pile de défausse. Montrez-la à votre adversaire et placez-la dans votre main. Ce pouvoir ne peut pas être utilisé ne peut pas être utilisé si Pikachu est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -39,20 +46,24 @@ const card: Card = { ], name: { en: "BikaBika", + fr: "BikeBika" }, 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+", }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", @@ -60,9 +71,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il vit en forêt avec ses pairs. Il accumule l'électricité dans les poches de ses joues." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP17.ts b/data/Diamond & Pearl/DP Black Star Promos/DP17.ts index be673035e..a17463650 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP17.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP17.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Dialga", + fr: "Dialga" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Time Skip", + fr: "Bond temporel" }, effect: { en: "Once during your turn (before your attack), you may have your opponent flip 2 coins. If both of them are heads, your turn ends. If both of them are tails, after your opponent draws a card at the beginning of his or her next turn, his or her turn ends. This power can't be used if Dialga is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez demander à votre adversaire de lancer 2 pièces. Si ce sont 2 faces, votre tour se termine. Si ce sont 2 piles, le tour de votre adversaire se termine après qu'il ou elle ait pioché une carte au début de son prochain tour. Ce pouvoir ne peut pas être utilisé si Dialga est affecté par un État Spécial." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Metal Flash", + fr: "Flash métallique" }, effect: { en: "During your next turn, Dialga can't use Metal Flash.", + fr: "Lors de votre prochain tour, Dialga ne peut pas utiliser Flash métallique." }, damage: 80, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP18.ts b/data/Diamond & Pearl/DP Black Star Promos/DP18.ts index 816105533..08ceaf711 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP18.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP18.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Palkia", + fr: "Palkia" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Restructure", + fr: "Restructurer" }, effect: { en: "Once during your turn (before your attack), you may have your opponent switch 1 of your Active Pokémon with 1 of your Benched Pokémon. Then, you switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. This power can't be used if Palkia is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez demander à votre adversaire d'échanger 1 de vos Pokémon Actifs avec 1 des Pokémon de votre Banc. Ensuite, vous échangez 1 des Pokémon Défenseurs avec 1 des Pokémon de Banc de votre adversaire. Ce pouvoir ne peut pas être utilisé si Palkia est affecté par un État Spécial." }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Hydro Reflect", + fr: "Hydro-reflet" }, effect: { en: "You may move all Energy cards attached to Palkia to your Benched Pokémon in any way you like. (Ignore this effect if you don't have any Benched Pokémon.)", + fr: "Vous pouvez déplacer toutes les cartes Énergie attachées à Palkia sur vos Pokémon de Banc de la façon que vous voulez. (Ignorez cet effet si vous ne possédez pas de Pokémon de Banc.)" }, damage: 60, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP19.ts b/data/Diamond & Pearl/DP Black Star Promos/DP19.ts index 319426353..d67c2f067 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP19.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP19.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Darkrai", + fr: "Darkrai" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Dark Shadow", + fr: "Ombre obscure" }, effect: { en: "Each basic Darkness Energy card attached to your Darkness Pokémon now has the effect \"If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance).\" You can't use more than 1 Dark Shadow Poké-Body each turn.", + fr: "Chaque carte Énergie de base Darkness attachée à votre Pokémon Darkness possède désormais l'effet 'Si le Pokémon auquel Énergie Obscurité est attachée attaque, cette attaque inflige 10 dégâts supplémentaires aux Pokémon Actifs (avant application de la Faiblesse et de la Résistance).' Vous ne pouvez pas utiliser plus d'1 Poké-Body Ombre obscure par tour." }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Endless Darkness", + fr: "Obscurité sans fin" }, effect: { en: "The Defending Pokémon is now Asleep. Flip 2 coins instead of 1 between turns. If either of them is tails, the Defending Pokémon is still Asleep. If both of them are tails, the Defending Pokémon is Knocked Out.", + fr: "Le Pokémon Défenseur est maintenant Endormi. Lancez 2 pièces au lieu d'1 entre deux tours. Si l'une d'elle est pile, le Pokémon Défenseur est toujours Endormi. Si ce sont deux piles, le Pokémon Défenseur est mis K.O." }, damage: 40, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP20.ts b/data/Diamond & Pearl/DP Black Star Promos/DP20.ts index 741a9d31b..be8b8ec57 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP20.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP20.ts @@ -4,24 +4,29 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Magmortar", + fr: "Maganon" }, + illustrator: "Hiroaki Ito", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 467, ], + hp: 100, + types: [ "Fire", ], + evolveFrom: { en: "Magmar", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Smoke Bomb", + fr: "Bombe fumante" }, 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.", + fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet." }, damage: 30, @@ -46,14 +53,17 @@ const card: Card = { ], name: { en: "Flame Drum", + fr: "Feu roulant" }, effect: { en: "If Magby isn't anywhere under Magmortar, discard 2 Energy cards from your hand. (If you can't discard 2 Energy cards from your hand, this attack does nothing.)", + fr: "Si Magby ne se trouve pas sous Maganon, défaussez 2 cartes Énergies de votre main. (Si vous ne pouvez pas défausser 2 cartes Énergie de votre main, cette est sans effet.)" }, damage: 80, }, ], + weaknesses: [ { type: "Water", @@ -61,10 +71,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il projette des boules de feu de 2000°C à bout de bras. Il vit dans les cratères volcaniques." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP21.ts b/data/Diamond & Pearl/DP Black Star Promos/DP21.ts index 0714ecbe3..61de53e6f 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP21.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP21.ts @@ -4,33 +4,40 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Raichu", + fr: "Raichu" }, + illustrator: "Daisuke Ito", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 26, ], + hp: 90, + types: [ "Lightning", ], + evolveFrom: { en: "Pikachu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { name: { en: "Electromagnetic Induction", + fr: "Démarrage électromagnétìque" }, effect: { en: "Search your deck for up to 2 Lightning Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck jusqu'à 2 cartes Énergie Lightning et attachez-les à 1 de vos Pokémon. Ensuite, mélangez votre deck." }, }, @@ -41,20 +48,24 @@ const card: Card = { ], name: { en: "Explosive Thunder", + fr: "Tonnerre explosif" }, effect: { en: "Discard all basic Lightning Energy cards attached to Raichu. This attack does 30 damage times the number of Lightning Energy cards you discarded.", + fr: "Défaussez toutes les cartes Énergie Lightning attachées à Raichu. Cette attaque inflige 30 dégâts multipliés par le nombre de cartes Énergie défaussées." }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -62,9 +73,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il devient agressif lorsque son corps contient trop d'électricité. Il la décharge par sa queue." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP22.ts b/data/Diamond & Pearl/DP Black Star Promos/DP22.ts index 3f149f0a3..1b0b4d7f6 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP22.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP22.ts @@ -4,16 +4,20 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Mime Jr.", + fr: "Mime Jr." }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 439, ], + hp: 40, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Baby Evolution", + fr: "Évolution bébé" }, effect: { en: "Once during your turn (before your attack), you may put Mr. Mime from your hand onto Mime Jr. (this counts as evolving Mime Jr.) and remove all damage counters from Mime Jr..", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placez M. Mime de votre main sur Mime Jr. (vous le faites ainsi évoluer et retirer à Mime Jr. tous ses marqueurs de dégât." }, }, ], + attacks: [ { cost: [ @@ -38,13 +45,16 @@ const card: Card = { ], name: { en: "Mime", + fr: "Mime" }, effect: { en: "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand.", + fr: "Mélangez votre main à votre deck. Ensuite, piochez autant de cartes qu'il y a de cartes dans la main de votre adversaire." }, }, ], + weaknesses: [ { type: "Psychic", @@ -52,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il imite ses ennemis. Une fois imités, ils ne peuvent plus quitter ce Pokémon des yeux." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP23.ts b/data/Diamond & Pearl/DP Black Star Promos/DP23.ts index 19ee0bf95..0d1640c62 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP23.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP23.ts @@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Glameow", + fr: "Chaglam" }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 431, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Charm", + fr: "Charme" }, 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).", + fr: "Lors du prochain tour de votre adversaire, tous 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)." }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Pose", + fr: "Pose" }, 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, }, ], + weaknesses: [ { type: "Fighting", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il griffe quand il est en colère et ronronne quand il est heureux. Certains aiment ce côté lunatique." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP24.ts b/data/Diamond & Pearl/DP Black Star Promos/DP24.ts index 2506d3f74..70fe0cdec 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP24.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP24.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Darkrai", + fr: "Darkrai" }, illustrator: "Kouki Saitou", rarity: "Common", @@ -28,11 +29,13 @@ const card: Card = { ], name: { en: "Spacial Rend", + fr: "Spatio-Rift" }, effect: { en: "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it.", + fr: "Choisissez dans votre deck une carte Stade, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck. Si une carte Stade est en jeu, défaussez-la." }, - damage: 80, + damage: 10, }, { @@ -41,13 +44,18 @@ const card: Card = { "Metal", "Metal", ], + name: { en: "Roar of Time", - }, - effect: { - en: "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)", + fr: "Hurle-Temps" }, + effect: { + en: "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)", + fr: "Choisissez 3 Pokémon dans votre pile de défausse. Montrez-les à votre adversaire et placez-les sur le dessus de votre deck. Ensuite, mélangez votre deck. (Si vous ne possédez pas 3 Pokémon dans votre pile de défausse, cette attaque est sans effet.)" + }, + + damage: 80 }, ], weaknesses: [ diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP25.ts b/data/Diamond & Pearl/DP Black Star Promos/DP25.ts index 071fd332a..0168de7fa 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP25.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP25.ts @@ -4,26 +4,17 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Tropical Wind", + fr: "Vent tropical" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Trainer", - set: Set, - - - - - - - - - - - - - + effect: { + fr: "Lancez une pièce. Si c'est face, retirez 2 marqueurs de dégât à chaque Pokémon Actif (ou un si un Pokémon n'en possède qu'un). Si c'est pile, chaque Pokémon Actif est maintenant Endormi." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP26.ts b/data/Diamond & Pearl/DP Black Star Promos/DP26.ts index e09ff8237..48df59529 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP26.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP26.ts @@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Dialga", + fr: "Dialga" }, + illustrator: "Kazuyuki Kano", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 483, ], + hp: 90, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Time Bellow", + fr: "Appel temporel" }, effect: { en: "Draw a card.", + fr: "Piochez une carte." }, damage: 10, @@ -43,20 +48,24 @@ const card: Card = { ], name: { en: "Flash Cannon", + fr: "Luminocanon" }, effect: { en: "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck.", + fr: "Vous pouvez reprendre dans votre main toutes les cartes Énergies attachées à Dialga. Retirez alors au Pokémon Défenseur la carte Évolution au niveau le plus élevé et mélangez-là au deck de votre adversaire." }, damage: 40, }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", @@ -64,9 +73,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il peut contrôler le temps. Les mythes de Sinnoh en parlent comme d'une divinité ancienne." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP27.ts b/data/Diamond & Pearl/DP Black Star Promos/DP27.ts index 0a03764b7..e58c16301 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP27.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP27.ts @@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Palkia", + fr: "Palkia" }, + illustrator: "Daisuke Ito", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 484, ], + hp: 90, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Spacial Rend", + fr: "Spatio-Rift" }, effect: { en: "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it.", + fr: "Choisissez dans votre deck une carte Stade, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck. Si une carte Stade est en jeu, défaussez-la." }, damage: 10, @@ -43,14 +48,17 @@ const card: Card = { ], name: { en: "Transback", + fr: "Transfert" }, effect: { en: "You may flip a coin. If heads, discard all Energy attached to Palkia and put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward.", + fr: "Vous pouvez lancer une pièce. Si c'est face, défaussez toutes les Énergies attachées à Palkia et placez le Pokémon Défenseur ainsi que toutes les cartes qui lui sont attachées au dessus du deck de votre adversaire. Ensuite, votre adversaire mélange son deck." }, damage: 40, }, ], + weaknesses: [ { type: "Lightning", @@ -58,10 +66,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il peut modeler l'espace. Les mythes de Sinnoh en parlent comme d'une divinité ancienne." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP28.ts b/data/Diamond & Pearl/DP Black Star Promos/DP28.ts index 55c9b2da3..e0f56b45f 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP28.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP28.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Mewtwo", + fr: "Mewtwo" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Psybarrier", + fr: "Barrage psy" }, effect: { en: "Prevent all effects of attacks, including damage, done to Mewtwo by your opponent's Pokémon that isn't an Evolved Pokémon.", + fr: "Prévenez tous les effets d'attaques dégâts inclus, infligés à Mewtwo par un Pokémon de votre adversaire n'étant pas un Pokémon Évolué." }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Giga Burn", + fr: "Giga brûlure" }, effect: { en: "Discard all Energy attached to Mewtwo.", + fr: "Défaussez toutes les Énergies attachées à Mewtwo." }, damage: 120, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP29.ts b/data/Diamond & Pearl/DP Black Star Promos/DP29.ts index 09609b5ac..bf27cd3a5 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP29.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP29.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Rhyperior", + fr: "Rhinastoc" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -26,11 +27,13 @@ const card: Card = { name: { en: "Hard Crush", + fr: "Écras'dur" }, effect: { en: "Discard the top 5 cards of your deck. This attack does 50 damage for each Energy card you discarded.", + fr: "Défaussez les 5 cartes du dessus de votre deck. Cette attaque inflige 50 dégâts par chaque carte Énergie défaussée." }, - damage: 50, + damage: "50×", }, { @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Upthrow", + fr: "Soulèvement" }, effect: { en: "Search your discard pile for all Fighting Energy cards, show them to your opponent, and shuffle them into your deck.", + fr: "Cherchez dans votre pile de défausse toutes les cartes Énergie Fighting, montrez-les à votre adversaire et mélangez-les à votre deck." }, damage: 60, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP30.ts b/data/Diamond & Pearl/DP Black Star Promos/DP30.ts index f85798ece..7a23ad493 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP30.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP30.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Regigigas", + fr: "Regigigas" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Sacrifice", + fr: "Sacrifice" }, effect: { en: "Once during your turn (before your attack), you may choose 1 of your Pokémon and that Pokémon is Knocked Out. Then, search your discard pile for up to 2 basic Energy cards, attach them to Regigigas, and remove 8 damage counters from Regigigas. This power can't be used if Regigigas is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 des Pokémon que vous avez en jeu. Ce Pokémon est mis K.O. Ensuite, choisissez dans votre pile de défausse jusqu'à 2 cartes Énergie de base, attachez-les à Regigigas et retirez-lui 8 marqueurs de dégât. Ce pouvoir ne peut pas être utilisé si Regigigas est affecté par un État Spécial." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Giga Blaster", + fr: "Giga blaster" }, effect: { en: "Discard the top card from your opponent's deck. Then, choose 1 card from your opponent's hand without looking and discard it. Regigigas can't use Giga Blaster during your next turn.", + fr: "Défaussez la carte du dessus du deck de votre adversaire. Ensuite, choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la. Regigigas ne peut pas utiliser Giga blaster lors de votre prochain tour." }, damage: 100, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP31.ts b/data/Diamond & Pearl/DP Black Star Promos/DP31.ts index 0cb2fdd05..e1a748609 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP31.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP31.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Heatran", + fr: "Heatran" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Heat Metal", + fr: "Métal chauffant" }, effect: { en: "Your opponent can't remove the Special Condition Burned by evolving or devolving his or her Burned Pokémon. (This also includes putting a Pokémon Level-Up card onto the Burned Pokémon.) Whenever your opponent flips a coin for the Special Condition Burned between turns, treat it as tails.", + fr: "Votre adversaire ne peut pas retirer l'État Spécial Brûlé en évoluant ou dés-évoluant son Pokémon Brûlé. (Placer une carte Pokémon Niveau Sup sur votre Pokémon Brûlé inclus). Lorsque votre adversaire lance une pièce pour l'État Spécial Brûlé entre deux tours, considérez que c'est une pile." }, }, ], diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP32.ts b/data/Diamond & Pearl/DP Black Star Promos/DP32.ts index e08180043..f37c857f6 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP32.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP32.ts @@ -4,24 +4,29 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Magnezone", + fr: "Magnézone" }, + illustrator: "Kent Kanetsuna", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 462, ], + hp: 130, + types: [ "Metal", ], + evolveFrom: { en: "Magneton", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Mirror Shot", + fr: "Miroi-Tir" }, 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.", + fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet." }, damage: 40, @@ -47,20 +54,24 @@ const card: Card = { ], name: { en: "Magnet Slash", + fr: "Tranche magnétique" }, effect: { en: "Discard all Lightning Energy attached to Magnezone.", + fr: "Défaussez toutes l'Énergie Lightning attachées à Magnézone." }, damage: 100, }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Psychic", @@ -68,9 +79,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il a évolué suite à son exposition à un champ magnétique spécial. Ses 3 unités génèrent du magnétisme." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP33.ts b/data/Diamond & Pearl/DP Black Star Promos/DP33.ts index 08b0b9aad..b9de07f8a 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP33.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP33.ts @@ -4,22 +4,28 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Dusknoir", + fr: "Noctunoir" }, + illustrator: "Kent Kanetsuna", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 477, ], + hp: 130, + types: [ "Psychic", ], + evolveFrom: { en: "Dusclops", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Dark Hide", + fr: "Cachette obscure" }, effect: { en: "Once during your turn (before your attack), you may flip a coin. If heads, look at your opponent's hand, choose a Pokémon you find there, and put it on the bottom of his or her deck. This power can't be used if Dusknoir is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, regardez la main de votre adversaire, choisissez-y un Pokémon et placez-le au dessous de son deck. Ce pouvoir ne peut pas être utilisé si Noctunoir est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -42,20 +51,24 @@ const card: Card = { ], name: { en: "Reaper Pulse", + fr: "Pouls maléfique" }, effect: { en: "Move up to 2 damage counters from Dusknoir to 1 of your opponent's Benched Pokémon.", + fr: "Déplacez jusqu'à 2 marqueurs de dégât de Noctunoir sur 1 des Pokémon de Banc de votre adversaire." }, damage: 70, }, ], + weaknesses: [ { type: "Darkness", value: "+30" }, ], + resistances: [ { type: "Colorless", @@ -63,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "L'antenne sur sa tête capte les ondes radio du monde des esprits lui ordonnant d'y porter les gens." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP34.ts b/data/Diamond & Pearl/DP Black Star Promos/DP34.ts index 38cc45ace..e18d4bd4f 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP34.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP34.ts @@ -4,24 +4,29 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Drifblim", + fr: "Grodrive" }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 426, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Drifloon", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Wind Wave", + fr: "Bourrasque" }, effect: { en: "Search your discard pile for up to 5 in any combination of Pokémon and Supporter cards. Show them to your opponent and shuffle them into your deck.", + fr: "Choisissez dans votre pile de défausse n'importe quelle combinaison de jusqu'à 5 Pokémon et cartes Supporter. Montrez-les à votre adversaire et mélangez-les à votre deck." }, }, @@ -44,20 +51,24 @@ const card: Card = { ], name: { en: "Explosive Smoke", + fr: "Fumée explosive" }, effect: { en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, damage: 60, }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", @@ -65,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il somnole la journée et s'envole en grands groupes le soir venu. Nul ne sait où ils vont." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP35.ts b/data/Diamond & Pearl/DP Black Star Promos/DP35.ts index 0e8ad18ae..e811ea951 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP35.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP35.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Porygon-Z", + fr: "Porygon-Z" }, illustrator: "Kagemaru Himeno", rarity: "Common", @@ -27,9 +28,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Install", + fr: "Installation" }, effect: { en: "As often as you like during your turn (before your attack), move a Technical Machine card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Porygon-Z is affected by a Special Condition.", + fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez déplacer une carte Machine Technique attachée à 1 de vos Pokémon sur un autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial." }, }, ], @@ -38,9 +41,11 @@ const card: Card = { name: { en: "Learning", + fr: "Apprentissage" }, effect: { en: "Search your deck for a Pokémon LV.X that levels up from 1 of your Pokémon and put it onto that Pokémon. (This counts as leveling up that Pokémon). Shuffle your deck afterward.", + fr: "Choisissez dans votre deck un Pokémon NIV.X qui change de niveau à partir d'1 de vos Pokémon et placez-le sur ce Pokémon. (Vous le faites ainsi passer au niveau supérieur.) Ensuite, mélangez votre deck." }, }, @@ -51,11 +56,13 @@ const card: Card = { ], name: { en: "Overload", + fr: "Surcharge" }, effect: { en: "Does 40 damage plus 20 more damage for each Technical Machine card attached to Porygon-Z.", + fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque carte Machine Technique attachée à Porygon-Z." }, - damage: 40, + damage: "40+", }, ], diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP36.ts b/data/Diamond & Pearl/DP Black Star Promos/DP36.ts index 353f8baaa..670fac7d4 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP36.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP36.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Gliscor", + fr: "Scorvol" }, illustrator: "Kagemaru Himeno", rarity: "Common", @@ -27,9 +28,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Bind Eye", + fr: "Aveugle d'un oeil" }, effect: { en: "As long as Gliscor is your Active Pokémon, your opponent can't remove any Special Conditions by evolving or devolving his or her Pokémon. (This also includes putting a Pokémon Level-Up card onto that Pokémon.)", + fr: "Tant que Scorvol est votre Pokémon Actif, votre adversaire ne peut pas retirer d'États Spéciaux en faisant évoluer ou en dés-évoluant son Pokémon. (Placer une carte Niveau Sup sur ce Pokémon inclus.)" }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Cutting Turn", + fr: "Tour coupant" }, effect: { en: "Flip a coin. If heads, put damage counters on the Defending Pokémon until it is 10HP away from being Knocked Out. If you do, shuffle Gliscor and all cards attached to it into your deck.", + fr: "Lancez une pièce. Si c'est face, placez des marqueurs de dégât sur le Pokémon Défenseur jusqu'à ce qu'il ne lui reste plus que 10 PV. Mélangez ensuite à votre deck Scorvol ainsi que toutes les cartes qui lui sont attachées." }, }, @@ -52,9 +57,11 @@ const card: Card = { ], name: { en: "Friction Heat", + fr: "Friction chauffante" }, effect: { en: "The Defending Pokémon is now Burned.", + fr: "Le Pokémon Défenseur est maintenant Brûlé." }, damage: 20, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP37.ts b/data/Diamond & Pearl/DP Black Star Promos/DP37.ts index be673035e..a17463650 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP37.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP37.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Dialga", + fr: "Dialga" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Time Skip", + fr: "Bond temporel" }, effect: { en: "Once during your turn (before your attack), you may have your opponent flip 2 coins. If both of them are heads, your turn ends. If both of them are tails, after your opponent draws a card at the beginning of his or her next turn, his or her turn ends. This power can't be used if Dialga is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez demander à votre adversaire de lancer 2 pièces. Si ce sont 2 faces, votre tour se termine. Si ce sont 2 piles, le tour de votre adversaire se termine après qu'il ou elle ait pioché une carte au début de son prochain tour. Ce pouvoir ne peut pas être utilisé si Dialga est affecté par un État Spécial." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Metal Flash", + fr: "Flash métallique" }, effect: { en: "During your next turn, Dialga can't use Metal Flash.", + fr: "Lors de votre prochain tour, Dialga ne peut pas utiliser Flash métallique." }, damage: 80, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP38.ts b/data/Diamond & Pearl/DP Black Star Promos/DP38.ts index 217425138..de88299d3 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP38.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP38.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Giratina", + fr: "Giratina" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Invisible Tentacles", + fr: "Tentacules invisibles" }, effect: { en: "Whenever your opponent's Pokémon tries to attack, your opponent discards 1 card from his or her hand. (If your opponent can't discard 1 card, your opponent's Pokémon can't attack.) You can't use more than 1 Invisible Tentacles Poké-Body each turn.", + fr: "Lorsqu'1 des Pokémon de votre adversaire essaye d'attaquer, votre adversaire défausse 1 carte de sa main. (Si votre adversaire ne peut pas défausser de carte, le Pokémon de votre adversaire ne peut pas attaquer.) Vous ne pouvez pas utiliser plus d'1 Poké-Body Tentacules invisibles par tour." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Darkness Lost", + fr: "Obscurité perdue" }, effect: { en: "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it.", + fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Si les dégâts de cette attaque mettent K.O. 1 des Pokémon de votre adversaire, placez ce Pokémon ainsi que toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de les défausser." }, }, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP39.ts b/data/Diamond & Pearl/DP Black Star Promos/DP39.ts index 92d13830f..e9c6b71e7 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP39.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP39.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Shaymin", + fr: "Shaymin" }, illustrator: "Shizurow", rarity: "Common", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Revenge Seed", + fr: "Graine vengeresse" }, effect: { en: "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, each of Shaymin's attacks does 60 more damage to the Active Pokémon (before applying Weakness and Resistance).", + fr: "Si les dégâts d'une attaque de votre adversaire a mis K.O 1 de vos Pokémon Grass lors de son tour précédent, chacune des attaques de Shaymin inflige 60 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance)." }, }, ], @@ -39,9 +42,11 @@ const card: Card = { ], name: { en: "Energy Flare", + fr: "Énergie éclatante" }, effect: { en: "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like.", + fr: "Vous pouvez déplacer autant de cartes Énergie attachées à vos Pokémon que vous voulez sur vos autres Pokémon de la façon que vous voulez." }, damage: 50, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP40.ts b/data/Diamond & Pearl/DP Black Star Promos/DP40.ts index 6cbd58d7b..cf8dbd19a 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP40.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP40.ts @@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Regigigas", + fr: "Regigigas" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 486, ], + hp: 100, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,9 +33,11 @@ const card: Card = { ], name: { en: "Drag Off", + fr: "Traîne" }, effect: { en: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon.", + fr: "Avant d'infliger des dégâts, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec le Pokémon Défenseur." }, damage: 30, @@ -46,14 +51,17 @@ const card: Card = { ], name: { en: "Giga Hammer", + fr: "Giga marteau" }, effect: { en: "Regigigas can't use Giga Hammer during your next turn.", + fr: "Regigigas ne peut pas utiliser Giga marteau lors de votre prochain tour." }, damage: 80, }, ], + weaknesses: [ { type: "Fighting", @@ -61,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Une légende tenace veut que ce Pokémon ait traîné les continents en les attachant à des cordes." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP42.ts b/data/Diamond & Pearl/DP Black Star Promos/DP42.ts index 584d8aba1..01db24f09 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP42.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP42.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Carnivine G", + fr: "Vortente" }, illustrator: "Makoto Imai", rarity: "Common", @@ -28,9 +29,11 @@ const card: Card = { ], name: { en: "Power Whip", + fr: "Mégafouet" }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Energy attached to Carnivine 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 10 dégâts pour chaque Énergie attachée à Vortente . (Vous ne pouvez pas appliquer la Faiblesse et Résistance aux Pokémon de Banc.)" }, }, @@ -41,11 +44,13 @@ const card: Card = { ], name: { en: "Grass Knot", + fr: "Noeud Herbe" }, effect: { en: "Does 20 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost).", + fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Colorless dans le Coût de retraite du Pokémon Défenseur (après application des effets sur le Coût de retraite)." }, - damage: 20, + damage: "20+", }, ], diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP43.ts b/data/Diamond & Pearl/DP Black Star Promos/DP43.ts index b53995cf4..76067bfba 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP43.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP43.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Probopass G", + fr: "Tarinorme" }, illustrator: "Ryota Saito", rarity: "Common", @@ -29,9 +30,11 @@ const card: Card = { ], name: { en: "Nose Unit", + fr: "Bout du nez" }, effect: { en: "This attack does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de votre adversaire possédant des Poké-Bodies. (Vous ne pouvez pas appliquer la Faiblesse et Résistance aux Pokémon de Banc.)" }, }, @@ -44,9 +47,11 @@ const card: Card = { ], name: { en: "Loud Snort", + fr: "Gros grognement" }, effect: { en: "Probopass 's Retreat Cost is 0 until the end of your next turn.", + fr: "Le Coût de retraite de Tarinorme est de 0 jusqu'à la fin de votre prochain tour." }, damage: 70, diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP48.ts b/data/Diamond & Pearl/DP Black Star Promos/DP48.ts index 071fd332a..0168de7fa 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP48.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP48.ts @@ -4,26 +4,17 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Tropical Wind", + fr: "Vent tropical" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Trainer", - set: Set, - - - - - - - - - - - - - + effect: { + fr: "Lancez une pièce. Si c'est face, retirez 2 marqueurs de dégât à chaque Pokémon Actif (ou un si un Pokémon n'en possède qu'un). Si c'est pile, chaque Pokémon Actif est maintenant Endormi." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP50.ts b/data/Diamond & Pearl/DP Black Star Promos/DP50.ts index 112807317..274472dc7 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP50.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP50.ts @@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Arceus", + fr: "Dialga" }, + illustrator: "Kunihiko Yuyama", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 493, ], + hp: 90, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -31,14 +34,17 @@ const card: Card = { ], name: { en: "Judgment", + fr: "Jugement" }, effect: { en: "Discard all Energy cards attached to Arceus and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Défaussez toutes les cartes Énergie attachées à Arceus. Cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, damage: 80, }, ], + weaknesses: [ { type: "Fighting", @@ -46,10 +52,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On dit que son œuf a éclos dans le néant et qu'il est à l'origine de la création du monde." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP53.ts b/data/Diamond & Pearl/DP Black Star Promos/DP53.ts index 2c450bf23..26f9d1e63 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP53.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP53.ts @@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Arceus", + fr: "Arceus" }, illustrator: "Shizurow", rarity: "Common", diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP54.ts b/data/Diamond & Pearl/DP Black Star Promos/DP54.ts index 24ff0ed9d..d9b88b31e 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP54.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP54.ts @@ -4,26 +4,17 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Beginning Door", + fr: "Porte de départ" }, + illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", - set: Set, - - - - - - - - - - - - - + effect: { + fr: "Cherchez Arceus dans votre deck, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck." + } } export default card diff --git a/data/Diamond & Pearl/DP Black Star Promos/DP55.ts b/data/Diamond & Pearl/DP Black Star Promos/DP55.ts index 45a0c1243..87ad9b929 100644 --- a/data/Diamond & Pearl/DP Black Star Promos/DP55.ts +++ b/data/Diamond & Pearl/DP Black Star Promos/DP55.ts @@ -4,26 +4,18 @@ import Set from '../DP Black Star Promos' const card: Card = { name: { en: "Ultimate Zone", + fr: "Zone ultime" }, + illustrator: "Yusuke Ishikawa", rarity: "Common", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Stadium", + effect: { + fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous le pouvez pas jouer cette carte.\n\nLors du tour de chaque joueur, celui-ci peut déplacer une carte Énergie attachée à 1 de ses Pokémon de Banc sur son Arceus Actif autant de fois qu'il ou elle le veut." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/1.ts b/data/Diamond & Pearl/Diamond & Pearl/1.ts index d67d92de7..6cf94ddc3 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/1.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/1.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Dialga", fr: "Dialga", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 483, ], + hp: 90, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -56,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il peut contrôler le temps. Les mythes de Sinnoh en parlent comme d'une divinité ancienne." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/10.ts b/data/Diamond & Pearl/Diamond & Pearl/10.ts index d99899b95..dfb5ee734 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/10.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/10.ts @@ -54,7 +54,7 @@ const card: Card = { en: "Does 30 damage plus 20 more damage for each Energy attached to the Defending Pokémon.", fr: "Inflige 30 dégâts plus 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Défenseur.", }, - damage: 30, + damage: "30+", }, ], diff --git a/data/Diamond & Pearl/Diamond & Pearl/100.ts b/data/Diamond & Pearl/Diamond & Pearl/100.ts index 3fd53ea42..247ad3907 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/100.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/100.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Sneasel", fr: "Farfuret", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 215, ], + hp: 60, + types: [ "Darkness", ], stage: "Basic", - attacks: [ { cost: [ @@ -35,7 +37,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 faces.", }, - damage: 10, + damage: "10×", }, { @@ -54,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il se nourrit d'œufs volés dans des nids. Ses griffes crochues percent les défenses de l'ennemi." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/101.ts b/data/Diamond & Pearl/Diamond & Pearl/101.ts index 827d40abc..a3571575d 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/101.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/101.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Starly", fr: "Etourmi", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 396, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,26 +50,30 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ils volent en nombre. Bien que minuscule, il bat des ailes avec une vigueur impressionnante." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/102.ts b/data/Diamond & Pearl/Diamond & Pearl/102.ts index 0be2f5a89..0d1170f63 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/102.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/102.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Stunky", fr: "Moufouette", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 434, ], + hp: 60, + types: [ "Darkness", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,22 +54,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il se protège en expulsant un fluide nocif par son derrière. La puanteur dure 24 heures." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/103.ts b/data/Diamond & Pearl/Diamond & Pearl/103.ts index 51b099ebd..47b851578 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/103.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/103.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Turtwig", fr: "Tortipouss", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 387, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { @@ -46,22 +48,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "La coquille sur son dos est faite de terre. Elle durcit lorsqu'il s'abreuve. Il vit le long des lacs." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/104.ts b/data/Diamond & Pearl/Diamond & Pearl/104.ts index e71c59045..21597f667 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/104.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/104.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Wurmple", fr: "Chenipotte", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 265, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il adore manger des feuilles. Si un Etourmi l'attaque, il riposte avec les piquants de son postérieur." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/106.ts b/data/Diamond & Pearl/Diamond & Pearl/106.ts index f4f07d083..1d78f0422 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/106.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/106.ts @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Lancez 3 pièces. Pour chaque face, placez une carte Énergie de votre pile de défausse dans votre main. Si vous n'avez pas assez de cartes Énergie de base dans votre pile de défausse, placez-les toutes dans votre main.", + fr: "Lancez trois pièces. Chaque fois que c'est face, prenez une carte Énergie de base dans votre pile de défausse, montrez-la à votre adversaire et placez-la dans votre main. Si vous n'avez pas suffisamment de cartes Énergie dans votre pile de défausse, placez toutes vos cartes Énergie dans votre main.", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Diamond & Pearl/109.ts b/data/Diamond & Pearl/Diamond & Pearl/109.ts index 44b748585..796e81dfb 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/109.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/109.ts @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Attachez PlusPower à 1 de vos Pokémon. Défaussez cette carte à la fin de votre tour. Si le Pokémon auquel PlusPower est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).", + fr: "Attachez PlusPower à 1 de vos Pokémon. Défaussez cette carte à la fin de votre tour.\n\nPokémon auquel PlusPower est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Diamond & Pearl/11.ts b/data/Diamond & Pearl/Diamond & Pearl/11.ts index 4c78eb649..73c27e883 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/11.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/11.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Palkia", fr: "Palkia", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 484, ], + hp: 90, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -56,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -65,8 +68,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il peut modeler l'espace. Les mythes de Sinnoh en parlent comme d'une divinité ancienne." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/111.ts b/data/Diamond & Pearl/Diamond & Pearl/111.ts index 84604ebc1..2ac6ef5ac 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/111.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/111.ts @@ -4,7 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Pokédex HANDY910is", - fr: "Pokédex Handy910is", + fr: "Pokédex HANDY910is", }, illustrator: "Ryo Ueda", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Diamond & Pearl/112.ts b/data/Diamond & Pearl/Diamond & Pearl/112.ts index cc1580028..cf6a8268a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/112.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/112.ts @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.", + fr: "Choisissez 1 carte de votre main et mélangez le reste de vos cartes à votre deck. Ensuite, piochez 4 cartes. (Si c'est la seule carte que vous ayez en main, vous ne pouvez pas jouer cette carte.)", }, trainerType: "Supporter", diff --git a/data/Diamond & Pearl/Diamond & Pearl/113.ts b/data/Diamond & Pearl/Diamond & Pearl/113.ts index b8144b17a..a59692268 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/113.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/113.ts @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.", + fr: "Retournez les 5 cartes du dessus de votre deck. Votre adversaire choisit 3 de ces cartes. Placez ces cartes dans votre main et placez les 2 autres cartes au dessus de votre deck. Ensuite, mélangez votre deck.", }, trainerType: "Supporter", diff --git a/data/Diamond & Pearl/Diamond & Pearl/114.ts b/data/Diamond & Pearl/Diamond & Pearl/114.ts index 4b87e62ee..e6f4358f7 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/114.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/114.ts @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.", + fr: "Une seule fois lors du tour de chaque joueur, le joueur peut lancer une pièce jusqu'à ce qu'il ou elle obtienne pile. Pour chaque face, ce joueur pioche une carte.", }, trainerType: "Stadium", diff --git a/data/Diamond & Pearl/Diamond & Pearl/12.ts b/data/Diamond & Pearl/Diamond & Pearl/12.ts index a098ebd43..ba1bac500 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/12.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/12.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Rhyperior", fr: "Rhinastoc", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 464, ], + hp: 140, + types: [ "Fighting", ], + evolveFrom: { en: "Rhydon", fr: "Rhinoféros", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -56,22 +62,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+30" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 4, - - + description: { + fr: "Il bande ses muscles pour projeter des pierres ou des Racaillou depuis le creux de ses paumes." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/120.ts b/data/Diamond & Pearl/Diamond & Pearl/120.ts index 8858b6ff4..cc2d3c435 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/120.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/120.ts @@ -50,17 +50,7 @@ const card: Card = { fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 80 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc). Pingoléon ne peut pas attaquer lors de votre prochain tour.", }, - }, - { - - name: { - fr: "Level-Up Rule", - }, - effect: { - fr: "Placez cette carte sur votre Pingoléon Actif. Pingoléon LV X peut utiliser n'importe quel (le) attaque, Poké-Power ou Poké-Body de son Niveau précédent.", - }, - - }, + } ], weaknesses: [ { diff --git a/data/Diamond & Pearl/Diamond & Pearl/121.ts b/data/Diamond & Pearl/Diamond & Pearl/121.ts index 0c13660fe..cd0401c7f 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/121.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/121.ts @@ -50,17 +50,7 @@ const card: Card = { }, damage: 150, - }, - { - - name: { - fr: "Level-Up Rule", - }, - effect: { - fr: "Placez cette carte sur votre Simiabraz Actif. Simiabraz LV X peut utiliser n'importe quel (le) attaque, Poké-Power ou Poké-Body de son Niveau précédent.", - }, - - }, + } ], weaknesses: [ { diff --git a/data/Diamond & Pearl/Diamond & Pearl/122.ts b/data/Diamond & Pearl/Diamond & Pearl/122.ts index c929ef7fe..5294220ba 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/122.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/122.ts @@ -52,17 +52,7 @@ const card: Card = { }, damage: 100, - }, - { - - name: { - fr: "Level-Up Rule", - }, - effect: { - fr: "Placez cette carte sur votre Torterra Actif. Torterra LV X peut utiliser n'importe quel (le) attaque, Poké-Power ou Poké-Body de son Niveau précédent.", - }, - - }, + } ], weaknesses: [ { diff --git a/data/Diamond & Pearl/Diamond & Pearl/123.ts b/data/Diamond & Pearl/Diamond & Pearl/123.ts index 7d80126cf..ff71ae59a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/123.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/123.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Grass Energy", + fr: "Énergie Plante" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/124.ts b/data/Diamond & Pearl/Diamond & Pearl/124.ts index 82f8e1f91..dc278310b 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/124.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/124.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Fire Energy", + fr: "Énergie Feu" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/125.ts b/data/Diamond & Pearl/Diamond & Pearl/125.ts index 874c3c076..ba7b0ed1e 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/125.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/125.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Water Energy", + fr: "Énergie eau" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/126.ts b/data/Diamond & Pearl/Diamond & Pearl/126.ts index 61647dbeb..b4ce4deb6 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/126.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/126.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Lightning Energy", + fr: "Énergie Électrique" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/127.ts b/data/Diamond & Pearl/Diamond & Pearl/127.ts index a9a91888d..826675ddb 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/127.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/127.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Psychic Energy", + fr: "Énergie Psy" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/128.ts b/data/Diamond & Pearl/Diamond & Pearl/128.ts index 368adc4ae..aaae57a83 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/128.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/128.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Fighting Energy", + fr: "Énergie Combat" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/129.ts b/data/Diamond & Pearl/Diamond & Pearl/129.ts index 365a17783..b313d0a58 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/129.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/129.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Darkness Energy", + fr: "Énergie Obscurité" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/13.ts b/data/Diamond & Pearl/Diamond & Pearl/13.ts index 6a21b3900..fe3256cd6 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/13.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/13.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Roserade", fr: "Roserade", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 407, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Roselia", fr: "Roselia", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,12 +58,13 @@ const card: Card = { }, effect: { en: "If Budew is anywhere under Roserade, choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Si Rozbouton se trouve sous Roserade, choisissez 1 des Pokémon de Banc 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 de Banc).", + fr: "Si Rozbouton se trouve sous Roserade, choisissez 1 des Pokémon de Banc 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 de Banc.)", }, damage: 50, }, ], + weaknesses: [ { type: "Fire", @@ -69,8 +74,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il attire ses proies avec son doux parfum et les achève grâce aux fouets d'épines de ses bras." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/130.ts b/data/Diamond & Pearl/Diamond & Pearl/130.ts index 6b677d3d3..8ccffb647 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/130.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/130.ts @@ -4,6 +4,7 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Metal Energy", + fr: "Énergie Métal" }, illustrator: undefined, rarity: "Common", diff --git a/data/Diamond & Pearl/Diamond & Pearl/14.ts b/data/Diamond & Pearl/Diamond & Pearl/14.ts index ba97f6d26..ad03142f8 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/14.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/14.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Shiftry", fr: "Tengalice", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 275, ], + hp: 120, + types: [ "Darkness", ], + evolveFrom: { en: "Nuzleaf", fr: "Pifeuil", }, + stage: "Stage2", abilities: [ @@ -33,10 +38,11 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may flip a coin. If heads, choose 1 Evolved Pokémon on your opponent's Bench, remove the highest Stage Evolution card from that Pokémon, and put it back into his or her hand. This power can't be used if Shiftry is affected by a Special Condition.", - fr: "Une seule fois lors de votre tour (avant votre attaque), si Tengalice est votre Pokemon actif, vous pouvez lancer une pièce. Si c'est face, choisissez 1 Pokémon Évolué sur le Banc de votre adversaire, retirez-lui la carte Évolution au niveau le plus élevé et replacez-la dans sa main. Ce pouvoir ne peut pas être utilisé si Tengalice est affecté par un État Spécial.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Tengalice est votre Pokémon Actif, vous pouvez lancer une pièce. Si c'est face, choisissez 1 Pokémon Évolué sur le Banc de votre adversaire, retirez-lui la carte Évolution au niveau le plus élevé et replacez-la dans sa main. Ce pouvoir ne peut pas être utilisé si Tengalice est affecté par un État Spécial.", }, }, ], + attacks: [ { cost: [ @@ -52,26 +58,30 @@ const card: Card = { en: "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads.", fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque face.", }, - damage: 50, + damage: "50+", }, ], + weaknesses: [ { type: "Fighting", value: "+30" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "D'un coup de sa feuille éventail, il génère des bourrasques de 30 m/s capables de souffler une maison." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/15.ts b/data/Diamond & Pearl/Diamond & Pearl/15.ts index 9171ee083..f7d0cceed 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/15.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/15.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Skuntank", fr: "Moufflair", }, + illustrator: "Hiroaki Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 435, ], + hp: 90, + types: [ "Darkness", ], + evolveFrom: { en: "Stunky", fr: "Moufouette", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Choisissez 1 des Pokémon de votre adversaire ne possédant pas de marqueurs de dégât. Cette attaque lui inflige 30 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Choisissez 1 des Pokémon de votre adversaire ne possédant pas de marqueurs de dégât. Cette attaque lui inflige 30 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, }, @@ -59,22 +63,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il attaque en projetant un liquide fétide du bout de sa queue. Il peut tirer à 50 mètres." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/16.ts b/data/Diamond & Pearl/Diamond & Pearl/16.ts index bba9c6fdc..92487eb2a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/16.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/16.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Staraptor", fr: "Etouraptor", }, + illustrator: "Masahiko Ishii", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 398, ], + hp: 100, + types: [ "Colorless", ], + evolveFrom: { en: "Staravia", fr: "Etourvol", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -60,12 +64,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+30" }, ], + resistances: [ { type: "Fighting", @@ -73,9 +79,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Un Pokémon sauvage qui a le courage de défier des ennemis beaucoup plus grands que lui." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/18.ts b/data/Diamond & Pearl/Diamond & Pearl/18.ts index 4106bf2cc..47ab9b83c 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/18.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/18.ts @@ -53,7 +53,7 @@ const card: Card = { en: "If Azumarill has 3 or more Energy attached to it, this attack does 40 damage plus 20 more damage. If Azurill is anywhere under Azumarill, flip a coin. If heads, the Defending Pokémon is now Paralyzed.", fr: "Si Azumarill possède au moins 3 Énergies, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si Azurill se trouve sous Azumarill, lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.", }, - damage: 40, + damage: "40+", }, ], diff --git a/data/Diamond & Pearl/Diamond & Pearl/19.ts b/data/Diamond & Pearl/Diamond & Pearl/19.ts index 3b8decff3..a75205d71 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/19.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/19.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Beautifly", fr: "Charmillon", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 267, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Silcoon", fr: "Armulys", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -61,22 +65,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il est très agressif. Il pique sa proie avec son long museau étroit et absorbe sa vitalité." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/2.ts b/data/Diamond & Pearl/Diamond & Pearl/2.ts index 14ae2b2c4..47621a78a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/2.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/2.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Dusknoir", fr: "Noctunoir", }, + illustrator: "Takabon", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 477, ], + hp: 120, + types: [ "Psychic", ], + evolveFrom: { en: "Dusclops", fr: "Teraclope", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -55,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+30" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "L'antenne sur sa tête capte les ondes radio du monde des esprits lui ordonnant d'y porter des gens." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/20.ts b/data/Diamond & Pearl/Diamond & Pearl/20.ts index 78dbde003..b5d1eee35 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/20.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/20.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Bibarel", fr: "Castorno", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 400, ], + hp: 100, + types: [ "Colorless", ], + evolveFrom: { en: "Bidoof", fr: "Keunotor", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -58,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -67,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il construit des barrages de boue et d'écorce le long des fleuves. C'est un ouvrier de renom." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/21.ts b/data/Diamond & Pearl/Diamond & Pearl/21.ts index 406491d7a..fe5fbb7d4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/21.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/21.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Carnivine", fr: "Vortente", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 455, ], + hp: 70, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -56,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il attire sa proie avec sa salive odorante avant de la croquer. Il lui faut une journée pour l'avaler." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/22.ts b/data/Diamond & Pearl/Diamond & Pearl/22.ts index cc21b42c9..80ed85c8e 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/22.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/22.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Clefable", fr: "Melodelfe", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 36, ], + hp: 90, + types: [ "Colorless", ], + evolveFrom: { en: "Clefairy", fr: "Melofée", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "Flip 2 coins. This attack does 30 damage times the number of heads.", fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.", }, - damage: 30, + damage: "30×", }, { @@ -59,6 +63,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -68,8 +73,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il joue au bord des lacs déserts les soirs de pleine lune. Rares sont ceux qui l'ont aperçu." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/23.ts b/data/Diamond & Pearl/Diamond & Pearl/23.ts index ad4ad08a5..32eb7d8c4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/23.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/23.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Drapion", fr: "Drascore", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 452, ], + hp: 100, + types: [ "Psychic", ], + evolveFrom: { en: "Skorupi", fr: "Drapion", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, { @@ -50,7 +54,7 @@ const card: Card = { ], name: { en: "Poison Claws", - fr: "Griffes empoisonnée", + fr: "Griffes empoisonnées", }, effect: { en: "The Defending Pokémon is now Poisoned.", @@ -60,6 +64,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -69,8 +74,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il peut réduire une voiture en pièces avec ses pinces. Le bout de ses pinces contient du poison." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/24.ts b/data/Diamond & Pearl/Diamond & Pearl/24.ts index 68577c2fb..b283b4093 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/24.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/24.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Drifblim", fr: "Grodrive", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 426, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Drifloon", fr: "Baudrive", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -52,18 +56,20 @@ const card: Card = { }, effect: { en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, damage: 60, }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", @@ -71,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il somnole la journée et s'envole en grands groupes le soir venu. Nul ne sait où ils vont." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/25.ts b/data/Diamond & Pearl/Diamond & Pearl/25.ts index ec063b2f5..bce3a08a4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/25.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/25.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Dustox", fr: "Papinox", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 269, ], + hp: 120, + types: [ "Grass", ], + evolveFrom: { en: "Cascoon", fr: "Blindalys", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -61,6 +65,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -70,8 +75,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Ce Pokémon nocturne est attiré par les lueurs de la ville et aime les feuilles des arbres urbains." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/26.ts b/data/Diamond & Pearl/Diamond & Pearl/26.ts index 7a4041809..bbe56f281 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/26.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/26.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Floatzel", fr: "Mustéflott", }, + illustrator: "Masahiko Ishii", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 419, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Buizel", fr: "Mustébouée", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.", - fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Défenseur.", + fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Défenseur.", }, damage: 30, @@ -53,12 +57,13 @@ const card: Card = { }, effect: { en: "Does 40 damage plus 20 more damage for each Water Energy attached to Floatzel but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.", - fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque Énergie Water attachée à Mustéflottqui 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.", + fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque Énergie Water attachée à Mustéflott 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: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Lightning", @@ -68,8 +73,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il flotte grâce à sa bouée très développée. Il vole au secours des gens sur le point de se noyer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/27.ts b/data/Diamond & Pearl/Diamond & Pearl/27.ts index badd19b2f..b49e6c857 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/27.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/27.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Gengar", fr: "Ectoplasma", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 94, ], + hp: 110, + types: [ "Psychic", ], + evolveFrom: { en: "Haunter", fr: "Spectrum", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -57,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+30" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "On dit que lorsqu'Ectoplasma se cache dans l'ombre, la température alentour chute de 5°C." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/28.ts b/data/Diamond & Pearl/Diamond & Pearl/28.ts index eb5cfe3ff..f85a05ce8 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/28.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/28.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Heracross", fr: "Scarhino", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 214, ], + hp: 80, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,10 +53,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 30 damage plus 30 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Fire", @@ -64,8 +67,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il arpente la forêt en quête de sève, son mets favori. Il est assez fort pour projeter l'ennemi." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/29.ts b/data/Diamond & Pearl/Diamond & Pearl/29.ts index 4076f78fe..2eedd3771 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/29.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/29.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Hippowdon", fr: "Hippodocus", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 450, ], + hp: 110, + types: [ "Fighting", ], + evolveFrom: { en: "Hippopotas", fr: "Hippopotas", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -62,22 +66,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il emmagasine du sable qu'il expulse en tornades par les pores de sa peau pour attaquer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/3.ts b/data/Diamond & Pearl/Diamond & Pearl/3.ts index cefafa898..360e03c78 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/3.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/3.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Electivire", fr: "Elekable", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 466, ], + hp: 100, + types: [ "Lightning", ], + evolveFrom: { en: "Electabuzz", fr: "Elektek", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -57,22 +63,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il place le bout de ses deux queues sur son ennemi et libère une décharge de 20 000 volts." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/30.ts b/data/Diamond & Pearl/Diamond & Pearl/30.ts index ddda1242e..49b61493c 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/30.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/30.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Lopunny", fr: "Lockpin", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 428, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Buneary", fr: "Laporeille", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -52,12 +56,13 @@ const card: Card = { }, effect: { en: "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may switch Lopunny with 1 of your 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 de Banc). Vous pouvez échanger Lockpin avec 1 des Pokémon de votre Banc.", + 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 de Banc.) Vous pouvez échanger Lockpin avec 1 des Pokémon de votre Banc.", }, damage: 30, }, ], + weaknesses: [ { type: "Fighting", @@ -67,8 +72,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Un Pokémon extrêmement prudent. Il couvre son corps de ses oreilles pelucheuses en cas de danger." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/31.ts b/data/Diamond & Pearl/Diamond & Pearl/31.ts index 5f86ffc31..e8a272ff2 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/31.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/31.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Machamp", fr: "Mackogneur", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 68, ], + hp: 130, + types: [ "Fighting", ], + evolveFrom: { en: "Machoke", fr: "Machopeur", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 20 damage plus 50 more damage.", fr: "Si un de vos Pokémon est mis K.O par des dégâts infligés par une attaque de votre adversaire lors de son dernier tour, cette attaque inflige 20 dégâts plus 50 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, { @@ -55,10 +59,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 60 damage plus 30 more damage and the Defending Pokémon is now Confused.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts plus 30 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Psychic", @@ -68,8 +73,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Ses quatre bras frappent à une vitesse aveuglante. Il peut porter 1000 coups en deux secondes." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/32.ts b/data/Diamond & Pearl/Diamond & Pearl/32.ts index 3fa7bac88..27ede9d8b 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/32.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/32.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Medicham", fr: "Charmina", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 308, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Meditite", fr: "Meditikka", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -58,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -67,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il a développé son sixième sens grâce au yoga. Ses mouvements sont gracieux." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/33.ts b/data/Diamond & Pearl/Diamond & Pearl/33.ts index 8edd3107d..c36662e0d 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/33.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/33.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Munchlax", fr: "Goinfrex", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 446, ], + hp: 60, + types: [ "Colorless", ], @@ -30,10 +33,11 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may put Snorlax from your hand onto Munchlax (this counts as evolving Munchlax) and remove all damage counters from Munchlax.", - fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Ronflex de votre main sur Goinfrex (vous le faites ainsi évoluer) et retirer à Goinfrex tous ses marqueurs de dégât.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Ronflex de votre main sur Goinfrex (vous le faites ainsi évoluer) et retirer à Goinfrex tous ses marqueurs de dégât.", }, }, ], + attacks: [ { cost: [ @@ -47,10 +51,11 @@ const card: Card = { en: "Discard 2 cards from your hand. (If you can't discard 2 cards, this attack does nothing.) Flip 2 coins. This attack does 30 damage times the number of heads.", fr: "Défaussez 2 cartes de votre main. (Si vous ne pouvez pas défausser 2 cartes, cette attaque est sans effet.) Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.", }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { type: "Fighting", @@ -60,8 +65,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il avale son poids en nourriture chaque jour. Il avale tout sans prendre le temps de mâcher." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/34.ts b/data/Diamond & Pearl/Diamond & Pearl/34.ts index c678b7df0..56f832305 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/34.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/34.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Noctowl", fr: "Noarfang", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 164, ], + hp: 90, + types: [ "Colorless", ], + evolveFrom: { en: "Hoothoot", fr: "Hoothoot", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "If you have the same number of cards in your hand as your opponent, this attack does 30 damage plus 50 more damage.", fr: "Si vous avez le même nombre de cartes en main que votre adversaire, cette attaque inflige 30 dégâts plus 50 dégâts supplémentaires.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ses yeux sont particuliers. La plus petite source de lumière leur permet de distinguer les objets." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/35.ts b/data/Diamond & Pearl/Diamond & Pearl/35.ts index 56612278f..d3af1d2c9 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/35.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/35.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Pachirisu", fr: "Pachirisu", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 417, ], + hp: 70, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,22 +55,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il roule des boules de poils pleines d'électricité statique et les range dans des souches avec des Baies." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/36.ts b/data/Diamond & Pearl/Diamond & Pearl/36.ts index 735a1e961..ba0bde3b2 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/36.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/36.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Purugly", fr: "Chaffreux", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 432, ], + hp: 90, + types: [ "Colorless", ], + evolveFrom: { en: "Glameow", fr: "Chaglam", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -59,6 +63,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -68,8 +73,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Cette brute arrogante n'hésite pas à voler le nid d'autres Pokémon pour s'y installer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/37.ts b/data/Diamond & Pearl/Diamond & Pearl/37.ts index 9382ad56f..4674c53d7 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/37.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/37.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Snorlax", fr: "Ronflex", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 143, ], + hp: 100, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,10 +54,11 @@ const card: Card = { en: "Snorlax is now Asleep. If Snorlax is evolved from Munchlax, this attack does 40 damage plus 30 more damage.", fr: "Ronflex est maintenant Endormi. Si Ronflex évolue en Goinfrex, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fighting", @@ -65,8 +68,9 @@ const card: Card = { retreat: 4, - - + description: { + fr: "Son estomac peut digérer n'importe quel type de nourriture, même quand elle est moisie ou pourrie." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/38.ts b/data/Diamond & Pearl/Diamond & Pearl/38.ts index f83d3789a..eec6f9915 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/38.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/38.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Steelix", fr: "Steelix", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 208, ], + hp: 110, + types: [ "Metal", ], + evolveFrom: { en: "Onix", fr: "Onix", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "Flip 2 coins. This attack does 30 damage times the number of heads.", fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.", }, - damage: 30, + damage: "30×", }, { @@ -60,22 +64,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 4, - - + description: { + fr: "Grâce à la température élevée et la haute pression souterraines, son corps est plus dur que le métal." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/39.ts b/data/Diamond & Pearl/Diamond & Pearl/39.ts index 39de554c6..300ff9642 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/39.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/39.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Vespiquen", fr: "Apireine", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 416, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Combee", fr: "Apitrini", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -36,7 +40,7 @@ const card: Card = { }, effect: { en: "Discard a Grass Energy attached to Vespiquen and remove all damage counters from 1 of your Benched Grass Pokémon.", - fr: "Défaussez une Énergie Grass attachée à Apireine et retirez à 1 de vos Pokémon de Banc Grass tous ses marqueurs de dégât.", + fr: "Défaussez une Énergie Grass attachée à Apireine et retirez à 1 de vos Pokémon de Banc Grass tous ses marqueurs de dégât.", }, }, @@ -54,26 +58,30 @@ const card: Card = { en: "Does 10 damage times the number of Grass Pokémon in play (both yours and your opponent's).", fr: "Inflige 10 dégâts multipliés par le nombre de Pokémon Grass en jeu (les vôtres et ceux de votre adversaire).", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Son abdomen est un rayon où vivent ses larves, élevées avec le nectar récolté par Apitrini." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/4.ts b/data/Diamond & Pearl/Diamond & Pearl/4.ts index 58d9a6908..3da37d6ca 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/4.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/4.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Empoleon", fr: "Pingoléon", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 395, ], + hp: 130, + types: [ "Water", ], + evolveFrom: { en: "Prinplup", fr: "Prinplouf", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 40 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 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance au Pokémon de Banc).", + fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, }, @@ -53,12 +57,13 @@ const card: Card = { }, effect: { en: "Flip a coin. If heads, 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: "Lancez une pièce. Si c'est face, cette attaque 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 de Banc).", + fr: "Lancez une pièce. Si c'est face, cette attaque 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 de Banc.)", }, damage: 70, }, ], + weaknesses: [ { type: "Lightning", @@ -68,8 +73,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Les trois cornes de son bec sont le symbole de sa force. Celles du chef sont plus grosses que les autres." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/40.ts b/data/Diamond & Pearl/Diamond & Pearl/40.ts index 0906f014d..068da0437 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/40.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/40.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Weavile", fr: "Dimoret", }, + illustrator: "Naoyo Kimura", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 461, ], + hp: 80, + types: [ "Darkness", ], + evolveFrom: { en: "Sneasel", fr: "Farfuret", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Does 10 damage times the total amount of Darkness Energy attached to all of your Pokémon.", fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies Darkness attachées à tous vos Pokémon.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ils vivent par groupe de 4 ou 5 en région froide et chassent de façon très organisée." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/41.ts b/data/Diamond & Pearl/Diamond & Pearl/41.ts index 7f9713b33..729ef4539 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/41.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/41.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Wobbuffet", fr: "Qulbutoké", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 202, ], + hp: 80, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -39,6 +41,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -48,8 +51,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il cherche désespérément à cacher sa queue noire. Certains pensent qu'elle renferme un secret." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/42.ts b/data/Diamond & Pearl/Diamond & Pearl/42.ts index 534f574ae..c85d43026 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/42.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/42.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Wynaut", fr: "Okéoké", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 360, ], + hp: 40, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il se muscle en bousculant ses semblables lors de mêlées. Il raffole des fruits sucrés." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/43.ts b/data/Diamond & Pearl/Diamond & Pearl/43.ts index 3b7d5fb4d..22d30a223 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/43.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/43.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Budew", fr: "Rozbouton", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 406, ], + hp: 40, + types: [ "Grass", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "En hiver, son bourgeon se referme pour résister au froid. Il s'ouvre au printemps et libère du pollen." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/44.ts b/data/Diamond & Pearl/Diamond & Pearl/44.ts index 17af0c30d..c9e75eabf 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/44.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/44.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Cascoon", fr: "Blindalys", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 268, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Wurmple", fr: "Chenipotte", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -66,8 +71,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il est au chaud dans son cocon. Ses cellules produisent l'énergie nécessaire à son évolution." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/45.ts b/data/Diamond & Pearl/Diamond & Pearl/45.ts index e48adfa58..3547865cd 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/45.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/45.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Cherrim", fr: "Ceriflor", }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 421, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Cherubi", fr: "Ceribou", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires et retirez à Ceriflor 3 marqueurs de dégât.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il fleurit lorsque le soleil est au beau fixe. Il cherche à prendre sa revanche sur une vie de bourgeon." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/46.ts b/data/Diamond & Pearl/Diamond & Pearl/46.ts index de93a3568..da92dc29c 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/46.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/46.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Drifloon", fr: "Baudrive", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 425, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon né de l'esprit des gens et des Pokémon. Il aime les saisons chaudes et humides." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/47.ts b/data/Diamond & Pearl/Diamond & Pearl/47.ts index c456ecc5a..32a03c520 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/47.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/47.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Dusclops", fr: "Teraclope", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 356, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Duskull", fr: "Skélénox", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -52,28 +56,32 @@ const card: Card = { }, effect: { en: "Does 10 damage to each of your opponent's Benched Pokémon that doesn't have a Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 dégâts à chacun de vos Pokémon de Banc ne possédant pas de Coût de retraite. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Inflige 10 dégâts à chacun de vos Pokémon de Banc ne possédant pas de Coût de retraite. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, damage: 30, }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Son corps est creux. On raconte que celui qui regarde à l'intérieur finira aspiré par le néant." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/48.ts b/data/Diamond & Pearl/Diamond & Pearl/48.ts index 3139d6c95..b3fd591ea 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/48.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/48.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Elekid", fr: "Elekid", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 239, ], + hp: 40, + types: [ "Lightning", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,22 +52,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il génère de l'électricité en battant des bras, mais il n'a aucun moyen de stocker cette énergie." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/49.ts b/data/Diamond & Pearl/Diamond & Pearl/49.ts index 41a356f56..859b8e0e4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/49.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/49.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Grotle", fr: "Boskara", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 388, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Turtwig", fr: "Tortipouss", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { ], name: { en: "Synthesis", - fr: "Synthése", + fr: "Synthèse", }, effect: { en: "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.", @@ -55,22 +59,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il vit en forêt près de l'eau. En journée, il la quitte pour dorer sa carapace feuillue au soleil." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/5.ts b/data/Diamond & Pearl/Diamond & Pearl/5.ts index 6daa529fe..3c35ce0b8 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/5.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/5.ts @@ -38,7 +38,7 @@ const card: Card = { en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads.", fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.", }, - damage: 30, + damage: "30×", }, { diff --git a/data/Diamond & Pearl/Diamond & Pearl/50.ts b/data/Diamond & Pearl/Diamond & Pearl/50.ts index 81295c651..f00ba3878 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/50.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/50.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Haunter", fr: "Spectrum", }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 93, ], + hp: 70, + types: [ "Psychic", ], + evolveFrom: { en: "Gastly", fr: "Fantominus", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,12 +61,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", @@ -70,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il peut traverser n'importe quel obstacle. Il rôde dans les murs pour surveiller ses ennemis." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/51.ts b/data/Diamond & Pearl/Diamond & Pearl/51.ts index 30389151c..22f7162e4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/51.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/51.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Hippopotas", fr: "Hippopotas", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 449, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,22 +55,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il vit dans des endroits arides. Il exsude du sable granuleux au lieu de transpirer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/52.ts b/data/Diamond & Pearl/Diamond & Pearl/52.ts index c7adb87f6..9a37874ea 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/52.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/52.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Luxio", fr: "Luxio", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 404, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Shinx", fr: "Lixy", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 10 damage plus 30 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 30 dégâts supplémentaires.", }, - damage: 10, + damage: "10+", }, { @@ -58,12 +62,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -71,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "L'électricité libérée par ses griffes peut assommer l'ennemi. Il vit en petits groupes." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/53.ts b/data/Diamond & Pearl/Diamond & Pearl/53.ts index 919a729f0..3a190e38e 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/53.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/53.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Machoke", fr: "Machopeur", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 67, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Machop", fr: "Machoc", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "Does 40 damage minus 10 damage for each damage counter on Machoke.", fr: "Inflige 40 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Machopeur.", }, - damage: 40, + damage: "40-", }, { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -66,8 +71,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "La force herculéenne du Machopeur est très dangereuse. Il utilise une ceinture pour contenir son énergie." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/54.ts b/data/Diamond & Pearl/Diamond & Pearl/54.ts index d8d98c659..81beaef0e 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/54.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/54.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Magneton", fr: "Magneton", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 82, ], + hp: 70, + types: [ "Metal", ], + evolveFrom: { en: "Magnemite", fr: "Magneti", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { 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×", }, { @@ -60,22 +64,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il est formé de trois Magneti liés par magnétisme. En groupe, ils déclenchent un orage magnétique." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/55.ts b/data/Diamond & Pearl/Diamond & Pearl/55.ts index 1c58c3dea..68eb46177 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/55.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/55.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Mantyke", fr: "Babimanta", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 458, ], + hp: 40, + types: [ "Water", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,22 +52,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon amical qui analyse les mouvements subtils de l'eau de mer grâce à ses deux antennes." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/56.ts b/data/Diamond & Pearl/Diamond & Pearl/56.ts index 4b38c5185..41098ae41 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/56.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/56.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Monferno", fr: "Chimpenfeu", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 391, ], + hp: 70, + types: [ "Fire", ], + evolveFrom: { en: "Chimchar", fr: "Ouisticram", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -36,7 +40,7 @@ const card: Card = { }, effect: { en: "Search your discard pile for a Fire Energy card and attach it to Monferno.", - fr: "Cherchez dans votre pile de défausse une carte Énergie Fire et attachez-la à Chimpenfeu.", + fr: "Chercher dans votre pile de défausse une carte Énergie Fire et attachez-la à Chimpenfeu.", }, damage: 30, @@ -54,10 +58,11 @@ const card: Card = { 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×", }, ], + weaknesses: [ { type: "Water", @@ -65,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Pour intimider ses agresseurs, il gonfle les flammes de sa queue pour paraître plus grand." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/57.ts b/data/Diamond & Pearl/Diamond & Pearl/57.ts index c6ecf9cab..1b7dcf107 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/57.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/57.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Nuzleaf", fr: "Pifeuil", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 274, ], + hp: 80, + types: [ "Darkness", ], + evolveFrom: { en: "Seedot", fr: "Grainipiot", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Le son de sa flûte d'herbe déstabilise l'auditeur. Il vit au plus profond des forêts." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/58.ts b/data/Diamond & Pearl/Diamond & Pearl/58.ts index f687536a3..b3b3d769b 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/58.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/58.ts @@ -36,7 +36,7 @@ const card: Card = { }, effect: { en: "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, }, @@ -51,7 +51,7 @@ const card: Card = { }, effect: { en: "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Choisissez 1 des Pokémon de votre adversaire possédant des marqueurs de dégât. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Choisissez 1 des Pokémon de votre adversaire possédant des marqueurs de dégât. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, }, diff --git a/data/Diamond & Pearl/Diamond & Pearl/59.ts b/data/Diamond & Pearl/Diamond & Pearl/59.ts index 641e597a4..c196ffafe 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/59.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/59.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Rapidash", fr: "Galopa", }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 78, ], + hp: 80, + types: [ "Fire", ], + evolveFrom: { en: "Ponyta", fr: "Ponyta", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 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 de Banc).", + fr: "Inflige 10 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 de Banc.)", }, damage: 20, @@ -54,12 +58,13 @@ const card: Card = { }, effect: { en: "Flip a coin. If tails, discard a Fire Energy attached to Rapidash and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Galopa et cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).", + fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Galopa et cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, damage: 50, }, ], + weaknesses: [ { type: "Water", @@ -67,10 +72,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son galop dépasse les 240 km/h. Il file comme une flèche, laissant flotter sa crinière ardente." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/6.ts b/data/Diamond & Pearl/Diamond & Pearl/6.ts index 9c4cbbfde..75f2bb53a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/6.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/6.ts @@ -52,7 +52,7 @@ const card: Card = { }, 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 de Banc).", + 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 de Banc.)", }, damage: 40, diff --git a/data/Diamond & Pearl/Diamond & Pearl/60.ts b/data/Diamond & Pearl/Diamond & Pearl/60.ts index f5c61b986..cf2b468ee 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/60.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/60.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Rhydon", fr: "Rhinoféros", }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 112, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Rhyhorn", fr: "Rhinocorne", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "If there is any Stadium card in play, this attack does 30 damage plus 20 more damage. Discard that Stadium card.", fr: "Si une carte Stade est en jeu, cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires. Défaussez cette carte Stade.", }, - damage: 30, + damage: "30+", }, { @@ -60,22 +64,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Son cerveau s'est développé depuis qu'il tient debout. Sa corne peut traverser la pierre la plus dure." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/61.ts b/data/Diamond & Pearl/Diamond & Pearl/61.ts index a755f1910..c77ad447d 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/61.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/61.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Riolu", fr: "Riolu", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 447, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -39,6 +41,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -48,8 +51,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son aura s'intensifie pour prévenir son entourage quand il a peur ou qu'il est triste." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/62.ts b/data/Diamond & Pearl/Diamond & Pearl/62.ts index 0dcccdf46..70604078d 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/62.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/62.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Seaking", fr: "Poissoroy", }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 119, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Goldeen", fr: "Poissirène", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "Does 10 damage times the number of damage counters on Seaking.", fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégât sur Poissoroy.", }, - damage: 10, + damage: "10×", }, { @@ -56,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -65,8 +70,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il niche dans des rochers du ruisseau qu'il évide avec sa corne. Il donnerait sa vie pour ses œufs." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/63.ts b/data/Diamond & Pearl/Diamond & Pearl/63.ts index 1d7161feb..73828fd01 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/63.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/63.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Silcoon", fr: "Armulys", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 266, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Wurmple", fr: "Chenipotte", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -66,8 +71,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il s'accroche en enroulant sa soie autour des branches. Il reste immobile en attendant d'évoluer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/64.ts b/data/Diamond & Pearl/Diamond & Pearl/64.ts index bd5d47840..b054e5f51 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/64.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/64.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Staravia", fr: "Etourvol", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 397, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { en: "Starly", fr: "Etourmi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -59,12 +63,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -72,9 +78,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il survole les forêts et les champs en quête de Pokémon Insecte. Ils forment de grandes volées." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/65.ts b/data/Diamond & Pearl/Diamond & Pearl/65.ts index c0ab3e2d9..80a77cf5a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/65.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/65.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown A", fr: "Zarbi A", }, + illustrator: "Nakaoka", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/66.ts b/data/Diamond & Pearl/Diamond & Pearl/66.ts index bca38deea..d1dc6eb57 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/66.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/66.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown B", fr: "Zarbi B", }, + illustrator: "Nakaoka", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/67.ts b/data/Diamond & Pearl/Diamond & Pearl/67.ts index acf765fdc..9229adc91 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/67.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/67.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown C", fr: "Zarbi C", }, + illustrator: "Nakaoka", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/68.ts b/data/Diamond & Pearl/Diamond & Pearl/68.ts index 3162ee8d5..2dfe0eb62 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/68.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/68.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown D", fr: "Zarbi D", }, + illustrator: "Nakaoka", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/69.ts b/data/Diamond & Pearl/Diamond & Pearl/69.ts index 698a1822f..6ad6fbd18 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/69.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/69.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Azurill", fr: "Azurill", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 298, ], + hp: 40, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Un Pokémon qui vit près de l'eau. Au sol, il se déplace rapidement en rebondissant sur sa grosse queue" + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/7.ts b/data/Diamond & Pearl/Diamond & Pearl/7.ts index 904924e69..5c326790f 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/7.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/7.ts @@ -51,7 +51,7 @@ const card: Card = { }, effect: { en: "Move all Lightning Energy attached to Luxray to 1 of your Benched Pokémon. (Ignore this effect if you don't have any Benched Pokémon.)", - fr: "Déplacez toutes les Énergies Lightning attachées à Luxray sur 1 de vos Pokémon de Banc. (Ignorez cet effet si vous n'avez pas de Pokémon de Banc).", + fr: "Déplacez toutes les Énergies Lightning attachées à Luxray sur 1 de vos Pokémon de Banc. (Ignorez cet effet si vous n'avez pas de Pokémon de Banc.)", }, damage: 80, diff --git a/data/Diamond & Pearl/Diamond & Pearl/70.ts b/data/Diamond & Pearl/Diamond & Pearl/70.ts index 5a3dc3df9..c3936b8f7 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/70.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/70.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Bidoof", fr: "Keunotor", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 399, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Rien ne peut perturber ses nerfs d'acier. Il est plus agile et énergique qu'il n'y paraît." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/71.ts b/data/Diamond & Pearl/Diamond & Pearl/71.ts index 33e341f8e..e47b535f1 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/71.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/71.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Bonsly", fr: "Manzai", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 438, ], + hp: 40, + types: [ "Fighting", ], @@ -30,10 +33,11 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may put Sudowoodo from your hand onto Bonsly (this counts as evolving Bonsly) and remove all damage counters from Bonsly.", - fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Simularbre de votre main sur Manzai (vous le faites ainsi évoluer) et retirer à Bonsly tous ses marqueurs de dégât.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Simularbre de votre main sur Manzai (vous le faites ainsi évoluer) et retirer à Manzai tous ses marqueurs de dégât.", }, }, ], + attacks: [ { @@ -43,11 +47,12 @@ const card: Card = { }, effect: { en: "Flip a coin. If heads, your opponent can't play any Trainer cards from his or her hand during your opponent's next turn, and any damage done to Bonsly by attacks is reduced by 30 (after applying Weakness and Resistance).", - fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas jouer de cartes Dresseur de sa main lors de son prochain tour et tous dégâts infligés à Manzai par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance).", + fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas jouer de cartes Dresseur de sa main lors de son prochain tour et tous dégâts infligés à Manzai par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance).", }, }, ], + weaknesses: [ { type: "Grass", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On dirait qu'il pleure constamment. En fait, il régule ses fluides corporels en éliminant le surplus." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/72.ts b/data/Diamond & Pearl/Diamond & Pearl/72.ts index 6db0dba0f..6f71f88ff 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/72.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/72.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Buizel", fr: "Mustébouée", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 418, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -35,10 +37,11 @@ const card: Card = { en: "If Buizel has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.", fr: "Si Mustébouée possède moins d'Énergies que le Pokémon Défenseur, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Lightning", @@ -48,8 +51,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Sa bouée est pareille à un collier gonflable. Quand il flotte, il garde la tête à l'air libre." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/73.ts b/data/Diamond & Pearl/Diamond & Pearl/73.ts index 8fdd67dc0..49195baca 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/73.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/73.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Buneary", fr: "Laporeille", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 427, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -46,12 +48,13 @@ const card: Card = { }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 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 de Banc).", + fr: "Inflige 10 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 de Banc.)", }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il frappe l'ennemi en déroulant violemment ses oreilles. Cela peut faire pleurer un adulte." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/74.ts b/data/Diamond & Pearl/Diamond & Pearl/74.ts index 942a53d5d..42b8625d9 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/74.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/74.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Chatot", fr: "Pijako", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 441, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,22 +55,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "On peut lui enseigner quelques mots. S'il s'agit d'un groupe, ils retiendront les mêmes phrases." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/75.ts b/data/Diamond & Pearl/Diamond & Pearl/75.ts index fb7490697..64a0b320e 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/75.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/75.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Cherubi", fr: "Ceribou", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 420, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,28 +50,32 @@ const card: Card = { }, effect: { en: "If this attack does any damage to the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Cherubi.", - fr: "Si cette attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), retirez à Ceribou un marqueur de dégât.", + fr: "Si cette attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), retirez à Ceribou un marqueur de dégât.", }, damage: 20, }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "La petite boule renferme les délicieux nutriments sucrés dont il a besoin pour évoluer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/76.ts b/data/Diamond & Pearl/Diamond & Pearl/76.ts index a2d3f7ed7..cadfe3f2a 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/76.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/76.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Chimchar", fr: "Ouisticram", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 390, ], + hp: 50, + types: [ "Fire", ], stage: "Basic", - attacks: [ { @@ -50,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -59,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il escalade prestement les falaises escarpées et vit sur les sommets. Sa flamme s'éteint quand il dort." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/77.ts b/data/Diamond & Pearl/Diamond & Pearl/77.ts index e495756a6..7bd01a7b4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/77.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/77.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Clefairy", fr: "Melofée", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 35, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,10 +52,11 @@ const card: Card = { en: "If Clefairy is evolved from Cleffa, this attack does 20 damage plus 20 more damage.", fr: "Si Melofée évolue de Melo, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Tout le monde craque pour cet adorable Pokémon. Il vit en groupe dans le calme des montagnes." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/78.ts b/data/Diamond & Pearl/Diamond & Pearl/78.ts index 728dfa6a9..b70daba4d 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/78.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/78.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Cleffa", fr: "Melo", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 173, ], + hp: 40, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Sa silhouette rappelle une étoile. On dit qu'il descend sur terre en chevauchant une étoile filante." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/79.ts b/data/Diamond & Pearl/Diamond & Pearl/79.ts index a2d51d139..1009941a3 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/79.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/79.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Combee", fr: "Apitrini", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 415, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,22 +53,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon qui en regroupe trois autres. Il est toujours occupé à apporter du nectar à Apireine." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/8.ts b/data/Diamond & Pearl/Diamond & Pearl/8.ts index 94e69b694..fb8d42433 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/8.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/8.ts @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "If you have any Metal Energy attached to your Active Pokémon, the Retreat Cost for that Pokémon is 0.", - fr: "Si votre Pokémon Actif possède des Énergies (M), son Coût de retraite est de 0.", + fr: "Si votre Pokémon Actif possède des Énergies Metal, son Coût de retraite est de 0.", }, }, ], @@ -52,7 +52,7 @@ const card: Card = { en: "Does 50 damage plus 10 more damage for each Metal Energy attached to Magnezone.", fr: "Inflige 50 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Metal attachée à Magnézone.", }, - damage: 50, + damage: "50+", }, ], diff --git a/data/Diamond & Pearl/Diamond & Pearl/80.ts b/data/Diamond & Pearl/Diamond & Pearl/80.ts index 6ae067817..6507d31db 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/80.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/80.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Duskull", fr: "Skélénox", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 355, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,28 +50,32 @@ const card: Card = { }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 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 de Banc).", + fr: "Inflige 10 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 de Banc.)", }, damage: 20, }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il poursuit assidûment sa proie, où qu'elle aille. Il n'abandonne sa traque qu'au lever du soleil." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/81.ts b/data/Diamond & Pearl/Diamond & Pearl/81.ts index 68d87cd75..edee47739 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/81.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/81.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Electabuzz", fr: "Elektek", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 125, ], + hp: 70, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,7 +38,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Elektek s'inflige 10 dégâts.", }, - damage: 30, + damage: "30+", }, { @@ -56,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Ce Pokémon dévore l'électricité des centrales. Il est responsable de la majorité des coupures de courant." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/82.ts b/data/Diamond & Pearl/Diamond & Pearl/82.ts index faed4bba3..6004eed5f 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/82.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/82.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Gastly", fr: "Fantominus", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 92, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -38,22 +40,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Le corps de ce Pokémon est composé de gaz à 95%. Une bourrasque suffit à le disperser." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/83.ts b/data/Diamond & Pearl/Diamond & Pearl/83.ts index 7f9555d93..a06c03239 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/83.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/83.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Glameow", fr: "Chaglam", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 431, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il griffe quand il est en colère et ronronne quand il est heureux. Certains aiment ce côté lunatique." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/84.ts b/data/Diamond & Pearl/Diamond & Pearl/84.ts index 0b19567b4..2f0cfacfc 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/84.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/84.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Goldeen", fr: "Poissirène", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 118, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il nage élégamment en agitant sa nageoire caudale comme si c'était une robe. Il a l'allure d'une reine." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/85.ts b/data/Diamond & Pearl/Diamond & Pearl/85.ts index 0bf36f2f0..60e13e0f5 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/85.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/85.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Hoothoot", fr: "Hoothoot", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 163, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il se tient toujours sur un pied. Il ne prend jamais appui sur les deux, même en cas d'attaque." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/86.ts b/data/Diamond & Pearl/Diamond & Pearl/86.ts index d8e890565..56e8c18c1 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/86.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/86.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Machop", fr: "Machoc", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 66, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,6 +38,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -45,8 +48,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il muscle son corps en soulevant régulièrement un Gravalanch. Il est rompu à tous les arts martiaux." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/87.ts b/data/Diamond & Pearl/Diamond & Pearl/87.ts index fb613bf51..f95817a6b 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/87.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/87.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Magnemite", fr: "Magneti", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 81, ], + hp: 50, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,26 +52,30 @@ const card: Card = { en: "If the Defending Pokémon is Confused, this attack does 20 damage plus 20 more damage.", fr: "Si le Pokémon Défenseur est Confus, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ses extrémités génèrent les vagues électromagnétiques qui le font voler. Il se nourrit d'électricité." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/88.ts b/data/Diamond & Pearl/Diamond & Pearl/88.ts index 98aea249f..8c0b44476 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/88.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/88.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Marill", fr: "Marill", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 183, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -35,7 +37,7 @@ const card: Card = { en: "If Marill is evolved from Azurill, this attack does 10 damage plus 20 more damage.", fr: "Si Marill évolue d'Azurill, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires.", }, - damage: 10, + damage: "10+", }, { @@ -55,6 +57,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -64,8 +67,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il plonge sous l'eau en utilisant sa queue comme un flotteur. Il aime les plantes du fond des rivières." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/89.ts b/data/Diamond & Pearl/Diamond & Pearl/89.ts index ed0ed240f..2bd37096b 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/89.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/89.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Meditite", fr: "Meditikka", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 307, ], + hp: 50, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,10 +52,11 @@ const card: Card = { en: "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon.", fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur le Pokémon Défenseur.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il ne mange qu'une Baie par jour. La faim lui a forgé une volonté de fer." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/90.ts b/data/Diamond & Pearl/Diamond & Pearl/90.ts index 856f184da..6f11e8425 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/90.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/90.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Mime Jr.", fr: "Mime Jr.", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 439, ], + hp: 40, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -50,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -59,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il imite ses ennemis. Une fois imités, ils ne peuvent plus quitter ce Pokémon des yeux." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/91.ts b/data/Diamond & Pearl/Diamond & Pearl/91.ts index 712f0bbd3..2d6f1a835 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/91.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/91.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Misdreavus", fr: "Feuforêve", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 200, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il adore se faufiler derrière les gens la nuit pour les effrayer avec son cri strident." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/92.ts b/data/Diamond & Pearl/Diamond & Pearl/92.ts index c0c5ff235..3a3864793 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/92.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/92.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Onix", fr: "Onix", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 95, ], + hp: 90, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,7 +35,7 @@ const card: Card = { }, 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 au Pokémon de Banc). Onix ne peut pas attaquer lors de votre prochain tour.", + 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 au Pokémon de Banc.) Onix ne peut pas attaquer lors de votre prochain tour.", }, }, @@ -51,6 +53,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -60,8 +63,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il provoque des secousses sismiques en creusant. Il peut atteindre les 80 km/h." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/93.ts b/data/Diamond & Pearl/Diamond & Pearl/93.ts index afe02c9b7..d5075fe64 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/93.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/93.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Piplup", fr: "Tiplouf", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 393, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { @@ -46,10 +48,11 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Lightning", @@ -59,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il est fier et déteste accepter la nourriture qu'on lui offre. Son pelage épais le protège du froid." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/94.ts b/data/Diamond & Pearl/Diamond & Pearl/94.ts index e2dedeece..46bc1e3c3 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/94.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/94.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Ponyta", fr: "Ponyta", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 77, ], + hp: 60, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -49,6 +51,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -58,8 +61,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "La crinière et la queue ardentes lui donnant sa superbe poussent une heure après sa naissance." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/95.ts b/data/Diamond & Pearl/Diamond & Pearl/95.ts index 9fa185525..9f5cdec95 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/95.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/95.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Rhyhorn", fr: "Rhinocorne", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 111, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,22 +54,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Sa peau est très épaisse et sa charge peut détruire un immeuble. Dommage qu'il soit stupide." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/96.ts b/data/Diamond & Pearl/Diamond & Pearl/96.ts index b156d1025..51009e1c0 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/96.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/96.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Roselia", fr: "Roselia", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 315, ], + hp: 70, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,7 +35,7 @@ const card: Card = { }, effect: { en: "The Defending Pokémon is now Poisoned. If Roselia is evolved from Budew, this attack does 10 damage to the Defending Pokémon.", - fr: "Le Pokémon Défenseur est maintenant Empoisonné. Si Roselia évolue de Rozbouton, cette attaque inflige 10 dégâts au Pokémon Défenseur.", + fr: "Le Pokémon Défenseur est maintenant Empoisonné. Si Roselia évolue de Rozbouton, cette attaque inflige 10 dégâts au Pokémon Défenseur.", }, }, @@ -54,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Les Roselia élevés avec une eau claire et potable font de ravissantes fleurs bariolées." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/97.ts b/data/Diamond & Pearl/Diamond & Pearl/97.ts index 342c126b6..a57e62b11 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/97.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/97.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Seedot", fr: "Grainipiot", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 273, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,22 +53,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il ressemble à un gland pendu à une branche. Il adore effrayer les autres Pokémon." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/98.ts b/data/Diamond & Pearl/Diamond & Pearl/98.ts index 6b4e15e82..7073fafa4 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/98.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/98.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Shinx", fr: "Lixy", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 403, ], + hp: 60, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,28 +35,32 @@ const card: Card = { }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 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 de Banc).", + fr: "Inflige 10 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 de Banc.)", }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Sa fourrure étincelle en cas de danger. Il profite du fait que l'ennemi est aveuglé pour s'enfuir." + } } export default card diff --git a/data/Diamond & Pearl/Diamond & Pearl/99.ts b/data/Diamond & Pearl/Diamond & Pearl/99.ts index b9585833d..77c0f6209 100644 --- a/data/Diamond & Pearl/Diamond & Pearl/99.ts +++ b/data/Diamond & Pearl/Diamond & Pearl/99.ts @@ -4,24 +4,26 @@ import Set from '../Diamond & Pearl' const card: Card = { name: { en: "Skorupi", - fr: "Drapion", + fr: "Rapion", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 451, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,10 +52,11 @@ const card: Card = { en: "Flip 4 coins. This attack does 10 damage time the number of heads.", fr: "Lancez 4 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +66,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il saisit sa proie avec les pinces de sa queue, lui injecte un poison et la retient jusqu'à ce qu'il agisse." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/1.ts b/data/Diamond & Pearl/Legends Awakened/1.ts index a5d290de6..d414f2012 100644 --- a/data/Diamond & Pearl/Legends Awakened/1.ts +++ b/data/Diamond & Pearl/Legends Awakened/1.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Deoxys Normal Forme", fr: "Deoxys Forme Normale", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 386, ], + hp: 90, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,10 +52,11 @@ const card: Card = { en: "Does 20 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon.", fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à tous les Pokémon de votre adversaire.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Psychic", @@ -61,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il vient d'un virus extraterrestre arrivé avec une météorite et ayant subi une mutation génétique." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/10.ts b/data/Diamond & Pearl/Legends Awakened/10.ts index d39b878a7..fb357c7f2 100644 --- a/data/Diamond & Pearl/Legends Awakened/10.ts +++ b/data/Diamond & Pearl/Legends Awakened/10.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Metagross", fr: "Metalosse", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 376, ], + hp: 120, + types: [ "Metal", ], + evolveFrom: { en: "Metang", fr: "Metang", }, + stage: "Stage2", abilities: [ @@ -33,10 +38,11 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. This power can't be used if Metagross is affected by a Special Condition.", - fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Ce pouvoir ne peut pas être utilisé si Mammochon est affecté par un État Spécial.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Ce pouvoir ne peut pas être utilisé si Metalosse est affecté par un État Spécial.", }, }, ], + attacks: [ { cost: [ @@ -50,28 +56,32 @@ const card: Card = { }, effect: { en: "During your next turn, Metagross's Extra Comet Punch attack's base damage is 100.", - fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Poing météore de Mammochon sont de 100.", + fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Poing météore de Metalosse sont de 100.", }, damage: 50, }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il est né de la fusion de plusieurs Métang. Ses quatre cerveaux en font l'égal d'un superordinateur." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/100.ts b/data/Diamond & Pearl/Legends Awakened/100.ts index c53c5f9a6..4c60fbee2 100644 --- a/data/Diamond & Pearl/Legends Awakened/100.ts +++ b/data/Diamond & Pearl/Legends Awakened/100.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Hitmonlee", fr: "Kicklee", }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 106, ], + hp: 80, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Ses pattes élastiques s'allongent, ce qui ne manque jamais de surprendre au premier combat." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/101.ts b/data/Diamond & Pearl/Legends Awakened/101.ts index a196947a9..23c284425 100644 --- a/data/Diamond & Pearl/Legends Awakened/101.ts +++ b/data/Diamond & Pearl/Legends Awakened/101.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Hitmontop", fr: "Kapoera", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 237, ], + hp: 80, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,7 +38,7 @@ const card: Card = { 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×", }, { @@ -57,6 +59,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -66,8 +69,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il combat en tournoyant comme une toupie. La force centrifuge décuple sa puissance destructrice." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/102.ts b/data/Diamond & Pearl/Legends Awakened/102.ts index 2d5c90107..0e85582e3 100644 --- a/data/Diamond & Pearl/Legends Awakened/102.ts +++ b/data/Diamond & Pearl/Legends Awakened/102.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Horsea", fr: "Hypotrempe", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 116, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -62,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il niche à l'ombre du corail. Quand il se sent menacé, il disparaît dans un nuage d'encre opaque." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/103.ts b/data/Diamond & Pearl/Legends Awakened/103.ts index 022e342ef..b817507c4 100644 --- a/data/Diamond & Pearl/Legends Awakened/103.ts +++ b/data/Diamond & Pearl/Legends Awakened/103.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Houndour", fr: "Malosse", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 228, ], + hp: 50, + types: [ "Darkness", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,22 +52,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il exprime ses émotions en modulant son cri. Ce Pokémon rusé chasse en meute pour abattre ses proies." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/104.ts b/data/Diamond & Pearl/Legends Awakened/104.ts index c307ca6a6..861aa23ec 100644 --- a/data/Diamond & Pearl/Legends Awakened/104.ts +++ b/data/Diamond & Pearl/Legends Awakened/104.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Ledyba", fr: "Coxy", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 165, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il est si timide qu'il ne se déplace qu'au milieu d'un essaim. Il exprime ses émotions par l'odeur." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/105.ts b/data/Diamond & Pearl/Legends Awakened/105.ts index 3c90b8af3..693ea8d68 100644 --- a/data/Diamond & Pearl/Legends Awakened/105.ts +++ b/data/Diamond & Pearl/Legends Awakened/105.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Lileep", fr: "Lilia", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 345, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Root Fossil", fr: "Wurzelfossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { ], name: { en: "Astonish", - fr: "Etonnément", + fr: "Étonnement", }, effect: { en: "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck.", @@ -58,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -67,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il vivait au fond de la mer il y a 100 millions d'années. La science a permis de le ressusciter." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/106.ts b/data/Diamond & Pearl/Legends Awakened/106.ts index 55d2a3da9..649fcbb6a 100644 --- a/data/Diamond & Pearl/Legends Awakened/106.ts +++ b/data/Diamond & Pearl/Legends Awakened/106.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Meowth", fr: "Miaouss", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 52, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,10 +53,11 @@ const card: Card = { 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 faces.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fighting", @@ -64,8 +67,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son regard s'anime à la vue d'un objet brillant. C'est un Pokémon nocturne." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/107.ts b/data/Diamond & Pearl/Legends Awakened/107.ts index 88331e37c..3dd9ee1d9 100644 --- a/data/Diamond & Pearl/Legends Awakened/107.ts +++ b/data/Diamond & Pearl/Legends Awakened/107.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Misdreavus", fr: "Feuforeve", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 200, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { @@ -47,26 +49,30 @@ const card: Card = { en: "If your opponent has only 1 Prize card left, this attack does 10 damage plus 20 more damage.", fr: "S'il ne reste à votre adversaire qu'1 carte Récompense, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il adore se faufiler derrière les gens la nuit pour les effrayer avec son cri strident." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/108.ts b/data/Diamond & Pearl/Legends Awakened/108.ts index fcc3581a3..f0047aa0d 100644 --- a/data/Diamond & Pearl/Legends Awakened/108.ts +++ b/data/Diamond & Pearl/Legends Awakened/108.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Nincada", fr: "Ningale", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 290, ], + hp: 40, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -59,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il grandit sous terre et se repère grâce à ses antennes car ses yeux sont quasiment aveugles." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/109.ts b/data/Diamond & Pearl/Legends Awakened/109.ts index d58dbe9c8..61d1cf57a 100644 --- a/data/Diamond & Pearl/Legends Awakened/109.ts +++ b/data/Diamond & Pearl/Legends Awakened/109.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Nosepass", fr: "Tarinor", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 299, ], + hp: 70, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,10 +50,11 @@ const card: Card = { en: "If Probopass is on your Bench, this attack does 20 damage plus 20 more damage.", fr: "Si Tarinorme se trouve sur votre Banc, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Water", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son nez est un aimant, c'est pourquoi ce Pokémon fait toujours face au nord." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/11.ts b/data/Diamond & Pearl/Legends Awakened/11.ts index e626980ed..18e3097a9 100644 --- a/data/Diamond & Pearl/Legends Awakened/11.ts +++ b/data/Diamond & Pearl/Legends Awakened/11.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Mewtwo", fr: "Mewtwo", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 150, ], + hp: 80, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -56,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -65,8 +68,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Un Pokémon conçu en réorganisant les gènes de Mew. On raconte qu'il s'agit du Pokémon le plus féroce." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/110.ts b/data/Diamond & Pearl/Legends Awakened/110.ts index 52651f017..e28a5ef14 100644 --- a/data/Diamond & Pearl/Legends Awakened/110.ts +++ b/data/Diamond & Pearl/Legends Awakened/110.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Numel", fr: "Chamallot", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 322, ], + hp: 60, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -62,8 +65,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Son dos bosse renferme une lave bouillonnante. Elle refroidit par temps de pluie, ce qui le ralentit." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/111.ts b/data/Diamond & Pearl/Legends Awakened/111.ts index b11b63dfa..8a74ff6d1 100644 --- a/data/Diamond & Pearl/Legends Awakened/111.ts +++ b/data/Diamond & Pearl/Legends Awakened/111.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Oddish", fr: "Mystherbe", }, + illustrator: "Hiroki Fuchino", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 43, ], + hp: 40, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -62,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "En journée, il plante ses piedsracines dans le sol. La nuit, il se promène en semant des graines." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/112.ts b/data/Diamond & Pearl/Legends Awakened/112.ts index 21085119a..b63b58e7c 100644 --- a/data/Diamond & Pearl/Legends Awakened/112.ts +++ b/data/Diamond & Pearl/Legends Awakened/112.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Oddish", fr: "Mystherbe", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 43, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,6 +53,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +63,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "En journée, il plante ses piedsracines dans le sol. La nuit, il se promène en semant des graines." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/113.ts b/data/Diamond & Pearl/Legends Awakened/113.ts index 716e4c26b..b16b25ad1 100644 --- a/data/Diamond & Pearl/Legends Awakened/113.ts +++ b/data/Diamond & Pearl/Legends Awakened/113.ts @@ -4,7 +4,7 @@ import Set from '../Legends Awakened' const card: Card = { name: { en: "Pineco", - fr: "Pompedik", + fr: "Pomdepik", }, illustrator: "Masakazu Fukuda", rarity: "Common", diff --git a/data/Diamond & Pearl/Legends Awakened/12.ts b/data/Diamond & Pearl/Legends Awakened/12.ts index 81f959d0c..3452c0b62 100644 --- a/data/Diamond & Pearl/Legends Awakened/12.ts +++ b/data/Diamond & Pearl/Legends Awakened/12.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Politoed", fr: "Tarpaud", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 186, ], + hp: 120, + types: [ "Water", ], + evolveFrom: { en: "Poliwhirl", fr: "Quaputzi", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,10 +57,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 40 damage plus 40 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 40 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Grass", @@ -64,8 +71,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rassemble ses pairs pour les commander. Il utilise son cri pour diriger Ptitard." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/13.ts b/data/Diamond & Pearl/Legends Awakened/13.ts index 26145d2a7..0ff9d6e80 100644 --- a/data/Diamond & Pearl/Legends Awakened/13.ts +++ b/data/Diamond & Pearl/Legends Awakened/13.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Probopass", fr: "Tarinorme", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 476, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Nosepass", fr: "Nasgnet", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -56,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -65,8 +72,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Son corps libère une puissante force magnétique. Il dirige trois petites unités appelées Mini-nez." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/14.ts b/data/Diamond & Pearl/Legends Awakened/14.ts index a73e35c40..fc45bc839 100644 --- a/data/Diamond & Pearl/Legends Awakened/14.ts +++ b/data/Diamond & Pearl/Legends Awakened/14.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Rayquaza", fr: "Rayquaza", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 384, ], + hp: 100, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -54,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "×2" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il vit dans la couche d'ozone, au-dessus des nuages. Il est invisible depuis le sol." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/15.ts b/data/Diamond & Pearl/Legends Awakened/15.ts index ae12ccb9c..b75737ecf 100644 --- a/data/Diamond & Pearl/Legends Awakened/15.ts +++ b/data/Diamond & Pearl/Legends Awakened/15.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Regigigas", fr: "Regigigas", }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 486, ], + hp: 120, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +68,9 @@ const card: Card = { retreat: 4, - - + description: { + fr: "Une légende tenace veut que ce Pokémon ait traîné les continents en les attachant à des cordes." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/16.ts b/data/Diamond & Pearl/Legends Awakened/16.ts index 4a6d193a2..f60cbdfaf 100644 --- a/data/Diamond & Pearl/Legends Awakened/16.ts +++ b/data/Diamond & Pearl/Legends Awakened/16.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Spiritomb", fr: "Spiritomb", }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 442, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -57,10 +61,12 @@ const card: Card = { value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Un Pokémon composé de 108 esprits. Il provient d'une fissure dans une clé de voûte étrange." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/17.ts b/data/Diamond & Pearl/Legends Awakened/17.ts index 861d54d72..8be16a8d4 100644 --- a/data/Diamond & Pearl/Legends Awakened/17.ts +++ b/data/Diamond & Pearl/Legends Awakened/17.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Yanmega", fr: "Yanmega", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 469, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Yanma", fr: "Yanma", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,16 +58,18 @@ const card: Card = { en: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage and switch Yanmega with 1 of your Benched Pokémon.", fr: "Si le Pokémon Défenseur possède au moins 2 marqueurs de dégât, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires. Échangez Yanmega avec 1 des Pokémon de votre Banc.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -71,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Les ondes de choc qu'il génère en battant des ailes infligent de graves blessures internes." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/18.ts b/data/Diamond & Pearl/Legends Awakened/18.ts index 9e093f676..74acbfdd3 100644 --- a/data/Diamond & Pearl/Legends Awakened/18.ts +++ b/data/Diamond & Pearl/Legends Awakened/18.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Armaldo", fr: "Armaldo", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 348, ], + hp: 140, + types: [ "Fighting", ], + evolveFrom: { en: "Anorith", fr: "Anorith", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -56,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -65,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il a gagné la côte après son évolution. Une armure robuste recouvre son corps." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/19.ts b/data/Diamond & Pearl/Legends Awakened/19.ts index 8ebd80f19..dc1f18b79 100644 --- a/data/Diamond & Pearl/Legends Awakened/19.ts +++ b/data/Diamond & Pearl/Legends Awakened/19.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Azelf", fr: "Créfadet", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 482, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On l'appelle \"être de la volonté\". Il dort au fond d'un lac pour maintenir l'équilibre du monde." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/2.ts b/data/Diamond & Pearl/Legends Awakened/2.ts index b305fef17..ec833af60 100644 --- a/data/Diamond & Pearl/Legends Awakened/2.ts +++ b/data/Diamond & Pearl/Legends Awakened/2.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Dragonite", fr: "Dracolosse", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 149, ], + hp: 140, + types: [ "Colorless", ], + evolveFrom: { en: "Dragonair", fr: "Dragonir", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -61,22 +65,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "+30" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "On raconte qu'il vit quelque part en mer. Il guide les équipages naufragés jusqu'à la terre ferme." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/20.ts b/data/Diamond & Pearl/Legends Awakened/20.ts index 8bdc7c910..cdd276445 100644 --- a/data/Diamond & Pearl/Legends Awakened/20.ts +++ b/data/Diamond & Pearl/Legends Awakened/20.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Bellossom", fr: "Joliflor", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 182, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Gloom", fr: "Duflor", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Does 40 damage plus 20 more damage for each Vileplume and each Bellossom you have in play. Flip a coin. If heads, the Defending Pokémon is now Burned.", fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque Rafflesia et chaque Joliflor que vous avez en jeu. Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "À la fin de la saison des pluies, il sort danser en plein air, attiré par la chaleur du soleil." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/21.ts b/data/Diamond & Pearl/Legends Awakened/21.ts index 8bb454f4e..d564f0c7e 100644 --- a/data/Diamond & Pearl/Legends Awakened/21.ts +++ b/data/Diamond & Pearl/Legends Awakened/21.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Cradily", fr: "Vacilys", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 346, ], + hp: 120, + types: [ "Grass", ], + evolveFrom: { en: "Lileep", fr: "Liliep", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -59,6 +63,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -68,8 +73,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il vit dans les hauts-fonds des mers chaudes. Il déterre sa proie du sable quand la marée se retire." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/22.ts b/data/Diamond & Pearl/Legends Awakened/22.ts index 0a388133c..895b4328a 100644 --- a/data/Diamond & Pearl/Legends Awakened/22.ts +++ b/data/Diamond & Pearl/Legends Awakened/22.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Crawdaunt", fr: "Colhomard", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 342, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Corphish", fr: "Krebscorps", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -55,26 +59,30 @@ const card: Card = { en: "If Crawdaunt has a Technical Machine card attached to it, this attack does 50 damage plus 30 more damage.", fr: "Si Colhomard possède une carte Machine Technique, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.", }, - damage: 50, + damage: "50+", }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "C'est un voyou qui utilise ses pinces pour chasser les autres Pokémon hors de sa mare." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/23.ts b/data/Diamond & Pearl/Legends Awakened/23.ts index 904093bfd..9d3f2eab1 100644 --- a/data/Diamond & Pearl/Legends Awakened/23.ts +++ b/data/Diamond & Pearl/Legends Awakened/23.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Delcatty", fr: "Delcatty", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 301, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Skitty", fr: "Eneco", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -54,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +70,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Les femmes Dresseurs raffolent de sa sublime fourrure. Il ne possède pas de nid." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/24.ts b/data/Diamond & Pearl/Legends Awakened/24.ts index 742ba7bf5..bda09cab7 100644 --- a/data/Diamond & Pearl/Legends Awakened/24.ts +++ b/data/Diamond & Pearl/Legends Awakened/24.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Deoxys Attack Forme", fr: "Deoxys Forme Attaque", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 386, ], + hp: 80, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -53,6 +57,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -62,8 +67,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il vient d'un virus extraterrestre arrivé avec une météorite et ayant subi une mutation génétique." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/25.ts b/data/Diamond & Pearl/Legends Awakened/25.ts index dbb9860b5..d53c5014a 100644 --- a/data/Diamond & Pearl/Legends Awakened/25.ts +++ b/data/Diamond & Pearl/Legends Awakened/25.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Deoxys Defense Forme", fr: "Deoxys Forme Défense", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 386, ], + hp: 100, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -53,6 +57,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -62,8 +67,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il vient d'un virus extraterrestre arrivé avec une météorite et ayant subi une mutation génétique." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/26.ts b/data/Diamond & Pearl/Legends Awakened/26.ts index c3b108500..af59b16e4 100644 --- a/data/Diamond & Pearl/Legends Awakened/26.ts +++ b/data/Diamond & Pearl/Legends Awakened/26.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Deoxys Speed Forme", fr: "Deoxys Forme Vitesse", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 386, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -58,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il vient d'un virus extraterrestre arrivé avec une météorite et ayant subi une mutation génétique." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/27.ts b/data/Diamond & Pearl/Legends Awakened/27.ts index a19c5a4d0..ff9f47ff7 100644 --- a/data/Diamond & Pearl/Legends Awakened/27.ts +++ b/data/Diamond & Pearl/Legends Awakened/27.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Ditto", fr: "Metamorph", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 132, ], + hp: 60, + types: [ "Colorless", ], @@ -44,8 +47,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il a la capacité de modifier sa structure cellulaire pour prendre l'apparence de ce qu'il voit." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/28.ts b/data/Diamond & Pearl/Legends Awakened/28.ts index d47a9a03d..99c0ae56d 100644 --- a/data/Diamond & Pearl/Legends Awakened/28.ts +++ b/data/Diamond & Pearl/Legends Awakened/28.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Forretress", fr: "Forretress", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 205, ], + hp: 90, + types: [ "Metal", ], + evolveFrom: { en: "Pineco", fr: "Tannza", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -57,22 +63,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il est prisonnier d'une coquille d'acier. Ses yeux vigilants sont la seule partie visible de son corps." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/29.ts b/data/Diamond & Pearl/Legends Awakened/29.ts index fb05e8757..8ae113096 100644 --- a/data/Diamond & Pearl/Legends Awakened/29.ts +++ b/data/Diamond & Pearl/Legends Awakened/29.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Groudon", fr: "Groudon", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 383, ], + hp: 100, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { @@ -53,22 +55,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", value: "×2" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il dormait dans le magma souterrain depuis sa lutte féroce contre Kyogre, il a longtemps de cela." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/3.ts b/data/Diamond & Pearl/Legends Awakened/3.ts index facc9e272..07703602b 100644 --- a/data/Diamond & Pearl/Legends Awakened/3.ts +++ b/data/Diamond & Pearl/Legends Awakened/3.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Froslass", fr: "Momartik", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 478, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Snorunt", fr: "Schneppke", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { ], name: { en: "Destiny Bond", - fr: "Destiny Bond", + fr: "Prlvt Destin", }, effect: { en: "Discard a Psychic Energy attached to Froslass. During your opponent's next turn, if Froslass would be Knocked Out by damage from an attack, the Attacking Pokémon is Knocked Out.", @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Metal", @@ -66,8 +71,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Momartik gèle ses ennemis grâce à son souffle à -50°C. Ça ne se voit pas, mais son corps est creux." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/30.ts b/data/Diamond & Pearl/Legends Awakened/30.ts index c595c28a5..b3285905a 100644 --- a/data/Diamond & Pearl/Legends Awakened/30.ts +++ b/data/Diamond & Pearl/Legends Awakened/30.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Heatran", fr: "Heatran", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 485, ], + hp: 100, + types: [ "Metal", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -49,10 +53,11 @@ const card: Card = { en: "Flip a coin for each Metal Energy attached to Heatran. This attack does 40 damage plus 20 more damage for each heads.", fr: "Lancez une pièce pour chaque Énergie Metal attachée à Heatran. Cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque face.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Water", @@ -62,8 +67,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il hante les grottes volcaniques. Il rampe au mut et au plafond grâce à ses pieds en forme de croix." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/31.ts b/data/Diamond & Pearl/Legends Awakened/31.ts index 1e84d364a..ac9280453 100644 --- a/data/Diamond & Pearl/Legends Awakened/31.ts +++ b/data/Diamond & Pearl/Legends Awakened/31.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Jirachi", fr: "Jirachi", }, + illustrator: "Satoshi Ohta", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 385, ], + hp: 70, + types: [ "Metal", ], stage: "Basic", - attacks: [ { @@ -51,22 +53,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "On raconte qu'une fois tous les mille ans, il a la capacité d'exaucer tous les vœux durant une semaine." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/32.ts b/data/Diamond & Pearl/Legends Awakened/32.ts index c1ce3ee5e..0cd28f646 100644 --- a/data/Diamond & Pearl/Legends Awakened/32.ts +++ b/data/Diamond & Pearl/Legends Awakened/32.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Kyogre", fr: "Kyogre", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 382, ], + hp: 100, + types: [ "Water", ], stage: "Basic", - attacks: [ { @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -62,8 +65,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "On dit qu'il a fait monter les eaux en causant des pluies diluviennes. Il somnolait dans une fosse marine." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/33.ts b/data/Diamond & Pearl/Legends Awakened/33.ts index 7d29d40fe..e63cb3f4a 100644 --- a/data/Diamond & Pearl/Legends Awakened/33.ts +++ b/data/Diamond & Pearl/Legends Awakened/33.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Lopunny", fr: "Lockpin", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 428, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Buneary", fr: "Haspiror", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -63,10 +69,11 @@ const card: Card = { en: "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 30 more damage.", fr: "Si le Pokémon Défenseur est un Pokémon Évolué, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Fighting", @@ -76,8 +83,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Un Pokémon extrêmement prudent. Il couvre son corps de ses oreilles pelucheuses en cas de danger." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/34.ts b/data/Diamond & Pearl/Legends Awakened/34.ts index 73d6d9336..2143a68ea 100644 --- a/data/Diamond & Pearl/Legends Awakened/34.ts +++ b/data/Diamond & Pearl/Legends Awakened/34.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Mesprit", fr: "Créfollet", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 481, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,10 +52,11 @@ const card: Card = { en: "If you have the same number of cards in your hand as your opponent, this attack does 20 damage plus 50 more damage.", fr: "Si vous avez autant de cartes en main que votre adversaire, cette attaque inflige 20 dégâts plus 50 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Psychic", @@ -61,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On l'appelle \"être de l'émotion\". Il enseigne aux hommes la beauté de la tristesse, la douleur de la joie." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/35.ts b/data/Diamond & Pearl/Legends Awakened/35.ts index 198e9b5b0..561ff1622 100644 --- a/data/Diamond & Pearl/Legends Awakened/35.ts +++ b/data/Diamond & Pearl/Legends Awakened/35.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Poliwrath", fr: "Tartard", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 62, ], + hp: 130, + types: [ "Water", ], + evolveFrom: { en: "Poliwhirl", fr: "Quaputzi", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -59,6 +63,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -68,8 +73,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il possède de sacrés biscoteaux. Il peut parcourir sans relâche l'Océan Pacifique." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/36.ts b/data/Diamond & Pearl/Legends Awakened/36.ts index 6ad9ffe18..1542a60d0 100644 --- a/data/Diamond & Pearl/Legends Awakened/36.ts +++ b/data/Diamond & Pearl/Legends Awakened/36.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Regice", fr: "Regice", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 378, ], + hp: 90, + types: [ "Water", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -53,6 +57,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Metal", @@ -62,8 +67,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Son corps est fait de glace datant de l'ère glaciaire. Il contrôle un air gelé de -200 °C." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/37.ts b/data/Diamond & Pearl/Legends Awakened/37.ts index 3c598453f..e9f1f35bc 100644 --- a/data/Diamond & Pearl/Legends Awakened/37.ts +++ b/data/Diamond & Pearl/Legends Awakened/37.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Regigigas", fr: "Regigigas", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 486, ], + hp: 100, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -49,10 +53,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires et 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 de Banc.)", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Fighting", @@ -62,8 +67,9 @@ const card: Card = { retreat: 4, - - + description: { + fr: "Une légende tenace veut que ce Pokémon ait traîné les continents en les attachant à des cordes." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/38.ts b/data/Diamond & Pearl/Legends Awakened/38.ts index 7279ba5e4..f54d8d213 100644 --- a/data/Diamond & Pearl/Legends Awakened/38.ts +++ b/data/Diamond & Pearl/Legends Awakened/38.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Regirock", fr: "Regirock", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 377, ], + hp: 90, + types: [ "Fighting", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -49,10 +53,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 40 damage plus 30 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Water", @@ -62,8 +67,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Tout son corps est fait de roche. S'il s'ébrèche au combat, il utilise des pierres pour le réparer." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/39.ts b/data/Diamond & Pearl/Legends Awakened/39.ts index f3b70da46..c0acddacf 100644 --- a/data/Diamond & Pearl/Legends Awakened/39.ts +++ b/data/Diamond & Pearl/Legends Awakened/39.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Registeel", fr: "Registeel", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 379, ], + hp: 90, + types: [ "Metal", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -53,22 +57,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "×2" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 4, - - + description: { + fr: "Son corps invulnérable fut forgé par la pression souterraine durant des dizaines de milliers d'années." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/4.ts b/data/Diamond & Pearl/Legends Awakened/4.ts index bb9c41f2b..65fcd033d 100644 --- a/data/Diamond & Pearl/Legends Awakened/4.ts +++ b/data/Diamond & Pearl/Legends Awakened/4.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Giratina", fr: "Giratina", }, + illustrator: "Kazuaki Aihara", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 487, ], + hp: 100, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,28 +53,32 @@ const card: Card = { }, effect: { en: "Does 50 damage plus 10 more damage for each damage counter on the Defending Pokémon.", - fr: "Inflige 50 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur le Pokémon Défenseur.", + fr: "Inflige 50 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur le Pokémon Défenseur.", }, - damage: 50, + damage: "50+", }, ], + weaknesses: [ { type: "Darkness", value: "×2" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Un Pokémon censé vivre dans un monde à l'opposé du nôtre. Il apparaît dans un cimetière ancien." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/40.ts b/data/Diamond & Pearl/Legends Awakened/40.ts index d7223d9b5..cf418e8ce 100644 --- a/data/Diamond & Pearl/Legends Awakened/40.ts +++ b/data/Diamond & Pearl/Legends Awakened/40.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Shedinja", fr: "Munja", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 292, ], + hp: 60, + types: [ "Grass", ], + evolveFrom: { en: "Nincada", fr: "Ningale", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -54,11 +60,9 @@ const card: Card = { }, ], - - - - - + description: { + fr: "Une carapace d'insecte laissée à l'abandon. On dit qu'il vole l'âme de celui qui regarde à l'intérieur." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/41.ts b/data/Diamond & Pearl/Legends Awakened/41.ts index 396292363..232362ef7 100644 --- a/data/Diamond & Pearl/Legends Awakened/41.ts +++ b/data/Diamond & Pearl/Legends Awakened/41.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Torkoal", fr: "Chartor", }, + illustrator: "Midori Harada", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 324, ], + hp: 80, + types: [ "Fire", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -52,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -61,8 +66,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il tire son énergie du charbon qu'il brûle dans sa carapace et crache de la suie noire en cas de danger." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/42.ts b/data/Diamond & Pearl/Legends Awakened/42.ts index dceba0549..5427bb4fe 100644 --- a/data/Diamond & Pearl/Legends Awakened/42.ts +++ b/data/Diamond & Pearl/Legends Awakened/42.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown !", fr: "Zarbi !", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -47,10 +51,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage. If tails, Unown ! does 10 damage to itself, and this attack's damage isn't affected by Weakness or Resistance.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Zarbi ! s'inflige 10 dégâts et les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/43.ts b/data/Diamond & Pearl/Legends Awakened/43.ts index 892d3a844..216904694 100644 --- a/data/Diamond & Pearl/Legends Awakened/43.ts +++ b/data/Diamond & Pearl/Legends Awakened/43.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Uxie", fr: "Créhelf", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 480, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On l'appelle \"être du savoir\". On raconte que son regard a le pouvoir d'effacer la mémoire." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/44.ts b/data/Diamond & Pearl/Legends Awakened/44.ts index 1bb10c1fd..55bc65ae7 100644 --- a/data/Diamond & Pearl/Legends Awakened/44.ts +++ b/data/Diamond & Pearl/Legends Awakened/44.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Victreebel", fr: "Empiflor", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 71, ], + hp: 120, + types: [ "Grass", ], + evolveFrom: { en: "Weepinbell", fr: "Ultrigaria", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -56,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -65,8 +70,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Sa bouche sécrète un fluide à l'odeur du miel, qui s'avère être un acide extrêmement corrosif." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/45.ts b/data/Diamond & Pearl/Legends Awakened/45.ts index b6eb98576..0ac4ead3e 100644 --- a/data/Diamond & Pearl/Legends Awakened/45.ts +++ b/data/Diamond & Pearl/Legends Awakened/45.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Vileplume", fr: "Rafflesia", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 45, ], + hp: 120, + types: [ "Grass", ], + evolveFrom: { en: "Gloom", fr: "Duflor", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -56,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -65,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Ses pétales sont les plus grands du monde. Il marche en répandant un pollen extrêmement allergène." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/46.ts b/data/Diamond & Pearl/Legends Awakened/46.ts index aff6a7843..19a255239 100644 --- a/data/Diamond & Pearl/Legends Awakened/46.ts +++ b/data/Diamond & Pearl/Legends Awakened/46.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Anorith", fr: "Anorith", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 347, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Claw Fossil", fr: "Klauenfossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,10 +58,11 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Grass", @@ -67,8 +72,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Un ancêtre Pokémon réanimé à partir d'un fossile. Il vivait en mer et chassait avec ses pinces." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/47.ts b/data/Diamond & Pearl/Legends Awakened/47.ts index 733fa6858..ad99cb5f9 100644 --- a/data/Diamond & Pearl/Legends Awakened/47.ts +++ b/data/Diamond & Pearl/Legends Awakened/47.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Camerupt", fr: "Camerupt", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 323, ], + hp: 100, + types: [ "Fire", ], + evolveFrom: { en: "Numel", fr: "Camaub", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "Each player discards the top card of his or her deck. This attack does 30 damage plus 30 more damage for each Energy card discarded in this way.", fr: "Chaque joueur défausse la carte du dessus de son deck. Cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires pour chaque carte Énergie défaussée de cette façon.", }, - damage: 30, + damage: "30+", }, { @@ -60,6 +64,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -69,8 +74,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il porte des volcans sur son dos. Quand le magma remonte, il frissonne et entre en éruption." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/48.ts b/data/Diamond & Pearl/Legends Awakened/48.ts index 7e539e1ef..5fb6d4674 100644 --- a/data/Diamond & Pearl/Legends Awakened/48.ts +++ b/data/Diamond & Pearl/Legends Awakened/48.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Castform", fr: "Morpheo", }, + illustrator: "Kanako Eo", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 351, ], + hp: 60, + types: [ "Colorless", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -48,10 +52,11 @@ const card: Card = { en: "If you have a Stadium card in play, remove 3 damage counters from Castform. If your opponent has a Stadium card in play, this attack does 30 damage plus 30 more damage.", fr: "Si vous avez des cartes Stade en jeu, retirez à Morpheo 3 marqueurs de dégât. Si votre adversaire a des cartes Stade en jeu, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Fighting", @@ -61,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son aspect change avec la météo. On a récemment découvert que ses molécules étaient pareilles à l'eau." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/49.ts b/data/Diamond & Pearl/Legends Awakened/49.ts index 83786e4b7..2871ee872 100644 --- a/data/Diamond & Pearl/Legends Awakened/49.ts +++ b/data/Diamond & Pearl/Legends Awakened/49.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Castform Rain Form", fr: "Morpheo Pluie", }, + illustrator: "Emi Yoshida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 351, ], + hp: 70, + types: [ "Water", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -52,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -61,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son aspect change avec la météo. On a récemment découvert que ses molécules étaient pareilles à l'eau." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/5.ts b/data/Diamond & Pearl/Legends Awakened/5.ts index 1d6d0102a..6fae89d4c 100644 --- a/data/Diamond & Pearl/Legends Awakened/5.ts +++ b/data/Diamond & Pearl/Legends Awakened/5.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Gliscor", fr: "Scorvol", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 472, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Gligar", fr: "Skorgla", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -49,28 +53,32 @@ const card: Card = { }, effect: { en: "If the Defending Pokémon is affected by a Special Condition, this attack does 40 damage plus 40 more damage.", - fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 40 dégâts plus 40 dégât supplémentaires.", + fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 40 dégâts plus 40 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il guette sa proie pendu à une branche la tête en bas, et s'en saisit à la première occasion." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/50.ts b/data/Diamond & Pearl/Legends Awakened/50.ts index 7cd842bb4..030ffe195 100644 --- a/data/Diamond & Pearl/Legends Awakened/50.ts +++ b/data/Diamond & Pearl/Legends Awakened/50.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Castform Snow-cloud Form", fr: "Morpheo Neige", }, + illustrator: "Saya Tsuruta", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 351, ], + hp: 70, + types: [ "Water", ], @@ -34,23 +37,28 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ "Colorless", "Colorless", ], + name: { en: "Hail", fr: "Grêle", }, + effect: { en: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, + damage: 20 }, ], + weaknesses: [ { type: "Metal", @@ -60,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son aspect change avec la météo. On a récemment découvert que ses molécules étaient pareilles à l'eau." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/51.ts b/data/Diamond & Pearl/Legends Awakened/51.ts index 01f27ae2a..3a56fc017 100644 --- a/data/Diamond & Pearl/Legends Awakened/51.ts +++ b/data/Diamond & Pearl/Legends Awakened/51.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Castform Sunny Form", fr: "Morpheo Soleil", }, + illustrator: "Lee HyunJung", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 351, ], + hp: 70, + types: [ "Fire", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -52,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -61,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son aspect change avec la météo. On a récemment découvert que ses molécules étaient pareilles à l'eau." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/52.ts b/data/Diamond & Pearl/Legends Awakened/52.ts index 08bd2c340..cd38b7b88 100644 --- a/data/Diamond & Pearl/Legends Awakened/52.ts +++ b/data/Diamond & Pearl/Legends Awakened/52.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Dragonair", fr: "Draco", }, + illustrator: "Suwama Chiaki", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 148, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { en: "Dratini", fr: "Minidraco", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -56,10 +60,11 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Colorless", @@ -69,8 +74,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "La météo change brusquement lorsqu'il est entouré d'une aura. On dit qu'il peuple les mers et les lacs." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/53.ts b/data/Diamond & Pearl/Legends Awakened/53.ts index a15f10f4a..fe4c41604 100644 --- a/data/Diamond & Pearl/Legends Awakened/53.ts +++ b/data/Diamond & Pearl/Legends Awakened/53.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Drifblim", fr: "Grodrive", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 426, ], + hp: 90, + types: [ "Psychic", ], + evolveFrom: { en: "Drifloon", fr: "Baudrive", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -59,12 +63,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", @@ -72,9 +78,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il somnole la journée et s'envole en grands groupes le soir venu. Nul ne sait où ils vont." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/54.ts b/data/Diamond & Pearl/Legends Awakened/54.ts index 6c0cd7c6e..a02a058c3 100644 --- a/data/Diamond & Pearl/Legends Awakened/54.ts +++ b/data/Diamond & Pearl/Legends Awakened/54.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Exeggutor", fr: "Noadkoko", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 103, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Exeggcute", fr: "Owei", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -50,10 +54,11 @@ const card: Card = { en: "Discard as many Energy cards as you like attached to your Pokémon. For each Energy card you discarded, flip a coin. This attack does 50 damage times the number of heads.", fr: "Défaussez autant de cartes Énergie attachées à votre Pokémon que vous le voulez. Pour chaque carte Énergie défaussée, lancez une pièce. Cette attaque inflige 50 dégâts multipliés par le nombre de faces.", }, - damage: 50, + damage: "50×", }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On l'appelle \"jungle sur pattes\". Si une tête devient trop grosse, elle tombe et produit un NOEUNOEUF." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/55.ts b/data/Diamond & Pearl/Legends Awakened/55.ts index 6a81f778b..7ca306ad2 100644 --- a/data/Diamond & Pearl/Legends Awakened/55.ts +++ b/data/Diamond & Pearl/Legends Awakened/55.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Gliscor", fr: "Scorvol", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 472, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Gligar", fr: "Skorgla", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 30 damage plus 40 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 40 dégâts supplémentaires.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il guette sa proie, pendu à une branche la tête en bas, et s'en saisit à la première occasion." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/56.ts b/data/Diamond & Pearl/Legends Awakened/56.ts index 06b9c6b61..46f4c8b0f 100644 --- a/data/Diamond & Pearl/Legends Awakened/56.ts +++ b/data/Diamond & Pearl/Legends Awakened/56.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Grumpig", fr: "Groret", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 326, ], + hp: 90, + types: [ "Psychic", ], + evolveFrom: { en: "Spoink", fr: "Spoink", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -51,10 +55,11 @@ const card: Card = { en: "Does 20 damage times the amount of Energy attached to Grumpig.", fr: "Inflige 20 dégâts multipliés par le nombre d'Énergies attachées à Groret.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { type: "Psychic", @@ -64,8 +69,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Les perles noires amplifient ses pouvoirs psy. Sa danse étrange lui permet de contrôler ses ennemis." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/57.ts b/data/Diamond & Pearl/Legends Awakened/57.ts index 3140ff4da..3cd011e78 100644 --- a/data/Diamond & Pearl/Legends Awakened/57.ts +++ b/data/Diamond & Pearl/Legends Awakened/57.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Houndoom", fr: "Demolosse", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 229, ], + hp: 80, + types: [ "Fire", ], + evolveFrom: { en: "Houndour", fr: "Hunduster", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -70,6 +76,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -79,8 +86,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Jadis, les gens prenaient son étrange hurlement pour l'appel de la Faucheuse." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/58.ts b/data/Diamond & Pearl/Legends Awakened/58.ts index 70de97bde..67dd3073f 100644 --- a/data/Diamond & Pearl/Legends Awakened/58.ts +++ b/data/Diamond & Pearl/Legends Awakened/58.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Lanturn", fr: "Lanturn", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 171, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Chinchou", fr: "Lampi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -59,6 +63,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -68,8 +73,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "La lumière de LANTURN surgit des profondeurs. On le surnomme \"étoile des profondeurs\"." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/59.ts b/data/Diamond & Pearl/Legends Awakened/59.ts index 40af039e6..002bf33a3 100644 --- a/data/Diamond & Pearl/Legends Awakened/59.ts +++ b/data/Diamond & Pearl/Legends Awakened/59.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Lanturn", fr: "Lanturn", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 171, ], + hp: 90, + types: [ "Lightning", ], + evolveFrom: { en: "Chinchou", fr: "Lampi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -36,7 +40,7 @@ const card: Card = { }, effect: { en: "This attack does 30 damage to each of your opponent's Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire possédant des cartes Énergie. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", + fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire possédant des cartes Énergie. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, }, @@ -54,10 +58,11 @@ const card: Card = { en: "Does 60 damage plus 10 more damage for each Water Energy attached to Lanturn.", fr: "Inflige 60 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Water attachée à Lanturn.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Fighting", @@ -67,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "La lumière de LANTURN surgit des profondeurs. On le surnomme \"étoile des profondeurs\"." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/6.ts b/data/Diamond & Pearl/Legends Awakened/6.ts index 7ce1042ee..1b1679e4f 100644 --- a/data/Diamond & Pearl/Legends Awakened/6.ts +++ b/data/Diamond & Pearl/Legends Awakened/6.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Heatran", fr: "Heatran", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 485, ], + hp: 100, + types: [ "Fire", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -50,10 +54,11 @@ const card: Card = { en: "You may discard as many basic Energy cards as you like attached to Heatran. If you do, this attack does 40 damage plus 20 more damage for each Energy card you discarded.", fr: "Vous pouvez défausser autant de cartes Énergie de base attachées à Heatran que vous le voulez. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires pour chaque Énergie défaussée.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Water", @@ -63,8 +68,9 @@ const card: Card = { retreat: 4, - - + description: { + fr: "Il hante les grottes volcaniques. Il rampe au mur et au plafond grâce à ses pieds en formes de croix." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/60.ts b/data/Diamond & Pearl/Legends Awakened/60.ts index 8c99f24bb..b2561e873 100644 --- a/data/Diamond & Pearl/Legends Awakened/60.ts +++ b/data/Diamond & Pearl/Legends Awakened/60.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Ledian", fr: "Coxyclaque", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 166, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Ledyba", fr: "Ledyba", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "Flip 4 coins. This attack does 20 damage times the number of heads.", fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.", }, - damage: 20, + damage: "20×", }, { @@ -58,22 +62,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il tire sa force de la lumière des étoiles. Plus il y en a et plus ses motifs dorsaux sont grands." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/61.ts b/data/Diamond & Pearl/Legends Awakened/61.ts index cef0bd193..ead01889c 100644 --- a/data/Diamond & Pearl/Legends Awakened/61.ts +++ b/data/Diamond & Pearl/Legends Awakened/61.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Lucario", fr: "Lucario", }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 448, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Riolu", fr: "Riolu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,10 +58,11 @@ const card: Card = { en: "If the Defending Pokémon already has any damage counters on it, this attack does 60 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 60 dégâts plus 20 dégâts supplémentaires.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Psychic", @@ -67,8 +72,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il ressent toutes les auras. Il comprend le langage humain." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/62.ts b/data/Diamond & Pearl/Legends Awakened/62.ts index a3d99d043..1b7629b85 100644 --- a/data/Diamond & Pearl/Legends Awakened/62.ts +++ b/data/Diamond & Pearl/Legends Awakened/62.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Luxio", fr: "Luxio", }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 404, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Shinx", fr: "Sheinux", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 10 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 de Banc.)", + fr: "Inflige 10 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 de Banc.)", }, damage: 30, @@ -60,22 +64,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "L'électricité libérée par ses griffes peut assommer l'ennemi. Il vit en petits groupes." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/63.ts b/data/Diamond & Pearl/Legends Awakened/63.ts index 91a2cbe06..b0239e634 100644 --- a/data/Diamond & Pearl/Legends Awakened/63.ts +++ b/data/Diamond & Pearl/Legends Awakened/63.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Marowak", fr: "Ossatueur", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 105, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Cubone", fr: "Tragosso", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Flip a coin until you get tails. This attack does 50 damage times the number of heads.", fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 50 dégâts multipliés par le nombre de faces.", }, - damage: 50, + damage: "50×", }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Ce Pokémon sauvage possède des os depuis sa naissance. Il s'en sert pour combattre avec dextérité." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/64.ts b/data/Diamond & Pearl/Legends Awakened/64.ts index f5e80dec8..0940a55b1 100644 --- a/data/Diamond & Pearl/Legends Awakened/64.ts +++ b/data/Diamond & Pearl/Legends Awakened/64.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Metang", fr: "Metang", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 375, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Beldum", fr: "Terhal", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il est formé de deux TERHAL soudés. Son corps de fer résiste à un choc avec un avion à réaction." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/65.ts b/data/Diamond & Pearl/Legends Awakened/65.ts index 579feace9..cf8424d86 100644 --- a/data/Diamond & Pearl/Legends Awakened/65.ts +++ b/data/Diamond & Pearl/Legends Awakened/65.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Metang", fr: "Metang", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 375, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Beldum", fr: "Terhal", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -56,26 +60,30 @@ const card: Card = { en: "Flip 2 coins. This attack does 40 damage plus 20 more damage for each heads.", fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque face.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il est formé de deux Terhal soudés. Son corps de fer résiste à un choc avec un avion à réaction." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/66.ts b/data/Diamond & Pearl/Legends Awakened/66.ts index 8fa1f24ca..3e5ddc343 100644 --- a/data/Diamond & Pearl/Legends Awakened/66.ts +++ b/data/Diamond & Pearl/Legends Awakened/66.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Mightyena", fr: "Grahyena", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 262, ], + hp: 90, + types: [ "Darkness", ], + evolveFrom: { en: "Poochyena", fr: "Fiffyen", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,26 +58,30 @@ const card: Card = { en: "Does 10 damage times the number of Pokémon you have in play.", fr: "Inflige 10 dégâts multipliés par le nombre de Pokémon que vous avez en jeu.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il traque ses proies en groupe. Il ne désobéira jamais aux ordres d'un bon Dresseur." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/67.ts b/data/Diamond & Pearl/Legends Awakened/67.ts index 31314e199..e2f7d17e2 100644 --- a/data/Diamond & Pearl/Legends Awakened/67.ts +++ b/data/Diamond & Pearl/Legends Awakened/67.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Ninjask", fr: "Ninjask", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 291, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Nincada", fr: "Ningale", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -54,12 +60,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -67,9 +75,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il bouge si vite que l'œil a parfois du mal à le suivre. Ils se regroupent près de la sève des arbres." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/68.ts b/data/Diamond & Pearl/Legends Awakened/68.ts index c4bb6c6fa..005e159a5 100644 --- a/data/Diamond & Pearl/Legends Awakened/68.ts +++ b/data/Diamond & Pearl/Legends Awakened/68.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Persian", fr: "Persian", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 53, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Meowth", fr: "Mauzi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,10 +58,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 40 damage plus 10 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 10 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fighting", @@ -65,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Un Pokémon très snob. La taille du joyau qui orne son front alimente bien des débats parmi ses fans." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/69.ts b/data/Diamond & Pearl/Legends Awakened/69.ts index 8a750bc8d..f8a4e6fc4 100644 --- a/data/Diamond & Pearl/Legends Awakened/69.ts +++ b/data/Diamond & Pearl/Legends Awakened/69.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Piloswine", fr: "Cochignon", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 221, ], + hp: 100, + types: [ "Water", ], + evolveFrom: { en: "Swinub", fr: "Quiekel", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -39,7 +43,7 @@ const card: Card = { en: "You may do 30 damage plus 30 more damage. If you do, Piloswine does 30 damage to itself.", fr: "Vous pouvez infliger 30 dégâts plus 30 dégâts supplémentaires. Cochignon s'inflige alors 30 dégâts.", }, - damage: 30, + damage: "30+", }, { @@ -61,22 +65,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Metal", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 3, - - + description: { + fr: "Il ne voit rien à cause de sa fourrure touffue et se repère à l'aide de son nez délicat." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/7.ts b/data/Diamond & Pearl/Legends Awakened/7.ts index c717fa1d3..d669aaf0a 100644 --- a/data/Diamond & Pearl/Legends Awakened/7.ts +++ b/data/Diamond & Pearl/Legends Awakened/7.ts @@ -36,7 +36,7 @@ const card: Card = { en: "Search your discard pile for as many Water Energy cards as you like, show them to your opponent, and this attack does 10 damage for each Water Energy card you chose. Put those cards on top of your deck. Shuffle your deck afterward.", fr: "Cherchez dans votre pile de défausse autant de cartes Énergie Water que vous le voulez et montrez-les à votre adversaire. Cette attaque inflige 10 dégâts pour chaque Énergie Water choisie. Placez ces cartes au-dessus de votre deck. Ensuite, mélangez votre deck.", }, - damage: 10, + damage: "10×", }, { @@ -51,7 +51,7 @@ const card: Card = { en: "You may discard 2 cards from your hand. If you do, this attack does 40 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", fr: "Vous pouvez défausser 2 cartes de votre main. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires et 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 de Banc.)", }, - damage: 40, + damage: "40+", }, ], diff --git a/data/Diamond & Pearl/Legends Awakened/70.ts b/data/Diamond & Pearl/Legends Awakened/70.ts index dab0866d3..e6a0b1055 100644 --- a/data/Diamond & Pearl/Legends Awakened/70.ts +++ b/data/Diamond & Pearl/Legends Awakened/70.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Seadra", fr: "Hypocean", }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 117, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Horsea", fr: "Seeper", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "You may discard up to 2 Water Energy cards from your hand. If you do, this attack does 30 damage plus 10 more damage for each Energy card you discarded.", fr: "Vous pouvez défausser jusqu'à 2 cartes Énergie Water de votre main. Cette attaque inflige alors 30 dégâts plus 10 dégâts supplémentaires pour chaque carte Énergie défaussée.", }, - damage: 30, + damage: "30+", }, { @@ -56,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -65,8 +70,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Son épine dorsale le protège. Ses os et ses nageoires sont très prisés en médecine traditionnelle." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/71.ts b/data/Diamond & Pearl/Legends Awakened/71.ts index ed7f2788f..339d346e3 100644 --- a/data/Diamond & Pearl/Legends Awakened/71.ts +++ b/data/Diamond & Pearl/Legends Awakened/71.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Starmie", fr: "Staross", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 121, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Staryu", fr: "Sterndu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -47,7 +51,7 @@ const card: Card = { ], name: { en: "Core Flash", - fr: "Flash=coeur", + fr: "Flash-coeur", }, effect: { en: "Choose 1 of your opponent's Pokémon that has any Poké-Powers or Poké-Bodies. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", @@ -56,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -63,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Un noyau rouge trône en son centre. Il envoie des signaux radio mystérieux vers le ciel nocturne." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/72.ts b/data/Diamond & Pearl/Legends Awakened/72.ts index 90c5bd60a..1977d40a9 100644 --- a/data/Diamond & Pearl/Legends Awakened/72.ts +++ b/data/Diamond & Pearl/Legends Awakened/72.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Swalot", fr: "Avaltout", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 317, ], + hp: 90, + types: [ "Psychic", ], + evolveFrom: { en: "Gulpin", fr: "Schluppuck", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -60,6 +64,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -69,8 +74,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il avale tout en une bouchée. Ses follicules sécrètent des fluides toxiques qui endorment l'ennemi." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/73.ts b/data/Diamond & Pearl/Legends Awakened/73.ts index bda3efe6d..f203d2e51 100644 --- a/data/Diamond & Pearl/Legends Awakened/73.ts +++ b/data/Diamond & Pearl/Legends Awakened/73.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Swellow", fr: "Heledelle", }, + illustrator: "Suwama Chiaki", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 277, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Taillow", fr: "Schwalbini", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -55,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il vole en cercle en quête d'une proie. Dès qu'il l'a repérée, il fond sur elle en un éclair." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/74.ts b/data/Diamond & Pearl/Legends Awakened/74.ts index 56106b08b..998d1ce1c 100644 --- a/data/Diamond & Pearl/Legends Awakened/74.ts +++ b/data/Diamond & Pearl/Legends Awakened/74.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Tauros", fr: "Tauros", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 128, ], + hp: 80, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,7 +38,7 @@ const card: Card = { en: "Flip a coin for each Tauros you have in play. This attack does 20 damage times the number of heads.", fr: "Lancez une pièce pour chaque Tauros que vous avez en jeu. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.", }, - damage: 20, + damage: "20×", }, { @@ -53,10 +55,11 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, Tauros does 10 damage to itself.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si c'est pile, Tauros s'inflige 10 dégâts.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fighting", @@ -66,8 +69,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Après avoir choisi sa cible, il fonce dessus tête baissée. Il est réputé pour sa nature violente." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/75.ts b/data/Diamond & Pearl/Legends Awakened/75.ts index c542844cb..69032cb20 100644 --- a/data/Diamond & Pearl/Legends Awakened/75.ts +++ b/data/Diamond & Pearl/Legends Awakened/75.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Tentacruel", fr: "Tentacruel", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 73, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Tentacool", fr: "Tentacha", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -56,6 +60,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -65,8 +70,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Ses 80 tentacules ligotent ses proies et les retiennent jusqu'à ce que son poison fasse effet." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/76.ts b/data/Diamond & Pearl/Legends Awakened/76.ts index 1370d3c55..ffcb8e2c5 100644 --- a/data/Diamond & Pearl/Legends Awakened/76.ts +++ b/data/Diamond & Pearl/Legends Awakened/76.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown J", fr: "Zarbi J", }, + illustrator: "Kent Kanetsuna", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/77.ts b/data/Diamond & Pearl/Legends Awakened/77.ts index 8b9b13c88..19ae3a580 100644 --- a/data/Diamond & Pearl/Legends Awakened/77.ts +++ b/data/Diamond & Pearl/Legends Awakened/77.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown R", fr: "Zarbi R", }, + illustrator: "Kent Kanetsuna", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 60, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/78.ts b/data/Diamond & Pearl/Legends Awakened/78.ts index f61e462fb..fe314c011 100644 --- a/data/Diamond & Pearl/Legends Awakened/78.ts +++ b/data/Diamond & Pearl/Legends Awakened/78.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown U", fr: "Zarbi U", }, + illustrator: "Kent Kanetsuna", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -50,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -59,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/79.ts b/data/Diamond & Pearl/Legends Awakened/79.ts index ec7e8284e..f37759b5f 100644 --- a/data/Diamond & Pearl/Legends Awakened/79.ts +++ b/data/Diamond & Pearl/Legends Awakened/79.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown V", fr: "Zarbi V", }, + illustrator: "Kent Kanetsuna", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 60, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/8.ts b/data/Diamond & Pearl/Legends Awakened/8.ts index 028685bdd..6bd275a99 100644 --- a/data/Diamond & Pearl/Legends Awakened/8.ts +++ b/data/Diamond & Pearl/Legends Awakened/8.ts @@ -6,22 +6,27 @@ const card: Card = { en: "Luxray", fr: "Luxray", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 405, ], + hp: 120, + types: [ "Lightning", ], + evolveFrom: { en: "Luxio", fr: "Luxio", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -72,12 +78,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+30" }, ], + resistances: [ { type: "Metal", @@ -85,9 +93,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Ses yeux voient à travers tout. Il repère les proies cachées derrière un objet pour les capturer." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/80.ts b/data/Diamond & Pearl/Legends Awakened/80.ts index 52a0c3de8..0891f288f 100644 --- a/data/Diamond & Pearl/Legends Awakened/80.ts +++ b/data/Diamond & Pearl/Legends Awakened/80.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown W", fr: "Zarbi W", }, + illustrator: "Kazuaki Aihara", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 90, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -53,6 +57,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -62,8 +67,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/81.ts b/data/Diamond & Pearl/Legends Awakened/81.ts index ef039d3d0..d014d6380 100644 --- a/data/Diamond & Pearl/Legends Awakened/81.ts +++ b/data/Diamond & Pearl/Legends Awakened/81.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown Y", fr: "Zarbi Y", }, + illustrator: "Kazuaki Aihara", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -60,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/82.ts b/data/Diamond & Pearl/Legends Awakened/82.ts index e2e067703..f7c860ce7 100644 --- a/data/Diamond & Pearl/Legends Awakened/82.ts +++ b/data/Diamond & Pearl/Legends Awakened/82.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Unown ?", fr: "Zarbi ?", }, + illustrator: "Kazuaki Aihara", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 70, + types: [ "Psychic", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -48,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -57,8 +62,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de ZARBI est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/83.ts b/data/Diamond & Pearl/Legends Awakened/83.ts index 1b8533dc2..7f39ab56f 100644 --- a/data/Diamond & Pearl/Legends Awakened/83.ts +++ b/data/Diamond & Pearl/Legends Awakened/83.ts @@ -6,15 +6,18 @@ const card: Card = { en: "Beldum", fr: "Terhal", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 374, ], + hp: 50, + types: [ "Metal", ], @@ -34,6 +37,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -52,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il dialogue avec les siens par impulsions magnétiques. En bande, ils se déplacent à l'unisson." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/84.ts b/data/Diamond & Pearl/Legends Awakened/84.ts index 729a8abbd..a757d81b1 100644 --- a/data/Diamond & Pearl/Legends Awakened/84.ts +++ b/data/Diamond & Pearl/Legends Awakened/84.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Beldum", fr: "Terhal", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 374, ], + hp: 50, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,22 +53,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il dialogue avec les siens par impulsions magnétiques. En bande, ils se déplacent à l'unisson." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/85.ts b/data/Diamond & Pearl/Legends Awakened/85.ts index eff04504b..d9358426e 100644 --- a/data/Diamond & Pearl/Legends Awakened/85.ts +++ b/data/Diamond & Pearl/Legends Awakened/85.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Bellsprout", fr: "Chetiflor", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 69, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -62,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il préfère les climats chauds et humides. Ses lianes peuvent capturer une proie en un clin d'œil." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/86.ts b/data/Diamond & Pearl/Legends Awakened/86.ts index 5baaf12a6..c7807d648 100644 --- a/data/Diamond & Pearl/Legends Awakened/86.ts +++ b/data/Diamond & Pearl/Legends Awakened/86.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Buneary", fr: "Laporeille", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 427, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,10 +52,11 @@ 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 faces.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il frappe l'ennemi en déroulant violemment ses oreilles. Cela peut faire pleurer un adulte." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/87.ts b/data/Diamond & Pearl/Legends Awakened/87.ts index 21cc8e294..1c4ea234a 100644 --- a/data/Diamond & Pearl/Legends Awakened/87.ts +++ b/data/Diamond & Pearl/Legends Awakened/87.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Chinchou", fr: "Loupio", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 170, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,6 +52,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -59,8 +62,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il envoie des décharges électriques positives et négatives du bout des antennes pour paralyser sa proie." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/88.ts b/data/Diamond & Pearl/Legends Awakened/88.ts index 66edfbd32..6525ae570 100644 --- a/data/Diamond & Pearl/Legends Awakened/88.ts +++ b/data/Diamond & Pearl/Legends Awakened/88.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Chinchou", fr: "Loupio", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 170, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,10 +50,11 @@ const card: Card = { en: "If Chinchou has any Water Energy attached to it, this attack does 20 damage plus 10 more damage.", fr: "Si Loupio possède de l'Énergie Water, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fighting", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il envoie des décharges électriques positives et négatives du bout des antennes pour paralyser sa proie." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/89.ts b/data/Diamond & Pearl/Legends Awakened/89.ts index e270e2a6d..c5a400772 100644 --- a/data/Diamond & Pearl/Legends Awakened/89.ts +++ b/data/Diamond & Pearl/Legends Awakened/89.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Corphish", fr: "Ecrapince", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 341, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,6 +53,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -60,8 +63,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Sa nature robuste lui permet de vivre sur n'importe quel terrain. Ses pinces ne lâchent jamais prise." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/9.ts b/data/Diamond & Pearl/Legends Awakened/9.ts index b104064ce..c87e24559 100644 --- a/data/Diamond & Pearl/Legends Awakened/9.ts +++ b/data/Diamond & Pearl/Legends Awakened/9.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Mamoswine", fr: "Mammochon", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 473, ], + hp: 140, + types: [ "Water", ], + evolveFrom: { en: "Piloswine", fr: "Keifel", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -58,26 +62,30 @@ const card: Card = { en: "You may do 60 damage plus 40 more damage and 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you do, Mamoswine does 40 damage to itself.", fr: "Vous pouvez infliger 60 dégâts plus 40 dégâts supplémentaires et 40 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 de Banc.) Mammochon s'inflige alors 40 dégâts.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Metal", value: "+40" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 4, - - + description: { + fr: "Ses défenses spectaculaires sont glacées. Il a failli disparaître dans la canicule suivant l'ère glaciaire." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/90.ts b/data/Diamond & Pearl/Legends Awakened/90.ts index fef56b5ea..74e6ed52f 100644 --- a/data/Diamond & Pearl/Legends Awakened/90.ts +++ b/data/Diamond & Pearl/Legends Awakened/90.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Cubone", fr: "Osselait", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 104, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,26 +50,30 @@ 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 faces.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il pleure en pensant à sa mère disparue, et ses larmes résonnent dans son crâne creux." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/91.ts b/data/Diamond & Pearl/Legends Awakened/91.ts index 300487fd4..0ef95b0fa 100644 --- a/data/Diamond & Pearl/Legends Awakened/91.ts +++ b/data/Diamond & Pearl/Legends Awakened/91.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Dratini", fr: "Minidraco", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 147, ], + hp: 40, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,10 +50,11 @@ 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 faces.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { type: "Colorless", @@ -61,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "On l'appelle \"Pokémon mirage\" en raison de sa rareté. On a découvert sa mue." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/92.ts b/data/Diamond & Pearl/Legends Awakened/92.ts index cbf2c05be..ae95dc1e9 100644 --- a/data/Diamond & Pearl/Legends Awakened/92.ts +++ b/data/Diamond & Pearl/Legends Awakened/92.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Drifloon", fr: "Baudrive", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 425, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,22 +54,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon né de l'esprit des gens et des Pokémon. Il aime les saisons chaudes et humides." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/93.ts b/data/Diamond & Pearl/Legends Awakened/93.ts index 4a2683cf7..c4b4aabd5 100644 --- a/data/Diamond & Pearl/Legends Awakened/93.ts +++ b/data/Diamond & Pearl/Legends Awakened/93.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Exeggcute", fr: "Noeunoeuf", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 102, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -53,6 +55,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -62,8 +65,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Ces six œufs communiquent par télépathie. Ils peuvent se réunir rapidement si on les sépare." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/94.ts b/data/Diamond & Pearl/Legends Awakened/94.ts index 26b6f380b..dceba14fc 100644 --- a/data/Diamond & Pearl/Legends Awakened/94.ts +++ b/data/Diamond & Pearl/Legends Awakened/94.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Gligar", fr: "Scorplane", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 207, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { @@ -48,26 +50,30 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il chevauche les vents en tendant ses membres pour frapper depuis le ciel. Il vise toujours au visage." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/95.ts b/data/Diamond & Pearl/Legends Awakened/95.ts index 378035725..ae2ecff9a 100644 --- a/data/Diamond & Pearl/Legends Awakened/95.ts +++ b/data/Diamond & Pearl/Legends Awakened/95.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Gligar", fr: "Scorplane", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 207, ], + hp: 50, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,22 +53,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il chevauche les vents en tendant ses membres pour frapper depuis le ciel. Il vise toujours au visage." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/96.ts b/data/Diamond & Pearl/Legends Awakened/96.ts index 2c1abbeb8..a2803d0c5 100644 --- a/data/Diamond & Pearl/Legends Awakened/96.ts +++ b/data/Diamond & Pearl/Legends Awakened/96.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Gloom", fr: "Ortide", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 44, ], + hp: 70, + types: [ "Grass", ], + evolveFrom: { en: "Oddish", fr: "Myrapla", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -66,8 +71,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "L'odeur du nectar de sa bouche est si répugnante qu'elle agresse les narines à deux kilomètres." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/97.ts b/data/Diamond & Pearl/Legends Awakened/97.ts index 1b3b37036..b14305448 100644 --- a/data/Diamond & Pearl/Legends Awakened/97.ts +++ b/data/Diamond & Pearl/Legends Awakened/97.ts @@ -6,24 +6,28 @@ const card: Card = { en: "Gloom", fr: "Ortide", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 44, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Oddish", fr: "Myrapla", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -55,6 +59,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -64,8 +69,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "L'odeur du nectar de sa bouche est si répugnante qu'elle agresse les narines à deux kilomètres." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/98.ts b/data/Diamond & Pearl/Legends Awakened/98.ts index e53937062..72361c6fc 100644 --- a/data/Diamond & Pearl/Legends Awakened/98.ts +++ b/data/Diamond & Pearl/Legends Awakened/98.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Gulpin", fr: "Gloupti", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 316, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -61,8 +64,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il est principalement composé d'un estomac dont les sucs digestifs dissolvent tout ce qu'il avale." + } } export default card diff --git a/data/Diamond & Pearl/Legends Awakened/99.ts b/data/Diamond & Pearl/Legends Awakened/99.ts index 088cf3944..307c16ada 100644 --- a/data/Diamond & Pearl/Legends Awakened/99.ts +++ b/data/Diamond & Pearl/Legends Awakened/99.ts @@ -6,22 +6,24 @@ const card: Card = { en: "Hitmonchan", fr: "Tygnon", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 107, ], + hp: 70, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -54,6 +56,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +66,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Même le béton cède sous ses poings dévastateurs. Au combat, il s'essouffle au bout de 3 minutes." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/1.ts b/data/Diamond & Pearl/Mysterious Treasures/1.ts index c67b01f31..ccd701bce 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/1.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/1.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Aggron", + fr: "Galeking" }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 306, ], + hp: 130, + types: [ "Metal", ], + evolveFrom: { en: "Lairon", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -31,11 +36,13 @@ const card: Card = { ], name: { en: "Heap Up", + fr: "Empiler" }, effect: { en: "Search your discard pile for all Energy cards and show them to your opponent. If you find any Metal Special Energy cards there, this attack does 40 damage plus 30 more damage. Put all of those Energy cards on top of your deck. Shuffle your deck afterward.", + fr: "Cherchez dans votre pile de défausse toutes les cartes Énergie et montrez-les à votre adversaire. Si vous y trouvez des cartes Énergie Spéciale Metal, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires. Placez toutes ces cartes au dessus de votre deck. Ensuite, mélangez votre deck." }, - damage: 40, + damage: "40+", }, { @@ -47,20 +54,24 @@ const card: Card = { ], name: { en: "Hard Metal", + fr: "Métal dur" }, effect: { en: "You may do 60 damage plus 40 more damage. If you do, Aggron does 40 damage to itself.", + fr: "Vous pouvez infliger 60 dégâts plus 40 dégâts supplémentaires. Galeking s'inflige alors 40 dégâts." }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Fire", value: "+40" }, ], + resistances: [ { type: "Psychic", @@ -68,9 +79,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il creuse des galeries à travers la pierre avec ses cornes d'acier pour trouver le fer qu'il apprécie." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/10.ts b/data/Diamond & Pearl/Mysterious Treasures/10.ts index a0b4a2649..e967d3107 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/10.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/10.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Honchkrow", + fr: "Corboss" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 430, ], + hp: 90, + types: [ "Darkness", ], + evolveFrom: { en: "Murkrow", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Dark Genes", + fr: "Gènes obscurs" }, effect: { en: "As long as Honchkrow has the Energy necessary to use its attack, each of your Murkrow can use Honchkrow's attack as its own without the necessary Energy to use that attack.", + fr: "Tant que Corboss possède l'Énergie nécessaire pour utiliser cette attaque, chacun de vos Cornèbres peut utiliser l'attaque de Corboss comme si c'était la sienne sans l'Énergie nécessaire pour utiliser cette attaque." }, }, ], + attacks: [ { cost: [ @@ -42,20 +51,24 @@ const card: Card = { ], name: { en: "Dark Wing Flaps", + fr: "Battements d'ailes obscurs" }, effect: { en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.", + fr: "Choisissez sans regarder 1 carte de la main de votre adversaire. Regardez-la et demandez à votre adversaire de la mélanger à son deck." }, damage: 50, }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -63,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: ": Ce Pokémon nocturne évolue en grandes volées escortées par des Cornèbre." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/100.ts b/data/Diamond & Pearl/Mysterious Treasures/100.ts index 525cedd9e..752484649 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/100.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/100.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Snorunt", + fr: "Stalgamin" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 361, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Collect", + fr: "Collectionner" }, effect: { en: "Draw a card.", + fr: "Piochez une carte." }, }, @@ -40,14 +45,17 @@ const card: Card = { ], name: { en: "Snowball", + fr: "Boule de neige" }, 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: 20, }, ], + weaknesses: [ { type: "Metal", @@ -55,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Selon un vieux dicton des régions enneigées : \"Stalgamin dans la maison, richesse à l'horizon\"." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/101.ts b/data/Diamond & Pearl/Mysterious Treasures/101.ts index 6bd485012..5c2c9d426 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/101.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/101.ts @@ -4,31 +4,36 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Snover", + fr: "Blizzi" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 459, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { name: { en: "Curiosity", + fr: "Curiosité" }, effect: { en: "Look at your opponent's hand.", + fr: "Regardez la main de votre adversaire." }, }, @@ -39,14 +44,17 @@ const card: Card = { ], name: { en: "Snowball Fight", + fr: "Bataille de boules de neige" }, effect: { en: "Flip a coin. If tails, Snover does 10 damage to itself.", + fr: "Lancez une pièce. Si c'est pile, Blizzi s'inflige 10 dégâts." }, damage: 30, }, ], + weaknesses: [ { type: "Fire", @@ -54,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il vit sur les monts enneigés. Ignorant des coutumes humaines, il lui arrive d'être très indiscret." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/102.ts b/data/Diamond & Pearl/Mysterious Treasures/102.ts index 043e8d1ff..56a1d31b8 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/102.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/102.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Spheal", + fr: "Obalie" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 363, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,6 +31,7 @@ const card: Card = { ], name: { en: "Rollout", + fr: "Roulade" }, damage: 10, @@ -39,13 +43,16 @@ const card: Card = { ], name: { en: "Hustle", + fr: "Précipitation" }, effect: { en: "Flip a coin. If heads, during your next turn, Spheal's Rollout attack's base damage is 40.", + fr: "Lancez une pièce. Si c'est face, les dégâts de base de l'attaque Roulade d'Obalie sont de 40 lors de votre prochain tour." }, }, ], + weaknesses: [ { type: "Metal", @@ -53,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il gagne la côte en roulant sur les blocs de glace car sa morphologie n'est pas adaptée à la nage." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/103.ts b/data/Diamond & Pearl/Mysterious Treasures/103.ts index 5b8d25f08..183a993ba 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/103.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/103.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Spinarak", + fr: "Mimigal" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 167, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Impound", + fr: "Confisquer" }, effect: { 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 lors du prochain tour de votre adversaire." }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Double Scratch", + fr: "Double écorchure" }, 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×", }, ], + weaknesses: [ { type: "Fire", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il tisse une toile fine mais solide pour poser des pièges et se poste dans l'attente d'une proie." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/104.ts b/data/Diamond & Pearl/Mysterious Treasures/104.ts index 45af94463..a8d592345 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/104.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/104.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Surskit", + fr: "Arakdo" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 283, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,13 +31,16 @@ 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. The new Defending Pokémon is now Asleep.", + fr: "Échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Le nouveau Pokémon Défenseur est maintenant Endormi." }, }, ], + weaknesses: [ { type: "Fire", @@ -42,10 +48,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il semble patiner sur l'eau. Le parfum diffusé par le sommet de sa tête sert à attirer ses proies." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/105.ts b/data/Diamond & Pearl/Mysterious Treasures/105.ts index c57cf552d..f33caf8c0 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/105.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/105.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Teddiursa", + fr: "Teddiursa" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 216, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Rest", + fr: "Repos" }, effect: { en: "Remove all Special Conditions and 2 damage counters from Teddiursa. Teddiursa is now Asleep.", + fr: "Retirez à Teddiursa tous ses États Spéciaux ainsi que 2 marqueurs de dégât. Teddiursa est maintenant Endormi." }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Sweet Palm", + fr: "Douce paume" }, effect: { en: "Before doing damage, remove 1 damage counter from the Defending Pokémon.", + fr: "Avant d'infliger des dégâts, retirez 1 marqueur de dégât au Pokémon Défenseur." }, damage: 30, }, ], + weaknesses: [ { type: "Fighting", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il baigne ses griffes dans le miel pour les lécher. Chaque paire de pattes a un goût unique." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/106.ts b/data/Diamond & Pearl/Mysterious Treasures/106.ts index cf21eaae7..fa98ba80b 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/106.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/106.ts @@ -4,28 +4,32 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Totodile", + fr: "Kaiminus" }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 158, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { name: { en: "Bite", + fr: "Morsure" }, damage: 10, @@ -37,14 +41,17 @@ const card: Card = { ], name: { en: "Shining Fang", + fr: "Croc brillant" }, effect: { en: "If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage.", + fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires." }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Lightning", @@ -52,10 +59,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il broie tout ce qu'il trouve avec ses mâchoires puissantes. Même son dresseur doit s'en méfier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/107.ts b/data/Diamond & Pearl/Mysterious Treasures/107.ts index ec65a8020..9e731f0d4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/107.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/107.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Vulpix", + fr: "Goupix" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 37, ], + hp: 60, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -29,14 +32,17 @@ const card: Card = { ], name: { en: "Fire Soul", + fr: "Âme de feu" }, effect: { en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 10 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 de Banc.)" }, damage: 20, }, ], + weaknesses: [ { type: "Water", @@ -44,10 +50,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il envoie des boules de feu. Avec l'âge, ses six queues en forment de nouvelles." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/108.ts b/data/Diamond & Pearl/Mysterious Treasures/108.ts index eb6a3606f..8f43af5a4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/108.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/108.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Zubat", + fr: "Nosferapti" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 41, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,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,18 +46,21 @@ const card: Card = { ], name: { en: "Bite", + fr: "Morsure" }, damage: 20, }, ], + weaknesses: [ { type: "Psychic", value: "+10" }, ], + resistances: [ { type: "Fighting", @@ -60,9 +68,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Bien que dépourvu d'yeux, il repère les obstacles grâce aux ultrasons émis par sa gueule." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/109.ts b/data/Diamond & Pearl/Mysterious Treasures/109.ts index b06dfdca7..01c1b6087 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/109.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/109.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bebe's Search", + fr: "La recherche d'Amelle" }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Supporter", + effect: { + fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.\n\nChoisissez une carte de votre main et placez-la au dessus de votre deck. Choisissez dans votre deck un Pokémon, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck. (Si c'est la seule carte que vous ayez en main, vous ne pouvez pas jouer cette carte.)" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/11.ts b/data/Diamond & Pearl/Mysterious Treasures/11.ts index 0e0ea303b..3144c2984 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/11.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/11.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Lumineon", + fr: "Luminéon" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 457, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Finneon", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Lure Ring", + fr: "Cercle trompeur" }, effect: { en: "Once during your turn (before your attack), if Lumineon is your Active Pokémon, you may choose 1 of your opponent's Benched Pokémon that has maximum HP of 100 or more and switch it with 1 of the Defending Pokémon. This power can't be used if Lumineon is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Luminéon est votre Pokémon Actif, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire possédant un maximum de 100 PV ou plus et l'échanger avec 1 des Pokémon Défenseurs. Ce pouvoir ne peut pas être utilisé si Luminéon est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -41,14 +50,17 @@ const card: Card = { ], name: { en: "Reverse Stream", + fr: "Courant inverse" }, effect: { en: "Does 30 damage plus 10 more damage for each Water Energy attached to Lumineon. Then, return all Water Energy attached to Lumineon to your hand.", + fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Water attachée à Luminéon. Ensuite, reprenez dans votre main toutes les Énergies Water attachées à Luminéon." }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Lightning", @@ -56,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il vit au plus profond de l'océan. Il attire sa proie en illuminant les motifs de ses 4 nageoires." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/110.ts b/data/Diamond & Pearl/Mysterious Treasures/110.ts index f3a068a90..ee4612304 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/110.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/110.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Dusk Ball", + fr: "Sombre Ball" }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Regardez les 7 cartes du dessous de votre deck. Choisissez-y 1 Pokémon, montrez-le à votre adversaire et placez-le dans votre main. Replacez les autres cartes au dessus de votre deck. Ensuite, mélangez votre deck." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/111.ts b/data/Diamond & Pearl/Mysterious Treasures/111.ts index 5adedb38d..cd83e0c70 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/111.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/111.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Fossil Excavator", + fr: "Excavateur de fossiles" }, + illustrator: "Kanako Eo", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Supporter", + effect: { + fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.\n\nChoisissez dans votre deck ou votre pile de défausse une carte Dresseur dont nom comporte Fossile ou une carte Évolution de Niveau 1 ou 2 qui évolue d'un Fossile. Montrez-la à votre adversaire et placez-la dans votre main. Si vous avez cherché dans votre deck, mélangez-le." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/112.ts b/data/Diamond & Pearl/Mysterious Treasures/112.ts index 36d652a60..f50912d0a 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/112.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/112.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Lake Boundary", + fr: "Berge du lac" }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Stadium", + effect: { + fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.\n\nMultipliez la Faiblesse de chaque Pokémon par 2 (les vôtres et ceux de votre adversaire)." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/113.ts b/data/Diamond & Pearl/Mysterious Treasures/113.ts index 877e0171b..a779a0b2d 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/113.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/113.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Night Maintenance", + fr: "Maintenance nocturne" }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Choisissez dans votre pile de défausse n'importe quelle combinaison de jusqu'à 3 Pokémon et cartes Énergie de base. Montrez-les à votre adversaire et mélangez-les à votre deck." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/114.ts b/data/Diamond & Pearl/Mysterious Treasures/114.ts index 54ff31720..ebf485c89 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/114.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/114.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Quick Ball", + fr: "Rapide Ball" }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Vous ne pouvez jouer cette carte que si vous défaussez une autre carte de votre main. Cherchez dans votre deck un Pokémon de base, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.[1]" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/115.ts b/data/Diamond & Pearl/Mysterious Treasures/115.ts index 4fcfd3eb1..9e118d65d 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/115.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/115.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Team Galactic's Wager", + fr: "La pari de l'équipe Galaxie" }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Supporter", + effect: { + fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.\n\nChaque joueur mélange sa main à son deck et vous et votre adversaire jouez au jeu 'pierre-papier-ciseaux'. Le gagnant pioche jusqu'à 6 cartes. Le perdant pioche jusqu'à 3 cartes. (Vous piochez vos cartes en premier.)" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/116.ts b/data/Diamond & Pearl/Mysterious Treasures/116.ts index 267a792bd..91c9618af 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/116.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/116.ts @@ -4,26 +4,19 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Armor Fossil", + fr: "Fossile armure" }, + illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", - set: Set, - hp: 50, - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Jouez Fossile armure comme si c'était un Pokémon de base . (Fossile armure compte aussi comme une carte Dresseur mais si Fossile armure est mise K.O. elle compte comme un Pokémon K.O.) Fossile armure ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile armure. (Cela ne compte pas comme un Pokémon K.O.)" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/117.ts b/data/Diamond & Pearl/Mysterious Treasures/117.ts index b4f1e99b6..d0334d5d8 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/117.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/117.ts @@ -4,26 +4,19 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Skull Fossil", + fr: "Fossile crâne" }, + illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", - set: Set, - hp: 50, - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Jouez Fossile crâne comme si c'était un Pokémon de base . (Fossile crâne compte aussi comme une carte Dresseur mais si Fossile crâne est mise K.O. elle compte comme un Pokémon K.O.) Fossile crâne ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile crâne. (Cela ne compte pas comme un Pokémon K.O.)" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/118.ts b/data/Diamond & Pearl/Mysterious Treasures/118.ts index 0296cdd7a..d920d4413 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/118.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/118.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Multi Energy", + fr: "Énergies multiples" }, illustrator: "Takumi Akabane", rarity: "Rare", diff --git a/data/Diamond & Pearl/Mysterious Treasures/119.ts b/data/Diamond & Pearl/Mysterious Treasures/119.ts index c447fbd03..dfb0a1388 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/119.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/119.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Darkness Energy", + fr: "Énergie Obscurité" }, illustrator: "Takumi Akabane", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Mysterious Treasures/12.ts b/data/Diamond & Pearl/Mysterious Treasures/12.ts index 5be969e7a..9ba62db55 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/12.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/12.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Magmortar", + fr: "Maganon" }, + illustrator: "Hiroaki Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 467, ], + hp: 100, + types: [ "Fire", ], + evolveFrom: { en: "Magmar", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Smoke Bomb", + fr: "Bombe fumante" }, 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.", + fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet." }, damage: 30, @@ -46,14 +53,17 @@ const card: Card = { ], name: { en: "Flame Drum", + fr: "Feu roulant" }, effect: { en: "If Magby isn't anywhere under Magmortar, discard 2 Energy cards from your hand. (If you can't discard 2 Energy cards from your hand, this attack does nothing.)", + fr: "Si Magby ne se trouve pas sous Maganon, défaussez 2 cartes Énergie de votre main. (Si vous ne pouvez pas défausser 2 cartes Énergie de votre main, cette attaque est sans effet.)" }, damage: 80, }, ], + weaknesses: [ { type: "Water", @@ -61,10 +71,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il projette des boules de feu de 2000°C à bout de bras. Il vit dans les cratères volcaniques." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/120.ts b/data/Diamond & Pearl/Mysterious Treasures/120.ts index d26b138e6..3f2af4c2e 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/120.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/120.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Metal Energy", + fr: "Énergie Métal" }, illustrator: "Takumi Akabane", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Mysterious Treasures/121.ts b/data/Diamond & Pearl/Mysterious Treasures/121.ts index 39e34f775..fc93f10d4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/121.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/121.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Electivire", + fr: "Elekable" }, illustrator: "Shizurow", rarity: "Rare", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-BODY", name: { en: "Shocking Tail", + fr: "Choc-queue" }, effect: { en: "As long as Electivire is your Active Pokémon, whenever your opponent attaches an Energy card from his or her hand to 1 of his or her Pokémon, put 2 damage counters on that Pokémon.", + fr: "Tant qu'Elekable est votre Pokémon Actif, lorsque votre adversaire attache une cartes Énergie de sa main à 1 de ses Pokémon, placez 2 marqueurs de dégât sur ce Pokémon." }, }, ], @@ -39,9 +42,11 @@ const card: Card = { ], name: { en: "Pulse Barrier", + fr: "Barrière vibrante" }, effect: { en: "Discard all of your opponent's Pokémon Tool cards and Stadium cards in play. If you do, prevent all effects, including damage, done to Electivire during your opponent's next turn.", + fr: "Défaussez toutes les cartes Outil Pokémon et les cartes Stade que votre adversaire a en jeu. Prévenez alors tous les effets, dégâts inclus, infligés à Elekable lors du prochain tour de votre adversaire." }, damage: 50, diff --git a/data/Diamond & Pearl/Mysterious Treasures/122.ts b/data/Diamond & Pearl/Mysterious Treasures/122.ts index 0e250a0b5..624c04693 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/122.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/122.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Lucario", + fr: "Lucario" }, illustrator: "Ryo Ueda", rarity: "Rare", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Stance", + fr: "Position" }, effect: { en: "Once during your turn (before your attack), when you put Lucario LV. X from your hand onto your Active Lucario, you may use this power. Prevent all effects of an attack, including damage, done to Lucario during your opponent's next turn. (If Lucario is no longer your Active Pokémon, this effect ends.)", + fr: "Une seule fois lors de votre tour (avant votre attaque), lorsque vous placez Lucario NIV.X de votre main sur votre Lucario Actif, vous pouvez utiliser ce pouvoir. Prévenez tous les effets d'une attaque, dégâts inclus infligés à Lucario lors du prochain tour de votre adversaire. (Si Lucario n'est plus votre Pokémon Actif, cet effet se termine.)" }, }, ], @@ -40,9 +43,11 @@ const card: Card = { ], name: { en: "Close Combat", + fr: "Close Combat" }, effect: { en: "During your opponent's next turn, any damage done to Lucario by attacks is increased by 30 (after applying Weakness and Resistance).", + fr: "Lors du prochain tour de votre adversaire, tous les dégâts infligés à Lucario par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance)." }, damage: 80, diff --git a/data/Diamond & Pearl/Mysterious Treasures/123.ts b/data/Diamond & Pearl/Mysterious Treasures/123.ts index 4d30a60ff..84bb54bdd 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/123.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/123.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Magmortar", + fr: "Maganon" }, illustrator: "Shizurow", rarity: "Rare", @@ -25,9 +26,11 @@ const card: Card = { type: "Poke-POWER", name: { en: "Torrid Wave", + fr: "Vague torride" }, effect: { en: "Once during your turn (before your attack), if Magmortar is your Active Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Burned. Put 3 damage counters instead of 2 on that Pokémon between turns. This power can't be used if Magmortar is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Maganon est votre Pokémon Actif, vous pouvez choisir 1 des Pokémon Défenseurs. Ce Pokémon est maintenant Brûlé. Placez 3 marqueurs de dégât au lieu de 2 sur ce Pokémon entre 2 tours. Ce pouvoir ne peut pas être utilisé si Maganon est affecté par un État Spécial." }, }, ], @@ -41,9 +44,11 @@ const card: Card = { ], name: { en: "Flame Bluster", + fr: "Rafale de flammes" }, effect: { en: "Discard 2 Fire Energy attached to Magmortar. Choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) During your next turn, Magmortar can't use Flame Bluster.", + fr: "Défaussez 2 Énergies Fire attachées à Maganon. Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 100 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Lors de votre prochain tour, Maganon ne peut pas utiliser Rafale de flammes." }, }, diff --git a/data/Diamond & Pearl/Mysterious Treasures/124.ts b/data/Diamond & Pearl/Mysterious Treasures/124.ts index b9d784112..5e357c078 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/124.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/124.ts @@ -4,26 +4,18 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Time-Space Distortion", + fr: "Altération espace-temps" }, + illustrator: "Shizurow", rarity: "Rare", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Item", + effect: { + fr: "Lancez 3 pièces. Pour chaque face, choisissez un Pokémon dans votre pile de défausse, montrez-la à votre adversaire et placez-le dans votre main." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/13.ts b/data/Diamond & Pearl/Mysterious Treasures/13.ts index 8452371d0..40e6892ad 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/13.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/13.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Meganium", + fr: "Meganium" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 154, ], + hp: 130, + types: [ "Grass", ], + evolveFrom: { en: "Bayleef", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Ultra Powder", + fr: "Poudre ultra" }, effect: { en: "Flip 3 coins. If the first coin is heads, the Defending Pokémon is now Poisoned. If the second coin is heads, the Defending Pokémon is now Burned. If the third coin is heads, the Defending Pokémon is now Paralyzed.", + fr: "Lancez 3 pièces. Si la première pièce est face, le Pokémon Défenseur est maintenant Empoisonné. Si la deuxième pièce est face, le Pokémon Défenseur est maintenant Brûlé. Si la troisième pièce est face, le Pokémon Défenseur est maintenant Paralysé." }, damage: 20, @@ -45,20 +52,24 @@ const card: Card = { ], name: { en: "Fire Counterattack", + fr: "Contre-attaque de feu" }, effect: { en: "If your opponent has any Fire Pokémon in play, this attack does 60 damage plus 30 more damage.", + fr: "Si votre adversaire possède des Pokémon Fire en jeu, cette attaque inflige 60 dégâts plus 30 dégâts supplémentaires." }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Water", @@ -66,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Son souffle a l'incroyable capacité de ranimer les plantes et les fleurs flétries." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/14.ts b/data/Diamond & Pearl/Mysterious Treasures/14.ts index ce8bdc2dc..fc2b9d07a 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/14.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/14.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Mesprit", + fr: "Créfollet" }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 481, ], + hp: 60, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Upper Material", + fr: "Matériel stimulant" }, effect: { en: "If you have Uxie and Azelf in play, the Retreat Cost for each Uxie, Mesprit, and Azelf (both yours and your opponent's) is 0.", + fr: "Si vous avez Créhelf et Créfadet en jeu, le Coût de retraite pour chaque Créhelf, Créfollet et Créfadet (les vôtres et ceux de votre adversaire) est de 0." }, }, ], + attacks: [ { cost: [ @@ -39,14 +46,17 @@ const card: Card = { ], name: { en: "Teleportation Burst", + fr: "Téléportation explosive" }, effect: { en: "You may switch Mesprit with 1 of your Benched Pokémon.", + fr: "Vous pouvez échanger Créfollet avec 1 des Pokémon de votre Banc." }, damage: 30, }, ], + weaknesses: [ { type: "Psychic", @@ -54,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On l'appelle \"être de l'émotion\". Il enseigne aux hommes la beauté de la tristesse, la douleur et la joie." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/15.ts b/data/Diamond & Pearl/Mysterious Treasures/15.ts index 00030a6ef..e68b606d2 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/15.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/15.ts @@ -4,33 +4,40 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Raichu", + fr: "Raichu" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 26, ], + hp: 90, + types: [ "Lightning", ], + evolveFrom: { en: "Pikachu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { name: { en: "Electromagnetic Induction", + fr: "Démarrage électromagnétìque" }, effect: { en: "Search your deck for up to 2 Lightning Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck jusqu'à 2 cartes Énergie Lightning et attachez-les à 1 de vos Pokémon. Ensuite, mélangez votre deck." }, }, @@ -41,20 +48,24 @@ const card: Card = { ], name: { en: "Explosive Thunder", + fr: "Tonnerre explosif" }, effect: { en: "Discard all basic Lightning Energy cards attached to Raichu. This attack does 30 damage times the number of Lightning Energy cards you discarded.", + fr: "Défaussez toutes les cartes Énergie Lightning attachées à Raichu. Cette attaque inflige 30 dégâts multipliés par le nombre de cartes Énergie défaussées." }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -62,9 +73,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il devient agressif lorsque son corps contient trop d'électricité. Il la décharge par sa queue." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/16.ts b/data/Diamond & Pearl/Mysterious Treasures/16.ts index 1d38ae738..e034729d4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/16.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/16.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Typhlosion", + fr: "Typhlosion" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 157, ], + hp: 110, + types: [ "Fire", ], + evolveFrom: { en: "Quilava", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Firestarter", + fr: "Pyroteknik" }, effect: { en: "Once during your turn (before your attack), you may attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon. This power can't be used if Typhlosion is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Fire de votre pile de défausse à 1 des Pokémon de votre Banc. Ce pouvoir ne peut pas être utilisé si Typhlosion est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Evaporating Heat", + fr: "Chaleur évaporante" }, effect: { en: "Discard a Water Energy attached to the Defending Pokémon.", + fr: "Défaussez une Énergie Water attachée au Pokémon Défenseur." }, damage: 60, }, ], + weaknesses: [ { type: "Water", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il attaque en projetant des flammes. Il se dissimule derrière les vagues de chaleur qu'il produit." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/17.ts b/data/Diamond & Pearl/Mysterious Treasures/17.ts index 8c51e4ec5..1df8a3ed5 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/17.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/17.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Tyranitar", + fr: "Tyranocif" }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 248, ], + hp: 140, + types: [ "Darkness", ], + evolveFrom: { en: "Pupitar", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -31,36 +36,42 @@ const card: Card = { ], name: { en: "Payback", + fr: "Représailles" }, effect: { en: "If your opponent has only 1 Prize card left, this attack does 40 damage plus 40 more damage and discard the top 3 cards from your opponent's deck.", + fr: "S'il ne reste à votre adversaire qu'1 carte Récompense, cette attaque inflige 40 dégâts plus 40 dégâts supplémentaires et défausse les 3 cartes du dessus du deck de votre adversaire." }, - damage: 40, + damage: "40+", }, { cost: [ - "Fighting", - "Fighting", "Darkness", "Darkness", + "Fighting", + "Fighting", ], name: { en: "Ground Burn", + fr: "Brûlure au sol" }, effect: { en: "Each player discards the top card of his or her deck. This attack does 80 damage plus 20 more damage for each Energy card discarded in this way.", + fr: "Chaque joueur défausse la carte du dessus de son deck. Cette attaque inflige 80 dégâts plus 20 dégâts supplémentaires pour chaque Carte Énergie défaussée de cette façon." }, - damage: 80, + damage: "80+", }, ], + weaknesses: [ { type: "Fighting", value: "+30" }, ], + resistances: [ { type: "Psychic", @@ -68,9 +79,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Lorsqu'il est en colère, il abat des montagnes et enterre des fleuves. On doit alors modifier les cartes." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/18.ts b/data/Diamond & Pearl/Mysterious Treasures/18.ts index 1fee57b41..ae2892f1c 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/18.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/18.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Uxie", + fr: "Créhelf" }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 480, ], + hp: 60, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Memory Out", + fr: "Trou de mémoire" }, effect: { en: "Once during your opponent's turn, if Uxie is damaged by an opponent's attack (even if Uxie is Knocked Out), you may use this power. The Attacking Pokémon can't use that attack during your opponent's next turn.", + fr: "Une seule fois lors du tour de votre adversaire, si une attaque de votre adversaire inflige des dégâts à Créhelf (même si Créhelf est mis K.O.), vous pouvez utiliser ce pouvoir. Le Pokémon Attaquant ne peut pas utiliser cette attaque lors du prochain tour de votre adversaire." }, }, ], + attacks: [ { cost: [ @@ -38,14 +45,17 @@ const card: Card = { ], name: { en: "Mind Off", + fr: "Neutralisateur d'esprit" }, effect: { en: "If you have Mesprit and Azelf in play, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Asleep.", + fr: "Si vous avez Créfollet et Créfadet en jeu, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Endormi." }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Psychic", @@ -53,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On l'appelle \"être du savoir\". On raconte que son regard a le pouvoir d'effacer la mémoire." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/19.ts b/data/Diamond & Pearl/Mysterious Treasures/19.ts index ac87ac5bc..13353b7af 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/19.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/19.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Abomasnow", + fr: "Blizzaroi" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 460, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Snover", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Glacier Snow", + fr: "Neige de glacier" }, effect: { en: "If Abomasnow is your Active Pokémon and is damaged by an opponent's attack (even if Abomasnow is Knocked Out), the Attacking Pokémon is now Asleep.", + fr: "Si Blizzaroi est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Blizzaroi est mis K.O), le Pokémon Attaquant est maintenant Endormi." }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Heavy Blizzard", + fr: "Gros blizzard" }, effect: { en: "Flip a coin. If heads, put 1 damage counter on each of your opponent's Benched Pokémon.", + fr: "Lancez une pièce. Si c'est face, placez 1 marqueur de dégât sur chaque Pokémon de Banc de votre adversaire." }, damage: 60, }, ], + weaknesses: [ { type: "Fire", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "C'est l'abominable homme des neiges. Il ensevelit les montagnes sous ses blizzards." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/2.ts b/data/Diamond & Pearl/Mysterious Treasures/2.ts index 07bbe031e..4864a447b 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/2.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/2.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Alakazam", + fr: "Alakazam" }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 65, ], + hp: 100, + types: [ "Psychic", ], + evolveFrom: { en: "Kadabra", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Power Cancel", + fr: "Annulation de pouvoir" }, effect: { en: "Once during your opponent's turn, when your opponent's Pokémon uses any Poké-Power, you may discard 2 cards from your hand and prevent all effects of that Poké-Power. (This counts as that Pokémon using its Poké-Power.) This power can't be used if Alakazam is affected by a Special Condition.", + fr: "Une seule fois lors du tour de votre adversaire, lorsque celui-ci utilise un Poké-Power, vous pouvez défausser 2 cartes de votre main et prévenir les effets de ce Poké-Power. (C'est ce Pokémon qui utilise ce Poké-Power.) Ce pouvoir ne peut pas être utilisé si Alakazam possède un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Psychic Guard", + fr: "Barrière psy" }, effect: { en: "During your opponent's next turn, any damage done to Alakazam by attacks from your opponent's Stage 2 Evolved Pokémon is reduced by 30 (after applying Weakness and Resistance).", + fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Alakazam par des attaques de Pokémon de Niveau 2 de votre adversaire sont réduits de 30 (après application de la Faiblesse et de la Résistance)." }, damage: 50, }, ], + weaknesses: [ { type: "Psychic", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Grâce à sa mémoire exceptionnelle, il n'a rien oublié depuis sa naissance. Il a un Q.I. de 5 000." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/20.ts b/data/Diamond & Pearl/Mysterious Treasures/20.ts index fcbeea3c7..0df65ebe2 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/20.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/20.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Ariados", + fr: "Migalos" }, + illustrator: "Midori Harada", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 168, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Spinarak", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Sticky", + fr: "Collant" }, effect: { en: "The Retreat Cost for each player's Pokémon (excluding Ariados) is Colorless more.", + fr: "Le Coût de retraite des Pokémon de chaque joueur (Migalos exclu) est de Colorless de plus." }, }, ], + attacks: [ { cost: [ @@ -41,14 +50,17 @@ const card: Card = { ], name: { en: "Offensive Needle", + fr: "Aiguille offensive" }, effect: { en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné. Si c'est pile, le Pokémon Défenseur est maintenant Paralysé." }, damage: 20, }, ], + weaknesses: [ { type: "Fire", @@ -56,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il attache un fil à sa proie avant de la libérer. Il s'en servira pour la retrouver, elle et ses amis." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/21.ts b/data/Diamond & Pearl/Mysterious Treasures/21.ts index 816bd0b28..e4d0ac3e5 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/21.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/21.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bastiodon", + fr: "Bastiodon" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 411, ], + hp: 130, + types: [ "Metal", ], + evolveFrom: { en: "Shieldon", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Protective Wall", + fr: "Mur protecteur" }, effect: { en: "Prevent all damage done to your Benched Pokémon by your opponent's attacks.", + fr: "Prévenez tous les dégâts infligés à vos Pokémon de Banc par des attaques de votre adversaire." }, }, ], + attacks: [ { cost: [ @@ -42,20 +51,24 @@ const card: Card = { ], name: { en: "Anger Revenge", + fr: "Vengeance furieuse" }, effect: { en: "If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Si des dégâts ont été infligés à Bastiodon par une attaque lors du dernier tour de votre adversaire, cette attaque inflige 40 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 de Banc.)" }, damage: 60, }, ], + weaknesses: [ { type: "Fire", value: "+40" }, ], + resistances: [ { type: "Psychic", @@ -63,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il résiste à toute attaque frontale. C'est un Pokémon docile qui se nourrit d'herbe et de Baies." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/22.ts b/data/Diamond & Pearl/Mysterious Treasures/22.ts index 314a6531b..7dfb9c8f5 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/22.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/22.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Chimecho", + fr: "Éoko" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 358, ], + hp: 70, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Call In", + fr: "Faire appel" }, effect: { en: "Draw a card. If Chingling is anywhere under Chimecho, draw 2 more cards.", + fr: "Piochez une carte. Si Korillon se trouve sous Éoko, piochez 2 cartes supplémentaires." }, }, @@ -40,14 +45,17 @@ const card: Card = { ], name: { en: "Strange Bell", + fr: "Cloche étrange" }, effect: { en: "If the Defending Pokémon is a Basic Pokémon, that Pokémon is now Confused.", + fr: "Si le Pokémon Défenseur est un Pokémon de base, il est maintenant Confus." }, damage: 20, }, ], + weaknesses: [ { type: "Psychic", @@ -55,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son langage comporte sept cris. Il les utilise pour faire vibrer l'air et projeter son ennemi." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/23.ts b/data/Diamond & Pearl/Mysterious Treasures/23.ts index ab5d5ac85..4be423903 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/23.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/23.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Crobat", + fr: "Nostenfer" }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 169, ], + hp: 100, + types: [ "Psychic", ], + evolveFrom: { en: "Golbat", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Evolutionary Toxic", + fr: "Toxik d'évolution" }, effect: { en: "Once during your turn, when you play Crobat from your hand to evolve 1 of your Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.", + fr: "Une seule fois lors de votre tour, lorsque vous jouez Nostenfer de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez choisir 1 des Pokémon Défenseurs. Ce Pokémon est maintenant Empoisonné. Placez 2 marqueurs de dégâts au lieu d'1 sur ce Pokémon entre deux tours." }, }, ], + attacks: [ { cost: [ @@ -41,19 +50,23 @@ const card: Card = { ], name: { en: "Strike and Fade", + fr: "Frapper et s'effacer" }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, shuffle Crobat and all cards attached to it back into your deck.", + fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 50 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Lancez une pièce. Si c'est pile, mélangez Nostenfer et toutes les cartes qui lui sont attachées à votre deck." }, }, ], + weaknesses: [ { type: "Psychic", value: "+30" }, ], + resistances: [ { type: "Fighting", @@ -61,9 +74,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il vole rapidement et sans faire de bruit grâce à ses quatre ailes. C'est un Pokémon nocturne." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/24.ts b/data/Diamond & Pearl/Mysterious Treasures/24.ts index 485ab06f4..303dfec18 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/24.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/24.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Exeggutor", + fr: "Noadkoko" }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 103, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Exeggcute", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,11 +35,13 @@ const card: Card = { ], name: { en: "String Bomb", + fr: "Bombe en chaîne" }, effect: { en: "Flip a coin for each basic Energy card attached to Exeggutor and to the Defending Pokémon. This attack does 30 damage times the number of heads.", + fr: "Lancez une pièce pour chaque Carte Énergie de base attachée à Noadkoko et au Pokémon Défenseur. Cette attaque inflige 30 dégâts multipliés par le nombre de faces." }, - damage: 30, + damage: "30×", }, { @@ -43,13 +50,16 @@ const card: Card = { ], name: { en: "Nutritional Support", + fr: "Support nutritionnel" }, effect: { en: "Search your deck for up to 2 Grass Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck jusqu'à 2 cartes Énergie Grass et attachez-les à vos Pokémon de la façon que vous voulez. Ensuite, mélangez votre deck." }, }, ], + weaknesses: [ { type: "Fire", @@ -57,10 +67,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On l'appelle \" jungle sur pattes \". Si une tête devient trop grosse, elle tombe et produit un Noeunoeuf" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/25.ts b/data/Diamond & Pearl/Mysterious Treasures/25.ts index 6587940fa..df76ef024 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/25.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/25.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Glalie", + fr: "Oniglali" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 362, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Snorunt", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Craggy Face", + fr: "Visage taillé au couteau" }, effect: { en: "As long as Glalie is your Active Pokémon, any damage done by attacks from your opponent's Stage 2 Evolved Pokémon is reduced by 20 (before applying Weakness and Resistance).", + fr: "Tant qu'Oniglali est votre Pokémon Actif, tous dégâts qui lui sont infligés par des attaques de Pokémon Évolués de Niveau 2 de votre adversaire sont réduits de 20 (avant application de la Faiblesse et de la Résistance)." }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Intimidation Pebble", + fr: "Galet intimidant" }, effect: { en: "Flip a coin. If heads, your opponent can't play any Trainer cards or Supporter cards from his or her hand during your opponent's next turn.", + fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas jouer de cartes Dresseur ou de cartes Supporter de sa main lors de son prochain tour." }, damage: 50, }, ], + weaknesses: [ { type: "Metal", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il gèle l'humidité de l'air pour former une armure de glace protectrice autour de son corps." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/26.ts b/data/Diamond & Pearl/Mysterious Treasures/26.ts index e1a4943a6..9deb3bb30 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/26.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/26.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Gyarados", + fr: "Leviator" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 130, ], + hp: 120, + types: [ "Water", ], + evolveFrom: { en: "Magikarp", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Dragon DNA", + fr: "ADN dragon" }, effect: { en: "Gyarados can use any attack from its Basic Pokémon. (You still have to pay for that attack's Energy cost.) If Gyarados uses any attack from its Basic Pokémon, that attack does 30 more damage to the Active Pokémon (before applying Weakness and Resistance).", + fr: "Leviator peut utiliser n'importe quelle attaque de son Pokémon de base. (Vous devez toujours payer le Coût en Énergie de cette attaque). Si Leviator utilise une attaque de son Pokémon de base, cette attaque inflige 30 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance)." }, }, ], + attacks: [ { cost: [ @@ -43,20 +52,24 @@ const card: Card = { ], name: { en: "Enrage", + fr: "Enrager" }, effect: { en: "Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused.", + fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la. Si la première pièce est pile, Leviator est maintenant Confus." }, damage: 80, }, ], + weaknesses: [ { type: "Lightning", value: "+30" }, ], + resistances: [ { type: "Fighting", @@ -64,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Lorsqu'il apparaît, sa rage ne cesse qu'après qu'il a rasé les plaines et montagnes alentour." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/27.ts b/data/Diamond & Pearl/Mysterious Treasures/27.ts index 3bcc43579..3ffd95bbf 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/27.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/27.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Kricketune", + fr: "Mélokrik" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 402, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Kricketot", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Sore Performance", + fr: "Spectacle douloureux" }, effect: { en: "The Defending Pokémon is now Asleep.", + fr: "Le Pokémon Défenseur est maintenant Endormi" }, damage: 20, @@ -45,14 +52,17 @@ const card: Card = { ], name: { en: "Concerto", + fr: "Concerto" }, effect: { en: "Does 40 damage plus 10 more damage for each Kricketot and each Kricketune you have in play.", + fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Crikzik et chaque Mélokrik que vous avez en jeu." }, damage: 40, }, ], + weaknesses: [ { type: "Fire", @@ -60,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il croise ses bras affûtés devant son torse pour crier. Il compose tout un tas de mélodies." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/28.ts b/data/Diamond & Pearl/Mysterious Treasures/28.ts index 617ada5bf..f22b1bf5f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/28.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/28.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Manectric", + fr: "Elecsprint" }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 310, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Electrike", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,11 +35,13 @@ const card: Card = { ], name: { en: "Lightning Twister", + fr: "Tornade d'éclairs" }, effect: { en: "Does 20 damage times the number of basic Energy cards attached to Manectric.", + fr: "Inflige 20 dégâts multipliés par le nombre de cartes Énergie de base attachées à Elecsprint." }, - damage: 20, + damage: "20×", }, { @@ -45,20 +52,24 @@ const card: Card = { ], name: { en: "Chain Lightning", + fr: "Rafale de foudre" }, effect: { en: "Does 20 damage to each of your opponent's Benched Pokémon that is the same type as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 20 dégâts à chacun des Pokémon de Banc de votre adversaire étant du même type que le Pokémon Défenseur. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, damage: 70, }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -66,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il libère l'électricité par sa crinière. Il crée un nuage d'orage pour appeler la foudre." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/29.ts b/data/Diamond & Pearl/Mysterious Treasures/29.ts index dcf3717ae..965425663 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/29.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/29.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Mantine", + fr: "Demanta" }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 226, ], + hp: 80, + types: [ "Water", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Jumbo Fin", + fr: "Nageoire géante" }, effect: { en: "If Mantyke is anywhere under Mantine, the Retreat Cost for each of your Water Pokémon is ColorlessColorless less.", + fr: "Si Babimanta se trouve sous Demanta, le coût de retraite de chacun de vos Pokémon Water est ColorlessColorless de moins." }, }, ], + attacks: [ { cost: [ @@ -39,20 +46,24 @@ const card: Card = { ], name: { en: "Giant Wave", + fr: "Vague géante" }, effect: { en: "Mantine can't use Giant Wave during your next turn.", + fr: "Demanta ne peut pas utiliser Vague géante lors de votre prochain tour." }, damage: 50, }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -60,9 +71,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Lorsque la mer est calme, il arrive de croiser un banc de Démanta nageant comme s'il volaient." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/3.ts b/data/Diamond & Pearl/Mysterious Treasures/3.ts index c2d0cb9e5..9b4b8d085 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/3.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/3.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Ambipom", + fr: "Capidextre" }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 424, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Aipom", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Tail Influence", + fr: "Effet queue" }, effect: { en: "Your opponent flips a coin until he or she gets heads. For each tails, remove an Energy card attached to the Defending Pokémon and put it on the bottom of your opponent's deck.", + fr: "Votre adversaire lance une pièce jusqu'à ce qu'il ou elle obtienne face. Pour chaque pile, retirez une carte Énergie attachée au Pokémon Défenseur et placez-la au dessous du deck de votre adversaire." }, damage: 30, @@ -45,14 +52,17 @@ const card: Card = { ], name: { en: "Charity Tail", + fr: "Queue charitable" }, effect: { en: "Before Ambipom does damage, your opponent may discard 2 cards from his or her hand. If he or she does, this attack's base damage is 10 instead of 80.", + fr: "Avant que Capidextre n'inflige des dégâts, votre adversaire peut défausser 2 cartes de sa main. Les dégâts de base de cette attaque sont alors de 10 au lieu de 80." }, damage: 80, }, ], + weaknesses: [ { type: "Fighting", @@ -60,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il se nourrit de noix qu'il épluche avec ses deux queues habiles. Il utilise de moins en moins ses bras." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/30.ts b/data/Diamond & Pearl/Mysterious Treasures/30.ts index b4c769800..3aa653ee7 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/30.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/30.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Mr. Mime", + fr: "M. Mime" }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 122, ], + hp: 70, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Airy Wall", + fr: "Mur fantôme" }, effect: { en: "If your opponent's Pokémon that has 2 or less Energy cards attached to it attacks Mr. Mime, prevent all damage done to Mr. Mime from that attack. If Mime Jr. is anywhere under Mr. Mime, prevent all effects of that attack, including damage, done to Mr. Mime.", + fr: "Si un Pokémon de votre adversaire possédant un maximum de 2 cartes Énergie attaque M. Mime, prévenez tous les dégâts infligés à M. Mime par cette attaque. Si M. Mime Jr se trouve en dessous de M. Mime, prévenez tous les effets, dégâts inclus, infligés à M. Mime par cette attaque." }, }, ], + attacks: [ { cost: [ @@ -39,13 +46,16 @@ const card: Card = { ], name: { en: "Trick Play", + fr: "Jeu risqué" }, effect: { en: "Put a coin next to your Active Pokémon without showing your opponent and cover it with your hand. Your opponent guesses if the coin is heads or tails. If he or she is wrong, this attack does 50 damage to the Defending Pokémon. If he or she is right, Mr. Mime does 20 damage to itself, and this attack's damage isn't affected by Weakness or Resistance.", + fr: "Placez une pièce à côté de votre Pokémon Actif. Ne la montrez pas à votre adversaire et cachez-la avec votre main. Votre adversaire doit deviner si c'est pile ou face. S'il ou elle a tort, cette attaque inflige 50 dégâts au Pokémon Défenseur. S'il ou elle a raison, M. Mime s'inflige 20 dégâts et les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance." }, }, ], + weaknesses: [ { type: "Psychic", @@ -53,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Un expert de la pantomime dont les gestes façonnent de solides murs invisibles." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/31.ts b/data/Diamond & Pearl/Mysterious Treasures/31.ts index 71e6eb854..03b685bf3 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/31.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/31.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Nidoqueen", + fr: "Nidoqueen" }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 31, ], + hp: 120, + types: [ "Psychic", ], + evolveFrom: { en: "Nidorina", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Mother Pheromone", + fr: "Mère phéromone" }, effect: { en: "The attack cost of your Nidoran ♀, Nidorina, Nidoran ♂, Nidorino, and Nidoking's attack is Colorless less.", + fr: "Le Coût d'attaque de l'attaque de votre Nidoran♀, Nidorina, Nidoran♂, Nidorino, Nidoking est Colorless de moins." }, }, ], + attacks: [ { cost: [ @@ -42,20 +51,24 @@ const card: Card = { ], name: { en: "Give Aid", + fr: "Clôturer" }, effect: { en: "If you have the same number of or less Benched Pokémon than your opponent, this attack's base damage is 50 instead of 90.", + fr: "Si vous autant ou moins de Pokémon de Banc que votre adversaire, les dégâts de base de cette attaque sont de 50 au lieu de 90." }, damage: 90, }, ], + weaknesses: [ { type: "Psychic", value: "+30" }, ], + resistances: [ { type: "Lightning", @@ -63,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Son corps est recouvert d'écailles solides. Il donnera sa vie pour secourir les petits de son terrier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/32.ts b/data/Diamond & Pearl/Mysterious Treasures/32.ts index 11d43a118..55c3dd7d7 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/32.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/32.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Ninetales", + fr: "Feunard" }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 38, ], + hp: 80, + types: [ "Fire", ], + evolveFrom: { en: "Vulpix", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Color Shift", + fr: "Changement de couleur" }, effect: { en: "Once during your turn (before your attack), you may choose 1 of your opponent's Pokémon. Ninetales is the same type as that Pokémon (all if that Pokémon is more than 1 type) until the end of your turn. This power can't be used if Ninetales is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 des Pokémon de votre adversaire. Feunard est du même type que ce Pokémon (de tous ses types si ce Pokémon est de plus d'un type) jusqu'à la fin du tour. Ce pouvoir ne peut pas être utilisé si Feunard est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -41,14 +50,17 @@ const card: Card = { ], name: { en: "Fire Blast", + fr: "Déflagration" }, effect: { en: "Discard a Fire Energy attached to Ninetales.", + fr: "Défaussez une Énergie Fire attachée à Feunard." }, damage: 60, }, ], + weaknesses: [ { type: "Water", @@ -56,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On raconte que ses neuf queues détiennent un pouvoir mystique. Il peut vivre pendant mille ans." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/33.ts b/data/Diamond & Pearl/Mysterious Treasures/33.ts index a607dd3f9..98ef6ae52 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/33.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/33.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Rampardos", + fr: "Charkos" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 409, ], + hp: 120, + types: [ "Fighting", ], + evolveFrom: { en: "Cranidos", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Assurance", + fr: "Assurance" }, effect: { en: "As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30.", + fr: "Tant qu'il reste un maximum de 60 PV au Pokémon Défenseur, les dégâts de base de cette attaque sont de 60 au lieu de 30." }, damage: 30, @@ -46,14 +53,17 @@ const card: Card = { ], name: { en: "Hasty Headbutt", + fr: "Coup d'boule rapide" }, effect: { en: "Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", + fr: "Charkos s'inflige 20 dégâts. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance, les Poké-Power, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur." }, damage: 100, }, ], + weaknesses: [ { type: "Grass", @@ -61,10 +71,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son violent coup de tête est assez puissant pour pulvériser les matériaux les plus résistants" + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/34.ts b/data/Diamond & Pearl/Mysterious Treasures/34.ts index a0138fcc6..35c51386e 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/34.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/34.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Slaking", + fr: "Monaflemit" }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 289, ], + hp: 140, + types: [ "Colorless", ], + evolveFrom: { en: "Vigoroth", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Energetic Impulse", + fr: "Impulsion énergique" }, effect: { en: "Once during your turn (before your attack), if Slaking is your Active Pokémon, you may flip a coin. If heads, Slaking's Lazy Blow attack's base damage is 130 during this turn. If tails, Slaking can't attack or retreat during this turn. (If Slaking is no longer your Active Pokémon, this effect ends.)", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Monaflemit est votre Pokémon Actif, vous pouvez lancer une pièce. Si c'est face, les dégâts de base de l'attaque Coup mou de Monaflemit sont de 130 lors de ce tour. Si c'est pile, Monaflemit ne peut pas attaquer ou battre en retraite lors de ce tour. (Si Monaflemit n'est plus votre Pokémon Actif, cet effet se termine.)" }, }, ], + attacks: [ { cost: [ @@ -43,12 +52,14 @@ const card: Card = { ], name: { en: "Lazy Blow", + fr: "Coup mou" }, damage: 50, }, ], + weaknesses: [ { type: "Fighting", @@ -56,10 +67,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Le Pokémon le plus fainéant du monde. Il s'allonge pour économiser ses forces et contre-attaquer." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/35.ts b/data/Diamond & Pearl/Mysterious Treasures/35.ts index 2fe2fbfe6..d96b9d458 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/35.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/35.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Sudowoodo", + fr: "Simularbre" }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 185, ], + hp: 80, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Sidestep", + fr: "Pas de côté" }, effect: { en: "If Bonsly is anywhere under Sudowoodo, flip a coin. If heads, prevent all effects of an attack, including damage, done to Sudowoodo during your opponent's next turn.", + fr: "Si Manzaï se trouve en dessous de Simularbre, lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Simularbre lors du prochain tour de votre adversaire." }, damage: 20, @@ -42,14 +47,17 @@ const card: Card = { ], name: { en: "Persuade", + fr: "Persuader" }, effect: { en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon. The new Defending Pokémon can't retreat during your opponent's next turn.", + fr: "Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc. Le nouveau Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire." }, damage: 30, }, ], + weaknesses: [ { type: "Water", @@ -57,10 +65,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On pourrait le prendre pour un arbre, mais il est plus proche d'une pierre. L'eau est son point faible." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/36.ts b/data/Diamond & Pearl/Mysterious Treasures/36.ts index 4715d820c..63501ff16 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/36.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/36.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Toxicroak", + fr: "Coatox" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 454, ], + hp: 90, + types: [ "Psychic", ], + evolveFrom: { en: "Croagunk", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Poison Sacs", + fr: "Sacs de poison" }, effect: { en: "Your opponent can't remove the Special Condition Poisoned by evolving or devolving his or her Poisoned Pokémon. (This also includes putting a Pokémon Level-Up card onto the Poisoned Pokémon.)", + fr: "Votre adversaire ne peut pas retirer l'État Spécial Empoisonné en faisant évoluer ou en désévoluant ses Pokémon Empoisonnés. (Placer une carte Pokémon Niveau Sup sur le Pokémon Empoisonné inclus.)" }, }, ], + attacks: [ { cost: [ @@ -41,14 +50,17 @@ const card: Card = { ], name: { en: "Knuckle Claws", + fr: "Griffes articulées" }, effect: { en: "The Defending Pokémon is now Poisoned.", + fr: "Le Pokémon Défenseur est maintenant Empoisonné." }, damage: 30, }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Les griffes de ses poings sécrètent une toxine si atroce qu'une simple égratignure peut s'avérer fatale." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/37.ts b/data/Diamond & Pearl/Mysterious Treasures/37.ts index e3e0e03bd..6d8707c62 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/37.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/37.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Unown I", + fr: "Zarbi" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "ITEM", + fr: "INVENTAIRE" }, effect: { en: "Once during your turn (before your attack), if you have Unown I, Unown T, Unown E, and Unown M on your Bench, you may search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. You can't use more than 1 ITEM Poké-Power each turn.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si vous avez Zarbi I, Zarbi T, Zarbi E, et Zarbi M sur votre Banc, vous pouvez choisir dans votre deck une carte Dresseur. Montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck. Vous ne pouvez pas utiliser plus d'1 Poké-Power INVENTAIRE par tour." }, }, ], + attacks: [ { cost: [ @@ -38,13 +45,16 @@ const card: Card = { ], name: { en: "Hidden Power", + fr: "Puissance cachée" }, effect: { en: "Choose an Energy card attached to the Defending Pokémon and put it face down. Treat that card as a Special Energy card that provides Colorless Energy and doesn't have any effect other than providing Energy. Put that card face up at the end of your opponent's next turn.", + fr: "Choisissez une carte Énergie attachée au Pokémon Défenseur et placez-la face cachée. Traitez cette carte comme une carte Énergie Spéciale qui fournit de l'Énergie Colorless et qui n'a pas d'autre effet que de fournir de l'Énergie. Retournez cette carte à la fin du prochain tour de votre adversaire." }, }, ], + weaknesses: [ { type: "Psychic", @@ -52,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou du Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/38.ts b/data/Diamond & Pearl/Mysterious Treasures/38.ts index 9db4b9373..38b11ccd4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/38.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/38.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Ursaring", + fr: "Ursaring" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 217, ], + hp: 100, + types: [ "Colorless", ], + evolveFrom: { en: "Teddiursa", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Bad Temper", + fr: "Mauvais caractère" }, effect: { en: "The Defending Pokémon is now Confused. During your opponent's next turn, that Pokémon's attacks do 60 more damage to the Active Pokémon (before applying Weakness and Resistance).", + fr: "Le Pokémon Défenseur est maintenant Confus. Lors du prochain tour de votre adversaire, les attaques de ce Pokémon infligent 60 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance)." }, damage: 30, @@ -47,14 +54,17 @@ const card: Card = { ], name: { en: "Defensive Claw", + fr: "Griffe défensive" }, effect: { en: "If Teddiursa is on your Bench, this attack does 60 damage plus 20 more damage. If Teddiursa on your Bench has any damage counters on it, this attack does 60 damage plus 40 more damage and remove all damage counters from that Pokémon.", + fr: "Si Teddiursa est sur votre Banc, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires. Si le Teddiursa sur votre Banc possède des marqueurs de dégât, cette attaque inflige 60 dégâts plus 40 dégâts supplémentaires et retire à ce Pokémon tous ses marqueurs de dégât." }, damage: 60, }, ], + weaknesses: [ { type: "Fighting", @@ -62,10 +72,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il marque de ses griffes les arbres de son territoire qui portent des Baies ou des fruits." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/39.ts b/data/Diamond & Pearl/Mysterious Treasures/39.ts index 7b58f9383..027bbcadd 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/39.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/39.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Walrein", + fr: "Kaimorse" }, + illustrator: "Midori Harada", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 365, ], + hp: 130, + types: [ "Water", ], + evolveFrom: { en: "Sealeo", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Freeze-up", + fr: "Geler" }, effect: { en: "Once during your turn, when you play Walrein from your hand to evolve 1 of your Pokémon, you may flip 2 coins. If both are heads, discard 1 of the Defending Pokémon and all cards attached to it. (This doesn't count as a Knocked Out Pokémon.)", + fr: "Une seule fois lors de votre tour, lorsque vous jouez Kaimorse de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez lancer 2 pièces. Si ce sont deux fois faces, défaussez 1 des Pokémon Défenseurs ainsi que toutes les cartes qui lui sont attachées. (Le Pokémon n'est pas mis K.O.)" }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Ice Bind", + fr: "Liens de glace" }, effect: { en: "If your opponent doesn't discard a card from his or her hand, the Defending Pokémon is now Paralyzed.", + fr: "Si votre adversaire ne défausse pas de cartes de sa main, le Pokémon Défenseur est maintenant Paralysé." }, damage: 70, }, ], + weaknesses: [ { type: "Metal", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il brise la glace avec ses grosses défenses. Sa graisse le protège du froid, mais aussi des attaques." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/4.ts b/data/Diamond & Pearl/Mysterious Treasures/4.ts index 817b09021..a778ded97 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/4.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/4.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Azelf", + fr: "Créfadet" }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 482, ], + hp: 60, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Downer Material", + fr: "Matériel immobilisateur" }, effect: { en: "If you have Uxie and Mesprit in play, the attack cost of each of your opponent's Basic Pokémon's attack is Colorless more. You can't use more than 1 Downer Material Poké-Body each turn.", + fr: "Si vous avez Créhelf ou Créfollet en jeu, le Coût d'attaque de l'attaque de chacun des Pokémon de base de votre adversaire est de Colorless de plus. Vous ne pouvez pas utiliser plus d'1 Poké-Body Matériel immobilisateur par tour." }, }, ], + attacks: [ { cost: [ @@ -38,14 +45,17 @@ const card: Card = { ], name: { en: "Bind Pulse", + fr: "Vibration ligotante" }, effect: { en: "During your opponent's next turn, your opponent can't attach any Special Energy cards from his or her hand to any of his or her Pokémon.", + fr: "Lors du prochain tour de votre adversaire, celui-ci ne peut pas attacher de cartes Énergie Spéciale de sa main à ses Pokémon." }, damage: 10, }, ], + weaknesses: [ { type: "Psychic", @@ -53,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "On l'appelle \"être de la volonté\". Il dort au fond d'un lac pour maintenir l'équilibre du monde." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/40.ts b/data/Diamond & Pearl/Mysterious Treasures/40.ts index 75a0e4d43..089e142c9 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/40.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/40.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Whiscash", + fr: "Barbicha" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 340, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Barboach", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,11 +37,13 @@ const card: Card = { ], name: { en: "Fury", + fr: "Furieux" }, effect: { en: "Does 20 damage times the number of damage counters on Whiscash.", + fr: "Inflige 20 dégâts multipliés par le nombre de marqueurs de dégât sur Barbicha." }, - damage: 20, + damage: "20×", }, { @@ -48,20 +55,24 @@ const card: Card = { ], name: { en: "Magnitude", + fr: "Ampleur" }, effect: { en: "Does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 20 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc)." }, damage: 60, }, ], + weaknesses: [ { type: "Grass", value: "+30" }, ], + resistances: [ { type: "Lightning", @@ -69,9 +80,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il est attaché à son territoire. Il repousse l'ennemi en provoquant des secousses qui portent à 5 Km." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/41.ts b/data/Diamond & Pearl/Mysterious Treasures/41.ts index 82b90d439..fef5ab9af 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/41.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/41.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bayleef", + fr: "Macronium" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 153, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Chikorita", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Evolution Impulse", + fr: "Impulsion évolution" }, effect: { en: "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck une carte Évolution, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck." }, }, @@ -43,20 +50,24 @@ const card: Card = { ], name: { en: "Leaf Boomerang", + fr: "Feuille-boomerang" }, effect: { en: "Flip 2 coins. This attack does 30 damage times the number of heads.", + fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces." }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", @@ -64,9 +75,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Le collier de bourgeons à son cou répand un arôme épicé qui vous donne du tonus." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/42.ts b/data/Diamond & Pearl/Mysterious Treasures/42.ts index ed866fb72..30f7e38aa 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/42.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/42.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Chingling", + fr: "Korillon" }, + illustrator: "Emi Yoshida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 433, ], + hp: 40, + types: [ "Psychic", ], @@ -25,24 +29,30 @@ const card: Card = { type: "Poke-POWER", name: { en: "Baby Evolution", + fr: "Évolution bébé" }, effect: { en: "Once during your turn (before your attack), you may put Chimecho from your hand onto Chingling (this counts as evolving Chingling) and remove all damage counters from Chingling.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Éoko de votre main sur Korillon (vous le faites ainsi évoluer) et retirer à Korillon tous ses marqueurs de dégât." }, }, ], + attacks: [ { name: { en: "Inviting Bell", + fr: "Cloche tentante" }, effect: { en: "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck une carte Supporter, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck." }, }, ], + weaknesses: [ { type: "Psychic", @@ -50,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il émet des cris en agitant l'orbe à l'arrière de sa gorge. Il avance par bonds désordonnés." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/43.ts b/data/Diamond & Pearl/Mysterious Treasures/43.ts index 99302b95d..c1e39e284 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/43.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/43.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Cranidos", + fr: "Kranidos" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 408, ], + hp: 70, + types: [ "Fighting", ], + evolveFrom: { en: "Skull Fossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,6 +35,7 @@ const card: Card = { ], name: { en: "Headbutt", + fr: "Coup d'boule" }, damage: 20, @@ -42,14 +48,17 @@ const card: Card = { ], name: { en: "Steamroll", + fr: "Rouleau compresseur" }, 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 de Banc.)" }, damage: 30, }, ], + weaknesses: [ { type: "Grass", @@ -57,10 +66,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il vivait dans la jungle il y a environ 100 millions d'années. Son crâne est dur comme du fer." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/44.ts b/data/Diamond & Pearl/Mysterious Treasures/44.ts index 0fff92d69..b567f8c08 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/44.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/44.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Croconaw", + fr: "Crocrodil" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 159, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Totodile", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Evolutionary Vitality", + fr: "Vitalité d'évolution" }, effect: { en: "Once during your turn, when you play Croconaw from your hand to evolve 1 of your Pokémon, you may look at the top 5 cards of your deck. Choose all Energy cards you find there, show them to your opponent, and put them into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward.", + fr: "Une seule fois lors de votre tour, lorsque vous jouez Crocrodil de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez regarder les 5 du dessus de votre deck. Choisissez-y toutes les cartes Énergie, montrez-les à votre adversaire et placez-les dans votre main. Replacez les autres cartes au dessus de votre deck. Ensuite, mélangez votre deck." }, }, ], + attacks: [ { cost: [ @@ -41,14 +50,17 @@ const card: Card = { ], name: { en: "Hover Over", + fr: "Flotter" }, effect: { 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 lors du prochain tour de votre adversaire." }, damage: 30, }, ], + weaknesses: [ { type: "Lightning", @@ -56,10 +68,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Quand il mord, il ne lâche pas prise avant que ses crocs se brisent. Ils repoussent par la suite." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/45.ts b/data/Diamond & Pearl/Mysterious Treasures/45.ts index 69ce9e6e8..8ff16bc68 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/45.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/45.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Dewgong", + fr: "Lamantine LV.36" }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 87, ], + hp: 90, + types: [ "Water", ], + evolveFrom: { en: "Seel", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Cold Fat", + fr: "Graisse froide" }, effect: { en: "As long as Dewgong is Asleep, any damage done to Dewgong by attacks is reduced by 40 (after applying Weakness and Resistance).", + fr: "Tant que Lamantine est Endormi, tous dégâts qui lui sont infligés par des attaques sont réduits de 40 (après application de la Faiblesse et de la Résistance)." }, }, ], + attacks: [ { cost: [ @@ -42,14 +51,17 @@ const card: Card = { ], name: { en: "Collapse", + fr: "Effondrement" }, effect: { en: "Dewgong is now Asleep.", + fr: "Lamantine est maintenant Endormi." }, damage: 60, }, ], + weaknesses: [ { type: "Metal", @@ -57,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son corps est couvert d'un grand manteau blanc qui, dans la neige, le dissimule aux yeux des prédateurs." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/46.ts b/data/Diamond & Pearl/Mysterious Treasures/46.ts index 705d3bd12..8058d63c1 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/46.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/46.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Dodrio", + fr: "Dodrio" }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 85, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Doduo", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,11 +35,13 @@ const card: Card = { ], name: { en: "Fury Attack", + fr: "Furie" }, 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 faces." }, - damage: 10, + damage: "10×", }, { @@ -45,19 +52,23 @@ const card: Card = { ], name: { en: "Triple Pick", + fr: "Triplette" }, effect: { en: "Choose 3 of your opponent's Evolved Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Choisissez 3 des Pokémon Évolués de votre adversaire. Cette attaque inflige 30 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -65,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Quand Doduo connait cette étrange évolution, l'une de ses têtes se dédouble. Il atteint les 60 km/h." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/47.ts b/data/Diamond & Pearl/Mysterious Treasures/47.ts index 0f77a54a1..850e94e66 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/47.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/47.ts @@ -4,31 +4,36 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Dunsparce", + fr: "Insolourdo" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 206, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { name: { en: "Snake Hook", + fr: "Crochet de serpent" }, effect: { en: "Draw a card.", + fr: "Piochez une carte." }, }, @@ -36,14 +41,17 @@ const card: Card = { name: { en: "Bite and Run", + fr: "Mordre et courrir" }, effect: { en: "Switch Dunsparce with 1 of your Benched Pokémon.", + fr: "Échangez Insolourdo avec 1 de vos Pokémon de Banc." }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", @@ -51,10 +59,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son nid est un véritable labyrinthe qu'il creuse à l'aide de sa queue. Il sait à peine voler." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/48.ts b/data/Diamond & Pearl/Mysterious Treasures/48.ts index 18ed12102..5c0a2f518 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/48.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/48.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Gabite", + fr: "Carmache" }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 444, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Gible", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Gather Up", + fr: "Rassemblement" }, effect: { en: "Search your discard pile for up to 2 Energy cards, show them to your opponent, and put them into your hand.", + fr: "Choisissez jusqu'à 2 cartes Énergie dans votre pile de défausse, montrez-les à votre adversaire et placez-les dans votre main." }, }, @@ -43,13 +50,16 @@ const card: Card = { ], name: { en: "Marvelous Shine", + fr: "Brillance merveilleuse" }, effect: { en: "Flip a coin. If heads, put 4 damage counters on 1 of your opponent's Pokémon. If tails, remove 4 damage counters from 1 of your Pokémon.", + fr: "Lancez une pièce. Si c'est face, placez 4 marqueurs de dégât sur 1 des Pokémon de votre adversaire. Si c'est pile, retirez 4 marqueurs de dégât à 1 de vos Pokémon." }, }, ], + weaknesses: [ { type: "Colorless", @@ -57,10 +67,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Selon une croyance ancienne, on peut utiliser ses écailles pour guérir les maladies incurables." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/49.ts b/data/Diamond & Pearl/Mysterious Treasures/49.ts index 1539825e9..f0e925a62 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/49.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/49.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Girafarig", + fr: "Girafarig" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 203, ], + hp: 70, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Crane Neck", + fr: "Grue" }, effect: { en: "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck une carte Supporter, montrez-la à votre adversaire et placez-la dans votre main. Ensuite mélangez votre deck." }, }, @@ -41,14 +46,17 @@ 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: 20, }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Sa queue contient un minuscule cerveau. Elle mord l'ennemi qui essaie de le frapper dans le dos." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/5.ts b/data/Diamond & Pearl/Mysterious Treasures/5.ts index 819c1d18b..3eecd443f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/5.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/5.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Blissey", + fr: "Leuphorie" }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 242, ], + hp: 130, + types: [ "Colorless", ], + evolveFrom: { en: "Chansey", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Kind Egg", + fr: "Bon oeuf" }, effect: { en: "Once during your turn (before your attack), if Happiny is anywhere under Blissey, you may choose a number of cards in your hand up to the amount of Energy attached to Blissey and put those cards on top of your deck. Shuffle your deck afterward. Then, draw that many cards. This power can't be used if Blissey is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Ptiravi se trouve sous Leuphorie, vous pouvez choisir autant de cartes de votre main qu'il y a d'Énergie attachée à Leuphorie. Placez ces cartes au dessus de votre deck et mélangez votre deck. Ensuite, piochez autant de cartes. Ce pouvoir ne peut pas être utilisé si Leuphorie est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -40,14 +49,17 @@ const card: Card = { ], name: { en: "Happy Chance", + fr: "Coup d'bol" }, effect: { en: "Does 20 damage plus 10 more damage for each Energy attached to Blissey. Before doing damage, you may search your discard pile for a basic Energy card and attach it to Blissey.", + fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Leuphorie. Avant d'infliger des dégâts, vous pouvez choisir dans votre pile de défausse une carte Énergie de base et l'attacher à Leuphorie." }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fighting", @@ -55,10 +67,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ce Pokémon au cœur d'or soigne les Pokémon malades. Il ressent la tristesse d'autrui." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/50.ts b/data/Diamond & Pearl/Mysterious Treasures/50.ts index c7d366e4f..62f088567 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/50.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/50.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Golbat", + fr: "Nosferalto" }, + illustrator: "Kazuyuki Kano", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 42, ], + hp: 70, + types: [ "Psychic", ], + evolveFrom: { en: "Zubat", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,20 +35,24 @@ const card: Card = { ], name: { en: "Pulse Search", + fr: "Recherche de pouls" }, effect: { en: "Look at your opponent's hand.", + fr: "Regardez la main de votre adversaire." }, damage: 30, }, ], + weaknesses: [ { type: "Psychic", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -51,9 +60,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il aime le sang des humains et des Pokémon. Il erre la nuit en quête d'un cou où planter ses crocs." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/51.ts b/data/Diamond & Pearl/Mysterious Treasures/51.ts index 93db23237..3157d182b 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/51.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/51.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Graveler", + fr: "Gravalanch" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 75, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Geodude", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,11 +36,13 @@ const card: Card = { ], name: { en: "Rock Cannon", + fr: "Canon à pierres" }, effect: { en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads.", + fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 30 dégâts multipliés par le nombre de faces." }, - damage: 30, + damage: "30×", }, { @@ -46,20 +53,24 @@ const card: Card = { ], name: { en: "Rock Slide", + fr: "Éboulement" }, effect: { en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, damage: 40, }, ], + weaknesses: [ { type: "Grass", value: "+20" }, ], + resistances: [ { type: "Lightning", @@ -67,9 +78,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Gravalanch creuse son terrier à flanc de montagne en perçant des galeries horizontales." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/52.ts b/data/Diamond & Pearl/Mysterious Treasures/52.ts index 7c8cc7767..348568feb 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/52.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/52.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Happiny", + fr: "Ptiravi" }, + illustrator: "Yuka Morii", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 440, ], + hp: 60, + types: [ "Colorless", ], @@ -25,24 +29,30 @@ const card: Card = { type: "Poke-POWER", name: { en: "Baby Evolution", + fr: "Évolution bébé" }, effect: { en: "Once during your turn (before your attack), you may put Chansey from your hand onto Happiny (this counts as evolving Happiny) and remove all damage counters from Happiny.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Leveinard de votre main sur Ptiravi (vous le faites ainsi évoluer) et retirer à Ptiravi tous ses marqueurs de dégât." }, }, ], + attacks: [ { name: { en: "Lively", + fr: "Vitalité" }, effect: { en: "Remove 2 damage counters from 1 of your Pokémon.", + fr: "Retirez à 1 de vos Pokémon 2 marqueurs de dégât." }, }, ], + weaknesses: [ { type: "Fighting", @@ -50,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ce Pokémon aime ce qui est rond et blanc et transporte un caillou en forme d'œuf pour imiter Leveinard." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/53.ts b/data/Diamond & Pearl/Mysterious Treasures/53.ts index 3412143e9..481a28ebc 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/53.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/53.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Lairon", + fr: "Galegon" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 305, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Aron", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Mend", + fr: "Réparation" }, effect: { en: "Search your discard pile for a Metal Energy card and attach it to Lairon. If you do, remove 2 damage counters from Lairon.", + fr: "Choisissez dans votre pile de défausse une carte Énergie Metal et attachez-la à Galegon. Retirez-lui alors 2 marqueurs de dégât." }, }, @@ -44,18 +51,21 @@ const card: Card = { ], name: { en: "Confront", + fr: "Confrontation" }, damage: 50, }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", @@ -63,9 +73,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il se nourrit du minéral de fer qu'il fore. Il défend son territoire en chargeant avec son corps d'acier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/54.ts b/data/Diamond & Pearl/Mysterious Treasures/54.ts index ad6163c56..6f125dcdf 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/54.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/54.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Magmar", + fr: "Magmar" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 126, ], + hp: 70, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,6 +31,7 @@ const card: Card = { ], name: { en: "Flare", + fr: "Intimidation" }, damage: 20, @@ -41,14 +45,17 @@ const card: Card = { ], name: { en: "Flamethrower", + fr: "Lance-flamme" }, effect: { en: "Discard an Energy attached to Magmar.", + fr: "Défaussez une Énergie attachée à Magmar." }, damage: 50, }, ], + weaknesses: [ { type: "Water", @@ -56,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il est né au milieu d'un volcan. Son corps est couvert de flammes qui flambent comme un soleil." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/55.ts b/data/Diamond & Pearl/Mysterious Treasures/55.ts index 12147ca01..8750af34f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/55.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/55.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Masquerain", + fr: "Maskadra" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 284, ], + hp: 70, + types: [ "Grass", ], + evolveFrom: { en: "Surskit", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,11 +36,13 @@ const card: Card = { ], name: { en: "Centrifugal Force", + fr: "Force centrifuge" }, effect: { en: "Does 20 damage times the number of Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost).", + fr: "Inflige 20 dégâts multipliés par le nombre d'Énergie Colorless dans le Coût de retraite du Pokémon Défenseur (après application des effets du Coût de retraite)." }, - damage: 20, + damage: "20×", }, { @@ -45,20 +52,24 @@ const card: Card = { ], name: { en: "Swirling Ripple", + fr: "Clapotis tourbillonnant" }, effect: { en: "If your opponent has any Water Pokémon in play, this attack does 30 damage plus 30 more damage and the Defending Pokémon is now Confused.", + fr: "Si votre adversaire possède des Pokémon Water en jeu, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus." }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -66,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Des motifs en forme d'yeux ornent ses antennes. Ses 4 ailes l'aident à voler dans toutes les directions." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/56.ts b/data/Diamond & Pearl/Mysterious Treasures/56.ts index c15daaa39..eb6e2a5a5 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/56.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/56.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Nidorina", + fr: "Nidorina" }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 30, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Nidoran♀", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Rescue", + fr: "Rescousse" }, effect: { en: "Search your discard pile for up to 2 Pokémon, show them to your opponent, and put them into your hand.", + fr: "Choisissez dans votre pile de défausse jusqu'à 2 Pokémon, montrez-les à votre adversaire et placez-les dans votre main." }, }, @@ -43,12 +50,14 @@ const card: Card = { ], name: { en: "Scratch", + fr: "Griffe" }, damage: 30, }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +65,9 @@ const card: Card = { }, ], - - - - + description: { + fr: ":Ce Pokémon dresse ses piquants en cas de danger. Ils poussent moins vite que ceux de Nidorino." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/57.ts b/data/Diamond & Pearl/Mysterious Treasures/57.ts index f562b2aa2..0efe6194f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/57.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/57.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Octillery", + fr: "Octillery" }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 224, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Remoraid", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Crash Bomber", + fr: "Bombardier écrasant" }, effect: { en: "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 30 more damage. Then, discard a Special Energy card attached to the Defending Pokémon.", + fr: "Si le Pokémon Défenseur possède des cartes Énergie Spéciale, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Ensuite, défaussez une carte Énergie Spéciale attachée au Pokémon Défenseur." }, damage: 30, @@ -45,13 +52,16 @@ const card: Card = { ], name: { en: "Aqua Liner", + fr: "Aqua-paquebot" }, effect: { en: "Choose 1 of your opponent's Benched Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Choisissez 1 des Pokémon de Banc de votre adversaire. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, ], + weaknesses: [ { type: "Lightning", @@ -59,10 +69,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il hante les fissures dans la roche et les trous au fond de la mer. Ses ventouses ne lâchent jamais prise." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/58.ts b/data/Diamond & Pearl/Mysterious Treasures/58.ts index 58760093a..e972faaae 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/58.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/58.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Parasect", + fr: "Parasect" }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 47, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Paras", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Wild Spores", + fr: "Spores sauvages" }, effect: { en: "If Parasect evolved from Paras during this turn, this attack does 40 damage and the Defending Pokémon is now Asleep and Poisoned.", + fr: "Si Parasect a évolué de Paras lors de ce tour, cette attaque inflige 40 dégâts et le Pokémon Défenseur est maintenant Endormi et Empoisonné." }, damage: 20, @@ -45,14 +52,17 @@ const card: Card = { ], name: { en: "Extend Fungus", + fr: "Champignon grandissant" }, effect: { en: "Remove 2 damage counters from Parasect.", + fr: "Retirez à Parasect 2 marqueurs de dégât." }, damage: 60, }, ], + weaknesses: [ { type: "Fire", @@ -60,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Un champignon parasite plus gros que Parasect contrôle son corps. Il répand des spores empoisonnées." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/59.ts b/data/Diamond & Pearl/Mysterious Treasures/59.ts index 9270552f9..c592cb951 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/59.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/59.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Pupitar", + fr: "Ymphect" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 247, ], + hp: 70, + types: [ "Fighting", ], + evolveFrom: { en: "Larvitar", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Pressurized Gas", + fr: "Gaz pressurisé" }, effect: { en: "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, @@ -45,20 +52,24 @@ const card: Card = { ], name: { en: "Rocket Tackle", + fr: "Lance roquette" }, effect: { en: "Pupitar does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Pupitar by attacks during your opponent's next turn.", + fr: "Ymphect s'inflige 10 dégâts. Lancez une pièce. Si c'est face, prévenez tous les effets infligés à Ymphect par des attaques lors du prochain tour de votre adversaire." }, damage: 50, }, ], + weaknesses: [ { type: "Grass", value: "+20" }, ], + resistances: [ { type: "Lightning", @@ -66,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Son corps est dur comme la pierre souterraine. Il file comme une fusée en expulsant des gaz." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/6.ts b/data/Diamond & Pearl/Mysterious Treasures/6.ts index 6d72f27cd..4cdc7152e 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/6.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/6.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bronzong", + fr: "Archéodong" }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 437, ], + hp: 90, + types: [ "Metal", ], + evolveFrom: { en: "Bronzor", }, + stage: "Stage1", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Miracle Oracle", + fr: "Oracle miraculeux" }, effect: { en: "Once during your turn (before your attack), you may draw a card. Then, discard a card from your hand. If you discard an Energy card, draw 1 more card. This power can't be used if Bronzong is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez piocher une carte. Ensuite, défaussez une carte de votre main. Si vous défaussez une carte Énergie, piochez une carte supplémentaire. Ce pouvoir ne peut pas être utilisé si Archéodong est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -42,20 +51,24 @@ const card: Card = { ], name: { en: "Shady Stamp", + fr: "Coup louche" }, effect: { en: "The Defending Pokémon is now Confused.", + fr: "Le Pokémon Défenseur est maintenant Confus." }, damage: 50, }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Psychic", @@ -63,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "La découverte d'un de ces Pokémon sur un site de fouilles après 2 000 ans de sommeil a fait sensation." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/60.ts b/data/Diamond & Pearl/Mysterious Treasures/60.ts index 965723e6c..d65ba2c2e 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/60.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/60.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Quilava", + fr: "Feurisson" }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 156, ], + hp: 80, + types: [ "Fire", ], + evolveFrom: { en: "Cyndaquil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,14 +36,17 @@ const card: Card = { ], name: { en: "Fireworks", + fr: "Feux d'artifice" }, effect: { en: "Flip a coin. If tails, discard a Fire Energy attached to Quilava.", + fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Feurisson." }, damage: 40, }, ], + weaknesses: [ { type: "Water", @@ -46,10 +54,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "La chaleur de ses flammes intimide l'ennemi. Elles s'intensifient lorsqu'il se prépare à combattre." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/61.ts b/data/Diamond & Pearl/Mysterious Treasures/61.ts index 88feb9282..a87c14c6f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/61.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/61.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Sandslash", + fr: "Sablaireau" }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 28, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Sandshrew", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Spike Armor", + fr: "Armure piquante" }, effect: { en: "During your opponent's next turn, if Sandslash is damaged by an opponent's attack (even if Sandslash is Knocked Out), put 4 damage counters on the Attacking Pokémon.", + fr: "Lors du prochain tour de votre adversaire, si une attaque de votre adversaire inflige des dégâts à Sablaireau (même s'il est mis K.O), placez 4 marqueurs de dégât sur le Pokémon Attaquant." }, }, @@ -44,20 +51,24 @@ const card: Card = { ], name: { en: "Poison Spike", + fr: "Pointe empoisonnée" }, effect: { en: "If the Defending Pokémon already has any damage counters on it, that 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: 60, }, ], + weaknesses: [ { type: "Water", value: "+20" }, ], + resistances: [ { type: "Lightning", @@ -65,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il se met en boule pour percuter l'ennemi. Ses épines aiguisées font beaucoup de dégâts." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/62.ts b/data/Diamond & Pearl/Mysterious Treasures/62.ts index 3263d3abc..997065ee3 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/62.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/62.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Sealeo", + fr: "Phogleur" }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 364, ], + hp: 80, + types: [ "Water", ], + evolveFrom: { en: "Spheal", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,13 +36,16 @@ const card: Card = { ], name: { en: "Ice Rider", + fr: "Chevalier de glace" }, 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 1 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 de Banc.)" }, }, ], + weaknesses: [ { type: "Metal", @@ -45,10 +53,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il fait souvent tourner des objets sur son museau pour connaitre leur odeur et leur texture." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/63.ts b/data/Diamond & Pearl/Mysterious Treasures/63.ts index 1cfad962b..2fa7f1f40 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/63.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/63.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Shieldon", + fr: "Dinoclier" }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 410, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Armor Fossil", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -31,9 +36,11 @@ const card: Card = { ], name: { en: "Hard Face", + fr: "Visage dur" }, effect: { en: "During your opponent's next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance).", + fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Dinoclier par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance)." }, damage: 20, @@ -46,20 +53,24 @@ const card: Card = { ], name: { en: "Shield Attack", + fr: "Attaque de bouclier" }, effect: { en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.", + fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires." }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", @@ -67,9 +78,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Un Pokémon qui vivait dans la jungle il y a 100 millions d'années. Son visage est très dur." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/64.ts b/data/Diamond & Pearl/Mysterious Treasures/64.ts index 064fc1b10..ab13de087 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/64.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/64.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Tropius", + fr: "Tropius" }, + illustrator: "Kazuyuki Kano", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 357, ], + hp: 80, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,33 +31,39 @@ const card: Card = { ], name: { en: "Bonus Leaf", + fr: "Feuille bonus" }, effect: { en: "Remove 3 damage counters from each of your Benched Pokémon that has any Grass Energy attached to it.", + fr: "Retirez 3 marqueurs de dégât à chacun de vos Pokémon de Banc possédant une Énergie Grass." }, }, { cost: [ - "Grass", + "Colorless", "Colorless", ], 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 1 de ses Pokémon de Banc." }, damage: 30, }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -62,9 +71,9 @@ const card: Card = { }, ], - - - + description: { + fr: "À force de manger son fruit préféré, il a fini par pousser autour de son cou." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/65.ts b/data/Diamond & Pearl/Mysterious Treasures/65.ts index d3f4dc86f..ee2583dad 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/65.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/65.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Unown E", + fr: "Zarbi" }, + illustrator: "Daisuke Ito", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "EQUIP", + fr: "ÉQUIPER" }, effect: { en: "Once during your turn (before your attack), if Unown E is on your Bench, you may discard all cards attached to Unown E and attach Unown E to 1 of your Pokémon as a Pokémon Tool card. As long as Unown E is attached to a Pokémon, that Pokémon gets +10 HP.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi E est sur votre Banc, vous pouvez défausser toutes les cartes qui lui sont attachées et attacher Zarbi E à 1 de vos Pokémon comme Carte Outil Pokémon. Tant que Zarbi E est attachée à 1 Pokémon, celui-ci obtient + 10 PV." }, }, ], + attacks: [ { cost: [ @@ -39,13 +46,16 @@ const card: Card = { ], name: { en: "Hidden Power", + fr: "Puissance cachée" }, effect: { en: "During your opponent's next turn, whenever your opponent flips a coin, treat it as tails.", + fr: "Lors du prochain tour de votre adversaire, lorsque votre adversaire lance une pièce, considérez que c'est pile." }, }, ], + weaknesses: [ { type: "Psychic", @@ -53,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou du Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/66.ts b/data/Diamond & Pearl/Mysterious Treasures/66.ts index bb828d273..9ee35f5fe 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/66.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/66.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Unown M", + fr: "Zarbi M" }, + illustrator: "Kazuyuki Kano", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "MAGNET", + fr: "MAGNÉTISME" }, effect: { en: "Once during your turn (before your attack), if Unown M is your Active Pokémon, you may flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. This power can't be used if Unown M is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi M est votre Pokémon Actif, vous pouvez lancer une pièce. Si c'est face, échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Ce pouvoir ne peut pas être utilisé si Zarbi M est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -38,13 +45,16 @@ const card: Card = { ], name: { en: "Hidden Power", + fr: "Puissance cachée" }, effect: { en: "Flip a coin. If heads, this attack does 30 damage. If tails, this attack does 30 damage to 1 of your Pokémon, and this attack's damage isn't affected by Weakness or Resistance.", + fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts. Si c'est pile, cette attaque inflige 30 dégâts à 1 de vos Pokémon et les dégâts de cette attaque ne sont pas affectés par la Faiblesse et la Résistance." }, }, ], + weaknesses: [ { type: "Psychic", @@ -52,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/67.ts b/data/Diamond & Pearl/Mysterious Treasures/67.ts index 2e185234f..1ce7d79a2 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/67.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/67.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Unown T", + fr: "Zarbi T" }, + illustrator: "Kazuyuki Kano", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 201, ], + hp: 50, + types: [ "Psychic", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "THROW", + fr: "TIRER" }, effect: { en: "Once during your turn (before your attack), if Unown T is your Active Pokémon, you may discard a card from your hand. Then, flip a coin. If heads, put 2 damage counters on 1 of your opponent's Benched Pokémon. This power can't be used if Unown T is affected by a Special Condition.", + fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi T est votre Pokémon Actif, vous pouvez défausser une carte de votre main. Ensuite, lancez une pièce. Si c'est face, placez 2 marqueurs de dégât sur 1 des Pokémon de Banc de votre adversaire. Ce pouvoir ne peut pas être utilisé si Zarbi T est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -38,13 +45,16 @@ const card: Card = { ], name: { en: "Hidden Power", + fr: "Puissance cachée" }, effect: { en: "Look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck. Then, show your opponent your hand and he or she chooses 1 card. Shuffle that card into your deck.", + fr: "Regardez la main de votre adversaire et choisissez 1 carte. Demandez à votre adversaire de mélanger cette carte à son deck. Ensuite, montrez votre main à votre adversaire et demandez-lui de choisir une carte. Mélangez cette carte à votre deck." }, }, ], + weaknesses: [ { type: "Psychic", @@ -52,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il rappelle une écriture ancienne. Reste à savoir qui du langage ou de Zarbi est apparu en premier." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/68.ts b/data/Diamond & Pearl/Mysterious Treasures/68.ts index 6cc2b89f2..76d6bdca6 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/68.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/68.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Vigoroth", + fr: "Vigoroth" }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 288, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Slakoth", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -30,9 +35,11 @@ const card: Card = { ], name: { en: "Wake-up Punch", + fr: "Coup d'poing qui réveille" }, effect: { en: "If Vigoroth evolved from Slakoth during this turn and Slakoth was Asleep, this attack's base damage is 60 instead of 10.", + fr: "Si Vigoroth a évolué de Parecool lors de ce tour et que Parecool est Endormi, les dégâts de base de cette attaque sont de 60 au lieu de 10." }, damage: 10, @@ -45,14 +52,17 @@ const card: Card = { ], name: { en: "Fury Swipes", + fr: "Combo-griffe" }, effect: { 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 faces." }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { type: "Fighting", @@ -60,10 +70,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Son cœur bat dix fois plus vite que la normale, c'est pourquoi il ne tient pas en place." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/69.ts b/data/Diamond & Pearl/Mysterious Treasures/69.ts index 207e7477c..66a71760e 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/69.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/69.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Abra", + fr: "Abra" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 63, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Play Search", + fr: "Jeu recherche" }, effect: { en: "Look at the top 5 cards of your deck, choose 1 of them, and put it into your hand. Put the 4 other cards back on top of your deck. Shuffle your deck afterward.", + fr: "Regardez les 5 cartes du dessus de votre deck, choisissez-en 1 et placez-la dans votre main. Replacez les 4 autres cartes au dessus de votre deck. Ensuite, mélangez votre deck." }, }, @@ -41,13 +46,16 @@ const card: Card = { ], name: { en: "Ultra Evolution", + fr: "Ultra évolution" }, effect: { en: "Search your deck for Alakazam and put it onto Abra (this counts as evolving Abra). Shuffle your deck afterward.", + fr: "Cherchez Alakazam dans votre deck et placez-le sur Abra (vous le faites ainsi évoluer). Ensuite, mélangez votre deck." }, }, ], + weaknesses: [ { type: "Psychic", @@ -55,10 +63,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il dort 18 heures par jour. Même éveillé, il ne prend pas la peine de se lever pour se téléporter." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/7.ts b/data/Diamond & Pearl/Mysterious Treasures/7.ts index e467c16f1..693f4aebb 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/7.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/7.ts @@ -4,31 +4,36 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Celebi", + fr: "Celebi" }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 251, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { name: { en: "Sprouting", + fr: "Grandir" }, effect: { en: "Search your deck for a Grass Energy card and attach it to Celebi. Shuffle your deck afterward.", + fr: "Cherchez dans votre deck une carte Énergie Grass et attachez-la à Celebi. Ensuite, mélangez votre deck." }, }, @@ -39,14 +44,17 @@ const card: Card = { ], name: { en: "Leaf Tornado", + fr: "Tornade de feuilles" }, effect: { en: "You may move any number of basic Grass Energy cards attached to your Pokémon to your other Pokémon in any way you like.", + fr: "Vous pouvez déplacer autant de cartes Énergie de base Grass attachées à vos Pokémon que vous voulez sur vos autres Pokémon de la façon que vous voulez." }, damage: 30, }, ], + weaknesses: [ { type: "Fire", @@ -54,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il a le pouvoir de voyager dans le temps. Cependant, on dit qu'il n'apparaît qu'en temps de paix." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/70.ts b/data/Diamond & Pearl/Mysterious Treasures/70.ts index 4a3a275c8..c38f7040f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/70.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/70.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Aipom", + fr: "Capumain" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 190, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,6 +31,7 @@ const card: Card = { ], name: { en: "Tail Whap", + fr: "Queue battoir" }, damage: 10, @@ -40,13 +44,16 @@ const card: Card = { ], name: { en: "Throw Off", + fr: "Se débarrasser" }, 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.) Before doing damage, discard all Pokémon Tool cards attached to that 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 de Banc.) Avant d'infliger les dégâts, défaussez toutes les cartes Outil Pokémon attachées à ce Pokémon." }, }, ], + weaknesses: [ { type: "Fighting", @@ -54,10 +61,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il utilise sa queue pour cueillir les fruits inaccessibles. Elle est plus agile que ses mains." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/71.ts b/data/Diamond & Pearl/Mysterious Treasures/71.ts index 9a93127e6..949695cf2 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/71.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/71.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Aron", + fr: "Galekid" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 304, ], + hp: 50, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -29,20 +32,24 @@ const card: Card = { ], name: { en: "Steel Tackle", + fr: "Charge d'acier" }, effect: { en: "Aron does 10 damage to itself.", + fr: "Galekid s'inflige 10 dégâts." }, damage: 30, }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Psychic", @@ -50,9 +57,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il vit habituellement au cœur des montagnes. Affamé, il dévore parfois des rails et des voitures." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/72.ts b/data/Diamond & Pearl/Mysterious Treasures/72.ts index c44c2fabe..afb4a8a73 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/72.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/72.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Barboach", + fr: "Barloche" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 339, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,19 +31,23 @@ const card: Card = { ], name: { en: "Mud Spit", + fr: "Crachat de boue" }, effect: { en: "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, ], + weaknesses: [ { type: "Grass", value: "+10" }, ], + resistances: [ { type: "Lightning", @@ -48,9 +55,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il enduit son corps d'une substance visqueuse pour glisser et se libérer quand on l'agrippe." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/73.ts b/data/Diamond & Pearl/Mysterious Treasures/73.ts index aa0ada959..27d8a6a7b 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/73.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/73.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bidoof", + fr: "Keunotor" }, illustrator: "Yusuke Ohmura", rarity: "Common", @@ -29,6 +30,7 @@ const card: Card = { ], name: { en: "Tackle", + fr: "Charge" }, damage: 30, diff --git a/data/Diamond & Pearl/Mysterious Treasures/74.ts b/data/Diamond & Pearl/Mysterious Treasures/74.ts index 3103b80c8..bd6b7d265 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/74.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/74.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Bronzor", + fr: "Archéomire" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 436, ], + hp: 50, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -29,20 +32,24 @@ const card: Card = { ], name: { en: "Dull Light", + fr: "Lumière tamisée" }, 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: 20, }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Psychic", @@ -50,9 +57,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il rappelle des objets trouvés dans des sépultures anciennes. Nul ne sait qu'ils sont liés." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/75.ts b/data/Diamond & Pearl/Mysterious Treasures/75.ts index 08d699ff9..9f0b61e27 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/75.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/75.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Buizel", + fr: "Mustébouée" }, illustrator: "Kenkichi Toyama", rarity: "Common", @@ -29,11 +30,13 @@ const card: Card = { ], name: { en: "Quick Attack", + fr: "Vive-attaque" }, effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 30 more damage.", + fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 30 dégâts supplémentaires." }, - damage: 10, + damage: "10+", }, ], diff --git a/data/Diamond & Pearl/Mysterious Treasures/76.ts b/data/Diamond & Pearl/Mysterious Treasures/76.ts index efc67bc86..b3c597225 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/76.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/76.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Chansey", + fr: "Leveinard" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 113, ], + hp: 100, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -29,9 +32,11 @@ const card: Card = { ], name: { en: "Scrunch", + fr: "Compresse" }, effect: { en: "Flip a coin. If heads, prevent all damage done to Chansey by attacks during your opponent's next turn.", + fr: "Lancez une pièce. Si c'est face, prévenez tous dégâts infligés à Leveinard par des attaques lors du prochain tour de votre adversaire." }, }, @@ -44,14 +49,17 @@ const card: Card = { ], name: { en: "Double-edge", + fr: "Damoclès" }, effect: { en: "Chansey does 60 damage to itself.", + fr: "Leveinard s'inflige 60 dégâts." }, damage: 80, }, ], + weaknesses: [ { type: "Fighting", @@ -59,10 +67,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il est censé apporter la joie. Ce Pokémon charitable offre ses œufs aux blessés." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/77.ts b/data/Diamond & Pearl/Mysterious Treasures/77.ts index 0d20dbaf5..7be206d95 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/77.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/77.ts @@ -4,31 +4,36 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Chikorita", + fr: "Germignon" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 152, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { name: { en: "Sleep Scent", + fr: "Parfum 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." }, }, @@ -38,20 +43,24 @@ const card: Card = { ], name: { en: "Jump On", + fr: "Sauter" }, 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+", }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", @@ -59,9 +68,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il jauge la température et l'humidité grâce à la feuille sur sa tête. Il raffole des bains de soleil." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/78.ts b/data/Diamond & Pearl/Mysterious Treasures/78.ts index 9ee65c24a..b395c29e5 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/78.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/78.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Croagunk", + fr: "Cradopaud" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 453, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Ghastly Sound", + fr: "Son affreux" }, effect: { en: "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn.", + fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas jouer de cartes Supporter de sa main lors de son prochain tour." }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Finger Poke", + fr: "Du bout du doigt" }, 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: 20, }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ses joues contiennent des glandes toxiques. Il attaque par surprise et utilise son toucher empoisonné." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/79.ts b/data/Diamond & Pearl/Mysterious Treasures/79.ts index 69c0d1b99..a379f10b4 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/79.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/79.ts @@ -4,28 +4,32 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Cyndaquil", + fr: "Héricendre" }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 155, ], + hp: 60, + types: [ "Fire", ], stage: "Basic", - attacks: [ { name: { en: "Tackle", + fr: "Charge" }, damage: 10, @@ -38,12 +42,14 @@ const card: Card = { ], name: { en: "Live Coal", + fr: "Charbon mutant" }, damage: 20, }, ], + weaknesses: [ { type: "Water", @@ -51,10 +57,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ce Pokémon est un grand timide. Les flammes sur son dos s'intensifient lorsqu'il prend peur." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/8.ts b/data/Diamond & Pearl/Mysterious Treasures/8.ts index 8f1daf707..808b96db7 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/8.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/8.ts @@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Feraligatr", + fr: "Aligatueur" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 160, ], + hp: 130, + types: [ "Water", ], + evolveFrom: { en: "Croconaw", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -31,11 +36,13 @@ const card: Card = { ], name: { en: "Energy Cyclone", + fr: "Énergie Tourbillon" }, effect: { en: "Choose as many Energy cards from your hand as you like and show them to your opponent. This attack does 20 damage times the number of Energy cards you chose. Put those Energy cards on top of your deck. Shuffle your deck afterward.", + fr: "Choisissez autant de cartes Énergie de votre main que vous voulez et montrez-les à votre adversaire. Cette attaque inflige 20 dégâts multipliés par le nombre de cartes Énergie choisies. Placez ces cartes au dessus de votre deck. Ensuite, mélangez votre deck." }, - damage: 20, + damage: "20×", }, { @@ -46,14 +53,17 @@ const card: Card = { ], name: { en: "Breaking Tail", + fr: "Queue brisante" }, effect: { en: "Choose 1 card from your opponent's hand without looking and discard it.", + fr: "Choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la." }, damage: 60, }, ], + weaknesses: [ { type: "Lightning", @@ -61,10 +71,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ce Pokémon à l'air pataud est capable d'attaquer à la vitesse de l'éclair pour mordre sa proie." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/80.ts b/data/Diamond & Pearl/Mysterious Treasures/80.ts index bd11c1f42..c0cd2149d 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/80.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/80.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Doduo", + fr: "Doduo" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 84, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,11 +31,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×", }, { @@ -42,20 +47,24 @@ const card: Card = { ], name: { en: "Accelerating Stab", + fr: "Poignard accélérateur" }, effect: { en: "Doduo can't use Accelerating Stab during your next turn.", + fr: "Doduo ne peut pas utiliser Coup de poignard accélérateur lors de votre prochain tour." }, damage: 30, }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", @@ -63,9 +72,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Ses deux cerveaux semblent communiquer leurs émotions grâce à un lien télépathique." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/81.ts b/data/Diamond & Pearl/Mysterious Treasures/81.ts index aec092711..002f5b7e1 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/81.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/81.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Electrike", + fr: "Dynavolt" }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 309, ], + hp: 60, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,20 +31,24 @@ const card: Card = { ], name: { en: "Electromagnetic Jam", + fr: "Bouchon électromagnétique" }, effect: { en: "Flip a coin. If heads, your opponent can't attach any Energy cards from his or her hand to the Active Pokémon during his or her next turn.", + fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas attacher de cartes Énergie de sa main à son Pokémon Actif lors de son prochain tour." }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", @@ -49,9 +56,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il améliore ses réflexes en stimulant ses muscles grâce à l'électricité dans sa fourrure." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/82.ts b/data/Diamond & Pearl/Mysterious Treasures/82.ts index 60769d059..9f2e655de 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/82.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/82.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Exeggcute", + fr: "Noeunoeuf" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 102, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,13 +31,16 @@ const card: Card = { ], name: { en: "Direct-hit Bomb", + fr: "Bombe directe" }, effect: { en: "Flip a coin for each Energy attached to Exeggcute. Choose 1 of your opponent's Pokémon. For each heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + fr: "Lancez une pièce pour chaque Énergie attachée à Noeunoeuf. Choisissez un des Pokémon de votre adversaire. Pour chaque face, cette attaque lui inflige 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, ], + weaknesses: [ { type: "Fire", @@ -42,10 +48,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ces six œufs communiquent par télépathie. Ils peuvent se réunir rapidement si on les sépare." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/83.ts b/data/Diamond & Pearl/Mysterious Treasures/83.ts index 83b1658a7..0e6b961bc 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/83.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/83.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Finneon", + fr: "Ecayon" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 456, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Elegant Swim", + fr: "Nage élégante" }, effect: { en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Finneon during your opponent's next turn.", + fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Ecayon lors du prochain tour de votre adversaire." }, }, @@ -41,12 +46,14 @@ const card: Card = { ], name: { en: "Tackle", + fr: "Charge" }, damage: 20, }, ], + weaknesses: [ { type: "Lightning", @@ -54,10 +61,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Après une longue exposition au soleil, les motifs de ses nageoires caudales luisent à la nuit tombée." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/84.ts b/data/Diamond & Pearl/Mysterious Treasures/84.ts index 3801f6b75..5d60eb03a 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/84.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/84.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Geodude", + fr: "Racaillou" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 74, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,19 +31,23 @@ const card: Card = { ], name: { en: "Stone Throw", + fr: "Jet de pierre" }, effect: { en: "Choose 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.)", + fr: "Choisissez 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 Résistance aux Pokémon de Banc.)" }, }, ], + weaknesses: [ { type: "Grass", value: "+10" }, ], + resistances: [ { type: "Lightning", @@ -48,9 +55,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Nombre d'entre eux vivent sur des chemins montagneux où ils restent enfouis à épier les alpinistes." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/85.ts b/data/Diamond & Pearl/Mysterious Treasures/85.ts index 5965a2c23..8ec806499 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/85.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/85.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Gible", + fr: "Griknot" }, + illustrator: "Hiroki Fuchino", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 443, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,14 +31,17 @@ const card: Card = { ], name: { en: "Push Down", + fr: "Renverser" }, 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 1 de ses Pokémon de Banc." }, damage: 10, }, ], + weaknesses: [ { type: "Colorless", @@ -43,10 +49,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il niche dans les petits trous horizontaux des murs des grottes. Il bondit pour saisir sa proie." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/86.ts b/data/Diamond & Pearl/Mysterious Treasures/86.ts index 537769010..1b8d7f6a7 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/86.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/86.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Kricketot", + fr: "Crikzik" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 401, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Call for Family", + fr: "Appel à la famille" }, effect: { en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.", + fr: "Choisissez dans votre deck un Pokémon de base et placez-le sur votre Banc. Ensuite, mélangez votre deck." }, }, @@ -40,12 +45,14 @@ const card: Card = { ], name: { en: "Sling", + fr: "Lance-pierres" }, damage: 10, }, ], + weaknesses: [ { type: "Fire", @@ -53,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Quand il bascule sa tête d'avant en arrière, ses antennes se heurtent dans un son de xylophone." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/87.ts b/data/Diamond & Pearl/Mysterious Treasures/87.ts index 0c7a1da7d..636984f79 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/87.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/87.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Larvitar", + fr: "Embrylex" }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 246, ], + hp: 50, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,11 +31,13 @@ const card: Card = { ], name: { en: "Mountain Bite", + fr: "Morsure des montagnes" }, effect: { en: "You may discard the top card of your deck. If you do, this attack does 10 damage plus 10 more damage and Larvitar is now Asleep.", + fr: "Vous pouvez défausser la carte du dessus de votre deck. Cette attaque inflige alors 10 dégâts plus 10 dégâts supplémentaires et Embrylex est maintenant Endormi." }, - damage: 10, + damage: "10+", }, { @@ -42,18 +47,21 @@ const card: Card = { ], name: { en: "Hammer In", + fr: "Enfoncer" }, damage: 20, }, ], + weaknesses: [ { type: "Grass", value: "+10" }, ], + resistances: [ { type: "Lightning", @@ -61,9 +69,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Un Pokémon qui se nourrit de terre. Après avoir dévoré une montagne, il s'endort pour grandir." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/88.ts b/data/Diamond & Pearl/Mysterious Treasures/88.ts index 1e03c942d..e02a37aeb 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/88.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/88.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Magby", + fr: "Magby" }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 240, ], + hp: 40, + types: [ "Fire", ], @@ -25,24 +29,30 @@ const card: Card = { type: "Poke-POWER", name: { en: "Baby Evolution", + fr: "Évolution bébé" }, effect: { en: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby) and remove all damage counters from Magby.", + fr: "Une seule fois lors votre tour (avant votre attaque), vous pouvez placer Magmar de votre main sur Magby (vous le faites ainsi évoluer) et retirer à Magby tous ses marqueurs de dégât." }, }, ], + attacks: [ { name: { en: "Scorch", + fr: "Brûler" }, effect: { en: "Flip a coin. If heads, the Defending Pokémon is now Burned.", + fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé." }, }, ], + weaknesses: [ { type: "Water", @@ -50,10 +60,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Sa température corporelle avoisine les 600°C. Son souffle est jaune quand il est en bonne santé." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/89.ts b/data/Diamond & Pearl/Mysterious Treasures/89.ts index 70e7df271..6e3dca860 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/89.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/89.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Magikarp", + fr: "Magicarpe" }, + illustrator: "Yusuke Ohmura", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 129, ], + hp: 30, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,11 +31,13 @@ const card: Card = { ], name: { en: "Flail", + fr: "Fléau" }, effect: { en: "Does 10 damage times the number of damage counters on Magikarp.", + fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégât sur Magicarpe." }, - damage: 10, + damage: "10×", }, { @@ -42,14 +47,17 @@ const card: Card = { ], name: { en: "Dragon Rage", + fr: "Draco-rage" }, effect: { en: "Flip 2 coins. If either of them is tails, this attack does nothing.", + fr: "Lancez 2 pièces. Si vous obtenez une pile, cette attaque est sans effet." }, damage: 60, }, ], + weaknesses: [ { type: "Lightning", @@ -57,10 +65,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Ce Pokémon est réputé pour être le plus faible au monde. Nul ne sait comment son espèce perdure." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/9.ts b/data/Diamond & Pearl/Mysterious Treasures/9.ts index 963c883af..f48f9dea8 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/9.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/9.ts @@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Garchomp", + fr: "Carchacrok" }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 445, ], + hp: 130, + types: [ "Colorless", ], + evolveFrom: { en: "Gabite", }, + stage: "Stage2", abilities: [ @@ -27,12 +33,15 @@ const card: Card = { type: "Poke-BODY", name: { en: "Rainbow Scale", + fr: "Échelle arc-en-ciel" }, effect: { en: "If an Active Pokémon has Weakness to any of the types of Energy attached to Garchomp, Garchomp's attacks do 40 more damage to that Pokémon (before applying Weakness and Resistance). Rainbow Scale Poké-Body can't be used if Garchomp has any Special Energy cards attached to it.", + fr: "Si un Pokémon Actif possède une Faiblesse à un des types d'Énergies attachés à Carchacrok, les attaques de Carchacrok lui infligent 40 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance). Le Poké-Body Échelle arc-en-ciel ne peut pas être utilisé si Carchacrok possède des cartes Énergie Spéciale." }, }, ], + attacks: [ { cost: [ @@ -42,12 +51,14 @@ const card: Card = { ], name: { en: "Dragon Fang", + fr: "Croc de dragon" }, damage: 70, }, ], + weaknesses: [ { type: "Colorless", @@ -55,10 +66,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Quand il se recroqueville et étend ses ailes, on dirait un chasseur. Sa vitesse est supersonique." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/90.ts b/data/Diamond & Pearl/Mysterious Treasures/90.ts index 90c6aad5f..7c82b0047 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/90.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/90.ts @@ -4,31 +4,36 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Murkrow", + fr: "Cornèbre" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 198, ], + hp: 60, + types: [ "Darkness", ], stage: "Basic", - attacks: [ { name: { en: "Swarm", + fr: "Nuée" }, effect: { en: "Search your deck for Murkrow and put it onto your Bench. Shuffle your deck afterward.", + fr: "Cherchez Cornèbre dans votre deck et placez-le sur votre Banc. Ensuite, mélangez votre deck." }, }, @@ -39,20 +44,24 @@ const card: Card = { ], name: { en: "Hide Crowd", + fr: "Cache foule" }, effect: { en: "Switch Murkrow with 1 of your Benched Pokémon.", + fr: "Échangez Cornèbre avec 1 de vos Pokémon de Banc." }, damage: 20, }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", @@ -60,9 +69,9 @@ const card: Card = { }, ], - - - + description: { + fr: "On dit que rencontrer un Cornèbre la nuit est signe de mauvais augure." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/91.ts b/data/Diamond & Pearl/Mysterious Treasures/91.ts index 8d1f13dc6..bc60580b8 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/91.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/91.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Nidoran♀", + fr: "Nidoran♀" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 29, ], + hp: 50, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Call for Family", + fr: "Appel à la famille" }, effect: { en: "Search your deck for Nidoran♂ or Nidoran♀ and put it onto your Bench. Shuffle your deck afterward.", + fr: "Cherchez dans votre deck Nidoran♂ ou Nidoran♀ et placez-le sur votre Banc. Ensuite, mélangez votre deck." }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Poison Sting", + fr: "Dard-venin" }, 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: 20, }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Bien qu'il rechigne à se battre, une goutte du poison sécrété par ses piquants peut s'avérer fatale." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/92.ts b/data/Diamond & Pearl/Mysterious Treasures/92.ts index 50fbd91bd..84ad7b569 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/92.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/92.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Paras", + fr: "Paras" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 46, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,6 +31,7 @@ const card: Card = { ], name: { en: "Scratch", + fr: "Griffe" }, damage: 10, @@ -40,14 +44,17 @@ const card: Card = { ], name: { en: "Mushroom Tackle", + fr: "Champi-charge" }, 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, }, ], + weaknesses: [ { type: "Fire", @@ -55,10 +62,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Des champignons appelés \"tochukaso\" poussent sur son dos. Ils évoluent avec le Paras hôte." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/93.ts b/data/Diamond & Pearl/Mysterious Treasures/93.ts index 74f981cf8..fb3b9c3cf 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/93.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/93.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Pichu", + fr: "Pichu" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 172, ], + hp: 40, + types: [ "Lightning", ], @@ -25,31 +29,38 @@ const card: Card = { type: "Poke-POWER", name: { en: "Baby Evolution", + fr: "Évolution bébé" }, effect: { en: "Once during your turn (before your attack), you may put Pikachu from your hand onto Pichu (this counts as evolving Pichu) and remove all damage counters from Pichu.", + fr: "Une seule fois lors votre tour (avant votre attaque), vous pouvez placer Pikachu de votre main sur Pichu (vous le faites ainsi évoluer) et retirer à Pichu tous ses marqueurs de dégât." }, }, ], + attacks: [ { name: { en: "Chupi", + fr: "Chupi" }, 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: 20, }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", @@ -57,9 +68,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Les poches sur ses joues sont encore trop petites pour accumuler beaucoup d'électricité." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/94.ts b/data/Diamond & Pearl/Mysterious Treasures/94.ts index 0da0fde97..8d9630803 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/94.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/94.ts @@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Pikachu", + fr: "Pikachu" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 60, + types: [ "Lightning", ], @@ -25,12 +29,15 @@ const card: Card = { type: "Poke-POWER", name: { en: "Electro Recycle", + fr: "Électro-recyclage" }, effect: { en: "Once during your turn (before your attack), if Pichu is anywhere under Pikachu, you may search your discard pile for a Lightning Energy card, show it to your opponent, and put it into your hand. This power can't be used if Pikachu is affected by a Special Condition.", + fr: "Une seule fois lors votre tour (avant votre attaque), si Pichu se trouve sous Pikachu, vous pouvez chercher une carte Énergie Lightning dans votre pile de défausse. Montrez-la à votre adversaire et placez-la dans votre main. Ce pouvoir ne peut pas être utilisé si Pikachu est affecté par un État Spécial." }, }, ], + attacks: [ { cost: [ @@ -39,20 +46,24 @@ const card: Card = { ], name: { en: "BikaBika", + fr: "BikeBika" }, 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+", }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", @@ -60,9 +71,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il vit en forêt avec ses pairs. Il accumule l'électricité dans les poches de ses joues." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/95.ts b/data/Diamond & Pearl/Mysterious Treasures/95.ts index 7520de300..b44c2bb1f 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/95.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/95.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Remoraid", + fr: "Remoraid" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 223, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Sharpshooting", + fr: "Tir de précision" }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 10 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 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)" }, }, @@ -41,14 +46,17 @@ const card: Card = { ], name: { en: "Numbing Water", + fr: "Eau paralysante" }, 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, }, ], + weaknesses: [ { type: "Lightning", @@ -56,10 +64,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il crache un puissant jet d'eau pour abattre les proies volantes." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/96.ts b/data/Diamond & Pearl/Mysterious Treasures/96.ts index 5c3c6257f..60e98e839 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/96.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/96.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Sandshrew", + fr: "Sabelette" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 27, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,9 +31,11 @@ const card: Card = { ], name: { en: "Sand Attack", + 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.", + fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet." }, }, @@ -41,18 +46,21 @@ const card: Card = { ], name: { en: "Ram", + fr: "Collision" }, damage: 30, }, ], + weaknesses: [ { type: "Water", value: "+10" }, ], + resistances: [ { type: "Lightning", @@ -60,9 +68,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il vit sur des terres arides épargnées par la pluie. Il se roule en boule pour se protéger." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/97.ts b/data/Diamond & Pearl/Mysterious Treasures/97.ts index 16b243cce..95a63be9c 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/97.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/97.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Seel", + fr: "Otaria" }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 86, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -29,14 +32,17 @@ const card: Card = { ], name: { en: "Freezing Headbutt", + fr: "Coup d'boule gelant" }, 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, }, ], + weaknesses: [ { type: "Metal", @@ -44,10 +50,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Un habitant des icebergs. En mer, il utilise la corne sur sa tête pour briser la banquise." + } } export default card diff --git a/data/Diamond & Pearl/Mysterious Treasures/98.ts b/data/Diamond & Pearl/Mysterious Treasures/98.ts index 1558274fa..3bd32260b 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/98.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/98.ts @@ -4,6 +4,7 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Shinx", + fr: "Lixy" }, illustrator: "Lee HyunJung", 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 Shinx.", + fr: "Lancez une pièce. Si c'est face, choisissez dans votre pile de défausse une carte Énergie Lightning et attachez-la à Lixy." }, damage: 10, diff --git a/data/Diamond & Pearl/Mysterious Treasures/99.ts b/data/Diamond & Pearl/Mysterious Treasures/99.ts index c96ae84ab..8a8ff13fc 100644 --- a/data/Diamond & Pearl/Mysterious Treasures/99.ts +++ b/data/Diamond & Pearl/Mysterious Treasures/99.ts @@ -4,23 +4,26 @@ import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Slakoth", + fr: "Parecool" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 287, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -28,13 +31,16 @@ const card: Card = { ], name: { en: "Drowsy", + fr: "Ensommeillé" }, effect: { en: "Both Slakoth and the Defending Pokémon are now Asleep.", + fr: "Parecool et le Pokémon Défenseur sont maintenant Endormis." }, }, ], + weaknesses: [ { type: "Fighting", @@ -42,10 +48,9 @@ const card: Card = { }, ], - - - - + description: { + fr: "Il passe le plus clair de son temps affalé. Rien qu'à le voir, on a envie de bâiller." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/1.ts b/data/Diamond & Pearl/Stormfront/1.ts index 42d70dd0f..0289cb4ae 100644 --- a/data/Diamond & Pearl/Stormfront/1.ts +++ b/data/Diamond & Pearl/Stormfront/1.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Dusknoir", - fr: "Dusknoir", + fr: "Noctunoir" }, illustrator: "Mitsuhiro Arita", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may draw 2 cards. If you have 7 or more cards in your hand, discard a number of cards until you have 6 cards in your hand. Then, put 2 damage counters on Dusknoir. This power can't be used if Dusknoir is affected by a Special Condition.", - fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez piocher 2 cartes. Si vous avez au moins 7 cartes en main, défaussez des cartes jusqu'à ce que vous n'ayez plus que 6 cartes en main. Ensuite, placez 2 marqueurs de dégât sur Noctunoir. Ce pouvoir ne peut pas être utilisé si Noctunoir est affecté par un État Spécial.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez piocher 2 cartes. Si vous avez au moins 7 cartes en main, défaussez des cartes jusqu'à ce que vous n'ayez plus que 6 cartes en main. Ensuite, placez 2 marqueurs de dégât sur Noctunoir. Ce pouvoir ne peut être utilisé que si Noctunoir est affecté par un État Spécial.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/10.ts b/data/Diamond & Pearl/Stormfront/10.ts index 811866e64..9d6455970 100644 --- a/data/Diamond & Pearl/Stormfront/10.ts +++ b/data/Diamond & Pearl/Stormfront/10.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Sceptile", - fr: "Sceptile", + fr: "Jungko" }, illustrator: "Suwama Chiaki", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, 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 Sceptile is affected by a Special Condition.", - fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), déplacez une carte Énergie Grass attachée à 1 de vos Pokémon sur 1 autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Jungko est affecté par un État Spécial.", + fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), déplacez une Énergie Grass attachée à 1 de vos Pokémon sur 1 autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Jungko est affecté par un État Spécial.", }, }, ], @@ -49,7 +49,7 @@ const card: Card = { }, effect: { en: "The Defending Pokémon is now Poisoned.", - fr: "Le Pokémon Défenseur est maintenant Empoisonné.", + fr: "Le Pokémon Défenseur est maintenant Empoisonné.", }, damage: 40, @@ -67,7 +67,7 @@ const card: Card = { }, effect: { en: "Remove 2 damage counters from Sceptile.", - fr: "Retirez à Jungko 2 marqueurs de dégât.", + fr: "Retirez à Jungko jusqu'à 2 marqueurs de dégât.", }, damage: 60, diff --git a/data/Diamond & Pearl/Stormfront/100.ts b/data/Diamond & Pearl/Stormfront/100.ts index c9208745c..5b7907fa3 100644 --- a/data/Diamond & Pearl/Stormfront/100.ts +++ b/data/Diamond & Pearl/Stormfront/100.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Regigigas", - fr: "Regigigas LV.X", + fr: "Regigigas" }, illustrator: "Shizurow", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/101.ts b/data/Diamond & Pearl/Stormfront/101.ts index 0658a9f1b..1a81d2b17 100644 --- a/data/Diamond & Pearl/Stormfront/101.ts +++ b/data/Diamond & Pearl/Stormfront/101.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Charmander", - fr: "Charmander", + fr: "Salamèche" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 4, ], + hp: 50, + types: [ "Fire", ], + evolveFrom: { fr: "Salamèche", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -63,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Depuis sa naissance, une petite flamme brûle au bout de sa queue. Si cette flamme s'éteint, la vie de ce Pokémon s'éteindra elle aussi." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/102.ts b/data/Diamond & Pearl/Stormfront/102.ts index 9e035c9e4..64db3eb7d 100644 --- a/data/Diamond & Pearl/Stormfront/102.ts +++ b/data/Diamond & Pearl/Stormfront/102.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Charmeleon", - fr: "Charmeleon", + fr: "Reptincel" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 5, ], + hp: 80, + types: [ "Fire", ], + evolveFrom: { en: "Charmander", fr: "Salamèche", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -58,6 +62,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -67,8 +72,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il se sert de sa queue pour faire tomber ses adversaires. Une fois qu'ils sont au sol, il les lacère de ses griffes acérées." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/103.ts b/data/Diamond & Pearl/Stormfront/103.ts index 0cdecf560..13144cff0 100644 --- a/data/Diamond & Pearl/Stormfront/103.ts +++ b/data/Diamond & Pearl/Stormfront/103.ts @@ -4,24 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Charizard", - fr: "Dracaufeu", + fr: "Dracaufeu" }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 6, ], + hp: 120, + types: [ "Fire", ], + evolveFrom: { en: "Charmeleon", fr: "Reptincel", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -57,22 +63,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", value: "×2" }, ], + resistances: [ { type: "Fighting", value: "-30" }, ], + retreat: 3, - - + description: { + fr: "Ses ailes peuvent le faire voler à plus de 1 400 mètres d'altitude. Ce Pokémon crache du feu à des températures très élevées." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/11.ts b/data/Diamond & Pearl/Stormfront/11.ts index f0ed604f0..0b148870e 100644 --- a/data/Diamond & Pearl/Stormfront/11.ts +++ b/data/Diamond & Pearl/Stormfront/11.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Torterra", - fr: "Torterra", + fr: "Torterra" }, illustrator: "Masakazu Fukuda", rarity: "Rare", @@ -49,7 +49,7 @@ const card: Card = { }, effect: { en: "Torterra does 20 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.", - fr: "Torterra s'inflige 20 dégâts. Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc, s'il en a.", + fr: "Torterra s'inflige 20 dégâts. Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc, s'il en a.", }, damage: 60, diff --git a/data/Diamond & Pearl/Stormfront/12.ts b/data/Diamond & Pearl/Stormfront/12.ts index 7f46e5a9c..1665fbba2 100644 --- a/data/Diamond & Pearl/Stormfront/12.ts +++ b/data/Diamond & Pearl/Stormfront/12.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Abomasnow", - fr: "Abomasnow", + fr: "Blizzaroi" }, illustrator: "Mitsuhiro Arita", rarity: "Rare", @@ -49,7 +49,7 @@ const card: Card = { }, effect: { en: "Does 20 damage to each of your opponent's Benched Pokémon, excluding Grass Pokémon and Water Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Inflige 20 dégâts à chacun des Pokémon de Banc de votre adversaire, Pokémon Grass et Pokémon Water exclus. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc。)", + fr: "Inflige 20 dégâts à chacun des Pokémon de Banc de votre adversaire, Pokémon Grass et Pokémon Water exclus. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, damage: 20, diff --git a/data/Diamond & Pearl/Stormfront/13.ts b/data/Diamond & Pearl/Stormfront/13.ts index 5a9c425ca..cbbd934d5 100644 --- a/data/Diamond & Pearl/Stormfront/13.ts +++ b/data/Diamond & Pearl/Stormfront/13.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Bronzong", - fr: "Bronzong", + fr: "Archéodong" }, illustrator: "Kyoko Umemoto", rarity: "Rare", @@ -49,9 +49,9 @@ const card: Card = { }, effect: { en: "If you have the same number of cards in your hand as your opponent, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Confused.", - fr: "Si vous possédez le même nombre de cartes que votre adversaire, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus.", + fr: "Si vous possédez le même nombre de cartes que votre adversaire, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus.", }, - damage: 20, + damage: "20+", }, { @@ -66,7 +66,7 @@ const card: Card = { }, effect: { en: "Put a number of damage counters on each of your opponent's Pokémon equal to the number of Colorless Energy in that Pokémon's Retreat Cost (after applying effects to the Retreat Cost).", - fr: "Placez autant de marqueurs de dégât sur chacun des Pokémon de votre adversaire qu'il y a d'Énergies Colorless dans le Coût de retraite de ce Pokémon (après application des effets sur le Coût de retraite).", + fr: "Placez autant de marqueurs de dégât sur chacun des Pokémon de votre adversaire qu'il y a d'Énergies Colorless dans le Coût de retraite de ce Pokémon (après application des effets sur le Coût de Retraite).", }, }, diff --git a/data/Diamond & Pearl/Stormfront/14.ts b/data/Diamond & Pearl/Stormfront/14.ts index e1ff6fca8..a42c3bf52 100644 --- a/data/Diamond & Pearl/Stormfront/14.ts +++ b/data/Diamond & Pearl/Stormfront/14.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Cherrim", - fr: "Cherrim", + fr: "Ceriflor" }, illustrator: "Suwama Chiaki", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "Each of your Grass Pokémon and Fire Pokémon's attacks does 10 more damage to the Defending Pokémon (before applying Weakness and Resistance).", - fr: "Chacune des attaques de vos Pokémon Grass et Fire inflige 10 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance).", + fr: "Chacune des attaques de vos Pokémon Grass et Fire inflige 10 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/15.ts b/data/Diamond & Pearl/Stormfront/15.ts index 05e5be540..3ebbdf7fc 100644 --- a/data/Diamond & Pearl/Stormfront/15.ts +++ b/data/Diamond & Pearl/Stormfront/15.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Drapion", - fr: "Drapion", + fr: "Drascore" }, illustrator: "Kent Kanetsuna", rarity: "Rare", @@ -50,9 +50,9 @@ const card: Card = { }, effect: { en: "Flip 4 coins. This attack does 20 damage times the number of heads. If 2 or more of them are heads, the Defending Pokémon is now Poisoned.", - fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces. Si vous obtenez au moins 2 faces, le Pokémon Défenseur est maintenant Empoisonné.", + fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces. Si vous obtenez au moins 2 faces, le Pokémon Défenseur est maintenant Empoisonné.", }, - damage: 20, + damage: "20×", }, { diff --git a/data/Diamond & Pearl/Stormfront/16.ts b/data/Diamond & Pearl/Stormfront/16.ts index c882fde09..ab6a05e51 100644 --- a/data/Diamond & Pearl/Stormfront/16.ts +++ b/data/Diamond & Pearl/Stormfront/16.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Drifblim", - fr: "Drifblim", + fr: "Grodrive" }, illustrator: "Hajime Kusajima", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/17.ts b/data/Diamond & Pearl/Stormfront/17.ts index bce4bc30f..4affdc71e 100644 --- a/data/Diamond & Pearl/Stormfront/17.ts +++ b/data/Diamond & Pearl/Stormfront/17.ts @@ -4,24 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Dusknoir", - fr: "Dusknoir", + fr: "Noctunoir" }, + illustrator: "Tomoaki Imakuni", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 477, ], + hp: 120, + types: [ "Psychic", ], + evolveFrom: { en: "Dusclops", fr: "Teraclope", }, + stage: "Stage2", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -52,26 +58,30 @@ const card: Card = { en: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage.", fr: "Si le Pokémon Défenseur possède déjà au moins 2 marqueurs de dégât, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires.", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Darkness", value: "+30" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "L'antenne sur sa tête capte les ondes radio du monde des esprits lui ordonnant d'y porter des gens." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/18.ts b/data/Diamond & Pearl/Stormfront/18.ts index cc4c9d67a..8ebc1c4da 100644 --- a/data/Diamond & Pearl/Stormfront/18.ts +++ b/data/Diamond & Pearl/Stormfront/18.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Gengar", - fr: "Gengar", + fr: "Ectoplasma" }, illustrator: "Hajime Kusajima", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "Once during your opponent's turn, if Gengar would be Knocked Out by damage from an attack, you may flip a coin. If heads, the Defending Pokémon is Knocked Out.", - fr: "Une seule fois lors du tour de votre adversaire, si Ectoplasma est mis K.O par des dégâts d'une attaque, vous pouvez lancer une pièce. Si c'est face, le Pokémon Attaquant est mis K.O.", + fr: "Une seule fois lors du tour de votre adversaire, si Ectoplasma est mis K.O par des dégâts d'une attaque, vous pouvez lancer une pièce. Si c'est face, le Pokémon Attaquant est mis K.O.", }, }, ], @@ -65,7 +65,7 @@ const card: Card = { en: "Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand.", fr: "Regardez la main de votre adversaire. Cette attaque inflige 30 dégâts multipliés par le nombre de cartes Dresseur, Supporter et Stade dans la main de votre adversaire.", }, - damage: 30, + damage: "30×", }, ], diff --git a/data/Diamond & Pearl/Stormfront/19.ts b/data/Diamond & Pearl/Stormfront/19.ts index 8d7dcb861..7c6801298 100644 --- a/data/Diamond & Pearl/Stormfront/19.ts +++ b/data/Diamond & Pearl/Stormfront/19.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Gyarados", - fr: "Gyarados", + fr: "Leviator" }, illustrator: "Midori Harada", rarity: "Rare", @@ -36,7 +36,7 @@ const card: Card = { en: "Does 30 damage times the number of Magikarp in your discard pile.", fr: "Inflige 30 dégâts multipliés par le nombre de Magicarpes dans votre pile de défausse.", }, - damage: 30, + damage: "30×", }, { diff --git a/data/Diamond & Pearl/Stormfront/2.ts b/data/Diamond & Pearl/Stormfront/2.ts index 01d319e3e..aa2e0941d 100644 --- a/data/Diamond & Pearl/Stormfront/2.ts +++ b/data/Diamond & Pearl/Stormfront/2.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Empoleon", - fr: "Empoleon", + fr: "Pingoléon" }, illustrator: "Kouki Saitou", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/20.ts b/data/Diamond & Pearl/Stormfront/20.ts index 5e0b53db2..2a73e1672 100644 --- a/data/Diamond & Pearl/Stormfront/20.ts +++ b/data/Diamond & Pearl/Stormfront/20.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Machamp", - fr: "Machamp", + fr: "Mackogneur" }, illustrator: "Masakazu Fukuda", rarity: "Rare", @@ -36,7 +36,7 @@ const card: Card = { }, effect: { en: "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is Knocked Out instead of damaged by this attack.", - fr: "Si le Pokémon Défenseur n'est pas un Pokémon Évolué, ce Pokémon est mis K.O par cette attaque.", + fr: "Si le Pokémon Défenseur n'est pas un Pokémon Évolué, ce Pokémon est mis K.O par cette attaque.", }, damage: 40, @@ -54,7 +54,7 @@ const card: Card = { en: "Flip 4 coins. This attack does 30 damage times the number of heads.", fr: "Lancez 4 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.", }, - damage: 30, + damage: "30×", }, { @@ -72,7 +72,7 @@ const card: Card = { en: "Does 60 damage plus 10 more damage for each damage counter on Machamp.", fr: "Inflige 60 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Mackogneur.", }, - damage: 60, + damage: "60+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/21.ts b/data/Diamond & Pearl/Stormfront/21.ts index b4406d30c..635cd620d 100644 --- a/data/Diamond & Pearl/Stormfront/21.ts +++ b/data/Diamond & Pearl/Stormfront/21.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Mamoswine", - fr: "Mamoswine", + fr: "Mammochon" }, illustrator: "Kent Kanetsuna", rarity: "Rare", @@ -40,7 +40,7 @@ const card: Card = { en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads or you may start again. Each time you start again, put 2 damage counters on Mamoswine. (If Mamoswine would be Knocked Out, you can't start again.)", fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 30 dégâts multipliés par le nombre de faces ou vous pouvez recommencer depuis le début. Chaque fois que vous recommencez, placez 2 marqueurs de dégât sur Mammochon. (Si Mammochon est mis K.O, vous ne pouvez pas recommencer.)", }, - damage: 30, + damage: "30×", }, { @@ -58,7 +58,7 @@ const card: Card = { en: "Does 60 damage plus 10 more damage for each Swinub on your Bench, plus 20 more damage for each Piloswine on your Bench, and 40 more damage for each Mamoswine on your Bench.", fr: "Inflige 60 dégâts plus 10 dégâts supplémentaires pour chaque Marcacrin sur votre Banc, plus 20 dégâts supplémentaires pour chaque Cochignon sur votre Banc et 40 dégâts supplémentaires pour chaque Mammochon sur votre Banc.", }, - damage: 60, + damage: "60+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/22.ts b/data/Diamond & Pearl/Stormfront/22.ts index 5ee63d61a..09a166b9a 100644 --- a/data/Diamond & Pearl/Stormfront/22.ts +++ b/data/Diamond & Pearl/Stormfront/22.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Rapidash", - fr: "Rapidash", + fr: "Galopa" }, illustrator: "Suwama Chiaki", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/23.ts b/data/Diamond & Pearl/Stormfront/23.ts index 38dceffbf..e96920646 100644 --- a/data/Diamond & Pearl/Stormfront/23.ts +++ b/data/Diamond & Pearl/Stormfront/23.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Roserade", - fr: "Roserade", + fr: "Roserade" }, illustrator: "Mitsuhiro Arita", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "If Roserade is your Active Pokémon and is damaged by an opponent's attack (even if Roserade is Knocked Out), the Defending Pokémon is now Poisoned.", - fr: "Si Roserade est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Roserade est mis K.O), le Pokémon Attaquant est maintenant Empoisonné.", + fr: "Si Roserade est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Roserade est K.O), le Pokémon Attaquant est maintenant Empoisonné.", }, }, ], @@ -67,7 +67,7 @@ const card: Card = { en: "If the Defending Pokémon is Poisoned, this attack does 50 damage plus 30 more damage.", fr: "Si le Pokémon Défenseur est Empoisonné, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.", }, - damage: 50, + damage: "50+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/24.ts b/data/Diamond & Pearl/Stormfront/24.ts index 8e1fc5f2c..5b34192a7 100644 --- a/data/Diamond & Pearl/Stormfront/24.ts +++ b/data/Diamond & Pearl/Stormfront/24.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Salamence", - fr: "Salamence", + fr: "Drattak" }, illustrator: "Kagemaru Himeno", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/25.ts b/data/Diamond & Pearl/Stormfront/25.ts index a9e7d69bc..776e821dc 100644 --- a/data/Diamond & Pearl/Stormfront/25.ts +++ b/data/Diamond & Pearl/Stormfront/25.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Scizor", - fr: "Scizor", + fr: "Cizayox" }, illustrator: "Midori Harada", rarity: "Rare", @@ -67,7 +67,7 @@ const card: Card = { en: "If you don't have any Pokémon with any Poké-Powers in play, this attack does 40 damage plus 30 more damage.", fr: "Si vous n'avez pas de Pokémon possédant des Poké-Powers en jeu, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/26.ts b/data/Diamond & Pearl/Stormfront/26.ts index d485c27cf..7ab1b2daa 100644 --- a/data/Diamond & Pearl/Stormfront/26.ts +++ b/data/Diamond & Pearl/Stormfront/26.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Skuntank", - fr: "Skuntank", + fr: "Moufflair" }, illustrator: "Kouki Saitou", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), when you play Skuntank from your hand to evolve 1 of your Active Pokémon, you may choose 1 of the Defending Pokémon. If that Pokémon tries to attack during your opponent's next turn, that attack does nothing.", - fr: "Une seule fois lors de votre tour (avant votre attaque), lorsque vous jouez Moufflair de votre main pour faire évoluer 1 de vos Pokémon Actifs, vous pouvez choisir 1 des Pokémon Défenseurs. Si ce Pokémon essaye d'attaquer lors du prochain tour de votre adversaire, cette attaque est sans effet.", + fr: "Une seule fois lors du tour (avant votre attaque), lorsque vous jouez Moufflair de votre main pour faire évoluer 1 de vos Pokémon Actifs, vous pouvez choisir 1 des Pokémon Défenseurs. Si ce Pokémon essaye d'attaquer lors du prochain tour de votre adversaire, cette attaque est sans effet.", }, }, ], @@ -49,7 +49,7 @@ const card: Card = { }, effect: { en: "The Defending Pokémon is now Poisoned.", - fr: "Le Pokémon Défenseur est maintenant Empoisonné.", + fr: "Le Pokémon Défenseur est maintenant Empoisonné.", }, damage: 20, diff --git a/data/Diamond & Pearl/Stormfront/27.ts b/data/Diamond & Pearl/Stormfront/27.ts index c424da2fa..3512ec4a3 100644 --- a/data/Diamond & Pearl/Stormfront/27.ts +++ b/data/Diamond & Pearl/Stormfront/27.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Staraptor", - fr: "Staraptor", + fr: "Etouraptor" }, illustrator: "Kouki Saitou", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "As long as Staraptor is your Active Pokémon, any damage done by attacks from your opponent's Stage 2 Evolved Pokémon is reduced by 20 (after applying Weakness and Resistance).", - fr: "Tant qu'Etouraptor est votre Pokémon Actif, tous dégâts infligés par des attaques de Pokémon Évolués de Niveau 2 de votre adversaire sont réduits de 20 (après application de la Faiblesse et de la Résistance).", + fr: "Tant qu'Étouraptor est votre Pokémon Actif, tous dégâts infligés par des attaques de Pokémon Évolués de Niveau 2 de votre adversaire sont réduits de 20 (Après application de la Faiblesse et de la Résistance).", }, }, ], @@ -64,7 +64,7 @@ const card: Card = { }, effect: { 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 lors du prochain tour de votre adversaire.", + fr: "Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.", }, damage: 60, diff --git a/data/Diamond & Pearl/Stormfront/28.ts b/data/Diamond & Pearl/Stormfront/28.ts index 87fc98866..be011cfc2 100644 --- a/data/Diamond & Pearl/Stormfront/28.ts +++ b/data/Diamond & Pearl/Stormfront/28.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Steelix", - fr: "Steelix", + fr: "Steelix" }, + illustrator: "Naoyo Kimura", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 208, ], + hp: 130, + types: [ "Metal", ], + evolveFrom: { en: "Onix", fr: "Onix", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -55,26 +59,30 @@ const card: Card = { en: "Flip a coin until you get tails. This attack does 100 damage times the number of heads.", fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 100 dégâts multipliés par le nombre de faces.", }, - damage: 100, + damage: "100×", }, ], + weaknesses: [ { type: "Fire", value: "+30" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 4, - - + description: { + fr: "Grâce à la température élevée et la haute pression souterraine, son corps est plus dur que le métal." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/29.ts b/data/Diamond & Pearl/Stormfront/29.ts index bafd3f580..2c50f88ed 100644 --- a/data/Diamond & Pearl/Stormfront/29.ts +++ b/data/Diamond & Pearl/Stormfront/29.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Tangrowth", - fr: "Tangrowth", + fr: "Bouldeneu" }, illustrator: "Kouki Saitou", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/3.ts b/data/Diamond & Pearl/Stormfront/3.ts index e4f499f1a..f3906d024 100644 --- a/data/Diamond & Pearl/Stormfront/3.ts +++ b/data/Diamond & Pearl/Stormfront/3.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Infernape", - fr: "Infernape", + fr: "Simiabraz" }, illustrator: "Mitsuhiro Arita", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/30.ts b/data/Diamond & Pearl/Stormfront/30.ts index de0f5daa4..6eb4d0295 100644 --- a/data/Diamond & Pearl/Stormfront/30.ts +++ b/data/Diamond & Pearl/Stormfront/30.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Tyranitar", - fr: "Tyranitar", + fr: "Tyranocif" }, illustrator: "Kagemaru Himeno", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "After your opponent's Pokémon uses a Poké-Power, you may search your discard pile for a basic Darkness Energy card and attach it to Tyranitar.", - fr: "Une fois que le Pokémon de votre adversaire a utilisé un Poké-Power, vous pouvez chercher dans votre pile de défausse une carte Énergie de base Darkness et l'attacher à Tyranocif.", + fr: "Une fois que le Pokémon de votre adversaire a utilisé un Poké-Power, vous pouvez chercher dans votre pile de défausse une Énergie de base Darkness et l'attacher à Tyranocif.", }, }, ], @@ -51,7 +51,7 @@ const card: Card = { en: "Does 20 damage times the amount of Energy attached to Tyranitar.", fr: "Inflige 20 dégâts multipliés par le nombre d'Énergies attachées à Tyranocif.", }, - damage: 20, + damage: "20×", }, { diff --git a/data/Diamond & Pearl/Stormfront/31.ts b/data/Diamond & Pearl/Stormfront/31.ts index 74beed9c4..000aaaaad 100644 --- a/data/Diamond & Pearl/Stormfront/31.ts +++ b/data/Diamond & Pearl/Stormfront/31.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Vespiquen", - fr: "Vespiquen", + fr: "Apireine" }, illustrator: "Kent Kanetsuna", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/32.ts b/data/Diamond & Pearl/Stormfront/32.ts index c2c8ca9fb..9844dc0c5 100644 --- a/data/Diamond & Pearl/Stormfront/32.ts +++ b/data/Diamond & Pearl/Stormfront/32.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Bibarel", - fr: "Bibarel", + fr: "Castorno" }, illustrator: "Kouki Saitou", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/33.ts b/data/Diamond & Pearl/Stormfront/33.ts index 9de5d4145..b68ea8918 100644 --- a/data/Diamond & Pearl/Stormfront/33.ts +++ b/data/Diamond & Pearl/Stormfront/33.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Budew", - fr: "Budew", + fr: "Rozbouton" }, illustrator: "Yuka Morii", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/34.ts b/data/Diamond & Pearl/Stormfront/34.ts index 2397c7bbd..c12dafbcd 100644 --- a/data/Diamond & Pearl/Stormfront/34.ts +++ b/data/Diamond & Pearl/Stormfront/34.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Dusclops", - fr: "Dusclops", + fr: "Teraclope" }, + illustrator: "Yukiko Baba", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 356, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Duskull", fr: "Skélénox", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -55,26 +59,30 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Son corps est creux. On raconte que celui qui regarde à l'intérieur finira aspiré par le néant." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/35.ts b/data/Diamond & Pearl/Stormfront/35.ts index e66905f49..ff318fbcb 100644 --- a/data/Diamond & Pearl/Stormfront/35.ts +++ b/data/Diamond & Pearl/Stormfront/35.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Dusclops", - fr: "Dusclops", + fr: "Teraclope" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 356, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Duskull", fr: "Skélénox", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -56,26 +60,30 @@ const card: Card = { en: "If you have a Stadium card in play, this attack does 40 damage plus 20 more damage. If your opponent has a Stadium card in play, remove 2 damage counters from Dusclops.", fr: "Si vous avez une carte Stade en jeu, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si votre adversaire a une carte Stade en jeu, retirez à Teraclope 2 marqueurs de dégât.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Son corps est creux. On raconte que celui qui regarde à l'intérieur finira aspiré par le néant." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/36.ts b/data/Diamond & Pearl/Stormfront/36.ts index 8bfc1e855..585a04e92 100644 --- a/data/Diamond & Pearl/Stormfront/36.ts +++ b/data/Diamond & Pearl/Stormfront/36.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Electrode", - fr: "Electrode", + fr: "Electrode" }, illustrator: "Kent Kanetsuna", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/37.ts b/data/Diamond & Pearl/Stormfront/37.ts index 93a74047c..9d2498458 100644 --- a/data/Diamond & Pearl/Stormfront/37.ts +++ b/data/Diamond & Pearl/Stormfront/37.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Electrode", - fr: "Electrode", + fr: "Electrode" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 101, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Voltorb", fr: "Voltorbe", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,16 +58,18 @@ const card: Card = { en: "Does 40 damage plus 10 more damage for each Lightning Energy attached to Electrode. Flip a coin. If tails, discard all Lightning Energy attached to Electrode.", fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Lightning attachée à Electrode. Lancez une pièce. Si c'est pile, défaussez toutes les Énergies Lightning attachées à Electrode.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -71,9 +77,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il se laisse porter par les vents lorsque son corps est gonflé d'électricité à en éclater." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/38.ts b/data/Diamond & Pearl/Stormfront/38.ts index b66ba43f6..2d9634596 100644 --- a/data/Diamond & Pearl/Stormfront/38.ts +++ b/data/Diamond & Pearl/Stormfront/38.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Farfetch'd", - fr: "Farfetch'd", + fr: "Canarticho" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 83, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { fr: "Canarticho", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -51,26 +55,30 @@ const card: Card = { 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 l'1 d'elles est face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires. Si 2 d'entre elles sont des faces, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires. Si ce ne sont que des faces, cette attaque inflige 10 dégâts plus 40 dégâts supplémentaires.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il ne peut pas vivre sans son légume, c'est pourquoi il le protégera au péril de sa vie." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/39.ts b/data/Diamond & Pearl/Stormfront/39.ts index 267ab45c6..ee58d1dcf 100644 --- a/data/Diamond & Pearl/Stormfront/39.ts +++ b/data/Diamond & Pearl/Stormfront/39.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Grovyle", - fr: "Grovyle", + fr: "Massko" }, + illustrator: "Naoyo Kimura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 253, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Treecko", fr: "Arcko", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -55,26 +59,30 @@ const card: Card = { en: "Flip 2 coins. This attack does 60 damage times the number of heads.", fr: "Lancez 2 pièces. Cette attaque inflige 60 dégâts multipliés par le nombre de faces.", }, - damage: 60, + damage: "60×", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il vit dans les jungles denses. Il saute de branche en branche pour approcher de sa proie." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/4.ts b/data/Diamond & Pearl/Stormfront/4.ts index 6f12109cf..acb4c362a 100644 --- a/data/Diamond & Pearl/Stormfront/4.ts +++ b/data/Diamond & Pearl/Stormfront/4.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Lumineon", - fr: "Lumineon", + fr: "Luminéon" }, illustrator: "Kent Kanetsuna", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/40.ts b/data/Diamond & Pearl/Stormfront/40.ts index 2571d475c..5de3a29dc 100644 --- a/data/Diamond & Pearl/Stormfront/40.ts +++ b/data/Diamond & Pearl/Stormfront/40.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Haunter", - fr: "Haunter", + fr: "Spectrum" }, + illustrator: "Yukiko Baba", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 93, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Gastly", fr: "Fantominus", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -54,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+20" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il peut traverser n'importe quel obstacle. Il rôde dans les murs pour surveiller ses ennemis." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/41.ts b/data/Diamond & Pearl/Stormfront/41.ts index 677d55dba..ac28da088 100644 --- a/data/Diamond & Pearl/Stormfront/41.ts +++ b/data/Diamond & Pearl/Stormfront/41.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Machoke", - fr: "Machoke", + fr: "Machopeur" }, + illustrator: "Sachiko Adachi", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 67, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Machop", fr: "Machoc", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -38,7 +42,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, { @@ -52,12 +56,13 @@ const card: Card = { }, effect: { en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", - fr: "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.", + fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur.", }, damage: 30, }, ], + weaknesses: [ { type: "Psychic", @@ -67,8 +72,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "La force herculéenne du MACHOPEUR est très dangereuse. Il utilise une ceinture pour contenir son énergie." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/42.ts b/data/Diamond & Pearl/Stormfront/42.ts index 4c44d9e38..dc0af1213 100644 --- a/data/Diamond & Pearl/Stormfront/42.ts +++ b/data/Diamond & Pearl/Stormfront/42.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magneton", - fr: "Magneton", + fr: "Magneton" }, + illustrator: "Hajime Kusajima", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 82, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { en: "Magnemite", fr: "Magneti", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,7 +41,7 @@ const card: Card = { }, effect: { en: "If you have a Stadium card in play, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - fr: "Si vous avez une carte Stade en jeu, cette attaque infllige 20 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", + fr: "Si vous avez une carte Stade en jeu, cette attaque inflige 20 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", }, damage: 20, @@ -54,28 +58,32 @@ const card: Card = { }, effect: { en: "Does 40 damage plus 10 more damage for each Energy attached to the Defending Pokémon.", - fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Défenseur.", + fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Défenseur.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il est formé de trois Magnéti liés par magnétisme. En groupe, ils déclenchent un orage magnétique" + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/43.ts b/data/Diamond & Pearl/Stormfront/43.ts index 1c46f854e..d6d5df22b 100644 --- a/data/Diamond & Pearl/Stormfront/43.ts +++ b/data/Diamond & Pearl/Stormfront/43.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magneton", - fr: "Magneton", + fr: "Magneton" }, + illustrator: "Kent Kanetsuna", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 82, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Magnemite", fr: "Magneti", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -60,22 +64,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il est formé de trois MAGNETI liés par magnétisme. En groupe, ils déclenchent un orage magnétique" + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/44.ts b/data/Diamond & Pearl/Stormfront/44.ts index 6de306a6a..6a3785d18 100644 --- a/data/Diamond & Pearl/Stormfront/44.ts +++ b/data/Diamond & Pearl/Stormfront/44.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Miltank", - fr: "Miltank", + fr: "Écrémeuh" }, illustrator: "Kouki Saitou", rarity: "Uncommon", @@ -66,7 +66,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/45.ts b/data/Diamond & Pearl/Stormfront/45.ts index 28db555e8..b70ecc3c1 100644 --- a/data/Diamond & Pearl/Stormfront/45.ts +++ b/data/Diamond & Pearl/Stormfront/45.ts @@ -4,23 +4,28 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Pichu", - fr: "Pichu", + fr: "Pichu" }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 172, ], + hp: 50, + types: [ "Lightning", ], + evolveFrom: { fr: "Pichu", }, + stage: "Basic", abilities: [ @@ -36,6 +41,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -45,27 +51,31 @@ const card: Card = { }, effect: { en: "Search your discard pile for up to 4 Lightning Energy cards, show them to your opponent, and put them into your hand.", - fr: "Cherchez dans votre pile de défausse jusqu'à 4 cartes Énergie (L), montrez-les à votre adversaire et placez-les dans votre main.", + fr: "Cherchez dans votre pile de défausse jusqu'à 4 cartes Énergie Lightning, montrez-les à votre adversaire et placez-les dans votre main.", }, }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Les poches sur ses joues sont encore trop petites pour accumuler beaucoup d'électricité." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/46.ts b/data/Diamond & Pearl/Stormfront/46.ts index cd61726f8..92c9c7f07 100644 --- a/data/Diamond & Pearl/Stormfront/46.ts +++ b/data/Diamond & Pearl/Stormfront/46.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Piloswine", - fr: "Piloswine", + fr: "Cochignon" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 221, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Swinub", fr: "Marcacrin", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -40,7 +44,7 @@ const card: Card = { en: "Does 20 damage plus 10 more damage for each damage counter on Piloswine. Then, remove 4 damage counters from Piloswine.", fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Cochignon. Ensuite, retirez à Cochignon 4 marqueurs de dégât.", }, - damage: 20, + damage: "20+", }, { @@ -62,22 +66,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il ne voit rien à cause de sa fourrure touffue et se repère à l'aide de son nez délicat." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/47.ts b/data/Diamond & Pearl/Stormfront/47.ts index b6e49cbd6..2550547c5 100644 --- a/data/Diamond & Pearl/Stormfront/47.ts +++ b/data/Diamond & Pearl/Stormfront/47.ts @@ -4,24 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Pupitar", - fr: "Pupitar", + fr: "Ymphect" }, + illustrator: "Hajime Kusajima", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 247, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Larvitar", fr: "Embrylex", }, + stage: "Stage1", abilities: [ @@ -37,6 +42,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -51,26 +57,30 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Grass", value: "+20" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Son corps est dur comme la pierre souterraine. Il file comme une fusée en expulsant des gaz." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/48.ts b/data/Diamond & Pearl/Stormfront/48.ts index 53bb6d635..7ea0cd38c 100644 --- a/data/Diamond & Pearl/Stormfront/48.ts +++ b/data/Diamond & Pearl/Stormfront/48.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Sableye", - fr: "Sableye", + fr: "Ténéfix" }, illustrator: "Kyoko Umemoto", rarity: "Uncommon", @@ -32,7 +32,7 @@ const card: Card = { }, effect: { en: "If Sableye is your Active Pokémon at the beginning of the game, you go first. (If each player's Active Pokémon has the Overeager Poké-Body, this power does nothing.)", - fr: "Si Ténéfix est votre Pokémon Actif au début de la partie, vous commencez. (Si le Pokémon Actif de chaque joueur possède le Poké-Body Enthousiaste, ce pouvoir est sans effet).", + fr: "Si Ténéfix est votre Pokémon Actif au début de la partie, vous commencez. (Si le Pokémon Actif de chaque joueur possède le Poké-Body Enthousiaste, ce pouvoir est sans effet.)", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/49.ts b/data/Diamond & Pearl/Stormfront/49.ts index 3674aced5..d88c7118e 100644 --- a/data/Diamond & Pearl/Stormfront/49.ts +++ b/data/Diamond & Pearl/Stormfront/49.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Scyther", - fr: "Scyther", + fr: "Insécateur" }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 123, ], + hp: 60, + types: [ "Grass", ], + evolveFrom: { fr: "Insécateur", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -56,12 +60,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Fighting", @@ -69,9 +75,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Ses coups de faux sont pratiquement imparables. Il se déplace comme un ninja." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/5.ts b/data/Diamond & Pearl/Stormfront/5.ts index 5b5d6d599..40cf54823 100644 --- a/data/Diamond & Pearl/Stormfront/5.ts +++ b/data/Diamond & Pearl/Stormfront/5.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magnezone", - fr: "Magnezone", + fr: "Magnézone" }, illustrator: "Masakazu Fukuda", rarity: "Rare", @@ -33,7 +33,7 @@ const card: Card = { }, effect: { en: "Once during your turn (before your attack), you may search your deck for a Lightning or Metal Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward. This power can't be used if Magnezone is affected by a Special Condition.", - fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez chercher dans votre deck un Pokémon Lightning ou Metal. Montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck. Ce pouvoir ne peut pas être utilisé si Magnézone est affecté par un État Spécial.", + fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez chercher dans votre deck un Pokémon Lightning ou Metal. Montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck. Ce pouvoir ne peut être utilisé si Magnézone est affecté par un État Spécial.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/50.ts b/data/Diamond & Pearl/Stormfront/50.ts index f2cadcf38..ed4843408 100644 --- a/data/Diamond & Pearl/Stormfront/50.ts +++ b/data/Diamond & Pearl/Stormfront/50.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Shelgon", - fr: "Shelgon", + fr: "Drackhaus" }, + illustrator: "Tomokazu Komiya", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 372, ], + hp: 90, + types: [ "Colorless", ], + evolveFrom: { en: "Bagon", fr: "Draby", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Ses cellules ont commencé à changer dans sa robuste coquille. Il la perd en évoluant." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/51.ts b/data/Diamond & Pearl/Stormfront/51.ts index 593c94afc..fc404a141 100644 --- a/data/Diamond & Pearl/Stormfront/51.ts +++ b/data/Diamond & Pearl/Stormfront/51.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Skarmory", - fr: "Skarmory", + fr: "Airmure" }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 227, ], + hp: 80, + types: [ "Metal", ], + evolveFrom: { fr: "Airmure", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -57,22 +61,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Son corps est prisonnier d'une armure dure comme l'acier, mais il vole à plus de 300 km/h." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/52.ts b/data/Diamond & Pearl/Stormfront/52.ts index 66cda49f2..3298ff864 100644 --- a/data/Diamond & Pearl/Stormfront/52.ts +++ b/data/Diamond & Pearl/Stormfront/52.ts @@ -4,26 +4,30 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Staravia", - fr: "Staravia", + fr: "Etourvol" }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 397, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { en: "Starly", fr: "Etourmi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -57,12 +61,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -70,9 +76,9 @@ const card: Card = { }, ], - - - + description: { + fr: "Il survole les forêts et les champs en quête de Pokémon insectes. Ils forment de grandes volées." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/53.ts b/data/Diamond & Pearl/Stormfront/53.ts index 9082fbe76..b8f5d7011 100644 --- a/data/Diamond & Pearl/Stormfront/53.ts +++ b/data/Diamond & Pearl/Stormfront/53.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Bagon", - fr: "Bagon", + fr: "Draby" }, + illustrator: "Aya Kusube", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 371, ], + hp: 50, + types: [ "Colorless", ], + evolveFrom: { fr: "Draby", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -53,22 +57,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il rêve de pouvoir voler un jour. Pour l'heure, il s'entraîne en sautant du haut des falaises." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/54.ts b/data/Diamond & Pearl/Stormfront/54.ts index 9b623dbfe..b96c0c5c5 100644 --- a/data/Diamond & Pearl/Stormfront/54.ts +++ b/data/Diamond & Pearl/Stormfront/54.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Bidoof", - fr: "Bidoof", + fr: "Keunotor" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 399, ], + hp: 60, + types: [ "Colorless", ], + evolveFrom: { fr: "Keunotor", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -63,8 +68,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Rien ne peut perturber ses nerfs d'acier. Il est plus agile et énergique qu'il y paraît." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/55.ts b/data/Diamond & Pearl/Stormfront/55.ts index b9b7df6ae..a149ed8ac 100644 --- a/data/Diamond & Pearl/Stormfront/55.ts +++ b/data/Diamond & Pearl/Stormfront/55.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Bronzor", - fr: "Bronzor", + fr: "Archéomire" }, + illustrator: "Miki Tanaka", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 436, ], + hp: 60, + types: [ "Psychic", ], + evolveFrom: { fr: "Archéomire", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -56,22 +60,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", value: "+10" }, ], + resistances: [ { type: "Fire", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il rappelle les objets trouvés dans des sépultures anciennes. Nul ne sait s'ils sont liés." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/56.ts b/data/Diamond & Pearl/Stormfront/56.ts index a95f78164..8e38fc234 100644 --- a/data/Diamond & Pearl/Stormfront/56.ts +++ b/data/Diamond & Pearl/Stormfront/56.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Cherubi", - fr: "Cherubi", + fr: "Ceribou" }, + illustrator: "Tomokazu Komiya", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 420, ], + hp: 50, + types: [ "Grass", ], + evolveFrom: { fr: "Ceribou", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -33,7 +37,7 @@ const card: Card = { }, effect: { en: "Remove 2 damage counters from Cherubi.", - fr: "Retirez à Ceribou 2 marqueurs de dégât.", + fr: "Retirez à Ceribou 2 marqueurs de dégâts.", }, }, @@ -49,26 +53,30 @@ const card: Card = { en: "Flip 4 coins. This attack does 10 damage times the number of heads.", fr: "Lancez 4 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "La petite boule renferme les délicieux nutriments sucrés dont il a besoin pour évoluer." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/57.ts b/data/Diamond & Pearl/Stormfront/57.ts index e77498ffb..49d6cea31 100644 --- a/data/Diamond & Pearl/Stormfront/57.ts +++ b/data/Diamond & Pearl/Stormfront/57.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Combee", - fr: "Combee", + fr: "Apitrini" }, illustrator: "Miki Tanaka", rarity: "Common", diff --git a/data/Diamond & Pearl/Stormfront/58.ts b/data/Diamond & Pearl/Stormfront/58.ts index 170b0a2ef..5ba63a58a 100644 --- a/data/Diamond & Pearl/Stormfront/58.ts +++ b/data/Diamond & Pearl/Stormfront/58.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Drifloon", - fr: "Drifloon", + fr: "Baudrive" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 425, ], + hp: 50, + types: [ "Psychic", ], + evolveFrom: { fr: "Baudrive", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -49,27 +53,31 @@ const card: Card = { }, effect: { en: "Choose 1 of your opponent's Pokémon. This attack does 10 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 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)", + fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)", }, }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon né de l'esprit des gens et des Pokémon. Il aime les saisons chaudes et humides." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/59.ts b/data/Diamond & Pearl/Stormfront/59.ts index 7145a52f2..771af7c97 100644 --- a/data/Diamond & Pearl/Stormfront/59.ts +++ b/data/Diamond & Pearl/Stormfront/59.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Duskull", - fr: "Duskull", + fr: "Skélénox" }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 355, ], + hp: 50, + types: [ "Psychic", ], + evolveFrom: { fr: "Skélénox", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -53,22 +57,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il poursuit assidûment sa proie, où qu'elle aille. Il n'abandonne sa traque qu'au lever du soleil." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/6.ts b/data/Diamond & Pearl/Stormfront/6.ts index f80e3a44b..d64172d81 100644 --- a/data/Diamond & Pearl/Stormfront/6.ts +++ b/data/Diamond & Pearl/Stormfront/6.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magnezone", - fr: "Magnezone", + fr: "Magnézone" }, illustrator: "Tomoaki Imakuni", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/60.ts b/data/Diamond & Pearl/Stormfront/60.ts index 0ff684d1e..06b42c60b 100644 --- a/data/Diamond & Pearl/Stormfront/60.ts +++ b/data/Diamond & Pearl/Stormfront/60.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Duskull", - fr: "Duskull", + fr: "Skélénox" }, + illustrator: "Sachiko Adachi", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 355, ], + hp: 50, + types: [ "Psychic", ], + evolveFrom: { fr: "Skélénox", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il poursuit assidûment sa proie, où qu'elle aille. Il n'abandonne sa traque qu'au lever du soleil." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/61.ts b/data/Diamond & Pearl/Stormfront/61.ts index 6a13ff9f5..46444caaf 100644 --- a/data/Diamond & Pearl/Stormfront/61.ts +++ b/data/Diamond & Pearl/Stormfront/61.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Finneon", - fr: "Finneon", + fr: "Ecayon" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 456, ], + hp: 50, + types: [ "Water", ], + evolveFrom: { fr: "Ecayon", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -49,10 +53,11 @@ const card: Card = { 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+", }, ], + weaknesses: [ { type: "Lightning", @@ -62,8 +67,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Après une longue exposition au soleil, les motifs de ses nageoires caudales luisent à la nuit tombée." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/62.ts b/data/Diamond & Pearl/Stormfront/62.ts index c5819ea04..f8deb2a90 100644 --- a/data/Diamond & Pearl/Stormfront/62.ts +++ b/data/Diamond & Pearl/Stormfront/62.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Gastly", - fr: "Gastly", + fr: "Fantominus" }, + illustrator: "Aya Kusube", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 92, ], + hp: 50, + types: [ "Psychic", ], + evolveFrom: { fr: "Fantominus", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -53,22 +57,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Le corps de ce Pokémon est composé de gaz à 95%. Une bourrasque suffit à le disperser." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/63.ts b/data/Diamond & Pearl/Stormfront/63.ts index 77b1de58f..f1e87bc89 100644 --- a/data/Diamond & Pearl/Stormfront/63.ts +++ b/data/Diamond & Pearl/Stormfront/63.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Larvitar", - fr: "Larvitar", + fr: "Embrylex" }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 246, ], + hp: 50, + types: [ "Fighting", ], + evolveFrom: { fr: "Embrylex", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", value: "+10" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Un Pokémon qui se nourrit de terre. Après avoir dévoré une montagne, il s'endort pour grandir." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/64.ts b/data/Diamond & Pearl/Stormfront/64.ts index 116e406f4..0ca014036 100644 --- a/data/Diamond & Pearl/Stormfront/64.ts +++ b/data/Diamond & Pearl/Stormfront/64.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Machop", - fr: "Machop", + fr: "Machoc" }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 66, ], + hp: 60, + types: [ "Fighting", ], + evolveFrom: { fr: "Machoc", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -31,7 +35,7 @@ const card: Card = { ], name: { en: "Kick", - fr: "Koud’pied", + fr: "Koud'pied", }, damage: 10, @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -63,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il muscle son corps en soulevant régulièrement un Gravalanch. Il est rompu à tous les arts martiaux." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/65.ts b/data/Diamond & Pearl/Stormfront/65.ts index 9b81a307c..731a80ba0 100644 --- a/data/Diamond & Pearl/Stormfront/65.ts +++ b/data/Diamond & Pearl/Stormfront/65.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magikarp", - fr: "Magikarp", + fr: "Magicarpe" }, + illustrator: "Tomokazu Komiya", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 129, ], + hp: 30, + types: [ "Water", ], + evolveFrom: { fr: "Magicarpe", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -50,6 +54,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -59,8 +64,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Ce Pokémon est réputé pour être le plus faible au monde. Nul ne sait comment son espèce perdure." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/66.ts b/data/Diamond & Pearl/Stormfront/66.ts index 711615fe1..2a7c6f599 100644 --- a/data/Diamond & Pearl/Stormfront/66.ts +++ b/data/Diamond & Pearl/Stormfront/66.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magnemite", - fr: "Magnemite", + fr: "Magneti" }, illustrator: "Aya Kusube", rarity: "Common", @@ -38,7 +38,7 @@ const card: Card = { en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Magnemite does 10 damage to itself.", fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Magneti s'inflige 10 dégâts.", }, - damage: 30, + damage: "30+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/67.ts b/data/Diamond & Pearl/Stormfront/67.ts index 3afb17f3a..573c4306a 100644 --- a/data/Diamond & Pearl/Stormfront/67.ts +++ b/data/Diamond & Pearl/Stormfront/67.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Magnemite", - fr: "Magnemite", + fr: "Magneti" }, + illustrator: "Kent Kanetsuna", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 81, ], + hp: 50, + types: [ "Lightning", ], + evolveFrom: { fr: "Magneti", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -51,22 +55,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ses extrémités génèrent les vagues électromagnétiques qui le font voler. Il se nourrit d'électricité." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/68.ts b/data/Diamond & Pearl/Stormfront/68.ts index 90baaf681..d5f469d6a 100644 --- a/data/Diamond & Pearl/Stormfront/68.ts +++ b/data/Diamond & Pearl/Stormfront/68.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Misdreavus", - fr: "Misdreavus", + fr: "Feuforêve" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 200, ], + hp: 60, + types: [ "Psychic", ], + evolveFrom: { fr: "Feuforêve", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -52,22 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il adore se faufiler derrière les gens la nuit pour les effrayer avec son cri strident." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/69.ts b/data/Diamond & Pearl/Stormfront/69.ts index d9e46a7e2..d23c7e15d 100644 --- a/data/Diamond & Pearl/Stormfront/69.ts +++ b/data/Diamond & Pearl/Stormfront/69.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Onix", - fr: "Onix", + fr: "Onix" }, + illustrator: "Kyoko Umemoto", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 95, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { fr: "Onix", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -66,8 +71,9 @@ const card: Card = { retreat: 3, - - + description: { + fr: "Il provoque des secousses sismiques en creusant. Il peut atteindre les 80 km/h." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/7.ts b/data/Diamond & Pearl/Stormfront/7.ts index e952aa536..00af5b22b 100644 --- a/data/Diamond & Pearl/Stormfront/7.ts +++ b/data/Diamond & Pearl/Stormfront/7.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Mismagius", - fr: "Mismagius", + fr: "Magirêve" }, illustrator: "Midori Harada", rarity: "Rare", @@ -36,7 +36,7 @@ const card: Card = { en: "Choose up to 4 in any combination of Pokémon Tool cards and Technical Machine cards in play (both yours and your opponent's) and discard them. This attack does 20 damage times the number of cards discarded in this way.", fr: "Choisissez n'importe quelle combinaison de jusqu'à 4 cartes Outil Pokémon et cartes Machine Technique en jeu (les vôtres et celles de votre adversaire) et défaussez-les. Cette attaque inflige 20 dégâts multipliés par le nombre de cartes défaussées de cette façon.", }, - damage: 20, + damage: "20×", }, { diff --git a/data/Diamond & Pearl/Stormfront/70.ts b/data/Diamond & Pearl/Stormfront/70.ts index 54cf75400..fde01c51b 100644 --- a/data/Diamond & Pearl/Stormfront/70.ts +++ b/data/Diamond & Pearl/Stormfront/70.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Pikachu", - fr: "Pikachu", + fr: "Pikachu" }, + illustrator: "Hajime Kusajima", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 70, + types: [ "Lightning", ], + evolveFrom: { fr: "Pikachu", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -56,22 +60,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 2, - - + description: { + fr: "Il vit en forêt avec ses pairs. Il accumule l'électricité dans les poches de ses joues." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/71.ts b/data/Diamond & Pearl/Stormfront/71.ts index ddc5dbc9c..6fc722c8f 100644 --- a/data/Diamond & Pearl/Stormfront/71.ts +++ b/data/Diamond & Pearl/Stormfront/71.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Ponyta", - fr: "Ponyta", + fr: "Ponyta" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 77, ], + hp: 50, + types: [ "Fire", ], + evolveFrom: { fr: "Ponyta", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -63,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "La crinière et la queue ardentes lui donnant sa superbe poussent une heure après sa naissance." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/72.ts b/data/Diamond & Pearl/Stormfront/72.ts index 5ad2d06cd..5b2f5b102 100644 --- a/data/Diamond & Pearl/Stormfront/72.ts +++ b/data/Diamond & Pearl/Stormfront/72.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Roselia", - fr: "Roselia", + fr: "Roselia" }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 315, ], + hp: 70, + types: [ "Psychic", ], + evolveFrom: { fr: "Roselia", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -54,6 +58,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -63,8 +68,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Les Roselia élevés dans une eau claire et potable font de ravissantes fleurs bariolées." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/73.ts b/data/Diamond & Pearl/Stormfront/73.ts index 79e677f59..6536a9232 100644 --- a/data/Diamond & Pearl/Stormfront/73.ts +++ b/data/Diamond & Pearl/Stormfront/73.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Skorupi", - fr: "Skorupi", + fr: "Rapion" }, + illustrator: "Sachiko Adachi", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 451, ], + hp: 60, + types: [ "Grass", ], + evolveFrom: { fr: "Rapion", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -57,6 +61,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -66,8 +71,9 @@ const card: Card = { retreat: 2, - - + description: { + fr: "Il saisit sa proie avec les pinces de sa queue, lui injecte un poison et la retient jusqu'à ce qu'il agisse." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/74.ts b/data/Diamond & Pearl/Stormfront/74.ts index 158501bf8..0787cdef4 100644 --- a/data/Diamond & Pearl/Stormfront/74.ts +++ b/data/Diamond & Pearl/Stormfront/74.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Snover", - fr: "Snover", + fr: "Blizzi" }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 459, ], + hp: 50, + types: [ "Water", ], + evolveFrom: { fr: "Blizzi", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -55,6 +59,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", @@ -64,8 +69,9 @@ const card: Card = { retreat: 1, - - + description: { + fr: "Il vit sur les monts enneigés. Ignorant des coutumes humaines, il lui arrive d'être très indiscret." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/75.ts b/data/Diamond & Pearl/Stormfront/75.ts index 6534195ba..9fba1a8d8 100644 --- a/data/Diamond & Pearl/Stormfront/75.ts +++ b/data/Diamond & Pearl/Stormfront/75.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Starly", - fr: "Starly", + fr: "Etourmi" }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 396, ], + hp: 50, + types: [ "Colorless", ], + evolveFrom: { fr: "Etourmi", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -51,26 +55,30 @@ 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 faces.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ils volent en nombre. Bien que minuscule, il bat des ailes avec une vigueur impressionnante." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/76.ts b/data/Diamond & Pearl/Stormfront/76.ts index c9483f504..2aae762b3 100644 --- a/data/Diamond & Pearl/Stormfront/76.ts +++ b/data/Diamond & Pearl/Stormfront/76.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Stunky", - fr: "Stunky", + fr: "Moufouette" }, + illustrator: "Tomokazu Komiya", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 434, ], + hp: 60, + types: [ "Darkness", ], + evolveFrom: { fr: "Moufouette", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -53,26 +57,30 @@ 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 faces.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Psychic", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il se protège en expulsant un fluide nocif par son derrière. La puanteur dure 24 heures." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/77.ts b/data/Diamond & Pearl/Stormfront/77.ts index 130c61dd0..4637254ba 100644 --- a/data/Diamond & Pearl/Stormfront/77.ts +++ b/data/Diamond & Pearl/Stormfront/77.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Swinub", - fr: "Swinub", + fr: "Marcacrin" }, + illustrator: "Yukiko Baba", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 220, ], + hp: 50, + types: [ "Fighting", ], + evolveFrom: { fr: "Marcacrin", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -55,22 +59,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", value: "+10" }, ], + resistances: [ { type: "Lightning", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il adore les champignons qui poussent sous l'herbe morte. Il trouve aussi des sources chaudes." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/78.ts b/data/Diamond & Pearl/Stormfront/78.ts index 939ab972a..147ae1f5e 100644 --- a/data/Diamond & Pearl/Stormfront/78.ts +++ b/data/Diamond & Pearl/Stormfront/78.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Tangela", - fr: "Tangela", + fr: "Saquedeneu" }, + illustrator: "Yukiko Baba", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 114, ], + hp: 70, + types: [ "Grass", ], + evolveFrom: { fr: "Saquedeneu", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -35,15 +39,12 @@ const card: Card = { }, effect: { en: "Flip a coin. If tails, this attack does nothing. If heads, search your deck for a Grass Energy card and attach it to Tangela. Shuffle your deck afterward. If you do, prevent all effects of an attack, including damage, done to Tangela during your opponent's next turn.", - fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, cherchez dans votre deck une carte Énergie Grass et attachez-la à Saquedeneu. Ensuite, mélangez votre deck. Prévenez alors tous les effets d'une attaque, dégâts inclus, infligés à Saquedeneu lors du prochain tour de votre adveraire.", + fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, cherchez dans votre deck une carte Énergie Grass et attachez-la à Saquedeneu. Ensuite, mélangez votre deck. Prévenez alors tous les effets d'une attaque, dégâts inclus, infligés à Saquedeneu lors du prochain tour de votre adversaire.", }, }, { - cost: [ - "Grass", - "Colorless", - ], + cost: ["Grass", "Colorless", "Colorless"], name: { en: "Tickle", fr: "Chatouille", @@ -56,22 +57,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il s'abrite derrière des lianes bleues. Nul n'a jamais vu le visage qu'elles dissimulent." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/79.ts b/data/Diamond & Pearl/Stormfront/79.ts index 0233e76d0..1ee707b3c 100644 --- a/data/Diamond & Pearl/Stormfront/79.ts +++ b/data/Diamond & Pearl/Stormfront/79.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Treecko", - fr: "Treecko", + fr: "Arcko" }, + illustrator: "Naoyo Kimura", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 252, ], + hp: 50, + types: [ "Grass", ], + evolveFrom: { fr: "Arcko", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -31,7 +35,7 @@ const card: Card = { ], name: { en: "Call for Friends", - fr: "À la rescousse!", + fr: "À la rescousse !", }, effect: { en: "Search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.", @@ -54,22 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Ses plantes de pieds sont couvertes d'épines qui lui permettent de marcher au mur et au plafond" + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/8.ts b/data/Diamond & Pearl/Stormfront/8.ts index 863d1f0fa..bdd409c02 100644 --- a/data/Diamond & Pearl/Stormfront/8.ts +++ b/data/Diamond & Pearl/Stormfront/8.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Raichu", - fr: "Raichu", + fr: "Raichu" }, illustrator: "Kagemaru Himeno", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/80.ts b/data/Diamond & Pearl/Stormfront/80.ts index 17d02bec4..fe58844d5 100644 --- a/data/Diamond & Pearl/Stormfront/80.ts +++ b/data/Diamond & Pearl/Stormfront/80.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Voltorb", - fr: "Voltorb", + fr: "Voltorbe" }, + illustrator: "Kent Kanetsuna", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 100, ], + hp: 60, + types: [ "Lightning", ], + evolveFrom: { fr: "Voltorbe", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -49,26 +53,30 @@ 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 faces.", }, - damage: 10, + damage: "10×", }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il ressemble à une Poké Ball. Ce Pokémon dangereux peut exploser ou s'électrifier au toucher." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/81.ts b/data/Diamond & Pearl/Stormfront/81.ts index 5333b11c6..29e5725cb 100644 --- a/data/Diamond & Pearl/Stormfront/81.ts +++ b/data/Diamond & Pearl/Stormfront/81.ts @@ -4,25 +4,29 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Voltorb", - fr: "Voltorb", + fr: "Voltorbe" }, + illustrator: "Miki Tanaka", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 100, ], + hp: 60, + types: [ "Lightning", ], + evolveFrom: { fr: "Voltorbe", }, - stage: "Basic", + stage: "Basic", attacks: [ { @@ -55,22 +59,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", value: "-20" }, ], + retreat: 1, - - + description: { + fr: "Il ressemble à une Poké Ball. Ce Pokémon dangereux peut exploser ou s'électrifier au toucher." + } } export default card diff --git a/data/Diamond & Pearl/Stormfront/82.ts b/data/Diamond & Pearl/Stormfront/82.ts index 6044cf690..0ee44c263 100644 --- a/data/Diamond & Pearl/Stormfront/82.ts +++ b/data/Diamond & Pearl/Stormfront/82.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Conductive Quarry", - fr: "Conductive Quarry [Stadium]", + fr: "Carrière conductrice" }, illustrator: "Ryo Ueda", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.", + fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous le pouvez pas jouer cette carte.\n\nUne seule fois lors du tour de chaque joueur, ce joueur lance une pièce. Si c'est face, il cherche dans sa pile de défausse une carte Énergie ou , la montre à son adversaire et la place dans sa main.", }, trainerType: "Stadium", diff --git a/data/Diamond & Pearl/Stormfront/83.ts b/data/Diamond & Pearl/Stormfront/83.ts index 77c17ba58..d00e9eb13 100644 --- a/data/Diamond & Pearl/Stormfront/83.ts +++ b/data/Diamond & Pearl/Stormfront/83.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Energy Link", - fr: "Energy Link [Pokémon Tool]", + fr: "Chaîne d'énergie" }, illustrator: "Ryo Ueda", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Tant que Chaîne d’énergie est attachée à un Pokémon, vous pouvez déplacer une carte Énergie attachée à ce Pokémon sur un autre de vos Pokémon possédant Chaîne d’énergie. Vous pouvez utiliser cet effet autant de fois que vous le voulez lors de votre tour.", + fr: "Attachez Chaîne d'énergie à 1 de vos Pokémon qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la.\n\nTant que Chaîne d'énergie est attachée à un Pokémon, vous pouvez déplacer une carte Énergie attachée à ce Pokémon sur un autre de vos Pokémon possédant Chaîne d'énergie. Vous pouvez utiliser cet effet autant de fois que vous le voulez lors de votre tour.", }, trainerType: "Tool", diff --git a/data/Diamond & Pearl/Stormfront/84.ts b/data/Diamond & Pearl/Stormfront/84.ts index f365bdf64..d8f8c51ea 100644 --- a/data/Diamond & Pearl/Stormfront/84.ts +++ b/data/Diamond & Pearl/Stormfront/84.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Energy Switch", - fr: "Energy Switch", + fr: "Échange d'Énergie" }, illustrator: "Ryo Ueda", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/85.ts b/data/Diamond & Pearl/Stormfront/85.ts index 48902a439..42617d64f 100644 --- a/data/Diamond & Pearl/Stormfront/85.ts +++ b/data/Diamond & Pearl/Stormfront/85.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Great Ball", - fr: "Great Ball", + fr: "Super Ball" }, illustrator: "Kent Kanetsuna", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/86.ts b/data/Diamond & Pearl/Stormfront/86.ts index 18df79826..8492ca16d 100644 --- a/data/Diamond & Pearl/Stormfront/86.ts +++ b/data/Diamond & Pearl/Stormfront/86.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Luxury Ball", - fr: "Luxury Ball", + fr: "Luxe Ball" }, illustrator: "Ryo Ueda", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/87.ts b/data/Diamond & Pearl/Stormfront/87.ts index 663a57461..031240a50 100644 --- a/data/Diamond & Pearl/Stormfront/87.ts +++ b/data/Diamond & Pearl/Stormfront/87.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Marley's Request", - fr: "Marley's Request", + fr: "La requête de Vivianne" }, illustrator: "Ken Sugimori", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Choisissez dans votre pile de défausse 2 cartes Dresseur, Supporter ou Stade différentes et montrez-les à votre adversaire. Celui-ci en choisit une. Placez cette carte dans votre main et défaussez l'autre. (Si toutes les cartes Dresseur, Supporter et Stade dans votre pile de défausse ont le même nom, choisissez-en une. Montrez-la à votre adversaire et placez-la dans votre main.)", + fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.\n\nChoisissez dans votre pile de défausse 2 cartes Dresseur, Supporter ou Stade différentes et montrez-les à votre adversaire. Celui-ci en choisit une. Placez cette carte dans votre main et défaussez l'autre. (Si toutes les cartes Dresseurs, Supporter et Stade dans votre pile de défausse ont le même nom, choisissez-en une. Montrez-la à votre adversaire et placez-la dans votre main.)", }, trainerType: "Supporter", diff --git a/data/Diamond & Pearl/Stormfront/88.ts b/data/Diamond & Pearl/Stormfront/88.ts index ada99afc7..485d91917 100644 --- a/data/Diamond & Pearl/Stormfront/88.ts +++ b/data/Diamond & Pearl/Stormfront/88.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Poké Blower +", - fr: "Poké Blower +", + fr: "Poké Coup +" }, illustrator: "Ryo Ueda", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Vous pouvez jouer 2 Poké Coup + en même temps. Si vous jouez 1 Poké Coup +, lancez une pièce. Si c'est face, placez 1 marqueur de dégât sur 1 des Pokémon de votre adversaire. Si vous jouez 2 Poké Coup +, choisissez 1 des Pokémon de Banc de votre adversaire et échangez-le avec 1 de ses Pokémon Actifs.", + fr: "Vous pouvez jouer 2 Poké Coup + en même temps. Si vous jouez 1 Coup Guérison +, lancez une pièce. Si c'est face, placez 1 marqueur de dégât sur 1 des Pokémon de votre adversaire. Si vous jouez 2 Poké Coup +, choisissez 1 des Pokémon de Banc de votre adversaire et échangez-le avec 1 de ses Pokémon Actifs.", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Stormfront/89.ts b/data/Diamond & Pearl/Stormfront/89.ts index f83214279..19247e167 100644 --- a/data/Diamond & Pearl/Stormfront/89.ts +++ b/data/Diamond & Pearl/Stormfront/89.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Poké Drawer +", - fr: "Poké Drawer +", + fr: "Poké Pioche +" }, illustrator: "Ryo Ueda", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Vous pouvez jouer 2 Poké Pioche + en même temps. Si vous jouez 1 Poké Pioche +, piochez une carte. Si vous jouez 2 Poké Pioche +, choisissez jusqu'à 2 cartes dans votre deck et placez-les dans votre main. Ensuite, mélangez votre deck.", + fr: "Vous pouvez jouer 2 Poké Pioche + en même temps. Si vous jouez 1 Poké Pioche +, piochez 1 carte. Si vous jouez 2 Poké Pioche +, choisissez jusqu'à 2 cartes dans votre deck et placez-les dans votre main. Ensuite, mélangez votre deck.", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Stormfront/9.ts b/data/Diamond & Pearl/Stormfront/9.ts index 9af3ff30f..02bcb0d51 100644 --- a/data/Diamond & Pearl/Stormfront/9.ts +++ b/data/Diamond & Pearl/Stormfront/9.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Regigigas", - fr: "Regigigas", + fr: "Regigigas" }, illustrator: "Masakazu Fukuda", rarity: "Rare", @@ -65,7 +65,7 @@ const card: Card = { en: "You may do 60 damage plus 40 more damage. If you do, Regigigas does 40 damage to itself.", fr: "Vous pouvez infliger 60 dégâts plus 40 dégâts supplémentaires. Regigigas s'inflige alors 40 dégâts.", }, - damage: 60, + damage: "60+", }, ], diff --git a/data/Diamond & Pearl/Stormfront/90.ts b/data/Diamond & Pearl/Stormfront/90.ts index 7cec445aa..10f59ddc9 100644 --- a/data/Diamond & Pearl/Stormfront/90.ts +++ b/data/Diamond & Pearl/Stormfront/90.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Poké Healer +", - fr: "Poké Healer +", + fr: "Poké Guérison +" }, illustrator: "Ryo Ueda", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/91.ts b/data/Diamond & Pearl/Stormfront/91.ts index 01b36d355..7ec7feab5 100644 --- a/data/Diamond & Pearl/Stormfront/91.ts +++ b/data/Diamond & Pearl/Stormfront/91.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Premier Ball", - fr: "Premier Ball", + fr: "Honor ball" }, illustrator: "Ryo Ueda", rarity: "Uncommon", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Choisissez dans votre deck ou votre pile de défausse un Pokémon NIV.X, montrez-le à votre adversaire et placez-le dans votre main. Si vous cherchez dans votre deck, mélangez-le.", + fr: "Choisissez dans votre deck ou votre pile de défausse un Pokémon NIV.X, montrez-la à votre adversaire et placez-le dans votre main. Si vous cherchez dans votre deck, mélangez-le.", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Stormfront/92.ts b/data/Diamond & Pearl/Stormfront/92.ts index b6c2c53c1..e80ce1014 100644 --- a/data/Diamond & Pearl/Stormfront/92.ts +++ b/data/Diamond & Pearl/Stormfront/92.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Potion", - fr: "Potion", + fr: "Potion" }, illustrator: "Shin-ichi Yoshikawa", rarity: "Common", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Retirez à 1 de vos Pokémon 2 marqueurs de dégât (retirez-en 1 si ce Pokémon n'en a qu'un).", + fr: "Retirez à 1 de vos Pokémon 2 marqueurs de dégât (retirez-en 1 si ce Pokémon n'en possède qu'1).", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Stormfront/93.ts b/data/Diamond & Pearl/Stormfront/93.ts index 68d890ee1..bcc13de92 100644 --- a/data/Diamond & Pearl/Stormfront/93.ts +++ b/data/Diamond & Pearl/Stormfront/93.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Switch", - fr: "Switch", + fr: "Échange" }, illustrator: "Ryo Ueda", rarity: "Common", @@ -23,7 +23,7 @@ const card: Card = { effect: { - fr: "Échangez 1 de vos Pokémon Actifs avec 1 de vos Pokémon de Banc.", + fr: "Échangez 1 de vos Pokémon Actifs avec 1 des Pokémon de Banc.", }, trainerType: "Item", diff --git a/data/Diamond & Pearl/Stormfront/94.ts b/data/Diamond & Pearl/Stormfront/94.ts index e3195fe46..ac7234ece 100644 --- a/data/Diamond & Pearl/Stormfront/94.ts +++ b/data/Diamond & Pearl/Stormfront/94.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Cyclone Energy", - fr: "Cyclone Energy (special Energy)", + fr: "Énergie Cyclone" }, illustrator: "Takumi Akabane", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/95.ts b/data/Diamond & Pearl/Stormfront/95.ts index 5335c130d..1c55bd470 100644 --- a/data/Diamond & Pearl/Stormfront/95.ts +++ b/data/Diamond & Pearl/Stormfront/95.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Warp Energy", - fr: "Warp Energy (special Energy)", + fr: "Énergie de Distorsion" }, illustrator: "Takumi Akabane", rarity: "Uncommon", diff --git a/data/Diamond & Pearl/Stormfront/96.ts b/data/Diamond & Pearl/Stormfront/96.ts index 5cb826520..883f2c679 100644 --- a/data/Diamond & Pearl/Stormfront/96.ts +++ b/data/Diamond & Pearl/Stormfront/96.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Dusknoir", - fr: "Dusknoir LV.X", + fr: "Noctunoir" }, illustrator: "Shizurow", rarity: "Rare", @@ -32,7 +32,7 @@ const card: Card = { }, effect: { en: "If Dusknoir is your Active Pokémon and would be Knocked Out by damage from your opponent's attack, you may discard all cards attached to Dusknoir LV.X and put Dusknoir LV.X as a Stadium card into play instead of discarding it. This counts as Dusknoir being Knocked Out and your opponent takes a Prize card. As long as you have Dusknoir LV.X as a Stadium card in play, put 1 damage counter on each of your opponent's Pokémon between turns. If another Stadium card comes into play or Dusknoir LV.X is discarded by the effect of any attacks, Poké-Powers, Poké-Bodies, Trainer, or Supporter cards, return Dusknoir LV.X to your hand.", - fr: "Si Noctunoir est votre Pokémon Actif et que les dégâts d'une attaque de votre adversaire le mettent K.O, vous pouvez défausser toutes les cartes attachées à Noctunoir NIV.X et placer Noctunoir NIV.X comme carte Stade en jeu au lieu de la défausser. Noctunoir est mis K.O et votre adversaire récolte une carte Récompense. Tant que Noctunoir NIV.X comme carte Stade est en jeu, placez 1 marqueur de dégât sur chacun des Pokémon de votre adversaire entre deux tours. Si une autre carte Stade entre en jeu ou si Noctunoir NIV.X est défaussé par l'effet d'attaques, Poké-Powers, Poké-Bodies, cartes Dresseur ou Supporter, reprenez Noctunoir NIV.X dans votre main.", + fr: "Si Noctunoir est votre Pokémon Actif et que les dégâts d'une attaque de votre adversaire le mettent K.O, vous pouvez défausser toutes les cartes attachées à Noctunoir NIV.X et placer Noctunoir NIV.X comme carte Stade en jeu au lieu de la défausser. Noctunoir est mis K.O et votre adversaire récolte une carte Récompense. Tant que Noctunoir NIV.X comme carte Stade est en jeu, placez 1 marqueur de dégât sur chacun des Pokémon de votre adversaire entre deux tours. Si une autre carte Stade entre en jeu ou si Noctunoir NIV.X est défaussé par l'effet d'attaques, Poké-Powers, Poké-Bodies, cartes Dresseur ou Supporter, reprenez Noctunoir NIV.X dans votre main.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/97.ts b/data/Diamond & Pearl/Stormfront/97.ts index 430269122..c98cbe0d2 100644 --- a/data/Diamond & Pearl/Stormfront/97.ts +++ b/data/Diamond & Pearl/Stormfront/97.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Heatran", - fr: "Heatran LV.X", + fr: "Heatran" }, illustrator: "Shizurow", rarity: "Rare", @@ -32,7 +32,7 @@ const card: Card = { }, effect: { en: "Your opponent can't remove the Special Condition Burned by evolving or devolving his or her Burned Pokémon. (This also includes putting a Pokémon Level-Up card onto the Burned Pokémon.) Whenever your opponent flips a coin for the Special Condition Burned between turns, treat it as tails.", - fr: "Votre adversaire ne peut pas retirer l'État Spécial Brûlé en évoluant ou dés-évoluant son Pokémon Brûlé. (Cela comprend placer une carte Pokémon Niveau Sup sur le Pokémon Brûlé.) Lorsque votre adversaire lance une pièce pour l'État Spécial Brûlé entre deux tours, considérez que c'est une pile.", + fr: "Votre adversaire ne peut retirer l'État Spécial Brûlé en évoluant ou dés-évoluant son Pokémon Brûlé. (Cela comprend placer une Carte Pokémon Niveau Sup sur le Pokémon Brûlé.) Lorsque votre adversaire lance une pièce pour l'État Spécial Brûlé entre deux tours, considérez que c'est pile.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/98.ts b/data/Diamond & Pearl/Stormfront/98.ts index 46be5a905..fd36c78bf 100644 --- a/data/Diamond & Pearl/Stormfront/98.ts +++ b/data/Diamond & Pearl/Stormfront/98.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Machamp", - fr: "Machamp LV.X", + fr: "Mackogneur" }, illustrator: "Ryo Ueda", rarity: "Rare", @@ -32,7 +32,7 @@ const card: Card = { }, effect: { en: "As long as Machamp is your Active Pokémon, each of Machamp's attacks does 60 more damage to the Active Pokémon (before applying Weakness and Resistance) and any damage done to Machamp by your opponent's Pokémon is increased by 60 (after applying Weakness and Resistance).", - fr: "Tant que Mackogneur est votre Pokémon Actif, chacune des attaques de Mackogneur inflige 60 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance) et tous dégâts infligés à Mackogneur par des Pokémon de votre adversaire sont augmentés de 60 (après application de la Faiblesse et de la Résistance).", + fr: "Tant que Mackogneur est votre Pokémon Actif, chacune des attaques de Mackogneur inflige 60 dégåts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance) et tous dégâts infligés à Mackogneur par des Pokémon de votre adversaire sont augmentés de 60 (après application de la Faiblesse et de la Résistance).", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/99.ts b/data/Diamond & Pearl/Stormfront/99.ts index 4b8334ac3..ee9c1d263 100644 --- a/data/Diamond & Pearl/Stormfront/99.ts +++ b/data/Diamond & Pearl/Stormfront/99.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Raichu", - fr: "Raichu LV.X", + fr: "Raichu" }, illustrator: "Ryo Ueda", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/SH1.ts b/data/Diamond & Pearl/Stormfront/SH1.ts index 324c6b945..34dd07943 100644 --- a/data/Diamond & Pearl/Stormfront/SH1.ts +++ b/data/Diamond & Pearl/Stormfront/SH1.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Drifloon", - fr: "Drifloon (different color)", + fr: "Baudrive" }, illustrator: "Atsuko Nishida", rarity: "Rare", @@ -32,7 +32,7 @@ const card: Card = { }, effect: { en: "If Drifloon has a Pokémon Tool card attached to it, Drifloon's Retreat Cost is colorless colorless more.", - fr: "Si Baudrive possède une carte Outil Pokémon, son Coût de retraite est de Colorless Colorless de plus.", + fr: "Si Baudrive possède une carte Outil Pokémon, son Coût de Retraite est de ColorlessColorless de plus.", }, }, ], diff --git a/data/Diamond & Pearl/Stormfront/SH2.ts b/data/Diamond & Pearl/Stormfront/SH2.ts index 49883d8fa..658b1b0d4 100644 --- a/data/Diamond & Pearl/Stormfront/SH2.ts +++ b/data/Diamond & Pearl/Stormfront/SH2.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Duskull", - fr: "Duskull (different color)", + fr: "Skélénox" }, illustrator: "Kouki Saitou", rarity: "Rare", diff --git a/data/Diamond & Pearl/Stormfront/SH3.ts b/data/Diamond & Pearl/Stormfront/SH3.ts index fbf76b3fa..1f870df99 100644 --- a/data/Diamond & Pearl/Stormfront/SH3.ts +++ b/data/Diamond & Pearl/Stormfront/SH3.ts @@ -4,7 +4,7 @@ import Set from '../Stormfront' const card: Card = { name: { en: "Voltorb", - fr: "Voltorb (different color)", + fr: "Voltorbe" }, illustrator: "Kent Kanetsuna", rarity: "Rare", diff --git a/meta/codeshift.ts b/meta/codeshift.ts index 0515dca1b..17ae32853 100644 --- a/meta/codeshift.ts +++ b/meta/codeshift.ts @@ -78,6 +78,18 @@ function set(j: JSCodeshift, path: ObjectExpression | ArrayExpression, value: Po } } +function remove(path: ObjectExpression | ArrayExpression, key: string | number) { + if (path.type === 'ObjectExpression') { + const index = path.properties.findIndex((p) => ((p as Property).key as Identifier).name === (key + '')) + if (index === -1) { + return + } + path.properties.splice(index) + } else { + + } +} + /** * Start editing here ! */ @@ -90,9 +102,14 @@ const transformer: Transform = (file, api) => { .forEach((path, index) => { if (index !== 0) return let simplified = simplify(path.node) + const name = simplified.items.name as ObjectField + name.items.fr + + // Example remove field + remove(name.item as ObjectExpression, 'fr') // Example Set/Add regulationMArk to cards - set(j, simplified.item, j.literal('D'), 'regulationMark') + // set(j, name.items.fr, j.literal('D'), 'regulationMark') }) .toSource({useTabs: true, lineTerminator: '\n'}).replace(/ /g, ' ')