1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09: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 N",
fr: "Zarbi N",
de: "Icognito N"
},
illustrator: "Daisuke Ito",
rarity: "Uncommon",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "NOD",
fr: "Non-oui",
de: "NOD"
},
effect: {
en: "Once during your turn (before your attack), if you have Unown N, Unown O, and Unown D on your Bench, you may ask your opponent to take a Prize card. If he or she does, you take a Prize card. If he or she doesn't, draw a card.",
fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi N, Zarbi O et Zarbi D sont sur votre Banc, vous pouvez demander à votre adversaire de récolter une carte Récompense. Vous récoltez alors une carte Récompense. S'il ou elle choisit de ne pas en récolter, vous piochez une carte.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Icognito N, Icognito O und Icognito D auf deiner Bank sind, deinen Gegner fragen, ob er 1 seiner Preise auf die Hand nehmen möchte. Wenn er das macht, nimm 1 deiner Preise auf die Hand; andernfalls ziehe 1 Karte."
},
},
],
@ -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 Burned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé.",
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt verbrannt."
},
damage: 10,