mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 06:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unown B",
|
||||
fr: "Zarbi B",
|
||||
de: "Icognito B"
|
||||
},
|
||||
|
||||
illustrator: "Nakaoka",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bounce",
|
||||
fr: "BOND-BOING",
|
||||
de: "BOUNCE"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Unown B is on your Bench, you may flip a coin. If heads, discard all cards attached to any 1 of your Unown and shuffle that Pokémon back into your deck.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi B est sur votre Banc, vous pouvez lancer une pièce. Si c'est face, défaussez toutes les cartes attachées à 1 de vos Zarbis et mélanger ce Pokémon à votre deck.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff), wenn Icognito B auf deiner Bank liegt, kannst du 1 Münze werfen. Bei \"Kopf\" lege alle Karten, die an 1 deiner Icognito angelegt sind, auf deinen Ablagestapel und mische danach dieses Pokémon in dein Deck."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,6 +49,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance cachée",
|
||||
de: "Kraftreserve"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user