mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Destiny'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Shining Raichu",
|
||||
fr: "Raichu brillant"
|
||||
fr: "Raichu brillant",
|
||||
de: "Schimmerndes Raichu"
|
||||
},
|
||||
|
||||
illustrator: "Hironobu Yoshida",
|
||||
@ -35,12 +36,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Thundersquall",
|
||||
fr: "Rafale-tonnerre"
|
||||
fr: "Rafale-tonnerre",
|
||||
de: "Donnernder Windstoß"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to that Pokémon for each Energy attached to Shining Raichu. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Si votre adversaire a des Pokémon sur son Banc, choisissez l'un d'eux et cette attaque inflige 10 dégâts à ce Pokémon pour chaque Énergie attachée à Raichu brillant. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon du Banc.)"
|
||||
fr: "Si votre adversaire a des Pokémon sur son Banc, choisissez l'un d'eux et cette attaque inflige 10 dégâts à ce Pokémon pour chaque Énergie attachée à Raichu brillant. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon du Banc.)",
|
||||
de: "Wenn dein gegner mindestens ein Pokémon auf seiner Bank hat, wählt eines von diesen, und dieser Angriff fügt diesem Pokémon 10 Schadenspunkte für jede an Schimmerndes Raichu angelegte -Energie zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
damage: 40
|
||||
|
Reference in New Issue
Block a user