1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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: "Unown X",
fr: "Zarbi X",
de: "Icognito X"
},
illustrator: "Kazuyuki Kano",
rarity: "Uncommon",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "X-RAY",
fr: "X-RAY",
de: "X-RAY"
},
effect: {
en: "Once during your turn (before your attack), if you have Unown X on your Bench, you may look at the top card of your opponent's deck and put it back on top of his or her deck.",
fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi X est sur votre Banc, vous pouvez regarder la carte du dessus du deck de votre adversaire et la replacer au dessus de son deck.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Icognito X auf deiner Bank ist, die oberste Karte des Decks deines Gegners anschauen und auf sein Deck zurücklegen."
},
},
],
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Hidden Power",
fr: "Puissance cachée",
de: "Kraftreserve"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 10,