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

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Stormfront'
const card: Card = {
name: {
en: "Rapidash",
fr: "Galopa"
fr: "Galopa",
de: "Gallopa"
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Burning Mane",
fr: "Crinière en flammes",
de: "Brennende Mähne"
},
effect: {
en: "If Rapidash is your Active Pokémon and is damaged by an opponent's attack (even if Rapidash is Knocked Out), the Attacking Pokémon is now Burned.",
fr: "Si Galopa est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Galopa est mis K.O), le Pokémon Attaquant est maintenant Brûlé.",
de: "Wenn Gallopa dein Aktives Pokémon ist und durch einen gegnerischen Angriff Schaden erhält (auch wenn Gallopa dadurch kampfunfähig wird), ist das Angreifende Pokémon jetzt verbrannt."
},
},
],
@ -46,6 +49,7 @@ const card: Card = {
name: {
en: "Rear Kick",
fr: "Ruade",
de: "Rückwärtskick"
},
damage: 30,
@ -59,10 +63,12 @@ const card: Card = {
name: {
en: "Shooting Fire",
fr: "Feu fusillant",
de: "Feuer verschießen"
},
effect: {
en: "Discard 2 Fire Energy attached to Rapidash and choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Défaussez 2 Énergies Fire attachées à Galopa et choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 60 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Lege 2 an Gallopa angelegte -Energien auf deinen Ablagestapel und wähle 1 Pokémon deines Gegners. Dieser Angriff fügt dem gewählten Pokémon 60 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
},