1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Blaziken FB",
fr: "Brasegali ",
de: "Lohgock FB"
},
illustrator: "Motofumi Fujiwara",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Luring Flame",
fr: "Flamme attrayante",
de: "Verlockende Flamme"
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Burned.",
fr: "Échangez le Pokémon Défenseur avec 1 des Pokémon de Banc de votre adversaire. Le nouveau Pokémon Défenseur est maintenant Brûlé.",
de: "Tausche das Verteidigende Pokémon gegen 1 Pokémon auf der Bank deines Gegners aus. Das neue Verteidigende Pokémon ist jetzt verbrannt."
},
},
@ -45,12 +48,14 @@ const card: Card = {
name: {
en: "Vapor Kick",
fr: "Coup de buée",
de: "Dampfkick"
},
effect: {
en: "If your opponent has any Water Pokémon in play, this attack does 30 damage plus 30 more damage.",
fr: "Si votre adversaire possède des Pokémon Water en jeu, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires.",
de: "Wenn dein Gegner mindestens 1 -Pokémon im Spiel hat, fügt dieser Angriff 30 Schadenspunkte plus 30 weitere Schadenspunkte zu."
},
damage: 30,
damage: "30+",
},
],