1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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: "Baltoy",
fr: "Balbuto",
de: "Puppance"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Psychic Balance",
fr: "Équilibre psy",
de: "Psycho-Ausgleich"
},
effect: {
en: "If you have less cards in your hand than your opponent, draw cards until you have the same number of cards as your opponent. (If you have more or the same number of cards in your hand as your opponent, this attack does nothing.)",
fr: "Si vous avez moins de cartes en main que votre adversaire, piochez des cartes jusqu'à ce que vous ayez le même nombre de cartes en main. (Si vous avez plus ou autant de cartes en main que votre adversaire, cette attaque est sans effet.)",
de: "Wenn du weniger Karten auf der Hand hast als dein Gegner, ziehe so viele Karten von deinem Deck, bis du die gleiche Anzahl Karten auf der Hand hast wie dein Gegner. (Dieser Angriff hat keine Auswirkungen, wenn du nicht weniger Karten auf der Hand hast als dein Gegner.)"
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Spin Turn",
fr: "Vrille",
de: "Absatzdreher"
},
effect: {
en: "Switch Baltoy with 1 of your Benched Pokémon.",
fr: "Échangez Balbuto avec 1 de vos Pokémon de Banc.",
de: "Tausche Puppance gegen 1 Pokémon auf deiner Bank aus."
},
damage: 20,