mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unown Q",
|
||||
fr: "Zarbi Q",
|
||||
de: "Icognito Q"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Uncommon",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "QUICK",
|
||||
fr: "QUICK",
|
||||
de: "QUICK"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Unown Q is on your Bench, you may discard all cards attached to Unown Q and attach Unown Q to 1 of your Pokémon as a Pokémon Tool card. As long as Unown Q is attached to a Pokémon, you pay Colorless less to retreat that Pokémon.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si Zarbi Q est sur votre Banc, vous pouvez défausser toutes les cartes qui lui sont attachées et attachez Zarbi Q à 1 de vos Pokémon comme carte Outil Pokémon. Tant que Zarbi Q est attachée à 1 Pokémon, vous payez 1 Colorless de moins pour le faire battre en retraite.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Icignito Q auf deiner Bank ist, alle Karten die an Icognito Q angelegt sind, auf deinen Ablagestapel legen und Icognito Q an 1 deiner Pokémon als Pokémon-Ausrüstung anlegen. Solange Icognito Q an ein Pokémon angelegt ist, bezahlst du weniger, um dieses Pokémon zurückzuziehen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance cachée",
|
||||
de: "Kraftreserve"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user