diff --git a/cards/swsh/swsh1/1.ts b/cards/swsh/swsh1/1.ts index fa4e2d8b2..28d1e7a51 100644 --- a/cards/swsh/swsh1/1.ts +++ b/cards/swsh/swsh1/1.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Celebi V", + fr: "Celebi V", }, hp: 180, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/1/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/1/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/1/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/1/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 0, + name: "PLANETA Igarashi" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Find a Friend", + fr: "Trouver un Ami", }, text: { en: "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 2 Pokémon, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Line Force", + fr: "Force Linéaire", }, text: { en: "This attack does 20 more damage for each of your Benched Pokémon.", + fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.", }, damage: "50+" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/10.ts b/cards/swsh/swsh1/10.ts index 19659d3c3..9834b66c6 100644 --- a/cards/swsh/swsh1/10.ts +++ b/cards/swsh/swsh1/10.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Grookey", + fr: "Ouistempo", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/10/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/10/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/10/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/10/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 4, + name: "Naoki Saito" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Fury Swipes", + fr: "Combo-Griffe", }, text: { en: "Flip 3 coins. This attack does 10 damage for each heads.", + fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts pour chaque côté face.", }, damage: "10×" }], @@ -70,7 +78,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/100.ts b/cards/swsh/swsh1/100.ts index e305bca99..92aa2687a 100644 --- a/cards/swsh/swsh1/100.ts +++ b/cards/swsh/swsh1/100.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sudowoodo", + fr: "Simularbre", }, hp: 100, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/100/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/100/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/100/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/100/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 45, + name: "Yukiko Baba" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Double Draw", + fr: "Double Pioche", }, text: { en: "Draw 2 cards.", + fr: "Piochez 2 cartes.", }, },{ cost: [ @@ -59,9 +67,11 @@ const card: Card = { ], name: { en: "Flail", + fr: "Gigotage", }, text: { en: "This attack does 10 damage for each damage counter on this Pokémon.", + fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts sur ce Pokémon.", }, damage: "10×" }], @@ -80,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/101.ts b/cards/swsh/swsh1/101.ts index 5192a2b65..a6dce7973 100644 --- a/cards/swsh/swsh1/101.ts +++ b/cards/swsh/swsh1/101.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Baltoy", + fr: "Balbuto", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/101/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/101/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/101/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/101/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 57, + name: "Uta" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Beam", + fr: "Rayon", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Sand Spray", + fr: "Jet Sableux", }, damage: 30 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/102.ts b/cards/swsh/swsh1/102.ts index d97a3363b..231811398 100644 --- a/cards/swsh/swsh1/102.ts +++ b/cards/swsh/swsh1/102.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Baltoy", + fr: "Balbuto", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/102/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/102/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/102/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/102/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 9, + name: "Miki Tanaka" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Spinning Attack", + fr: "Attaque Tournante", }, damage: 20 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/103.ts b/cards/swsh/swsh1/103.ts index c353f3e0b..7a9fe0ba8 100644 --- a/cards/swsh/swsh1/103.ts +++ b/cards/swsh/swsh1/103.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Claydol", + fr: "Kaorine", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/103/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/103/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/103/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/103/high.png", }, }, evolveFrom: { en: "Baltoy", + fr: "Balbuto", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 30, + name: "Tomokazu Komiya" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Psybeam", + fr: "Rafale Psy", }, text: { en: "Your opponent’s Active Pokémon is now Confused.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.", }, damage: 30 },{ @@ -63,9 +72,11 @@ const card: Card = { ], name: { en: "Explosion", + fr: "Explosion", }, text: { en: "This Pokémon also does 120 damage to itself.", + fr: "Ce Pokémon s’inflige aussi 120 dégâts.", }, damage: 200 }], @@ -84,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/104.ts b/cards/swsh/swsh1/104.ts index 220618e79..5baa360ec 100644 --- a/cards/swsh/swsh1/104.ts +++ b/cards/swsh/swsh1/104.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Regirock V", + fr: "Regirock V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/104/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/104/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/104/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/104/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 24, + name: "PLANETA Tsuji" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -54,9 +61,11 @@ const card: Card = { ], name: { en: "Raging Hammer", + fr: "Marteau Rageur", }, text: { en: "This attack does 10 more damage for each damage counter on this Pokémon.", + fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts sur ce Pokémon.", }, damage: "30+" },{ @@ -67,9 +76,11 @@ const card: Card = { ], name: { en: "Rocky Tackle", + fr: "Tacle Rocailleux", }, text: { en: "This Pokémon also does 30 damage to itself.", + fr: "Ce Pokémon s’inflige aussi 30 dégâts.", }, damage: 190 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/105.ts b/cards/swsh/swsh1/105.ts index 43b555f6b..4da5b2042 100644 --- a/cards/swsh/swsh1/105.ts +++ b/cards/swsh/swsh1/105.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Mudbray", + fr: "Tiboudet", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/105/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/105/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/105/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/105/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 37, + name: "Shibuzoh." + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Stampede", + fr: "Ruée", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Rear Kick", + fr: "Ruade", }, damage: 30 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/106.ts b/cards/swsh/swsh1/106.ts index 2d640eed8..a2593de6f 100644 --- a/cards/swsh/swsh1/106.ts +++ b/cards/swsh/swsh1/106.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Mudsdale", + fr: "Bourrinos", }, hp: 150, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/106/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/106/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/106/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/106/high.png", }, }, evolveFrom: { en: "Mudbray", + fr: "Tiboudet", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 56, + name: "Masakazu Fukuda" + }, @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Double Impact", + fr: "Double Impact", }, text: { en: "Flip 2 coins. This attack does 120 damage for each heads.", + fr: "Lancez 2 pièces. Cette attaque inflige 120 dégâts pour chaque côté face.", }, damage: "120×" }], @@ -74,7 +83,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/107.ts b/cards/swsh/swsh1/107.ts index 5ec46a4d7..0e42872ab 100644 --- a/cards/swsh/swsh1/107.ts +++ b/cards/swsh/swsh1/107.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Silicobra", + fr: "Dunaja", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/107/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/107/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/107/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/107/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 21, + name: "Misa Tsutsui" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Sand Attack", + fr: "Jet de Sable", }, text: { en: "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.", + fr: "Pendant le prochain tour de votre adversaire, si le Pokémon Défenseur essaie d’attaquer, votre adversaire lance une pièce. Si c’est pile, l’attaque n’est pas lancée.", }, }], @@ -69,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/108.ts b/cards/swsh/swsh1/108.ts index 954d71143..ec50fa554 100644 --- a/cards/swsh/swsh1/108.ts +++ b/cards/swsh/swsh1/108.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Silicobra", + fr: "Dunaja", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/108/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/108/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/108/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/108/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Headbutt", + fr: "Coup d’Boule", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Tail Whap", + fr: "Queue Battoir", }, damage: 20 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/109.ts b/cards/swsh/swsh1/109.ts index cd56c200e..dd1de3f3b 100644 --- a/cards/swsh/swsh1/109.ts +++ b/cards/swsh/swsh1/109.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sandaconda", + fr: "Dunaconda", }, hp: 140, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/109/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/109/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/109/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/109/high.png", }, }, evolveFrom: { en: "Silicobra", + fr: "Dunaja", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Coil", + fr: "Enroulement", }, text: { en: "During your next turn, this Pokémon’s attacks do 120 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).", + fr: "Pendant votre prochain tour, les attaques de ce Pokémon infligent 120 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).", }, damage: 10 },{ @@ -64,6 +73,7 @@ const card: Card = { ], name: { en: "Skull Bash", + fr: "Coud’Krâne", }, damage: 100 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/11.ts b/cards/swsh/swsh1/11.ts index 1279494f7..19bb30180 100644 --- a/cards/swsh/swsh1/11.ts +++ b/cards/swsh/swsh1/11.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Grookey", + fr: "Ouistempo", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/11/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/11/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/11/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/11/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Scratch", + fr: "Griffe", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Beat", + fr: "Bataille", }, damage: 20 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/110.ts b/cards/swsh/swsh1/110.ts index d3ce5b800..a23adec8a 100644 --- a/cards/swsh/swsh1/110.ts +++ b/cards/swsh/swsh1/110.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sandaconda", + fr: "Dunaconda", }, hp: 130, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/110/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/110/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/110/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/110/high.png", }, }, evolveFrom: { en: "Silicobra", + fr: "Dunaja", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 15, + name: "nagimiso" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Sand Sac", + fr: "Poche de Sable", }, text: { en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).", + fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", } }], @@ -61,9 +70,11 @@ const card: Card = { ], name: { en: "Power Press", + fr: "Étau Puissant", }, text: { en: "If this Pokémon has at least 1 extra Fighting Energy attached (in addition to this attack's cost), this attack does 70 more damage.", + fr: "Si au moins une Énergie Fighting supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), cette attaque inflige 70 dégâts supplémentaires.", }, damage: "60+" }], @@ -82,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/111.ts b/cards/swsh/swsh1/111.ts index 447d4ff24..8f6286697 100644 --- a/cards/swsh/swsh1/111.ts +++ b/cards/swsh/swsh1/111.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Clobbopus", + fr: "Poulpaf", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/111/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/111/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/111/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/111/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 16, + name: "Mina Nakai" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Bind", + fr: "Étreinte", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 20 }], @@ -70,7 +78,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/112.ts b/cards/swsh/swsh1/112.ts index 392b5e64f..6a0974653 100644 --- a/cards/swsh/swsh1/112.ts +++ b/cards/swsh/swsh1/112.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Clobbopus", + fr: "Poulpaf", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/112/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/112/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/112/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/112/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -50,6 +56,7 @@ const card: Card = { ], name: { en: "Punch", + fr: "Koud’Poing", }, damage: 50 }], @@ -68,7 +75,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/113.ts b/cards/swsh/swsh1/113.ts index 32b8d9102..ffbe7ee42 100644 --- a/cards/swsh/swsh1/113.ts +++ b/cards/swsh/swsh1/113.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Grapploct", + fr: "Krakos", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/113/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/113/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/113/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/113/high.png", }, }, evolveFrom: { en: "Clobbopus", + fr: "Poulpaf", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -52,9 +59,11 @@ const card: Card = { ], name: { en: "Octolock", + fr: "Octoprise", }, text: { en: "Until this Grapploct leaves the Active Spot, the Defending Pokémon's attacks cost ColorlessColorless more, and the Defending Pokémon can't retreat. This effect can't be applied more than once.", + fr: "Tant que ce Krakos est sur le Poste Actif, les attaques du Pokémon Défenseur coûtent ColorlessColorless de plus, et le Pokémon Défenseur ne peut pas battre en retraite. Cet effet n’est applicable qu’une fois.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Tough Swing", + fr: "Frappe Solide", }, text: { en: "This attack’s damage isn’t affected by Resistance.", + fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.", }, damage: 130 }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/114.ts b/cards/swsh/swsh1/114.ts index baaf8430e..63afc9051 100644 --- a/cards/swsh/swsh1/114.ts +++ b/cards/swsh/swsh1/114.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Stonjourner", + fr: "Dolman", }, hp: 120, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/114/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/114/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/114/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/114/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Wild Tackle", + fr: "Tacle Brutal", }, text: { en: "This Pokémon also does 10 damage to itself.", + fr: "Ce Pokémon s’inflige aussi 10 dégâts.", }, damage: 70 }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/115.ts b/cards/swsh/swsh1/115.ts index 5dfbcb9d5..c18e0eb27 100644 --- a/cards/swsh/swsh1/115.ts +++ b/cards/swsh/swsh1/115.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Stonjourner V", + fr: "Dolman V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/115/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/115/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/115/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/115/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Guard Press", + fr: "Pression de Garde", }, text: { en: "During your opponent’s next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).", + fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, damage: 40 },{ @@ -66,6 +75,7 @@ const card: Card = { ], name: { en: "Mega Kick", + fr: "Ultimawashi", }, damage: 150 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/116.ts b/cards/swsh/swsh1/116.ts index 236e617d4..5b3373d79 100644 --- a/cards/swsh/swsh1/116.ts +++ b/cards/swsh/swsh1/116.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Stonjourner VMAX", + fr: "Dolman VMAX", }, hp: 330, @@ -27,27 +28,34 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/116/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/116/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/116/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/116/high.png", }, }, evolveFrom: { en: "Stonjourner V", + fr: "Dolman-V", }, tags: [ Tag.VMAX, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "VMAX rule", + fr: "Règle VMAX", }, },{ cost: [ @@ -55,9 +63,11 @@ const card: Card = { ], name: { en: "Stone Gift", + fr: "Cadeau Roc", }, text: { en: "Attach a Fighting Energy card from your hand to 1 of your Pokémon. If you do, heal 120 damage from that Pokémon.", + fr: "Attachez une carte Énergie Fighting de votre main à l’un de vos Pokémon. Dans ce cas, soignez 120 dégâts de ce Pokémon-là.", }, },{ cost: [ @@ -67,6 +77,7 @@ const card: Card = { ], name: { en: "Max Rockfall", + fr: "Lithomax", }, damage: 200 }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/117.ts b/cards/swsh/swsh1/117.ts index 5cad3b457..97b249ccb 100644 --- a/cards/swsh/swsh1/117.ts +++ b/cards/swsh/swsh1/117.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Zigzagoon", + fr: "Zigzaton de Galar", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/117/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/117/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/117/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/117/high.png", }, }, @@ -39,16 +42,21 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Headbutt Tantrum", + fr: "Caprice Coup de Tête", }, text: { en: "When you play this Pokémon from your hand onto your Bench during your turn, you may put 1 damage counter on 1 of your opponent’s Pokémon.", + fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez placer un marqueur de dégâts sur l’un des Pokémon de votre adversaire.", } }], @@ -59,9 +67,11 @@ const card: Card = { ], name: { en: "Surprise Attack", + fr: "Attaque Surprise", }, text: { en: "Flip a coin. If tails, this attack does nothing.", + fr: "Lancez une pièce. Si c’est pile, cette attaque ne fait rien.", }, damage: 30 }], @@ -80,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/118.ts b/cards/swsh/swsh1/118.ts index 8cfeeaea9..c6ee48cbc 100644 --- a/cards/swsh/swsh1/118.ts +++ b/cards/swsh/swsh1/118.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Linoone", + fr: "Linéon de Galar", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/118/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/118/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/118/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/118/high.png", }, }, evolveFrom: { en: "Galarian Zigzagoon", + fr: "Zigzaton de Galar", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 15, + name: "nagimiso" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Night Slash", + fr: "Tranche-Nuit", }, text: { en: "Switch this Pokémon with 1 of your Benched Pokémon.", + fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc.", }, damage: 20 },{ @@ -64,6 +73,7 @@ const card: Card = { ], name: { en: "Hammer In", + fr: "Enfoncement", }, damage: 70 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/119.ts b/cards/swsh/swsh1/119.ts index 54b929ced..59b2c6a8f 100644 --- a/cards/swsh/swsh1/119.ts +++ b/cards/swsh/swsh1/119.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Obstagoon", + fr: "Ixon de Galar", }, hp: 160, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/119/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/119/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/119/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/119/high.png", }, }, evolveFrom: { en: "Galarian Linoone", + fr: "Linéon de Galar", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Untamed Shout", + fr: "Cri Sauvage", }, text: { en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may put 3 damage counters on 1 of your opponent’s Pokémon.", + fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l’un de vos Pokémon pendant votre tour, vous pouvez placer 3 marqueurs de dégâts sur l’un des Pokémon de votre adversaire.", } }], @@ -61,9 +70,11 @@ const card: Card = { ], name: { en: "Obstruct", + fr: "Blocage", }, text: { en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.", + fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon de base.", }, damage: 90 }], @@ -82,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/12.ts b/cards/swsh/swsh1/12.ts index e4d51cbd9..3b0dd1d93 100644 --- a/cards/swsh/swsh1/12.ts +++ b/cards/swsh/swsh1/12.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Thwackey", + fr: "Badabouin", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/12/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/12/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/12/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/12/high.png", }, }, evolveFrom: { en: "Grookey", + fr: "Ouistempo", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 11, + name: "Megumi Mizutani" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Taunt", + fr: "Provoc", }, text: { en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.", + fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif.", }, },{ cost: [ @@ -63,9 +72,11 @@ const card: Card = { ], name: { en: "Double Hit", + fr: "Coup Double", }, text: { en: "Flip 2 coins. This attack does 60 damage for each heads.", + fr: "Lancez 2 pièces. Cette attaque inflige 60 dégâts pour chaque côté face.", }, damage: "60×" }], @@ -84,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/120.ts b/cards/swsh/swsh1/120.ts index 8d9608ea3..f65a11f17 100644 --- a/cards/swsh/swsh1/120.ts +++ b/cards/swsh/swsh1/120.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sableye V", + fr: "Ténéfix V", }, hp: 170, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/120/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/120/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/120/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/120/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 7, + name: "Eske Yoshinob" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Lode Search", + fr: "Recherche du Filon", }, text: { en: "Put a Trainer card from your discard pile into your hand.", + fr: "Ajoutez à votre main une carte Dresseur de votre pile de défausse.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Crazy Claws", + fr: "Griffes Folles", }, text: { en: "This attack does 60 more damage for each damage counter on your opponent’s Active Pokémon.", + fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque marqueur de dégâts sur le Pokémon Actif de votre adversaire.", }, damage: "10+" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/121.ts b/cards/swsh/swsh1/121.ts index f36f510d3..64cd5942e 100644 --- a/cards/swsh/swsh1/121.ts +++ b/cards/swsh/swsh1/121.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Skorupi", + fr: "Rapion", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/121/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/121/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/121/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/121/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 3, + name: "sowsow" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Poison Sting", + fr: "Dard-Venin", }, text: { en: "Your opponent’s Active Pokémon is now Poisoned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.", }, },{ cost: [ @@ -61,6 +69,7 @@ const card: Card = { ], name: { en: "Slashing Claw", + fr: "Griffe Taillante", }, damage: 50 }], @@ -79,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/122.ts b/cards/swsh/swsh1/122.ts index ccf78aac6..a2fb84c66 100644 --- a/cards/swsh/swsh1/122.ts +++ b/cards/swsh/swsh1/122.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Drapion", + fr: "Drascore", }, hp: 140, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/122/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/122/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/122/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/122/high.png", }, }, evolveFrom: { en: "Skorupi", + fr: "Rapion", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 56, + name: "Masakazu Fukuda" + }, @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Hard Press", + fr: "Pression Robuste", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 80 },{ @@ -67,9 +76,11 @@ const card: Card = { ], name: { en: "Toxic Strike", + fr: "Frappe Toxique", }, text: { en: "Your opponent’s Active Pokémon is now Poisoned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.", }, damage: 130 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/123.ts b/cards/swsh/swsh1/123.ts index 6051360e4..78ee2415e 100644 --- a/cards/swsh/swsh1/123.ts +++ b/cards/swsh/swsh1/123.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Croagunk", + fr: "Cradopaud", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/123/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/123/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/123/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/123/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 42, + name: "otumami" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Stampede", + fr: "Ruée", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Lunge Out", + fr: "Allonger", }, damage: 30 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/124.ts b/cards/swsh/swsh1/124.ts index 183ea7d57..6d389ea23 100644 --- a/cards/swsh/swsh1/124.ts +++ b/cards/swsh/swsh1/124.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Toxicroak", + fr: "Coatox", }, hp: 110, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/124/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/124/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/124/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/124/high.png", }, }, evolveFrom: { en: "Croagunk", + fr: "Cradopaud", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 46, + name: "Ryuta Fuse" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "More Poison", + fr: "Poison Sans Fin", }, text: { en: "Put 2 more damage counters on your opponent’s Poisoned Pokémon during Pokémon Checkup.", + fr: "Pendant le Contrôle Pokémon, placez 2 marqueurs de dégâts supplémentaires sur les Pokémon Empoisonnés de votre adversaire.", } }], @@ -62,9 +71,11 @@ const card: Card = { ], name: { en: "Poison Claws", + fr: "Griffes Empoisonnées", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Poisoned.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Empoisonné.", }, damage: 70 }], @@ -83,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/125.ts b/cards/swsh/swsh1/125.ts index bd2ec746c..51bce60e0 100644 --- a/cards/swsh/swsh1/125.ts +++ b/cards/swsh/swsh1/125.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Nickit", + fr: "Goupilou", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/125/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/125/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/125/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/125/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Instigate", + fr: "Provocation", }, text: { en: "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards.", + fr: "Votre adversaire mélange sa main, puis la place en dessous de son deck. S’il place ainsi au moins une carte en dessous de son deck, il pioche 3 cartes.", }, }], @@ -69,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/126.ts b/cards/swsh/swsh1/126.ts index 03940cd84..aba384058 100644 --- a/cards/swsh/swsh1/126.ts +++ b/cards/swsh/swsh1/126.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "​Thievul", + fr: "Roublenard", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/126/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/126/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/126/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/126/high.png", }, }, evolveFrom: { en: "Nickit", + fr: "Goupilou", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Thief", + fr: "Larcin", }, text: { en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck.", + fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck.", }, damage: 20 },{ @@ -64,6 +73,7 @@ const card: Card = { ], name: { en: "Darkness Fang", + fr: "Croc Obscur", }, damage: 90 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/127.ts b/cards/swsh/swsh1/127.ts index f7b5d3d82..8dc7bee68 100644 --- a/cards/swsh/swsh1/127.ts +++ b/cards/swsh/swsh1/127.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Meowth", + fr: "Miaouss de Galar", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/127/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/127/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/127/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/127/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Hone Claws", + fr: "Aiguisage", }, text: { en: "During your next turn, this Pokémon’s Slash attack does 60 more damage (before applying Weakness and Resistance).", + fr: "Pendant votre prochain tour, l’attaque Tranche de ce Pokémon inflige 60 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Slash", + fr: "Tranche", }, damage: 30 }], @@ -81,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/128.ts b/cards/swsh/swsh1/128.ts index 435f1ef3d..418afffaf 100644 --- a/cards/swsh/swsh1/128.ts +++ b/cards/swsh/swsh1/128.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Perrserker", + fr: "Berserkatt de Galar", }, hp: 120, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/128/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/128/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/128/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/128/high.png", }, }, evolveFrom: { en: "Galarian Meowth", + fr: "Miaouss de Galar", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 58, + name: "Mitsuhiro Arita" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Steely Spirit", + fr: "Boost Acier", }, text: { en: "Your Metal Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", + fr: "Les attaques de vos Pokémon Metal infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).", } }], @@ -62,6 +71,7 @@ const card: Card = { ], name: { en: "Metal Claw", + fr: "Griffe Acier", }, damage: 70 }], @@ -83,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/129.ts b/cards/swsh/swsh1/129.ts index ae35fb67d..9bed45c0d 100644 --- a/cards/swsh/swsh1/129.ts +++ b/cards/swsh/swsh1/129.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Mawile", + fr: "Mysdibule", }, hp: 90, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/129/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/129/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/129/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/129/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 59, + name: "AKIRA EGAWA" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Find a Friend", + fr: "Trouver un Ami", }, text: { en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -60,9 +68,11 @@ const card: Card = { ], name: { en: "Crunch", + fr: "Mâchouille", }, text: { en: "Discard an Energy from your opponent's Active Pokémon.", + fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.", }, damage: 40 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/13.ts b/cards/swsh/swsh1/13.ts index 005200c23..fa5b70edd 100644 --- a/cards/swsh/swsh1/13.ts +++ b/cards/swsh/swsh1/13.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Thwackey", + fr: "Badabouin", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/13/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/13/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/13/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/13/high.png", }, }, evolveFrom: { en: "Grookey", + fr: "Ouistempo", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -52,6 +59,7 @@ const card: Card = { ], name: { en: "Beat", + fr: "Bataille", }, damage: 30 },{ @@ -62,9 +70,11 @@ const card: Card = { ], name: { en: "Ambush", + fr: "Embuscade", }, text: { en: "Flip a coin. If heads, this attack does 30 more damage.", + fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires.", }, damage: "50+" }], @@ -83,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/130.ts b/cards/swsh/swsh1/130.ts index 4ff794455..2a2967f43 100644 --- a/cards/swsh/swsh1/130.ts +++ b/cards/swsh/swsh1/130.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Ferroseed", + fr: "Grindur", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/130/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/130/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/130/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/130/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 60, + name: "Yuka Morii" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Rollout", + fr: "Roulade", }, damage: 10 }], @@ -70,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/131.ts b/cards/swsh/swsh1/131.ts index 1c145c626..5b35a4812 100644 --- a/cards/swsh/swsh1/131.ts +++ b/cards/swsh/swsh1/131.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Ferrothorn", + fr: "Noacier", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/131/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/131/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/131/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/131/high.png", }, }, evolveFrom: { en: "Ferroseed", + fr: "Grindur", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 41, + name: "Midori Harada" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Triple Smash", + fr: "Triple Éclate", }, text: { en: "Flip 3 coins. This attack does 30 damage for each heads.", + fr: "Lancez 3 pièces. Cette attaque inflige 30 dégâts pour chaque côté face.", }, damage: "30×" },{ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Energy Slap", + fr: "Volée Énergique", }, text: { en: "You may move all Energy from this Pokémon to 1 of your Benched Pokémon.", + fr: "Vous pouvez déplacer toute l’Énergie de ce Pokémon vers l’un de vos Pokémon de Banc.", }, damage: 100 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/132.ts b/cards/swsh/swsh1/132.ts index 039b10200..ff7cfdb22 100644 --- a/cards/swsh/swsh1/132.ts +++ b/cards/swsh/swsh1/132.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Stunfisk", + fr: "Limonde de Galar", }, hp: 120, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/132/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/132/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/132/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/132/high.png", }, }, @@ -39,16 +42,21 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Snap Trap", + fr: "Troquenard", }, text: { en: "If this Pokémon is in the Active Spot and is damaged by an opponent’s attack (even if it is Knocked Out), discard an Energy from the Attacking Pokémon.", + fr: "Si ce Pokémon est sur le Poste Actif et qu’il subit les dégâts d’une attaque de votre adversaire (même s’il est mis K.O.), défaussez une Énergie du Pokémon Attaquant.", } }], @@ -59,9 +67,11 @@ const card: Card = { ], name: { en: "Damage Rush", + fr: "Charge Destructrice", }, text: { en: "Flip a coin until you get tails. This attack does 30 more damage for each heads.", + fr: "Lancez une pièce jusqu’à obtenir un côté pile. Cette attaque inflige 30 dégâts supplémentaires pour chaque côté face.", }, damage: "30+" }], @@ -83,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/133.ts b/cards/swsh/swsh1/133.ts index f9b2e375c..7923712d5 100644 --- a/cards/swsh/swsh1/133.ts +++ b/cards/swsh/swsh1/133.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pawniard", + fr: "Scalpion", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/133/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/133/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/133/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/133/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 43, + name: "Motofumi Fujiwara" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Cut Up", + fr: "Découpage", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Metal Claw", + fr: "Griffe Acier", }, damage: 20 }], @@ -79,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/134.ts b/cards/swsh/swsh1/134.ts index 818d819f6..20656b637 100644 --- a/cards/swsh/swsh1/134.ts +++ b/cards/swsh/swsh1/134.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Bisharp", + fr: "Scalproie", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/134/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/134/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/134/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/134/high.png", }, }, evolveFrom: { en: "Pawniard", + fr: "Scalpion", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 25, + name: "kawayoo" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Charge Order", + fr: "Ordre de Charge", }, text: { en: "This attack does 30 more damage for each of your Benched Pawniard.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Scalpion sur votre Banc.", }, damage: "30+" },{ @@ -63,6 +72,7 @@ const card: Card = { ], name: { en: "Slicing Blade", + fr: "Lame Tranchante", }, damage: 60 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/135.ts b/cards/swsh/swsh1/135.ts index 793bdf2b0..520b87e17 100644 --- a/cards/swsh/swsh1/135.ts +++ b/cards/swsh/swsh1/135.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Corviknight", + fr: "Corvaillus", }, hp: 170, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/135/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/135/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/135/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/135/high.png", }, }, evolveFrom: { en: "Corvisquire", + fr: "Bleuseille", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Peck", + fr: "Picpic", }, damage: 50 },{ @@ -61,9 +69,11 @@ const card: Card = { ], name: { en: "Iron Wings", + fr: "Ailes de Fer", }, text: { en: "You may discard 2 Energy from this Pokémon. If you do, during your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance).", + fr: "Vous pouvez défausser 2 Énergies de ce Pokémon. Dans ce cas, pendant le prochain tour de votre adversaire, ce Pokémon subit 100 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, damage: 130 }], @@ -85,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/136.ts b/cards/swsh/swsh1/136.ts index 4b36d15d4..efe665a85 100644 --- a/cards/swsh/swsh1/136.ts +++ b/cards/swsh/swsh1/136.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cufant", + fr: "Charibari", }, hp: 100, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/136/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/136/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/136/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/136/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Stomp", + fr: "Écrasement", }, text: { en: "Flip a coin. If heads, this attack does 20 more damage.", + fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.", }, damage: "20+" }], @@ -74,7 +82,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/137.ts b/cards/swsh/swsh1/137.ts index 000d0c1e1..e2fec0373 100644 --- a/cards/swsh/swsh1/137.ts +++ b/cards/swsh/swsh1/137.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Copperajah", + fr: "Pachyradjah", }, hp: 190, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/137/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/137/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/137/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/137/high.png", }, }, evolveFrom: { en: "Cufant", + fr: "Charibari", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, @@ -52,9 +59,11 @@ const card: Card = { ], name: { en: "Dig Drain", + fr: "Trou Épuisant", }, text: { en: "Heal 30 damage from this Pokémon.", + fr: "Soignez 30 dégâts de ce Pokémon.", }, damage: 60 },{ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Muscular Nose", + fr: "Nez Musclé", }, text: { en: "If this Pokémon has 8 or more damage counters on it, this attack does nothing.", + fr: "Si ce Pokémon a au moins 8 marqueurs de dégâts, cette attaque ne fait rien.", }, damage: 220 }], @@ -89,7 +100,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/138.ts b/cards/swsh/swsh1/138.ts index 73defbf20..19719cfee 100644 --- a/cards/swsh/swsh1/138.ts +++ b/cards/swsh/swsh1/138.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Zacian V", + fr: "Zacian V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/138/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/138/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/138/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/138/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Intrepid Sword", + fr: "Lame Indomptable", }, text: { en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends.", + fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus de votre deck, puis attacher à ce Pokémon le nombre voulu de cartes Énergie Metal que vous y trouvez. Ajoutez les autres cartes à votre main. Si vous utilisez ce talent, votre tour se termine.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Brave Blade", + fr: "Lame Vaillante", }, text: { en: "During your next turn, this Pokémon can't attack.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.", }, damage: 230 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/139.ts b/cards/swsh/swsh1/139.ts index cc0e7a0b3..3a5bc2622 100644 --- a/cards/swsh/swsh1/139.ts +++ b/cards/swsh/swsh1/139.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Zamazenta V", + fr: "Zamazenta V", }, hp: 230, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/139/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/139/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/139/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/139/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Dauntless Shield", + fr: "Égide Inflexible", }, text: { en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon VMAX.", + fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-VMAX de votre adversaire.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Assault Tackle", + fr: "Tacle Assaillant", }, text: { en: "Discard a Special Energy from your opponent's Active Pokémon.", + fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.", }, damage: 130 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/14.ts b/cards/swsh/swsh1/14.ts index b764685cc..05f4be7d4 100644 --- a/cards/swsh/swsh1/14.ts +++ b/cards/swsh/swsh1/14.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rillaboom", + fr: "Gorythmic", }, hp: 170, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/14/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/14/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/14/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/14/high.png", }, }, evolveFrom: { en: "Thwackey", + fr: "Badabouin", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 12, + name: "Anesaki Dynamic" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Voltage Beat", + fr: "Rythme Voltaïque", }, text: { en: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.", + fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu’à 2 cartes Énergie Grass, puis les attacher à l’un de vos Pokémon. Mélangez ensuite votre deck.", } }], @@ -63,6 +72,7 @@ const card: Card = { ], name: { en: "Hammer In", + fr: "Enfoncement", }, damage: 140 }], @@ -81,7 +91,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/140.ts b/cards/swsh/swsh1/140.ts index 50989907e..e388f8b50 100644 --- a/cards/swsh/swsh1/140.ts +++ b/cards/swsh/swsh1/140.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Snorlax", + fr: "Ronflex", }, hp: 150, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/140/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/140/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/140/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/140/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 6, + name: "chibi" + }, @@ -51,6 +57,7 @@ const card: Card = { ], name: { en: "Rolling Tackle", + fr: "Roulé-Boulé", }, damage: 80 },{ @@ -62,6 +69,7 @@ const card: Card = { ], name: { en: "Heavy Impact", + fr: "Gros Impact", }, damage: 130 }], @@ -80,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/141.ts b/cards/swsh/swsh1/141.ts index ae19c3049..14532a49b 100644 --- a/cards/swsh/swsh1/141.ts +++ b/cards/swsh/swsh1/141.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Snorlax V", + fr: "Ronflex V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/141/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/141/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/141/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/141/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 56, + name: "Masakazu Fukuda" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -55,9 +62,11 @@ const card: Card = { ], name: { en: "Swallow", + fr: "Avale", }, text: { en: "Heal from this Pokémon the same amount of damage you did to your opponent’s Active Pokémon.", + fr: "Soignez ce Pokémon du nombre de dégâts que vous avez infligés au Pokémon Actif de votre adversaire.", }, damage: 60 },{ @@ -69,9 +78,11 @@ const card: Card = { ], name: { en: "Falling Down", + fr: "Écroulement", }, text: { en: "This Pokémon is now Asleep.", + fr: "Ce Pokémon est maintenant Endormi.", }, damage: 170 }], @@ -90,7 +101,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/142.ts b/cards/swsh/swsh1/142.ts index 79db1a1e9..372a8afbc 100644 --- a/cards/swsh/swsh1/142.ts +++ b/cards/swsh/swsh1/142.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Snorlax VMAX", + fr: "Ronflex VMAX", }, hp: 340, @@ -27,27 +28,34 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/142/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/142/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/142/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/142/high.png", }, }, evolveFrom: { en: "Snorlax V", + fr: "Ronflex-V", }, tags: [ Tag.VMAX, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, attacks: [{ name: { en: "VMAX rule", + fr: "Règle VMAX", }, },{ cost: [ @@ -57,9 +65,11 @@ const card: Card = { ], name: { en: "G-Max Fall", + fr: "Chute G-Max", }, text: { en: "This attack does 30 more damage for each of your Benched Pokémon.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chacun de vos Pokémon de Banc.", }, damage: "60+" }], @@ -78,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/143.ts b/cards/swsh/swsh1/143.ts index b3c89a741..75a29efcf 100644 --- a/cards/swsh/swsh1/143.ts +++ b/cards/swsh/swsh1/143.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Hoothoot", + fr: "Hoothoot", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/143/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/143/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/143/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/143/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 62, + name: "Yumi" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Send Back", + fr: "Renvoyer", }, text: { en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.", + fr: "Votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Wing Attack", + fr: "Cru-Ailes", }, damage: 20 }], @@ -81,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/144.ts b/cards/swsh/swsh1/144.ts index c41afcce1..ca1fb3cd7 100644 --- a/cards/swsh/swsh1/144.ts +++ b/cards/swsh/swsh1/144.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Noctowl", + fr: "Noarfang", }, hp: 110, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/144/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/144/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/144/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/144/high.png", }, }, evolveFrom: { en: "Hoothoot", + fr: "Hoothoot", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 25, + name: "kawayoo" + }, @@ -52,6 +59,7 @@ const card: Card = { ], name: { en: "Wing Attack", + fr: "Cru-Ailes", }, damage: 40 },{ @@ -62,9 +70,11 @@ const card: Card = { ], name: { en: "Carry Off", + fr: "Enlèvement", }, text: { en: "Choose 1 of your opponent's Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck.", + fr: "Choisissez l’un des Pokémon de Banc de votre adversaire. Il mélange avec son deck ce Pokémon-là et toutes les cartes attachées. Ensuite, mélangez dans votre deck ce Pokémon et toutes les cartes attachées.", }, }], @@ -85,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/145.ts b/cards/swsh/swsh1/145.ts index a3530827b..3bab28fb3 100644 --- a/cards/swsh/swsh1/145.ts +++ b/cards/swsh/swsh1/145.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Minccino", + fr: "Chinchidou", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/145/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/145/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/145/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/145/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 31, + name: "Sekio" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Glance", + fr: "Coup d’Œil", }, text: { en: "Look at the top card of your opponent’s deck.", + fr: "Regardez la carte du dessus du deck de votre adversaire.", }, },{ cost: [ @@ -60,9 +68,11 @@ const card: Card = { ], name: { en: "Tail Slap", + fr: "Plumo-Queue", }, text: { en: "Flip 2 coins. This attack does 20 damage for each heads.", + fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts pour chaque côté face.", }, damage: "20×" }], @@ -81,7 +91,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/146.ts b/cards/swsh/swsh1/146.ts index a5393ea52..41c2f0447 100644 --- a/cards/swsh/swsh1/146.ts +++ b/cards/swsh/swsh1/146.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Minccino", + fr: "Chinchidou", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/146/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/146/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/146/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/146/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 3, + name: "sowsow" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Tail Whap", + fr: "Queue Battoir", }, damage: 30 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/147.ts b/cards/swsh/swsh1/147.ts index 6cc3ae700..dab3ca4e1 100644 --- a/cards/swsh/swsh1/147.ts +++ b/cards/swsh/swsh1/147.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cinccino", + fr: "Pashmilla", }, hp: 90, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/147/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/147/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/147/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/147/high.png", }, }, evolveFrom: { en: "Minccino", + fr: "Chinchidou", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 54, + name: "sui" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Make Do", + fr: "Faire Avec", }, text: { en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.", + fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.", } }], @@ -60,9 +69,11 @@ const card: Card = { ], name: { en: "Energy Assist", + fr: "Assistance Énergétique", }, text: { en: "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.", + fr: "Attachez une carte Énergie de base de votre pile de défausse à l’un de vos Pokémon de Banc.", }, damage: 40 }], @@ -81,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/148.ts b/cards/swsh/swsh1/148.ts index 0a97f1ff4..0d2b582ea 100644 --- a/cards/swsh/swsh1/148.ts +++ b/cards/swsh/swsh1/148.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Oranguru", + fr: "Gouroutan", }, hp: 120, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/148/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/148/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/148/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/148/high.png", }, }, @@ -39,16 +42,21 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 51, + name: "Shigenori Negishi" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Primate Wisdom", + fr: "Sagesse du Primate", }, text: { en: "Once during your turn, you may switch a card from your hand with the top card of your deck.", + fr: "Une fois pendant votre tour, vous pouvez échanger une carte de votre main contre la carte du dessus de votre deck.", } }], @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Whap Down", + fr: "Assommer", }, damage: 70 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/149.ts b/cards/swsh/swsh1/149.ts index 11b526155..875f35fe0 100644 --- a/cards/swsh/swsh1/149.ts +++ b/cards/swsh/swsh1/149.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Drampa", + fr: "Draïeul", }, hp: 130, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/149/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/149/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/149/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/149/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 34, + name: "tetsuya koizumi" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Dragon Pulse", + fr: "Draco-Choc", }, text: { en: "Discard the top 2 cards of your deck.", + fr: "Défaussez les 2 cartes du dessus de votre deck.", }, damage: 80 }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/15.ts b/cards/swsh/swsh1/15.ts index 29b1b161d..4ee079068 100644 --- a/cards/swsh/swsh1/15.ts +++ b/cards/swsh/swsh1/15.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rillaboom", + fr: "Gorythmic", }, hp: 190, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/15/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/15/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/15/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/15/high.png", }, }, evolveFrom: { en: "Thwackey", + fr: "Badabouin", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Drum Roll", + fr: "Roulement de Tambour", }, text: { en: "This attack also does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 90 },{ @@ -67,9 +76,11 @@ const card: Card = { ], name: { en: "Drum Beating", + fr: "Tambour Battant", }, text: { en: "During your next turn, this Pokémon can't use Drum Beating.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Tambour Battant.", }, damage: 180 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/150.ts b/cards/swsh/swsh1/150.ts index 5b82f1111..727355441 100644 --- a/cards/swsh/swsh1/150.ts +++ b/cards/swsh/swsh1/150.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rookidee", + fr: "Minisange", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/150/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/150/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/150/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/150/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Flap", + fr: "Battement", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Glide", + fr: "Glissement", }, damage: 30 }], @@ -79,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/151.ts b/cards/swsh/swsh1/151.ts index 4aa2950e1..a2617bec0 100644 --- a/cards/swsh/swsh1/151.ts +++ b/cards/swsh/swsh1/151.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Corvisquire", + fr: "Bleuseille", }, hp: 80, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/151/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/151/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/151/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/151/high.png", }, }, evolveFrom: { en: "Rookidee", + fr: "Minisange", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 12, + name: "Anesaki Dynamic" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Pluck", + fr: "Picore", }, text: { en: "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.", + fr: "Avant d’infliger des dégâts, défaussez tous les Outils Pokémon du Pokémon Actif de votre adversaire.", }, damage: 20 },{ @@ -63,6 +72,7 @@ const card: Card = { ], name: { en: "Drill Peck", + fr: "Bec Vrille", }, damage: 50 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/152.ts b/cards/swsh/swsh1/152.ts index 145d7bfb8..e79e5f76d 100644 --- a/cards/swsh/swsh1/152.ts +++ b/cards/swsh/swsh1/152.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Wooloo", + fr: "Moumouton", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/152/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/152/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/152/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/152/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 58, + name: "Mitsuhiro Arita" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Expand", + fr: "Développement", }, text: { en: "During your opponent’s next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance).", + fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 10 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, damage: 30 }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/153.ts b/cards/swsh/swsh1/153.ts index 14426d34d..659d0f249 100644 --- a/cards/swsh/swsh1/153.ts +++ b/cards/swsh/swsh1/153.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Wooloo", + fr: "Moumouton", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/153/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/153/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/153/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/153/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 26, + name: "Mizue" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Tackle", + fr: "Charge", }, damage: 10 },{ @@ -59,6 +66,7 @@ const card: Card = { ], name: { en: "Headbutt", + fr: "Coup d’Boule", }, damage: 50 }], @@ -77,7 +85,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/154.ts b/cards/swsh/swsh1/154.ts index 8a925fa00..1c21bd4e7 100644 --- a/cards/swsh/swsh1/154.ts +++ b/cards/swsh/swsh1/154.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Dubwool", + fr: "Moumouflon", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/154/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/154/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/154/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/154/high.png", }, }, evolveFrom: { en: "Wooloo", + fr: "Moumouton", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 48, + name: "You Iribi" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Cotton Guard", + fr: "Cotogarde", }, text: { en: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).", + fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, damage: 30 },{ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Double-Edge", + fr: "Damoclès", }, text: { en: "This Pokémon also does 30 damage to itself.", + fr: "Ce Pokémon s’inflige aussi 30 dégâts.", }, damage: 120 }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/155.ts b/cards/swsh/swsh1/155.ts index fd665a09d..8b0835fdc 100644 --- a/cards/swsh/swsh1/155.ts +++ b/cards/swsh/swsh1/155.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cramorant V", + fr: "Nigosier V", }, hp: 200, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/155/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/155/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/155/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/155/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Beak Catch", + fr: "Bec Gobeur", }, text: { en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Spit Shot", + fr: "Tir Rejet", }, text: { en: "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Défaussez toute l’Énergie de ce Pokémon. Cette attaque inflige 160 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/156.ts b/cards/swsh/swsh1/156.ts index b4b7ed8d7..47cb3ad87 100644 --- a/cards/swsh/swsh1/156.ts +++ b/cards/swsh/swsh1/156.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Air Balloon", + fr: "Ballon", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/156/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/156/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/156/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/156/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 63, + name: "Yoshinobu Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "The Retreat Cost of the Pokémon this card is attached to is ColorlessColorless less.", + fr: "Le Coût de Retraite du Pokémon auquel cette carte est attachée est diminué de ColorlessColorless.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/157.ts b/cards/swsh/swsh1/157.ts index 3c77cf05d..cda660a6f 100644 --- a/cards/swsh/swsh1/157.ts +++ b/cards/swsh/swsh1/157.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Bede", + fr: "Travis", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/157/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/157/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/157/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/157/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 4, + name: "Naoki Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", + fr: "Attachez une carte Énergie de base de votre main à l’un de vos Pokémon de Banc.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/158.ts b/cards/swsh/swsh1/158.ts index ba7c25a5f..e984aeaaa 100644 --- a/cards/swsh/swsh1/158.ts +++ b/cards/swsh/swsh1/158.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Big Charm", + fr: "Grande Amulette", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/158/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/158/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/158/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/158/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 67, + name: "inose yukie" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "The Pokémon this card is attached to gets +30 HP.", + fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/159.ts b/cards/swsh/swsh1/159.ts index ce6ba0e27..16c894153 100644 --- a/cards/swsh/swsh1/159.ts +++ b/cards/swsh/swsh1/159.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Crushing Hammer", + fr: "Maillet Écrasant", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/159/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/159/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/159/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/159/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 64, + name: "sadaji" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon.", + fr: "Lancez une pièce. Si c’est face, défaussez une Énergie de l’un des Pokémon de votre adversaire.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/16.ts b/cards/swsh/swsh1/16.ts index 9d7032304..d370ca9c8 100644 --- a/cards/swsh/swsh1/16.ts +++ b/cards/swsh/swsh1/16.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Blipbug", + fr: "Larvadar", }, hp: 50, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/16/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/16/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/16/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/16/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 15, + name: "nagimiso" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Gnaw", + fr: "Ronge", }, damage: 20 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/160.ts b/cards/swsh/swsh1/160.ts index 7b5ce9270..7af9cf6d6 100644 --- a/cards/swsh/swsh1/160.ts +++ b/cards/swsh/swsh1/160.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Energy Retrieval", + fr: "Récupération d’Énergie", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/160/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/160/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/160/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/160/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Put up to 2 basic Energy cards from your discard pile into your hand.", + fr: "Ajoutez à votre main jusqu’à 2 cartes Énergie de base de votre pile de défausse.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/161.ts b/cards/swsh/swsh1/161.ts index 596a479fd..631abea34 100644 --- a/cards/swsh/swsh1/161.ts +++ b/cards/swsh/swsh1/161.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Energy Search", + fr: "Recherche d’Énergie", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/161/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/161/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/161/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/161/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 69, + name: "Studio Bora Inc." + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Search your deck for a basic Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck une carte Énergie de base, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/162.ts b/cards/swsh/swsh1/162.ts index bd6f617d4..3717df4dc 100644 --- a/cards/swsh/swsh1/162.ts +++ b/cards/swsh/swsh1/162.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Energy Switch", + fr: "Échange d’Énergie", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/162/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/162/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/162/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/162/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 68, + name: "Toyste Beach" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", + fr: "Déplacez une Énergie de base de l’un de vos Pokémon vers un autre de vos Pokémon.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/163.ts b/cards/swsh/swsh1/163.ts index ba4a19079..79c2e82aa 100644 --- a/cards/swsh/swsh1/163.ts +++ b/cards/swsh/swsh1/163.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Evolution Incense", + fr: "Encens d’Évolution", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/163/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/163/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/163/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/163/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Search your deck for an Evolution Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck un Pokémon Évolutif, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/164.ts b/cards/swsh/swsh1/164.ts index ec1daa065..a6ada4558 100644 --- a/cards/swsh/swsh1/164.ts +++ b/cards/swsh/swsh1/164.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Great Ball", + fr: "Super Ball", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/164/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/164/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/164/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/164/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 68, + name: "Toyste Beach" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", + fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer un Pokémon que vous y trouvez, puis l’ajouter à votre main. Mélangez les autres cartes avec votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/165.ts b/cards/swsh/swsh1/165.ts index eef68d8b0..087daeb71 100644 --- a/cards/swsh/swsh1/165.ts +++ b/cards/swsh/swsh1/165.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Hop", + fr: "Nabil", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/165/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/165/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/165/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/165/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 66, + name: "Ken Sugimori" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Draw 3 cards.", + fr: "Piochez 3 cartes.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/166.ts b/cards/swsh/swsh1/166.ts index df94eb60d..4a6fb0622 100644 --- a/cards/swsh/swsh1/166.ts +++ b/cards/swsh/swsh1/166.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Hyper Potion", + fr: "Hyper Potion", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/166/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/166/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/166/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/166/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Heal 120 damage from 1 of your Pokémon that has at least 2 Energy attached. If you healed any damage in this way, discard 2 Energy from it.", + fr: "Soignez 120 dégâts de l’un de vos Pokémon auquel sont attachées au moins 2 Énergies. Si des dégâts sont ainsi soignés, défaussez 2 Énergies de ce Pokémon.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/167.ts b/cards/swsh/swsh1/167.ts index 94fdec7bd..27e4ad35b 100644 --- a/cards/swsh/swsh1/167.ts +++ b/cards/swsh/swsh1/167.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lucky Egg", + fr: "Œuf Chance", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/167/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/167/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/167/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/167/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 69, + name: "Studio Bora Inc." + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "If the Pokémon this card is attached to is Knocked Out by damage from an opponent’s attack, draw cards until you have 7 cards in your hand.", + fr: "Si le Pokémon auquel cette carte est attachée est mis K.O. par les dégâts d’une attaque de l’adversaire, piochez des cartes jusqu’à en avoir 7 en main.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/168.ts b/cards/swsh/swsh1/168.ts index 743029917..a30e2f7b0 100644 --- a/cards/swsh/swsh1/168.ts +++ b/cards/swsh/swsh1/168.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lum Berry", + fr: "Baie Prine", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/168/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/168/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/168/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/168/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 63, + name: "Yoshinobu Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "At the end of each turn, if the Pokémon this card is attached to is affected by any Special Conditions, it recovers from all of them, and discard this card.", + fr: "À la fin de chaque tour, si le Pokémon auquel cette carte est attachée est affecté par au moins un État Spécial, il guérit de tous ces États Spéciaux. Ensuite, défaussez cette carte.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/169.ts b/cards/swsh/swsh1/169.ts index a5c161384..7ddf6c169 100644 --- a/cards/swsh/swsh1/169.ts +++ b/cards/swsh/swsh1/169.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Marnie", + fr: "Rosemary", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/169/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/169/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/169/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/169/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", + fr: "Chaque joueur mélange sa main, puis la place en dessous de son deck. Si l’un des joueurs place ainsi au moins une carte en dessous de son deck, vous piochez 5 cartes et votre adversaire en pioche 4.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/17.ts b/cards/swsh/swsh1/17.ts index 9d4cc63b3..0f14b379e 100644 --- a/cards/swsh/swsh1/17.ts +++ b/cards/swsh/swsh1/17.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Blipbug", + fr: "Larvadar", }, hp: 40, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/17/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/17/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/17/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/17/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 16, + name: "Mina Nakai" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Call for Family", + fr: "Appel à la Famille", }, text: { en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.", + fr: "Cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.", }, }], @@ -69,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/170.ts b/cards/swsh/swsh1/170.ts index e6ebcbc50..150087f4f 100644 --- a/cards/swsh/swsh1/170.ts +++ b/cards/swsh/swsh1/170.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Metal Saucer", + fr: "Écusson Métal", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/170/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/170/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/170/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/170/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 68, + name: "Toyste Beach" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Attach a Metal Energy card from your discard pile to 1 of your Benched Metal Pokémon.", + fr: "Attachez une carte Énergie Metal de votre pile de défausse à l’un de vos Pokémon Metal de Banc.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/171.ts b/cards/swsh/swsh1/171.ts index cd69c8028..8236bf814 100644 --- a/cards/swsh/swsh1/171.ts +++ b/cards/swsh/swsh1/171.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Ordinary Rod", + fr: "Canne Ordinaire", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/171/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/171/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/171/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/171/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Choose 1 or both:\n\n• Shuffle up to 2 Pokémon from your discard pile into your deck.\n\n• Shuffle up to 2 basic Energy cards from your discard pile into your deck.", + fr: "Choisissez l’une de ces options ou les deux :\n\n• Mélangez avec votre deck jusqu’à 2 Pokémon de votre pile de défausse.\n\n• Mélangez avec votre deck jusqu’à 2 cartes Énergie de base de votre pile de défausse.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/172.ts b/cards/swsh/swsh1/172.ts index 5e7c0a0ad..1cab0f2e8 100644 --- a/cards/swsh/swsh1/172.ts +++ b/cards/swsh/swsh1/172.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pal Pad", + fr: "Registre Ami", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/172/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/172/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/172/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/172/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Shuffle up to 2 Supporter cards from your discard pile into your deck.", + fr: "Mélangez avec votre deck jusqu’à 2 cartes Supporter de votre pile de défausse.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/173.ts b/cards/swsh/swsh1/173.ts index fe4e6a9a7..9edf0d86a 100644 --- a/cards/swsh/swsh1/173.ts +++ b/cards/swsh/swsh1/173.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Poké Kid", + fr: "Poké Enfant", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/173/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/173/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/173/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/173/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/174.ts b/cards/swsh/swsh1/174.ts index 85adc76a1..70687c83d 100644 --- a/cards/swsh/swsh1/174.ts +++ b/cards/swsh/swsh1/174.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pokégear 3.0", + fr: "Pokématos 3.0", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/174/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/174/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/174/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/174/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", + fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer une carte Supporter que vous y trouvez, puis l’ajouter à votre main. Mélangez les autres cartes avec votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/175.ts b/cards/swsh/swsh1/175.ts index 274f0d155..6f77e0d50 100644 --- a/cards/swsh/swsh1/175.ts +++ b/cards/swsh/swsh1/175.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pokémon Catcher", + fr: "Attrape-Pokémon", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/175/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/175/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/175/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/175/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Flip a coin. If heads, switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.", + fr: "Lancez une pièce. Si c’est face, échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/176.ts b/cards/swsh/swsh1/176.ts index a1f2d27d8..2a0e719e9 100644 --- a/cards/swsh/swsh1/176.ts +++ b/cards/swsh/swsh1/176.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pokémon Center Lady", + fr: "Dame du Centre Pokémon", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/176/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/176/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/176/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/176/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.", + fr: "Soignez 60 dégâts de l’un de vos Pokémon, et il guérit de tous les États Spéciaux.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/177.ts b/cards/swsh/swsh1/177.ts index 98a7a2a66..db37622b0 100644 --- a/cards/swsh/swsh1/177.ts +++ b/cards/swsh/swsh1/177.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Potion", + fr: "Potion", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/177/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/177/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/177/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/177/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 65, + name: "Ryo Ueda" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Heal 30 damage from 1 of your Pokémon.", + fr: "Soignez 30 dégâts de l’un de vos Pokémon.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/178.ts b/cards/swsh/swsh1/178.ts index f253b5656..7b9bf72d6 100644 --- a/cards/swsh/swsh1/178.ts +++ b/cards/swsh/swsh1/178.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Professor's Research (Professor Magnolia)", + fr: "Recherches Professorales (Professeure Magnolia)", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/178/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/178/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/178/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/178/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 70, + name: "Yusuke Ohmura" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Discard your hand and draw 7 cards.", + fr: "Défaussez votre main, puis piochez 7 cartes.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/179.ts b/cards/swsh/swsh1/179.ts index f071e70d4..d9eeace21 100644 --- a/cards/swsh/swsh1/179.ts +++ b/cards/swsh/swsh1/179.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Quick Ball", + fr: "Rapide Ball", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/179/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/179/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/179/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/179/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 64, + name: "sadaji" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "You can play this card only if you discard another card from your hand.\n\nSearch your deck for a Basic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Vous ne pouvez jouer cette carte que si vous défaussez une autre carte de votre main.\n\nCherchez dans votre deck un Pokémon de base, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/18.ts b/cards/swsh/swsh1/18.ts index b409cbd41..48c34f658 100644 --- a/cards/swsh/swsh1/18.ts +++ b/cards/swsh/swsh1/18.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Dottler", + fr: "Coléodôme", }, hp: 70, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/18/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/18/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/18/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/18/high.png", }, }, evolveFrom: { en: "Blipbug", + fr: "Larvadar", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 21, + name: "Misa Tsutsui" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Reflect", + fr: "Protection", }, text: { en: "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance).", + fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 40 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, },{ cost: [ @@ -62,6 +71,7 @@ const card: Card = { ], name: { en: "Ram", + fr: "Collision", }, damage: 30 }], @@ -80,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/180.ts b/cards/swsh/swsh1/180.ts index ed03c01eb..309f7c8af 100644 --- a/cards/swsh/swsh1/180.ts +++ b/cards/swsh/swsh1/180.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rare Candy", + fr: "Super Bonbon", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/180/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/180/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/180/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/180/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 63, + name: "Yoshinobu Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it, skipping the Stage 1. You can’t use this card during your first turn or on a Basic Pokémon that was put into play this turn.", + fr: "Choisissez l’un de vos Pokémon de base en jeu. Si vous avez dans votre main une Évolution de Niveau 2 de ce Pokémon-là, placez celle-ci sur le Pokémon de base pour le faire évoluer, sans passer par le Niveau 1. Vous ne pouvez utiliser cette carte ni pendant votre premier tour ni sur un Pokémon de base qui a été mis en jeu pendant ce tour.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/181.ts b/cards/swsh/swsh1/181.ts index 6c8ab0513..8ab4401a6 100644 --- a/cards/swsh/swsh1/181.ts +++ b/cards/swsh/swsh1/181.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rotom Bike", + fr: "Moticyclette", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/181/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/181/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/181/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/181/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Draw cards until you have 6 cards in your hand. Your turn ends.", + fr: "Piochez des cartes jusqu’à en avoir 6 en main. Votre tour se termine.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/182.ts b/cards/swsh/swsh1/182.ts index 2ab138031..09b778516 100644 --- a/cards/swsh/swsh1/182.ts +++ b/cards/swsh/swsh1/182.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sitrus Berry", + fr: "Baie Sitrus", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/182/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/182/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/182/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/182/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 63, + name: "Yoshinobu Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "At the end of each turn, if the Pokémon this card is attached to has 3 or more damage counters on it, heal 30 damage from it and discard this card.", + fr: "À la fin de chaque tour, si le Pokémon auquel cette carte est attachée a au moins 3 marqueurs de dégâts, soignez 30 de ses dégâts, puis défaussez cette carte.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/183.ts b/cards/swsh/swsh1/183.ts index eebcad853..22e739d8a 100644 --- a/cards/swsh/swsh1/183.ts +++ b/cards/swsh/swsh1/183.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Switch", + fr: "Échange", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/183/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/183/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/183/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/183/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.ITEM, ], - + illustrator: { + id: 69, + name: "Studio Bora Inc." + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Switch your Active Pokémon with 1 of your Benched Pokémon.", + fr: "Échangez votre Pokémon Actif contre l’un de vos Pokémon de Banc.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/184.ts b/cards/swsh/swsh1/184.ts index fe5b3352a..1abbba74c 100644 --- a/cards/swsh/swsh1/184.ts +++ b/cards/swsh/swsh1/184.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Team Yell Grunt", + fr: "Sbire de la Team Yell", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/184/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/184/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/184/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/184/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 15, + name: "nagimiso" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Put an Energy attached to 1 of your opponent’s Pokémon into their hand.", + fr: "Ajoutez à la main de votre adversaire une Énergie attachée à l’un de ses Pokémon.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/185.ts b/cards/swsh/swsh1/185.ts index acb254093..521155a0d 100644 --- a/cards/swsh/swsh1/185.ts +++ b/cards/swsh/swsh1/185.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Vitality Band", + fr: "Bandeau Vitalité", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/185/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/185/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/185/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/185/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.TOOL, ], - + illustrator: { + id: 68, + name: "Toyste Beach" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "The attacks of the Pokémon this card is attached to do 10 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).", + fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 10 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/186.ts b/cards/swsh/swsh1/186.ts index 15b752848..6b2a1a4b1 100644 --- a/cards/swsh/swsh1/186.ts +++ b/cards/swsh/swsh1/186.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Aurora Energy", + fr: "Énergie Boréale", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/186/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/186/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/186/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/186/high.png", }, }, @@ -45,6 +48,7 @@ const card: Card = { name: {}, text: { en: "You can attach this card to 1 of your Pokémon only if you discard another card from your hand.\n\nAs long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time.", + fr: "Vous ne pouvez attacher cette carte à l’un de vos Pokémon que si vous défaussez une autre carte de votre main.\n\nTant que cette carte est attachée à un Pokémon, elle fournit tout type d’Énergie mais seulement une Énergie à la fois.", }, }], @@ -59,7 +63,7 @@ const card: Card = { category: Category.ENERGY, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/187.ts b/cards/swsh/swsh1/187.ts index 6f0033557..f2290be3a 100644 --- a/cards/swsh/swsh1/187.ts +++ b/cards/swsh/swsh1/187.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Dhelmise V", + fr: "Sinistrail V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/187/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/187/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/187/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/187/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 7, + name: "Eske Yoshinob" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Anchor Anger", + fr: "Colère Ancrée", }, text: { en: "If any of your Grass Pokémon were Knocked Out by damage from an opponent’s attack during their last turn, this attack does 90 more damage.", + fr: "Si l’un de vos Pokémon Grass a été mis K.O. par les dégâts d’une attaque de votre adversaire lors de son dernier tour, cette attaque inflige 90 dégâts supplémentaires.", }, damage: "30+" },{ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Giga Hammer", + fr: "Giga Marteau", }, text: { en: "During your next turn, this Pokémon can't use Giga Hammer.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau.", }, damage: 200 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/188.ts b/cards/swsh/swsh1/188.ts index 63c435264..0a067a73a 100644 --- a/cards/swsh/swsh1/188.ts +++ b/cards/swsh/swsh1/188.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Torkoal V", + fr: "Chartor V", }, hp: 210, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/188/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/188/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/188/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/188/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 18, + name: "Ayaka Yoshida" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -55,9 +62,11 @@ const card: Card = { ], name: { en: "Combustion Pillar", + fr: "Pilastre de Combustion", }, text: { en: "Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage.", + fr: "Défaussez la carte du dessus de votre deck. Si cette carte-là est une carte Énergie Fire, cette attaque inflige 90 dégâts supplémentaires.", }, damage: "90+" },{ @@ -69,9 +78,11 @@ const card: Card = { ], name: { en: "Steam Crush", + fr: "Écrasement Vapeur", }, text: { en: "Discard 2 Energy from your opponent’s Active Pokémon.", + fr: "Défaussez 2 Énergies du Pokémon Actif de votre adversaire.", }, damage: 120 }], @@ -90,7 +101,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/189.ts b/cards/swsh/swsh1/189.ts index 9e6675047..a57c0c7ef 100644 --- a/cards/swsh/swsh1/189.ts +++ b/cards/swsh/swsh1/189.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lapras V", + fr: "Lokhlass V", }, hp: 210, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/189/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/189/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/189/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/189/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Body Surf", + fr: "Body Surf", }, text: { en: "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon.", + fr: "Attachez une carte Énergie Water de votre main à ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc.", }, },{ cost: [ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Ocean Loop", + fr: "Boucle Océanique", }, text: { en: "Put 2 Water Energy attached to this Pokémon into your hand.", + fr: "Ajoutez à votre main 2 Énergies Water attachées à ce Pokémon.", }, damage: 210 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/19.ts b/cards/swsh/swsh1/19.ts index 44ce4b252..3e93aa1a2 100644 --- a/cards/swsh/swsh1/19.ts +++ b/cards/swsh/swsh1/19.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Orbeetle", + fr: "Astronelle", }, hp: 130, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/19/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/19/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/19/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/19/high.png", }, }, evolveFrom: { en: "Dottler", + fr: "Coléodôme", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Bug’s Radar", + fr: "Radar d’Insecte", }, text: { en: "Once during your turn, you may look at the top 3 cards of your opponent’s deck and put them back in any order.", + fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus du deck de votre adversaire, puis les replacer dans l’ordre désiré.", } }], @@ -61,9 +70,11 @@ const card: Card = { ], name: { en: "Brainwave", + fr: "Onde Cérébrale", }, text: { en: "This attack does 30 more damage for each Psychic Energy attached to this Pokémon.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Psychic attachée à ce Pokémon.", }, damage: "90+" }], @@ -82,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/190.ts b/cards/swsh/swsh1/190.ts index 1dc55339b..e94c4759a 100644 --- a/cards/swsh/swsh1/190.ts +++ b/cards/swsh/swsh1/190.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Morpeko V", + fr: "Morpeko V", }, hp: 170, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/190/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/190/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/190/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/190/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Spark", + fr: "Étincelle", }, text: { en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 20 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 20 },{ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Electro Wheel", + fr: "Électro Roue", }, text: { en: "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon.", + fr: "Défaussez une Énergie de ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc.", }, damage: 150 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/191.ts b/cards/swsh/swsh1/191.ts index 9917c1670..6a6fb29ed 100644 --- a/cards/swsh/swsh1/191.ts +++ b/cards/swsh/swsh1/191.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Wobbuffet V", + fr: "Qulbutoké V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/191/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/191/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/191/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/191/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 18, + name: "Ayaka Yoshida" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -54,9 +61,11 @@ const card: Card = { ], name: { en: "Gritty Comeback", + fr: "Retour Abrasif", }, text: { en: "Switch all damage counters on this Pokémon with those on your opponent’s Active Pokémon.", + fr: "Échangez tous les marqueurs de dégâts de ce Pokémon contre ceux du Pokémon Actif de votre adversaire.", }, },{ cost: [ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Shadow Bind", + fr: "Étreinte d’Ombre", }, text: { en: "During your opponent's next turn, the Defending Pokémon can't retreat.", + fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.", }, damage: 70 }], @@ -89,7 +100,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/192.ts b/cards/swsh/swsh1/192.ts index b8be5bbd6..d676c6a09 100644 --- a/cards/swsh/swsh1/192.ts +++ b/cards/swsh/swsh1/192.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Indeedee V", + fr: "Wimessir V", }, hp: 180, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/192/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/192/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/192/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/192/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Watch Over", + fr: "Veille", }, text: { en: "Once during your turn, you may heal 20 damage from your Active Pokémon.", + fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de votre Pokémon Actif.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Psychic", + fr: "Psyko", }, text: { en: "This attack does 60 more damage for each Energy attached to your opponent’s Active Pokémon.", + fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.", }, damage: "10+" }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/193.ts b/cards/swsh/swsh1/193.ts index 378c75e4b..f4633db34 100644 --- a/cards/swsh/swsh1/193.ts +++ b/cards/swsh/swsh1/193.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Stonjourner V", + fr: "Dolman V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/193/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/193/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/193/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/193/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Guard Press", + fr: "Pression de Garde", }, text: { en: "During your opponent’s next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).", + fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).", }, damage: 40 },{ @@ -66,6 +75,7 @@ const card: Card = { ], name: { en: "Mega Kick", + fr: "Ultimawashi", }, damage: 150 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/194.ts b/cards/swsh/swsh1/194.ts index 6581142d0..ad91b1554 100644 --- a/cards/swsh/swsh1/194.ts +++ b/cards/swsh/swsh1/194.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sableye V", + fr: "Ténéfix V", }, hp: 170, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/194/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/194/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/194/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/194/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 7, + name: "Eske Yoshinob" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Lode Search", + fr: "Recherche du Filon", }, text: { en: "Put a Trainer card from your discard pile into your hand.", + fr: "Ajoutez à votre main une carte Dresseur de votre pile de défausse.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Crazy Claws", + fr: "Griffes Folles", }, text: { en: "This attack does 60 more damage for each damage counter on your opponent’s Active Pokémon.", + fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque marqueur de dégâts sur le Pokémon Actif de votre adversaire.", }, damage: "10+" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/195.ts b/cards/swsh/swsh1/195.ts index 1049cc6d1..b3eb2da0c 100644 --- a/cards/swsh/swsh1/195.ts +++ b/cards/swsh/swsh1/195.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Zacian V", + fr: "Zacian V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/195/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/195/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/195/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/195/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Intrepid Sword", + fr: "Lame Indomptable", }, text: { en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends.", + fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus de votre deck, puis attacher à ce Pokémon le nombre voulu de cartes Énergie Metal que vous y trouvez. Ajoutez les autres cartes à votre main. Si vous utilisez ce talent, votre tour se termine.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Brave Blade", + fr: "Lame Vaillante", }, text: { en: "During your next turn, this Pokémon can't attack.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.", }, damage: 230 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/196.ts b/cards/swsh/swsh1/196.ts index 82f9025d6..9d0a8ba1e 100644 --- a/cards/swsh/swsh1/196.ts +++ b/cards/swsh/swsh1/196.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Zamazenta V", + fr: "Zamazenta V", }, hp: 230, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/196/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/196/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/196/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/196/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Dauntless Shield", + fr: "Égide Inflexible", }, text: { en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon VMAX.", + fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-VMAX de votre adversaire.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Assault Tackle", + fr: "Tacle Assaillant", }, text: { en: "Discard a Special Energy from your opponent's Active Pokémon.", + fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.", }, damage: 130 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/197.ts b/cards/swsh/swsh1/197.ts index c6ef1eb82..ea844ac47 100644 --- a/cards/swsh/swsh1/197.ts +++ b/cards/swsh/swsh1/197.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Snorlax V", + fr: "Ronflex V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/197/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/197/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/197/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/197/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -55,9 +62,11 @@ const card: Card = { ], name: { en: "Swallow", + fr: "Avale", }, text: { en: "Heal from this Pokémon the same amount of damage you did to your opponent’s Active Pokémon.", + fr: "Soignez ce Pokémon du nombre de dégâts que vous avez infligés au Pokémon Actif de votre adversaire.", }, damage: 60 },{ @@ -69,9 +78,11 @@ const card: Card = { ], name: { en: "Falling Down", + fr: "Écroulement", }, text: { en: "This Pokémon is now Asleep.", + fr: "Ce Pokémon est maintenant Endormi.", }, damage: 170 }], @@ -90,7 +101,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/198.ts b/cards/swsh/swsh1/198.ts index 3f6a48fed..7d44daa2d 100644 --- a/cards/swsh/swsh1/198.ts +++ b/cards/swsh/swsh1/198.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cramorant V", + fr: "Nigosier V", }, hp: 200, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/198/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/198/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/198/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/198/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 61, + name: "aky CG Works" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Beak Catch", + fr: "Bec Gobeur", }, text: { en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Spit Shot", + fr: "Tir Rejet", }, text: { en: "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Défaussez toute l’Énergie de ce Pokémon. Cette attaque inflige 160 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/199.ts b/cards/swsh/swsh1/199.ts index bf7ef3154..7886a8544 100644 --- a/cards/swsh/swsh1/199.ts +++ b/cards/swsh/swsh1/199.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Bede", + fr: "Travis", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/199/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/199/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/199/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/199/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 4, + name: "Naoki Saito" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", + fr: "Attachez une carte Énergie de base de votre main à l’un de vos Pokémon de Banc.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/2.ts b/cards/swsh/swsh1/2.ts index 5060f58aa..8ef272c8f 100644 --- a/cards/swsh/swsh1/2.ts +++ b/cards/swsh/swsh1/2.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Roselia", + fr: "Rosélia", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/2/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/2/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/2/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/2/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 3, + name: "sowsow" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Absorb", + fr: "Vole-Vie", }, text: { en: "Heal 10 damage from this Pokémon.", + fr: "Soignez 10 dégâts de ce Pokémon.", }, damage: 10 }], @@ -70,7 +78,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/20.ts b/cards/swsh/swsh1/20.ts index 4d52e872c..60003c720 100644 --- a/cards/swsh/swsh1/20.ts +++ b/cards/swsh/swsh1/20.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Gossifleur", + fr: "Tournicoton", }, hp: 50, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/20/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/20/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/20/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/20/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 19, + name: "Saya Tsuruta" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Call for Family", + fr: "Appel à la Famille", }, text: { en: "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 3 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -59,6 +67,7 @@ const card: Card = { ], name: { en: "Razor Leaf", + fr: "Tranch’Herbe", }, damage: 10 }], @@ -77,7 +86,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/200.ts b/cards/swsh/swsh1/200.ts index c8e3e8549..26923a859 100644 --- a/cards/swsh/swsh1/200.ts +++ b/cards/swsh/swsh1/200.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Marnie", + fr: "Rosemary", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/200/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/200/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/200/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/200/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", + fr: "Chaque joueur mélange sa main, puis la place en dessous de son deck. Si l’un des joueurs place ainsi au moins une carte en dessous de son deck, vous piochez 5 cartes et votre adversaire en pioche 4.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/201.ts b/cards/swsh/swsh1/201.ts index 2abc24d61..f97235b98 100644 --- a/cards/swsh/swsh1/201.ts +++ b/cards/swsh/swsh1/201.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Professor's Research (Professor Magnolia)", + fr: "Recherches Professorales (Professeure Magnolia)", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/201/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/201/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/201/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/201/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Discard your hand and draw 7 cards.", + fr: "Défaussez votre main, puis piochez 7 cartes.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/202.ts b/cards/swsh/swsh1/202.ts index 4ef46909a..d28c5616d 100644 --- a/cards/swsh/swsh1/202.ts +++ b/cards/swsh/swsh1/202.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Team Yell Grunt", + fr: "Sbire de la Team Yell", }, @@ -25,9 +26,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/202/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/202/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/202/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/202/high.png", }, }, @@ -37,7 +40,10 @@ const card: Card = { Tag.SUPPORTER, ], - + illustrator: { + id: 15, + name: "nagimiso" + }, @@ -45,6 +51,7 @@ const card: Card = { name: {}, text: { en: "Put an Energy attached to 1 of your opponent’s Pokémon into their hand.", + fr: "Ajoutez à la main de votre adversaire une Énergie attachée à l’un de ses Pokémon.", }, }], @@ -59,7 +66,7 @@ const card: Card = { category: Category.TRAINER, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/21.ts b/cards/swsh/swsh1/21.ts index 8ccf4de9b..ad1ef5dc8 100644 --- a/cards/swsh/swsh1/21.ts +++ b/cards/swsh/swsh1/21.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Eldegoss", + fr: "Blancoton", }, hp: 80, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/21/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/21/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/21/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/21/high.png", }, }, evolveFrom: { en: "Gossifleur", + fr: "Tournicoton", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 13, + name: "Kagemaru Himeno" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Blessing of Fluff", + fr: "Bénédiction Douillette", }, text: { en: "Search your deck for up to 3 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 3 cartes Énergie Grass, puis attachez-les à vos Pokémon de Banc comme il vous plaît. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -61,6 +70,7 @@ const card: Card = { ], name: { en: "Leafage", + fr: "Feuillage", }, damage: 30 }], @@ -79,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/22.ts b/cards/swsh/swsh1/22.ts index 402decdbd..abd1c2f07 100644 --- a/cards/swsh/swsh1/22.ts +++ b/cards/swsh/swsh1/22.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Vulpix", + fr: "Goupix", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/22/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/22/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/22/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/22/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 17, + name: "Taira Akitsu" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Flare", + fr: "Flamboiement", }, damage: 20 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/23.ts b/cards/swsh/swsh1/23.ts index d1eef5684..83bc951f1 100644 --- a/cards/swsh/swsh1/23.ts +++ b/cards/swsh/swsh1/23.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Ninetales", + fr: "Feunard", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/23/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/23/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/23/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/23/high.png", }, }, evolveFrom: { en: "Vulpix", + fr: "Goupix", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 23, + name: "Megumi Higuchi" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Flame Cloak", + fr: "Manteau de Feu", }, text: { en: "Attach a Fire Energy card from your discard pile to this Pokémon.", + fr: "Attachez une carte Énergie Fire de votre pile de défausse à ce Pokémon.", }, damage: 30 },{ @@ -63,6 +72,7 @@ const card: Card = { ], name: { en: "Fire Mane", + fr: "Crinière de Feu", }, damage: 70 }], @@ -81,7 +91,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/24.ts b/cards/swsh/swsh1/24.ts index ffecb36a2..4ed028e49 100644 --- a/cards/swsh/swsh1/24.ts +++ b/cards/swsh/swsh1/24.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Torkoal V", + fr: "Chartor V", }, hp: 210, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/24/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/24/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/24/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/24/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 18, + name: "Ayaka Yoshida" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -55,9 +62,11 @@ const card: Card = { ], name: { en: "Combustion Pillar", + fr: "Pilastre de Combustion", }, text: { en: "Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage.", + fr: "Défaussez la carte du dessus de votre deck. Si cette carte-là est une carte Énergie Fire, cette attaque inflige 90 dégâts supplémentaires.", }, damage: "90+" },{ @@ -69,9 +78,11 @@ const card: Card = { ], name: { en: "Steam Crush", + fr: "Écrasement Vapeur", }, text: { en: "Discard 2 Energy from your opponent’s Active Pokémon.", + fr: "Défaussez 2 Énergies du Pokémon Actif de votre adversaire.", }, damage: 120 }], @@ -90,7 +101,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/25.ts b/cards/swsh/swsh1/25.ts index d9b72b68e..f373b9850 100644 --- a/cards/swsh/swsh1/25.ts +++ b/cards/swsh/swsh1/25.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Victini V", + fr: "Victini V", }, hp: 190, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/25/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/25/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/25/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/25/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 24, + name: "PLANETA Tsuji" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Spreading Flames", + fr: "Flammes Rampantes", }, text: { en: "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like.", + fr: "Attachez jusqu’à 3 cartes Énergie Fire de votre pile de défausse à vos Pokémon comme il vous plaît.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Energy Burst", + fr: "Explosion d’Énergie", }, text: { en: "This attack does 30 damage for each Energy attached to both Active Pokémon.", + fr: "Cette attaque inflige 30 dégâts pour chaque Énergie attachée aux deux Pokémon Actifs.", }, damage: "30×" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/26.ts b/cards/swsh/swsh1/26.ts index e052b220e..7756d79cd 100644 --- a/cards/swsh/swsh1/26.ts +++ b/cards/swsh/swsh1/26.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Heatmor", + fr: "Aflamanoir", }, hp: 110, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/26/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/26/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/26/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/26/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 25, + name: "kawayoo" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Searing Flame", + fr: "Flammes Calcinantes", }, text: { en: "Your opponent’s Active Pokémon is now Burned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.", }, damage: 10 },{ @@ -61,6 +69,7 @@ const card: Card = { ], name: { en: "Fire Claws", + fr: "Griffes Enflammées", }, damage: 50 }], @@ -79,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/27.ts b/cards/swsh/swsh1/27.ts index c908e7b12..8a9492497 100644 --- a/cards/swsh/swsh1/27.ts +++ b/cards/swsh/swsh1/27.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Salandit", + fr: "Tritox", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/27/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/27/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/27/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/27/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 28, + name: "SATOSHI NAKAI" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Smog", + fr: "Purédpois", }, text: { en: "Your opponent’s Active Pokémon is now Poisoned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.", }, }], @@ -69,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/28.ts b/cards/swsh/swsh1/28.ts index 49511e16e..848e1c68e 100644 --- a/cards/swsh/swsh1/28.ts +++ b/cards/swsh/swsh1/28.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Salazzle", + fr: "Malamandre", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/28/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/28/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/28/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/28/high.png", }, }, evolveFrom: { en: "Salandit", + fr: "Tritox", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 30, + name: "Tomokazu Komiya" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Searing Flame", + fr: "Flammes Calcinantes", }, text: { en: "Your opponent’s Active Pokémon is now Burned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.", }, damage: 20 },{ @@ -63,9 +72,11 @@ const card: Card = { ], name: { en: "Bright Flame", + fr: "Flamme Éclatante", }, text: { en: "Discard 2 Energy from this Pokémon.", + fr: "Défaussez 2 Énergies de ce Pokémon.", }, damage: 120 }], @@ -84,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/29.ts b/cards/swsh/swsh1/29.ts index b326d912c..51c0ab127 100644 --- a/cards/swsh/swsh1/29.ts +++ b/cards/swsh/swsh1/29.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Turtonator", + fr: "Boumata", }, hp: 130, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/29/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/29/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/29/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/29/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 27, + name: "KEIICHIRO ITO" + }, @@ -50,6 +56,7 @@ const card: Card = { ], name: { en: "Tackle", + fr: "Charge", }, damage: 30 },{ @@ -61,9 +68,11 @@ const card: Card = { ], name: { en: "Fire Spin", + fr: "Danse Flammes", }, text: { en: "Discard 2 Energy from this Pokémon.", + fr: "Défaussez 2 Énergies de ce Pokémon.", }, damage: 150 }], @@ -82,7 +91,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/3.ts b/cards/swsh/swsh1/3.ts index 3f6b3da80..6775af989 100644 --- a/cards/swsh/swsh1/3.ts +++ b/cards/swsh/swsh1/3.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Roselia", + fr: "Rosélia", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/3/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/3/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/3/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/3/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 2, + name: "Naoyo Kimura" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Sweet Scent", + fr: "Doux Parfum", }, text: { en: "Heal 30 damage from 1 of your Pokémon.", + fr: "Soignez 30 dégâts de l’un de vos Pokémon.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Sting", + fr: "Dard", }, damage: 20 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/30.ts b/cards/swsh/swsh1/30.ts index b611023b9..ddc003a02 100644 --- a/cards/swsh/swsh1/30.ts +++ b/cards/swsh/swsh1/30.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Scorbunny", + fr: "Flambino", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/30/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/30/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/30/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/30/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 29, + name: "kirisAki" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Ember", + fr: "Flammèche", }, text: { en: "Discard an Energy from this Pokémon.", + fr: "Défaussez une Énergie de ce Pokémon.", }, damage: 30 }], @@ -70,7 +78,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/31.ts b/cards/swsh/swsh1/31.ts index 9fbf7913b..d1e53db27 100644 --- a/cards/swsh/swsh1/31.ts +++ b/cards/swsh/swsh1/31.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Scorbunny", + fr: "Flambino", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/31/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/31/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/31/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/31/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 13, + name: "Kagemaru Himeno" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Tackle", + fr: "Charge", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Flare", + fr: "Flamboiement", }, damage: 20 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/32.ts b/cards/swsh/swsh1/32.ts index 8b9b9dc12..e6b9c6c91 100644 --- a/cards/swsh/swsh1/32.ts +++ b/cards/swsh/swsh1/32.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Raboot", + fr: "Lapyro", }, hp: 90, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/32/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/32/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/32/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/32/high.png", }, }, evolveFrom: { en: "Scorbunny", + fr: "Flambino", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 26, + name: "Mizue" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Flame Charge", + fr: "Nitrocharge", }, text: { en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.", + fr: "Cherchez dans votre deck une carte Énergie Fire, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.", }, damage: 20 },{ @@ -64,6 +73,7 @@ const card: Card = { ], name: { en: "Magnum Kick", + fr: "Coup d’Pied Magnum", }, damage: 70 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/33.ts b/cards/swsh/swsh1/33.ts index d6c41c051..0e05f1ce8 100644 --- a/cards/swsh/swsh1/33.ts +++ b/cards/swsh/swsh1/33.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Raboot", + fr: "Lapyro", }, hp: 90, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/33/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/33/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/33/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/33/high.png", }, }, evolveFrom: { en: "Scorbunny", + fr: "Flambino", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Kick", + fr: "Koud’Pied", }, damage: 20 },{ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Heat Blast", + fr: "Explosion de Chaleur", }, damage: 50 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/34.ts b/cards/swsh/swsh1/34.ts index ded252475..6949ae473 100644 --- a/cards/swsh/swsh1/34.ts +++ b/cards/swsh/swsh1/34.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cinderace", + fr: "Pyrobut", }, hp: 170, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/34/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/34/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/34/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/34/high.png", }, }, evolveFrom: { en: "Raboot", + fr: "Lapyro", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Libero", + fr: "Libéro", }, text: { en: "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may attach up to 2 Fire Energy cards from your discard pile to it.", + fr: "Une fois pendant votre tour, lorsque ce Pokémon se déplace de votre Banc vers le Poste Actif, vous pouvez lui attacher jusqu’à 2 cartes Énergie Fire de votre pile de défausse.", } }], @@ -62,9 +71,11 @@ const card: Card = { ], name: { en: "Flare Striker", + fr: "But Enflammé", }, text: { en: "Discard 2 Energy from this Pokémon.", + fr: "Défaussez 2 Énergies de ce Pokémon.", }, damage: 190 }], @@ -83,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/35.ts b/cards/swsh/swsh1/35.ts index 6e18c5f1b..5f245d22e 100644 --- a/cards/swsh/swsh1/35.ts +++ b/cards/swsh/swsh1/35.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cinderace", + fr: "Pyrobut", }, hp: 170, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/35/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/35/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/35/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/35/high.png", }, }, evolveFrom: { en: "Raboot", + fr: "Lapyro", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 4, + name: "Naoki Saito" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Pyro Ball", + fr: "Ballon Brûlant", }, text: { en: "Your opponent’s Active Pokémon is now Burned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.", }, damage: 50 },{ @@ -63,9 +72,11 @@ const card: Card = { ], name: { en: "Burning Kick", + fr: "Coup de Pied Brûlant", }, text: { en: "Discard all Energy from this Pokémon.", + fr: "Défaussez toute l’Énergie de ce Pokémon.", }, damage: 160 }], @@ -84,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/36.ts b/cards/swsh/swsh1/36.ts index bc3b11eb8..4ef604b2d 100644 --- a/cards/swsh/swsh1/36.ts +++ b/cards/swsh/swsh1/36.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cinderace", + fr: "Pyrobut", }, hp: 170, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/36/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/36/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/36/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/36/high.png", }, }, evolveFrom: { en: "Raboot", + fr: "Lapyro", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Flame Cloak", + fr: "Manteau de Feu", }, text: { en: "Attach a Fire Energy card from your discard pile to this Pokémon.", + fr: "Attachez une carte Énergie Fire de votre pile de défausse à ce Pokémon.", }, damage: 40 },{ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Bright Flame", + fr: "Flamme Éclatante", }, text: { en: "Flip a coin. If tails, discard 2 Energy from this Pokémon.", + fr: "Lancez une pièce. Si c’est pile, défaussez 2 Énergies de ce Pokémon.", }, damage: 160 }], @@ -78,14 +89,14 @@ const card: Card = { - retreat: 2, + retreat: 1, rarity: Rarity.Rare, category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/37.ts b/cards/swsh/swsh1/37.ts index aa53a6321..13d6a0e32 100644 --- a/cards/swsh/swsh1/37.ts +++ b/cards/swsh/swsh1/37.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sizzlipede", + fr: "Grillepattes", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/37/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/37/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/37/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/37/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Bite", + fr: "Morsure", }, damage: 10 },{ @@ -59,6 +66,7 @@ const card: Card = { ], name: { en: "Combustion", + fr: "Fournaise", }, damage: 50 }], @@ -77,7 +85,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/38.ts b/cards/swsh/swsh1/38.ts index af0567e70..f5a4e3258 100644 --- a/cards/swsh/swsh1/38.ts +++ b/cards/swsh/swsh1/38.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sizzlipede", + fr: "Grillepattes", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/38/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/38/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/38/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/38/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Relentless Flames", + fr: "Flammes Incessantes", }, text: { en: "Flip a coin until you get tails. This attack does 40 damage for each heads.", + fr: "Lancez une pièce jusqu’à obtenir un côté pile. Cette attaque inflige 40 dégâts pour chaque côté face.", }, damage: "40×" }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/39.ts b/cards/swsh/swsh1/39.ts index ffd757708..9bf78869d 100644 --- a/cards/swsh/swsh1/39.ts +++ b/cards/swsh/swsh1/39.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Centiskorch", + fr: "Scolocendre", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/39/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/39/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/39/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/39/high.png", }, }, evolveFrom: { en: "Sizzlipede", + fr: "Grillepattes", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 12, + name: "Anesaki Dynamic" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Hundred Foot Flames", + fr: "Flammes Mille-Pattes", }, text: { en: "For each Fire Energy attached to this Pokémon, discard the top card of your opponent’s deck.", + fr: "Pour chaque Énergie Fire attachée à ce Pokémon, défaussez la carte du dessus du deck de votre adversaire.", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Searing Flame", + fr: "Flammes Calcinantes", }, text: { en: "Your opponent’s Active Pokémon is now Burned.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.", }, damage: 110 }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/4.ts b/cards/swsh/swsh1/4.ts index 77e62d2e8..696e016dc 100644 --- a/cards/swsh/swsh1/4.ts +++ b/cards/swsh/swsh1/4.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Roserade", + fr: "Roserade", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/4/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/4/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/4/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/4/high.png", }, }, evolveFrom: { en: "Roselia", + fr: "Rosélia", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 6, + name: "chibi" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Paralyze Poison", + fr: "Poison Paralysant", }, text: { en: "Your opponent’s Active Pokémon is now Poisoned. Flip a coin. If heads, your opponent’s Active Pokémon is also Paralyzed.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est également Paralysé.", }, damage: 30 },{ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Mega Drain", + fr: "Méga-Sangsue", }, text: { en: "Heal 30 damage from this Pokémon.", + fr: "Soignez 30 dégâts de ce Pokémon.", }, damage: 90 }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/40.ts b/cards/swsh/swsh1/40.ts index 2418e0702..d6dc38bb7 100644 --- a/cards/swsh/swsh1/40.ts +++ b/cards/swsh/swsh1/40.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Shellder", + fr: "Kokiyas", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/40/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/40/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/40/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/40/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 31, + name: "Sekio" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Water Splash", + fr: "Éclaboussure", }, text: { en: "Flip a coin. If heads, this attack does 20 more damage.", + fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.", }, damage: "20+" }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/41.ts b/cards/swsh/swsh1/41.ts index d3d95ae12..313aa69f7 100644 --- a/cards/swsh/swsh1/41.ts +++ b/cards/swsh/swsh1/41.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cloyster", + fr: "Crustabri", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/41/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/41/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/41/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/41/high.png", }, }, evolveFrom: { en: "Shellder", + fr: "Kokiyas", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 33, + name: "MAHOU" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Shell Grab", + fr: "Carap’Attrape", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 30 },{ @@ -64,6 +73,7 @@ const card: Card = { ], name: { en: "Tidal Wave", + fr: "Raz-de-Marée", }, damage: 100 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/42.ts b/cards/swsh/swsh1/42.ts index c4635f7ce..cc51a586f 100644 --- a/cards/swsh/swsh1/42.ts +++ b/cards/swsh/swsh1/42.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Krabby", + fr: "Krabby", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/42/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/42/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/42/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/42/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 5, + name: "ryoma uratsuka" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Aqua Shower", + fr: "Aqua-Douche", }, text: { 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. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Vise Grip", + fr: "Force Poigne", }, damage: 30 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/43.ts b/cards/swsh/swsh1/43.ts index 1d97391d6..f03932355 100644 --- a/cards/swsh/swsh1/43.ts +++ b/cards/swsh/swsh1/43.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Krabby", + fr: "Krabby", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/43/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/43/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/43/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/43/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 35, + name: "miki kudo" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Super Slice", + fr: "Super Tranche", }, text: { en: "Flip 2 coins. If either of them is tails, this attack does nothing.", + fr: "Lancez 2 pièces. Si vous obtenez au moins un côté pile, cette attaque ne fait rien.", }, damage: 120 }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/44.ts b/cards/swsh/swsh1/44.ts index e8c652dc1..e49f38b29 100644 --- a/cards/swsh/swsh1/44.ts +++ b/cards/swsh/swsh1/44.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Kingler", + fr: "Krabboss", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/44/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/44/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/44/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/44/high.png", }, }, evolveFrom: { en: "Krabby", + fr: "Krabby", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 34, + name: "tetsuya koizumi" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Heavy Pincers", + fr: "Pinces Lourdes", }, text: { en: "Discard the top card of your opponent’s deck.", + fr: "Défaussez la carte du dessus du deck de votre adversaire.", }, damage: 40 },{ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Claw Rend", + fr: "Déchirure", }, text: { en: "If your opponent’s Active Pokémon already has any damage counters on it, this attack does 60 more damage.", + fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 60 dégâts supplémentaires.", }, damage: "90+" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/45.ts b/cards/swsh/swsh1/45.ts index 73369ccb1..9cce5e85d 100644 --- a/cards/swsh/swsh1/45.ts +++ b/cards/swsh/swsh1/45.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Goldeen", + fr: "Poissirène", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/45/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/45/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/45/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/45/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 36, + name: "Suwama Chiaki" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Horn Attack", + fr: "Koud’Korne", }, damage: 10 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/46.ts b/cards/swsh/swsh1/46.ts index c2843de8a..a172ad037 100644 --- a/cards/swsh/swsh1/46.ts +++ b/cards/swsh/swsh1/46.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Goldeen", + fr: "Poissirène", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/46/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/46/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/46/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/46/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 28, + name: "SATOSHI NAKAI" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Collect", + fr: "Collecte", }, text: { en: "Draw a card.", + fr: "Piochez une carte.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Waterfall", + fr: "Cascade", }, damage: 20 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/47.ts b/cards/swsh/swsh1/47.ts index 0dd180720..5936cd9aa 100644 --- a/cards/swsh/swsh1/47.ts +++ b/cards/swsh/swsh1/47.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Seaking", + fr: "Poissoroy", }, hp: 110, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/47/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/47/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/47/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/47/high.png", }, }, evolveFrom: { en: "Goldeen", + fr: "Poissirène", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 37, + name: "Shibuzoh." + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Ripping Horn", + fr: "Corne Déchirante", }, text: { en: "Flip 3 coins. For each heads, discard an Energy from your opponent’s Active Pokémon.", + fr: "Lancez 3 pièces. Pour chaque côté face, défaussez une Énergie du Pokémon Actif de votre adversaire.", }, },{ cost: [ @@ -62,6 +71,7 @@ const card: Card = { ], name: { en: "Pierce", + fr: "Transpercement", }, damage: 50 }], @@ -80,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/48.ts b/cards/swsh/swsh1/48.ts index ef9c52392..64981aabd 100644 --- a/cards/swsh/swsh1/48.ts +++ b/cards/swsh/swsh1/48.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lapras", + fr: "Lokhlass", }, hp: 130, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/48/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/48/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/48/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/48/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 32, + name: "Kazuma Koda" + }, @@ -52,9 +58,11 @@ const card: Card = { ], name: { en: "Aqua Wash", + fr: "Aqua-Lavage", }, text: { en: "You may put 2 Energy attached to your opponent’s Active Pokémon into their hand.", + fr: "Vous pouvez ajouter à la main de votre adversaire jusqu’à 2 Énergies attachées à son Pokémon Actif.", }, damage: 70 }], @@ -73,7 +81,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/49.ts b/cards/swsh/swsh1/49.ts index da6cc3b60..df1b8af94 100644 --- a/cards/swsh/swsh1/49.ts +++ b/cards/swsh/swsh1/49.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lapras V", + fr: "Lokhlass V", }, hp: 210, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/49/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/49/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/49/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/49/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 40, + name: "Hasuno" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Body Surf", + fr: "Body Surf", }, text: { en: "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon.", + fr: "Attachez une carte Énergie Water de votre main à ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc.", }, },{ cost: [ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Ocean Loop", + fr: "Boucle Océanique", }, text: { en: "Put 2 Water Energy attached to this Pokémon into your hand.", + fr: "Ajoutez à votre main 2 Énergies Water attachées à ce Pokémon.", }, damage: 210 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/5.ts b/cards/swsh/swsh1/5.ts index 16cdb044b..6fa07761e 100644 --- a/cards/swsh/swsh1/5.ts +++ b/cards/swsh/swsh1/5.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cottonee", + fr: "Doudouvet", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/5/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/5/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/5/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/5/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 5, + name: "ryoma uratsuka" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Attach", + fr: "Accrochage", }, damage: 10 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/50.ts b/cards/swsh/swsh1/50.ts index 99da8907c..329806bdc 100644 --- a/cards/swsh/swsh1/50.ts +++ b/cards/swsh/swsh1/50.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lapras VMAX", + fr: "Lokhlass VMAX", }, hp: 320, @@ -27,27 +28,34 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/50/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/50/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/50/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/50/high.png", }, }, evolveFrom: { en: "Lapras V", + fr: "Lokhlass-V", }, tags: [ Tag.VMAX, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "VMAX rule", + fr: "Règle VMAX", }, },{ cost: [ @@ -57,9 +65,11 @@ const card: Card = { ], name: { en: "G-Max Pump", + fr: "Pompe G-Max", }, text: { en: "This attack does 30 more damage for each Water Energy attached to this Pokémon.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.", }, damage: "90+" }], @@ -78,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/51.ts b/cards/swsh/swsh1/51.ts index 44546c37f..e45aae50c 100644 --- a/cards/swsh/swsh1/51.ts +++ b/cards/swsh/swsh1/51.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Qwilfish", + fr: "Qwilfish", }, hp: 90, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/51/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/51/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/51/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/51/high.png", }, }, @@ -39,16 +42,21 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 41, + name: "Midori Harada" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Poison Point", + fr: "Point Poison", }, text: { en: "If this Pokémon is in the Active Spot and is damaged by an opponent’s attack (even if it is Knocked Out), the Attacking Pokémon is now Poisoned.", + fr: "Si ce Pokémon est sur le Poste Actif et qu’il subit les dégâts d’une attaque de votre adversaire (même s’il est mis K.O.), le Pokémon Attaquant est maintenant Empoisonné.", } }], @@ -58,9 +66,11 @@ const card: Card = { ], name: { en: "Venoshock", + fr: "Choc Venin", }, text: { en: "If your opponent’s Active Pokémon is Poisoned, this attack does 60 more damage.", + fr: "Si le Pokémon Actif de votre adversaire est Empoisonné, cette attaque inflige 60 dégâts supplémentaires.", }, damage: "10+" }], @@ -79,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/52.ts b/cards/swsh/swsh1/52.ts index c6fd2a2b2..2e30d9d21 100644 --- a/cards/swsh/swsh1/52.ts +++ b/cards/swsh/swsh1/52.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Mantine", + fr: "Démanta", }, hp: 110, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/52/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/52/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/52/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/52/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 38, + name: "Jumpei Akasaka" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Water Reserve", + fr: "Réserve d’Eau", }, text: { en: "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", + fr: "Cherchez dans votre deck jusqu’à 3 cartes Énergie Water, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Wave Splash", + fr: "Grosse Vague", }, damage: 60 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/53.ts b/cards/swsh/swsh1/53.ts index 40cf287e6..b387333c5 100644 --- a/cards/swsh/swsh1/53.ts +++ b/cards/swsh/swsh1/53.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Keldeo V", + fr: "Keldeo V", }, hp: 210, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/53/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/53/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/53/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/53/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 0, + name: "PLANETA Igarashi" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,6 +60,7 @@ const card: Card = { ], name: { en: "Wave Splash", + fr: "Grosse Vague", }, damage: 40 },{ @@ -63,9 +71,11 @@ const card: Card = { ], name: { en: "Secret Sword", + fr: "Lame Ointe", }, text: { en: "This attack does 30 more damage for each Water Energy attached to this Pokémon.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.", }, damage: "50+" }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/54.ts b/cards/swsh/swsh1/54.ts index d9bf353a6..10926753e 100644 --- a/cards/swsh/swsh1/54.ts +++ b/cards/swsh/swsh1/54.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sobble", + fr: "Larméléon", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/54/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/54/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/54/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/54/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 11, + name: "Megumi Mizutani" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Water Gun", + fr: "Pistolet à O", }, damage: 20 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/55.ts b/cards/swsh/swsh1/55.ts index 355f5e1d2..f896e7c55 100644 --- a/cards/swsh/swsh1/55.ts +++ b/cards/swsh/swsh1/55.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sobble", + fr: "Larméléon", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/55/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/55/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/55/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/55/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Pound", + fr: "Écras’Face", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Water Gun", + fr: "Pistolet à O", }, damage: 20 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/56.ts b/cards/swsh/swsh1/56.ts index e66bb38f5..1a9b8d6c7 100644 --- a/cards/swsh/swsh1/56.ts +++ b/cards/swsh/swsh1/56.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Drizzile", + fr: "Arrozard", }, hp: 90, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/56/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/56/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/56/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/56/high.png", }, }, evolveFrom: { en: "Sobble", + fr: "Larméléon", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 4, + name: "Naoki Saito" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Shady Dealings", + fr: "Affaires Louches", }, text: { en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.", + fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l’un de vos Pokémon pendant votre tour, vous pouvez chercher dans votre deck une carte Dresseur, la révéler, puis l’ajouter à votre main. Mélangez ensuite votre deck.", } }], @@ -61,6 +70,7 @@ const card: Card = { ], name: { en: "Water Drip", + fr: "Goutte à Goutte", }, damage: 30 }], @@ -79,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/57.ts b/cards/swsh/swsh1/57.ts index 3342602c1..ee1d95012 100644 --- a/cards/swsh/swsh1/57.ts +++ b/cards/swsh/swsh1/57.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Drizzile", + fr: "Arrozard", }, hp: 90, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/57/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/57/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/57/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/57/high.png", }, }, evolveFrom: { en: "Sobble", + fr: "Larméléon", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 26, + name: "Mizue" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Rain Splash", + fr: "Pluie Éclaboussante", }, damage: 30 },{ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Wave Splash", + fr: "Grosse Vague", }, damage: 40 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/58.ts b/cards/swsh/swsh1/58.ts index 3b8864215..b4ce950af 100644 --- a/cards/swsh/swsh1/58.ts +++ b/cards/swsh/swsh1/58.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Inteleon", + fr: "Lézargus", }, hp: 160, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/58/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/58/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/58/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/58/high.png", }, }, evolveFrom: { en: "Drizzile", + fr: "Arrozard", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 13, + name: "Kagemaru Himeno" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Shady Dealings", + fr: "Affaires Louches", }, text: { en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", + fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l’un de vos Pokémon pendant votre tour, vous pouvez chercher dans votre deck jusqu’à 2 cartes Dresseur, les montrer, puis les ajouter à votre main. Mélangez ensuite votre deck.", } }], @@ -61,9 +70,11 @@ const card: Card = { ], name: { en: "Aqua Bullet", + fr: "Aquaballe", }, text: { en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 20 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 120 }], @@ -82,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/59.ts b/cards/swsh/swsh1/59.ts index 9f373305a..b2c5294c4 100644 --- a/cards/swsh/swsh1/59.ts +++ b/cards/swsh/swsh1/59.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Inteleon", + fr: "Lézargus", }, hp: 160, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/59/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/59/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/59/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/59/high.png", }, }, evolveFrom: { en: "Drizzile", + fr: "Arrozard", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Silent Shot", + fr: "Coup Feutré", }, text: { en: "Discard a random card from your opponent’s hand.", + fr: "Défaussez au hasard une carte de la main de votre adversaire.", }, damage: 40 },{ @@ -63,9 +72,11 @@ const card: Card = { ], name: { en: "Hydro Snipe", + fr: "Hydro-Frappe", }, text: { en: "You may put an Energy attached to your opponent’s Active Pokémon into their hand.", + fr: "Vous pouvez ajouter à la main de votre adversaire une Énergie attachée à son Pokémon Actif.", }, damage: 100 }], @@ -84,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/6.ts b/cards/swsh/swsh1/6.ts index 93a3aa890..dac528dab 100644 --- a/cards/swsh/swsh1/6.ts +++ b/cards/swsh/swsh1/6.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Whimsicott", + fr: "Farfaduvet", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/6/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/6/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/6/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/6/high.png", }, }, evolveFrom: { en: "Cottonee", + fr: "Doudouvet", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 8, + name: "kodama" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Cotton Ride", + fr: "Chevauchée Cotonneuse", }, text: { en: "Flip a coin. If heads, your opponent shuffles their Active Pokémon and all attached cards into their deck.", + fr: "Lancez une pièce. Si c’est face, votre adversaire mélange avec son deck son Pokémon Actif et toutes les cartes attachées.", }, },{ cost: [ @@ -61,6 +70,7 @@ const card: Card = { ], name: { en: "Leaf Step", + fr: "Enjambée de Feuillage", }, damage: 50 }], @@ -79,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/60.ts b/cards/swsh/swsh1/60.ts index 86758b495..320d9e025 100644 --- a/cards/swsh/swsh1/60.ts +++ b/cards/swsh/swsh1/60.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Chewtle", + fr: "Khélocrok", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/60/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/60/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/60/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/60/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 16, + name: "Mina Nakai" + }, @@ -50,6 +56,7 @@ const card: Card = { ], name: { en: "Bite", + fr: "Morsure", }, damage: 30 },{ @@ -60,6 +67,7 @@ const card: Card = { ], name: { en: "Water Gun", + fr: "Pistolet à O", }, damage: 50 }], @@ -78,7 +86,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/61.ts b/cards/swsh/swsh1/61.ts index eeffbda4d..baa93fcab 100644 --- a/cards/swsh/swsh1/61.ts +++ b/cards/swsh/swsh1/61.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Drednaw", + fr: "Torgamord", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/61/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/61/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/61/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/61/high.png", }, }, evolveFrom: { en: "Chewtle", + fr: "Khélocrok", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 20, + name: "Hitoshi Ariga" + }, @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Vise Bite", + fr: "Étau Mordant", }, text: { en: "This attack does 30 more damage for each Colorless in your opponent’s Active Pokémon’s Retreat Cost.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire.", }, damage: "60+" },{ @@ -67,9 +76,11 @@ const card: Card = { ], name: { en: "Jaw Lock", + fr: "Croque Fort", }, text: { en: "During your opponent's next turn, the Defending Pokémon can't retreat.", + fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.", }, damage: 130 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/62.ts b/cards/swsh/swsh1/62.ts index 4d670699c..2463a7027 100644 --- a/cards/swsh/swsh1/62.ts +++ b/cards/swsh/swsh1/62.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Cramorant", + fr: "Nigosier", }, hp: 110, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/62/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/62/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/62/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/62/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Water Arrow", + fr: "Flèche d’Eau", }, text: { en: "This attack does 20 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige 20 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Water Gun", + fr: "Pistolet à O", }, damage: 50 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/63.ts b/cards/swsh/swsh1/63.ts index 26d166c40..7d3fbbf63 100644 --- a/cards/swsh/swsh1/63.ts +++ b/cards/swsh/swsh1/63.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Snom", + fr: "Frissonille", }, hp: 50, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/63/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/63/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/63/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/63/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 16, + name: "Mina Nakai" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Ram", + fr: "Collision", }, damage: 10 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/64.ts b/cards/swsh/swsh1/64.ts index b69b66482..e3820211f 100644 --- a/cards/swsh/swsh1/64.ts +++ b/cards/swsh/swsh1/64.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Frosmoth", + fr: "Beldeneige", }, hp: 90, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/64/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/64/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/64/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/64/high.png", }, }, evolveFrom: { en: "Snom", + fr: "Frissonille", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 13, + name: "Kagemaru Himeno" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Ice Dance", + fr: "Danse de Glace", }, text: { en: "As often as you like during your turn, you may attach a Water Energy card from your hand to 1 of your Benched Water Pokémon.", + fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Water de votre main à l’un de vos Pokémon Water de Banc.", } }], @@ -61,6 +70,7 @@ const card: Card = { ], name: { en: "Aurora Beam", + fr: "Onde Boréale", }, damage: 30 }], @@ -79,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/65.ts b/cards/swsh/swsh1/65.ts index cc3469ee5..488e7c42c 100644 --- a/cards/swsh/swsh1/65.ts +++ b/cards/swsh/swsh1/65.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pikachu", + fr: "Pikachu", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/65/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/65/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/65/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/65/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 46, + name: "Ryuta Fuse" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Charge", + fr: "Chargeur", }, text: { en: "Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck.", + fr: "Cherchez dans votre deck une carte Énergie Lightning, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Electro Ball", + fr: "Boule Élek", }, damage: 20 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/66.ts b/cards/swsh/swsh1/66.ts index 96bd46e36..fc3abf6c1 100644 --- a/cards/swsh/swsh1/66.ts +++ b/cards/swsh/swsh1/66.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Raichu", + fr: "Raichu", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/66/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/66/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/66/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/66/high.png", }, }, evolveFrom: { en: "Pikachu", + fr: "Pikachu", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 40, + name: "Hasuno" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Pain-Full Punch", + fr: "Mise au Poing", }, damage: 40 },{ @@ -61,6 +69,7 @@ const card: Card = { ], name: { en: "Mach Bolt", + fr: "Éclair Fulgurant", }, damage: 120 }], @@ -79,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/67.ts b/cards/swsh/swsh1/67.ts index bcc1fb3ab..a231e00c0 100644 --- a/cards/swsh/swsh1/67.ts +++ b/cards/swsh/swsh1/67.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Chinchou", + fr: "Loupio", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/67/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/67/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/67/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/67/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 44, + name: "Sumiyoshi Kizuki" + }, @@ -50,6 +56,7 @@ const card: Card = { ], name: { en: "Gentle Slap", + fr: "Gifle Douce", }, damage: 30 }], @@ -68,7 +75,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/68.ts b/cards/swsh/swsh1/68.ts index f4f94b103..983a0c204 100644 --- a/cards/swsh/swsh1/68.ts +++ b/cards/swsh/swsh1/68.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Chinchou", + fr: "Loupio", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/68/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/68/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/68/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/68/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 45, + name: "Yukiko Baba" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Luring Glow", + fr: "Lueur Attrayante", }, text: { en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.", + fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Lightning Ball", + fr: "Boule Éclair", }, damage: 20 }], @@ -78,7 +87,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/69.ts b/cards/swsh/swsh1/69.ts index 6f923b748..6cfd1bd39 100644 --- a/cards/swsh/swsh1/69.ts +++ b/cards/swsh/swsh1/69.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Lanturn", + fr: "Lanturn", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/69/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/69/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/69/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/69/high.png", }, }, evolveFrom: { en: "Chinchou", + fr: "Loupio", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 2, + name: "Naoyo Kimura" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Ram", + fr: "Collision", }, damage: 30 },{ @@ -61,9 +69,11 @@ const card: Card = { ], name: { en: "Strobe Shock", + fr: "Strobochoc", }, text: { en: "Your opponent reveals their hand. If you find any Energy cards there, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Votre adversaire dévoile sa main. Si vous y trouvez au moins une carte Énergie, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 90 }], @@ -82,7 +92,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/7.ts b/cards/swsh/swsh1/7.ts index 091e86d3b..614e575a7 100644 --- a/cards/swsh/swsh1/7.ts +++ b/cards/swsh/swsh1/7.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Maractus", + fr: "Maracachi", }, hp: 110, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/7/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/7/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/7/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/7/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 1, + name: "Atsuko Nishida" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Zzzt", + fr: "Bzzz", }, damage: 20 },{ @@ -58,9 +65,11 @@ const card: Card = { ], name: { en: "Powerful Needles", + fr: "Piquants Puissants", }, text: { en: "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage for each heads.", + fr: "Lancez une pièce pour chaque Énergie attachée à ce Pokémon. Cette attaque inflige 60 dégâts pour chaque côté face.", }, damage: "60×" }], @@ -79,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/70.ts b/cards/swsh/swsh1/70.ts index 93f30a487..2955d78a3 100644 --- a/cards/swsh/swsh1/70.ts +++ b/cards/swsh/swsh1/70.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Joltik", + fr: "Statitik", }, hp: 50, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/70/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/70/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/70/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/70/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 43, + name: "Motofumi Fujiwara" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Flop", + fr: "Flop", }, damage: 10 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/71.ts b/cards/swsh/swsh1/71.ts index 915d52aef..ea3f5167a 100644 --- a/cards/swsh/swsh1/71.ts +++ b/cards/swsh/swsh1/71.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galvantula", + fr: "Mygavolt", }, hp: 100, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/71/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/71/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/71/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/71/high.png", }, }, evolveFrom: { en: "Joltik", + fr: "Statitik", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 42, + name: "otumami" + }, @@ -52,9 +59,11 @@ const card: Card = { ], name: { en: "Volt Wave", + fr: "Vague Survoltée", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 60 }], @@ -73,7 +82,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/72.ts b/cards/swsh/swsh1/72.ts index 96f25449c..84438edeb 100644 --- a/cards/swsh/swsh1/72.ts +++ b/cards/swsh/swsh1/72.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Tapu Koko V", + fr: "Tokorico V", }, hp: 200, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/72/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/72/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/72/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/72/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 24, + name: "PLANETA Tsuji" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Spike Draw", + fr: "Pique-Pioche", }, text: { en: "Draw 2 cards.", + fr: "Piochez 2 cartes.", }, damage: 20 },{ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Thunderous Bolt", + fr: "Éclair du Tonnerre", }, text: { en: "During your next turn, this Pokémon can't attack.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.", }, damage: 200 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/73.ts b/cards/swsh/swsh1/73.ts index edfb15603..0d0912c25 100644 --- a/cards/swsh/swsh1/73.ts +++ b/cards/swsh/swsh1/73.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Yamper", + fr: "Voltoutou", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/73/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/73/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/73/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/73/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Roar", + fr: "Hurlement", }, text: { en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.", + fr: "Votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc.", }, },{ cost: [ @@ -59,6 +67,7 @@ const card: Card = { ], name: { en: "Static Shock", + fr: "Choc Statique", }, damage: 10 }], @@ -77,7 +86,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/74.ts b/cards/swsh/swsh1/74.ts index a10143db5..ea44a9fa5 100644 --- a/cards/swsh/swsh1/74.ts +++ b/cards/swsh/swsh1/74.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Yamper", + fr: "Voltoutou", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/74/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/74/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/74/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/74/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 19, + name: "Saya Tsuruta" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Bite", + fr: "Morsure", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Zap Kick", + fr: "Coup de Pied Ravageur", }, damage: 20 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/75.ts b/cards/swsh/swsh1/75.ts index c66185b19..769e0d466 100644 --- a/cards/swsh/swsh1/75.ts +++ b/cards/swsh/swsh1/75.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Boltund", + fr: "Fulgudog", }, hp: 130, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/75/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/75/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/75/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/75/high.png", }, }, evolveFrom: { en: "Yamper", + fr: "Voltoutou", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 21, + name: "Misa Tsutsui" + }, @@ -52,9 +59,11 @@ const card: Card = { ], name: { en: "Big Bite", + fr: "Grosse Morsure", }, text: { en: "During your opponent's next turn, the Defending Pokémon can't retreat.", + fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.", }, damage: 50 },{ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Fighting Fangs", + fr: "Crocs Combatifs", }, text: { en: "If your opponent’s Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage.", + fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V ou un Pokémon-GX, cette attaque inflige 90 dégâts supplémentaires.", }, damage: "90+" }], @@ -86,7 +97,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/76.ts b/cards/swsh/swsh1/76.ts index 97799c015..d12a58f51 100644 --- a/cards/swsh/swsh1/76.ts +++ b/cards/swsh/swsh1/76.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Boltund", + fr: "Fulgudog", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/76/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/76/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/76/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/76/high.png", }, }, evolveFrom: { en: "Yamper", + fr: "Voltoutou", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 10, + name: "Kouki Saitou" + }, @@ -52,6 +59,7 @@ const card: Card = { ], name: { en: "Bite", + fr: "Morsure", }, damage: 50 },{ @@ -62,9 +70,11 @@ const card: Card = { ], name: { en: "Electrodash", + fr: "Sprint Électrique", }, text: { en: "During your next turn, this Pokémon can't attack.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.", }, damage: 160 }], @@ -83,7 +93,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/77.ts b/cards/swsh/swsh1/77.ts index 6716c0395..a10235da4 100644 --- a/cards/swsh/swsh1/77.ts +++ b/cards/swsh/swsh1/77.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Pincurchin", + fr: "Wattapik", }, hp: 80, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/77/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/77/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/77/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/77/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 22, + name: "Akira Komayama" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Shocking Needles", + fr: "Épines Choquantes", }, text: { en: "Flip 4 coins. This attack does 30 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Paralyzed.", + fr: "Lancez 4 pièces. Cette attaque inflige 30 dégâts pour chaque côté face. Si vous obtenez au moins 2 côtés face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: "30×" }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/78.ts b/cards/swsh/swsh1/78.ts index e1b57c73e..6bff3911e 100644 --- a/cards/swsh/swsh1/78.ts +++ b/cards/swsh/swsh1/78.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Morpeko", + fr: "Morpeko", }, hp: 90, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/78/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/78/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/78/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/78/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 11, + name: "Megumi Mizutani" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Attack the Wound", + fr: "Défi de la Plaie", }, text: { en: "If your opponent’s Active Pokémon already has any damage counters on it, this attack does 50 more damage.", + fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 50 dégâts supplémentaires.", }, damage: "10+" }], @@ -70,7 +78,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/79.ts b/cards/swsh/swsh1/79.ts index 48afba5ba..145f1a80e 100644 --- a/cards/swsh/swsh1/79.ts +++ b/cards/swsh/swsh1/79.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Morpeko V", + fr: "Morpeko V", }, hp: 170, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/79/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/79/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/79/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/79/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Spark", + fr: "Étincelle", }, text: { en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 20 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 20 },{ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Electro Wheel", + fr: "Électro Roue", }, text: { en: "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon.", + fr: "Défaussez une Énergie de ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc.", }, damage: 150 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/8.ts b/cards/swsh/swsh1/8.ts index a6fcc7d57..982632df6 100644 --- a/cards/swsh/swsh1/8.ts +++ b/cards/swsh/swsh1/8.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Durant", + fr: "Fermite", }, hp: 110, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/8/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/8/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/8/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/8/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 9, + name: "Miki Tanaka" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Bite Together", + fr: "Morsure Commune", }, text: { en: "If Durant is on your Bench, this attack does 60 more damage.", + fr: "Si Fermite est sur votre Banc, cette attaque inflige 60 dégâts supplémentaires.", }, damage: "30+" }], @@ -71,7 +79,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/80.ts b/cards/swsh/swsh1/80.ts index 2daa3c598..5a72f4bc3 100644 --- a/cards/swsh/swsh1/80.ts +++ b/cards/swsh/swsh1/80.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Morpeko VMAX", + fr: "Morpeko VMAX", }, hp: 300, @@ -27,27 +28,34 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/80/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/80/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/80/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/80/high.png", }, }, evolveFrom: { en: "Morpeko V", + fr: "Morpeko-V", }, tags: [ Tag.VMAX, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, attacks: [{ name: { en: "VMAX rule", + fr: "Règle VMAX", }, },{ cost: [ @@ -57,9 +65,11 @@ const card: Card = { ], name: { en: "Max Discharge", + fr: "Déchargeomax", }, text: { en: "This attack also does 20 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 20 dégâts à chacun des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 180 }], @@ -78,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/81.ts b/cards/swsh/swsh1/81.ts index 85a56b71a..49a9ded40 100644 --- a/cards/swsh/swsh1/81.ts +++ b/cards/swsh/swsh1/81.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Ponyta", + fr: "Ponyta de Galar", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/81/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/81/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/81/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/81/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 19, + name: "Saya Tsuruta" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Psy Bolt", + fr: "Choc Mental", }, text: { en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.", + fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.", }, damage: 10 }], @@ -73,7 +81,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/82.ts b/cards/swsh/swsh1/82.ts index f6480a3f3..2ea7a8489 100644 --- a/cards/swsh/swsh1/82.ts +++ b/cards/swsh/swsh1/82.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Galarian Rapidash", + fr: "Galopa de Galar", }, hp: 100, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/82/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/82/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/82/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/82/high.png", }, }, evolveFrom: { en: "Galarian Ponyta", + fr: "Ponyta de Galar", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 48, + name: "You Iribi" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Pastel Veil", + fr: "Voile Pastel", }, text: { en: "Your Pokémon recover from all Special Conditions and can't be affected by any Special Conditions.", + fr: "Vos Pokémon guérissent de tous les États Spéciaux et ne peuvent être affectés par aucun État Spécial.", } }], @@ -61,9 +70,11 @@ const card: Card = { ], name: { en: "Psychic", + fr: "Psyko", }, text: { en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon.", + fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.", }, damage: "30+" }], @@ -85,7 +96,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/83.ts b/cards/swsh/swsh1/83.ts index a3419e5a2..100e501d5 100644 --- a/cards/swsh/swsh1/83.ts +++ b/cards/swsh/swsh1/83.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Gastly", + fr: "Fantominus", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/83/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/83/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/83/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/83/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 17, + name: "Taira Akitsu" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Fade Out", + fr: "Faiblir", }, text: { en: "Put this Pokémon and all attached cards into your hand.", + fr: "Ajoutez à votre main ce Pokémon et toutes les cartes attachées.", }, damage: 20 }], @@ -73,7 +81,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/84.ts b/cards/swsh/swsh1/84.ts index 3f32ed2f4..66c6f835f 100644 --- a/cards/swsh/swsh1/84.ts +++ b/cards/swsh/swsh1/84.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Haunter", + fr: "Spectrum", }, hp: 70, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/84/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/84/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/84/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/84/high.png", }, }, evolveFrom: { en: "Gastly", + fr: "Fantominus", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 47, + name: "HYOGONOSUKE" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Nightmare", + fr: "Cauchemar", }, text: { en: "Your opponent’s Active Pokémon is now Asleep.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.", }, damage: 20 },{ @@ -63,6 +72,7 @@ const card: Card = { ], name: { en: "Spooky Shot", + fr: "Tir Effrayant", }, damage: 40 }], @@ -84,7 +94,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/85.ts b/cards/swsh/swsh1/85.ts index a13b4e487..d491395a9 100644 --- a/cards/swsh/swsh1/85.ts +++ b/cards/swsh/swsh1/85.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Gengar", + fr: "Ectoplasma", }, hp: 110, @@ -27,30 +28,38 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/85/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/85/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/85/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/85/high.png", }, }, evolveFrom: { en: "Haunter", + fr: "Spectrum", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 49, + name: "Eri Yamaki" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Life Shaker", + fr: "Chamboule Vie", }, text: { en: "As often as you like during your turn, you may move 1 damage counter from 1 of your Psychic Pokémon to another of your Psychic Pokémon.", + fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez déplacer un marqueur de dégâts de l’un de vos Pokémon Psychic vers un autre de vos Pokémon Psychic.", } }], @@ -62,9 +71,11 @@ const card: Card = { ], name: { en: "Hypnoblast", + fr: "Hypnoblast", }, text: { en: "Your opponent’s Active Pokémon is now Asleep.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.", }, damage: 90 }], @@ -86,7 +97,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/86.ts b/cards/swsh/swsh1/86.ts index fd991c773..922659929 100644 --- a/cards/swsh/swsh1/86.ts +++ b/cards/swsh/swsh1/86.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Wobbuffet V", + fr: "Qulbutoké V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/86/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/86/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/86/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/86/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 18, + name: "Ayaka Yoshida" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -54,9 +61,11 @@ const card: Card = { ], name: { en: "Gritty Comeback", + fr: "Retour Abrasif", }, text: { en: "Switch all damage counters on this Pokémon with those on your opponent’s Active Pokémon.", + fr: "Échangez tous les marqueurs de dégâts de ce Pokémon contre ceux du Pokémon Actif de votre adversaire.", }, },{ cost: [ @@ -65,9 +74,11 @@ const card: Card = { ], name: { en: "Shadow Bind", + fr: "Étreinte d’Ombre", }, text: { en: "During your opponent's next turn, the Defending Pokémon can't retreat.", + fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.", }, damage: 70 }], @@ -89,7 +100,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/87.ts b/cards/swsh/swsh1/87.ts index 6a3488e3a..02ee4e20c 100644 --- a/cards/swsh/swsh1/87.ts +++ b/cards/swsh/swsh1/87.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Munna", + fr: "Munna", }, hp: 70, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/87/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/87/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/87/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/87/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 50, + name: "Asako Ito" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Moonlight", + fr: "Rayon Lune", }, text: { en: "Heal 30 damage from this Pokémon.", + fr: "Soignez 30 dégâts de ce Pokémon.", }, },{ cost: [ @@ -60,6 +68,7 @@ const card: Card = { ], name: { en: "Psychic Sphere", + fr: "Sphère Psy", }, damage: 30 }], @@ -81,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/88.ts b/cards/swsh/swsh1/88.ts index 5cf258e2a..a5c8cd675 100644 --- a/cards/swsh/swsh1/88.ts +++ b/cards/swsh/swsh1/88.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Musharna", + fr: "Mushana", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/88/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/88/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/88/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/88/high.png", }, }, evolveFrom: { en: "Munna", + fr: "Munna", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 33, + name: "MAHOU" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Sleepy Pulse", + fr: "Pouls Léthargique", }, text: { en: "Your opponent’s Active Pokémon is now Asleep. During Pokémon Checkup, your opponent flips 2 coins instead of 1. If either of them is tails, that Pokémon is still Asleep.", + fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi. Pendant le Contrôle Pokémon, votre adversaire lance 2 pièces au lieu d’une. S’il obtient au moins un côté pile, ce Pokémon-là reste Endormi.", }, },{ cost: [ @@ -62,9 +71,11 @@ const card: Card = { ], name: { en: "Super Hypnoblast", + fr: "Super Hypno-Rafale", }, text: { en: "If your opponent’s Active Pokémon is Asleep, this attack does 120 more damage.", + fr: "Si le Pokémon Actif de votre adversaire est Endormi, cette attaque inflige 120 dégâts supplémentaires.", }, damage: "10+" }], @@ -86,7 +97,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/89.ts b/cards/swsh/swsh1/89.ts index 646f8b993..2ab741a2e 100644 --- a/cards/swsh/swsh1/89.ts +++ b/cards/swsh/swsh1/89.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Sinistea", + fr: "Théffroi", }, hp: 30, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/89/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/89/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/89/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/89/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 19, + name: "Saya Tsuruta" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Teatime", + fr: "Thérémonie", }, text: { en: "Each player draws 2 cards.", + fr: "Chaque joueur pioche 2 cartes.", }, }], @@ -72,7 +80,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/9.ts b/cards/swsh/swsh1/9.ts index ee8373509..d6089ce22 100644 --- a/cards/swsh/swsh1/9.ts +++ b/cards/swsh/swsh1/9.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Dhelmise V", + fr: "Sinistrail V", }, hp: 220, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/9/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/9/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/9/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/9/high.png", }, }, @@ -39,13 +42,17 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 7, + name: "Eske Yoshinob" + }, attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Anchor Anger", + fr: "Colère Ancrée", }, text: { en: "If any of your Grass Pokémon were Knocked Out by damage from an opponent’s attack during their last turn, this attack does 90 more damage.", + fr: "Si l’un de vos Pokémon Grass a été mis K.O. par les dégâts d’une attaque de votre adversaire lors de son dernier tour, cette attaque inflige 90 dégâts supplémentaires.", }, damage: "30+" },{ @@ -66,9 +75,11 @@ const card: Card = { ], name: { en: "Giga Hammer", + fr: "Giga Marteau", }, text: { en: "During your next turn, this Pokémon can't use Giga Hammer.", + fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau.", }, damage: 200 }], @@ -87,7 +98,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/90.ts b/cards/swsh/swsh1/90.ts index 70282acd0..10c7a8427 100644 --- a/cards/swsh/swsh1/90.ts +++ b/cards/swsh/swsh1/90.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Polteageist", + fr: "Polthégeist", }, hp: 60, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/90/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/90/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/90/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/90/high.png", }, }, evolveFrom: { en: "Sinistea", + fr: "Théffroi", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 14, + name: "Shin Nagasawa" + }, @@ -51,9 +58,11 @@ const card: Card = { ], name: { en: "Teatime", + fr: "Thérémonie", }, text: { en: "Each player draws 2 cards.", + fr: "Chaque joueur pioche 2 cartes.", }, },{ cost: [ @@ -62,9 +71,11 @@ const card: Card = { ], name: { en: "Poltergeist", + fr: "Poltergeist", }, text: { en: "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.", + fr: "Votre adversaire dévoile sa main. Cette attaque inflige 50 dégâts pour chaque carte Dresseur que vous y trouvez.", }, damage: "50×" }], @@ -86,7 +97,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/91.ts b/cards/swsh/swsh1/91.ts index fa3bd7926..d92a2bb6f 100644 --- a/cards/swsh/swsh1/91.ts +++ b/cards/swsh/swsh1/91.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Indeedee V", + fr: "Wimessir V", }, hp: 180, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/91/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/91/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/91/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/91/high.png", }, }, @@ -39,22 +42,28 @@ const card: Card = { Tag.V, ], - + illustrator: { + id: 39, + name: "5ban Graphics" + }, abilities: [{ id: -1, type: AbilityType.TALENT, name: { en: "Watch Over", + fr: "Veille", }, text: { en: "Once during your turn, you may heal 20 damage from your Active Pokémon.", + fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de votre Pokémon Actif.", } }], attacks: [{ name: { en: "V rule", + fr: "Règle V", }, },{ cost: [ @@ -64,9 +73,11 @@ const card: Card = { ], name: { en: "Psychic", + fr: "Psyko", }, text: { en: "This attack does 60 more damage for each Energy attached to your opponent’s Active Pokémon.", + fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.", }, damage: "10+" }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/92.ts b/cards/swsh/swsh1/92.ts index 1332c5665..d22d27382 100644 --- a/cards/swsh/swsh1/92.ts +++ b/cards/swsh/swsh1/92.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Diglett", + fr: "Taupiqueur", }, hp: 60, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/92/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/92/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/92/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/92/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 52, + name: "Hasegawa Saki" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Scratch", + fr: "Griffe", }, damage: 10 }], @@ -67,7 +74,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/93.ts b/cards/swsh/swsh1/93.ts index 342465507..4af2a4694 100644 --- a/cards/swsh/swsh1/93.ts +++ b/cards/swsh/swsh1/93.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Dugtrio", + fr: "Triopikeur", }, hp: 90, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/93/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/93/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/93/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/93/high.png", }, }, evolveFrom: { en: "Diglett", + fr: "Taupiqueur", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 53, + name: "Kyoko Umemoto" + }, @@ -51,6 +58,7 @@ const card: Card = { ], name: { en: "Mud Bomb", + fr: "Boue-Bombe", }, damage: 60 }], @@ -69,7 +77,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/94.ts b/cards/swsh/swsh1/94.ts index b5b21758f..ba1b1b982 100644 --- a/cards/swsh/swsh1/94.ts +++ b/cards/swsh/swsh1/94.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Hitmonlee", + fr: "Kicklee", }, hp: 120, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/94/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/94/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/94/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/94/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 51, + name: "Shigenori Negishi" + }, @@ -50,6 +56,7 @@ const card: Card = { ], name: { en: "Low Sweep", + fr: "Balayette", }, damage: 40 },{ @@ -60,9 +67,11 @@ const card: Card = { ], name: { en: "Coordinated Strike", + fr: "Frappe Coordonnée", }, text: { en: "If Hitmonchan is on your Bench, this attack does 80 more damage.", + fr: "Si Tygnon est sur votre Banc, cette attaque inflige 80 dégâts supplémentaires.", }, damage: "80+" }], @@ -81,7 +90,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/95.ts b/cards/swsh/swsh1/95.ts index 67995f1f7..66fcf5447 100644 --- a/cards/swsh/swsh1/95.ts +++ b/cards/swsh/swsh1/95.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Hitmonchan", + fr: "Tygnon", }, hp: 120, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/95/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/95/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/95/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/95/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 51, + name: "Shigenori Negishi" + }, @@ -49,9 +55,11 @@ const card: Card = { ], name: { en: "Coordinated Beatdown", + fr: "Dérouillée Coordonnée", }, text: { en: "If Hitmonlee is on your Bench, this attack does 20 more damage.", + fr: "Si Kicklee est sur votre Banc, cette attaque inflige 20 dégâts supplémentaires.", }, damage: "20+" },{ @@ -61,6 +69,7 @@ const card: Card = { ], name: { en: "Mach Cross", + fr: "Passage Éclair", }, damage: 60 }], @@ -79,7 +88,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/96.ts b/cards/swsh/swsh1/96.ts index 26f82ab62..f97410644 100644 --- a/cards/swsh/swsh1/96.ts +++ b/cards/swsh/swsh1/96.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rhyhorn", + fr: "Rhinocorne", }, hp: 100, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/96/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/96/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/96/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/96/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 31, + name: "Sekio" + }, @@ -49,6 +55,7 @@ const card: Card = { ], name: { en: "Horn Attack", + fr: "Koud’Korne", }, damage: 10 },{ @@ -58,6 +65,7 @@ const card: Card = { ], name: { en: "Hammer In", + fr: "Enfoncement", }, damage: 30 }], @@ -76,7 +84,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/97.ts b/cards/swsh/swsh1/97.ts index b34a935e9..21fafc19f 100644 --- a/cards/swsh/swsh1/97.ts +++ b/cards/swsh/swsh1/97.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rhyhorn", + fr: "Rhinocorne", }, hp: 90, @@ -27,9 +28,11 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/97/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/97/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/97/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/97/high.png", }, }, @@ -39,7 +42,10 @@ const card: Card = { Tag.BASIC, ], - + illustrator: { + id: 54, + name: "sui" + }, @@ -50,9 +56,11 @@ const card: Card = { ], name: { en: "Stomp Off", + fr: "Tohu-Bohu", }, text: { en: "Discard the top 2 cards of your opponent’s deck.", + fr: "Défaussez les 2 cartes du dessus du deck de votre adversaire.", }, },{ cost: [ @@ -62,6 +70,7 @@ const card: Card = { ], name: { en: "Land Crush", + fr: "Écras’Terre", }, damage: 70 }], @@ -80,7 +89,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/98.ts b/cards/swsh/swsh1/98.ts index e38065d84..c87b19993 100644 --- a/cards/swsh/swsh1/98.ts +++ b/cards/swsh/swsh1/98.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rhydon", + fr: "Rhinoféros", }, hp: 120, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/98/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/98/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/98/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/98/high.png", }, }, evolveFrom: { en: "Rhyhorn", + fr: "Rhinocorne", }, tags: [ Tag.STAGE1, ], - + illustrator: { + id: 27, + name: "KEIICHIRO ITO" + }, @@ -53,6 +60,7 @@ const card: Card = { ], name: { en: "Horn Drill", + fr: "Empal’Korne", }, damage: 50 },{ @@ -64,9 +72,11 @@ const card: Card = { ], name: { en: "Rock Slide", + fr: "Éboulement", }, text: { en: "This attack also does 10 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 100 }], @@ -85,7 +95,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } } diff --git a/cards/swsh/swsh1/99.ts b/cards/swsh/swsh1/99.ts index d828bf5bf..c98139365 100644 --- a/cards/swsh/swsh1/99.ts +++ b/cards/swsh/swsh1/99.ts @@ -14,6 +14,7 @@ const card: Card = { // Card informations name: { en: "Rhyperior", + fr: "Rhinastoc", }, hp: 190, @@ -27,21 +28,27 @@ const card: Card = { image: { low: { en: "https://assets.tcgdex.net/en/swsh/swsh1/99/low.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/99/low.png", }, high: { en: "https://assets.tcgdex.net/en/swsh/swsh1/99/high.png", + fr: "https://assets.tcgdex.net/fr/swsh/swsh1/99/high.png", }, }, evolveFrom: { en: "Rhydon", + fr: "Rhinoféros", }, tags: [ Tag.STAGE2, ], - + illustrator: { + id: 55, + name: "Satoshi Shirai" + }, @@ -53,9 +60,11 @@ const card: Card = { ], name: { en: "Rock Tumble", + fr: "Roule-Pierre", }, text: { en: "This attack’s damage isn’t affected by Resistance.", + fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.", }, damage: 90 },{ @@ -67,9 +76,11 @@ const card: Card = { ], name: { en: "Bedrock Shake", + fr: "Secousse Tectonique", }, text: { en: "This attack also does 60 damage to each Benched Pokémon that has any damage counters on it (both yours and your opponent's). (Don’t apply Weakness and Resistance for Benched Pokémon.)", + fr: "Cette attaque inflige aussi 60 dégâts à chacun des Pokémon de Banc ayant au moins un marqueur de dégâts (les vôtres et ceux de votre adversaire). (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", }, damage: 120 }], @@ -88,7 +99,7 @@ const card: Card = { category: Category.POKEMON, set: { - name: "Sword & Shield", + name: "undefined", code: "swsh1" } }