1
0
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:
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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Empoleon FB",
fr: "Pingoléon ",
de: "Impoleon FB"
},
illustrator: "Hiroki Fuchino",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Rushing Water",
fr: "Courant fort",
de: "Starke Strömung"
},
effect: {
en: "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.",
fr: "Déplacez une carte Énergie attachée au Pokémon Défenseur sur un autre des Pokémon de votre adversaire.",
de: "Entferne 1 an das Verteidigende Pokémon angelegte Energiekarte und lege sie an 1 anderes Pokémon deines Gegners an."
},
damage: 20,
@ -48,12 +51,14 @@ const card: Card = {
name: {
en: "Escort",
fr: "Escorter",
de: "Eskorte"
},
effect: {
en: "If you played any Supporter card from your hand during this turn, this attack does 40 damage plus 20 more damage.",
fr: "Si vous jouez une carte Supporter de votre main lors de ce tour, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
de: "Wenn du in diesem Zug mindestens 1 Unterstützerkarte von deiner Hand gespielt hast, fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu."
},
damage: 40,
damage: "40+",
},
],