mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vaporeon",
|
||||
fr: "Aquali",
|
||||
de: "Aquana"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -37,10 +38,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spiral Drain",
|
||||
fr: "Spirale épuisante",
|
||||
de: "Spiralsauger"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from Vaporeon.",
|
||||
fr: "Retirez 2 marqueurs de dégât à Aquali.",
|
||||
de: "Entferne 2 Schadensmarken von Aquana."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -54,10 +57,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dual Splash",
|
||||
fr: "Double splash",
|
||||
de: "Doppelplatscher"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent’s Pokémon. This attack does 30 damage to each of them. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 30 dégâts à chacun d’entre eux. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wähle 2 Pokémon deines Gegners. Dieser Angriff fügt jedem der gewählten Pokémon 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user