1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Luvdisc",
fr: "Lovdisc",
de: "Liebiskus"
},
illustrator: "Motofumi Fujiwara",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Rendezvous",
fr: "Rendezvous",
de: "Verabredung"
},
effect: {
en: "Reveal the top card of your deck and put it into your hand. If that card is a Pokémon, draw 2 cards.",
fr: "Retournez la carte du dessus de votre deck et placez-la dans votre main. Si c'est un Pokémon, piochez 2 cartes.",
de: "Decke die oberste Karte deines Decks auf und nimm sie auf die Hand. Wenn diese Karte eine Pokémon-Karte ist, ziehe 2 weitere Karten."
},
},
@ -44,12 +47,14 @@ const card: Card = {
name: {
en: "Synchro Dance",
fr: "Danse synchronisée",
de: "Synchrontanz"
},
effect: {
en: "If Luvdisc and the Defending Pokémon have the same amount of Energy attached to them, this attack does 10 damage plus 20 more damage.",
fr: "Si Lovdisc et le Pokémon Défenseur possède le même nombre d'Énergies, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires.",
de: "Wenn an Liebiskus und dem Verteidigenden Pokémon die gleiche Anzahl Energien angelegt sind, fügt dieser Angriff 10 Schadenspunkte plus 20 weitere Schadenspunkte zu."
},
damage: 10,
damage: "10+",
},
],