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: "Plusle",
fr: "Posipi",
de: "Plusle"
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Greedy Draw",
fr: "Pioche avide",
de: "Gieriges Ziehen"
},
effect: {
en: "If you have the same number of cards or less in your hand as your opponent, draw cards until you have 1 more card than your opponent. (If you have more cards in your hand than your opponent, this attack does nothing.)",
fr: "Si vous possédez autant ou moins de cartes en main que votre adversaire, piochez des cartes jusqu'à ce que vous ayez 1 carte de plus que votre adversaire. (Si vous avez plus de cartes en main que votre adversaire, cette attaque est sans effet.)",
de: "Wenn du nicht mehr Handkarten als dein Gegner hast, ziehe so viele Karten, bis du 1 Handkarte mehr hast als dein Gegner. (Wenn du mehr Handkarten hast als dein Gegner, hat dieser Angriff keine Auswirkungen.)"
},
},
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Hand Charge",
fr: "Charge manuelle",
de: "Handauflegung"
},
effect: {
en: "Attach a Lightning Energy card from your hand to 1 of your Pokémon.",
fr: "Attachez une carte Énergie Lightning de votre main à 1 de vos Pokémon.",
de: "Lege 1 -Energiekarte von deiner Hand an 1 deiner Pokémon an."
},
damage: 10,