1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39: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: "Unown R",
fr: "Zarbi R",
de: "Icognito R"
},
illustrator: "Kent Kanetsuna",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "RETIRE",
fr: "RETIRER",
de: "RETIRE"
},
effect: {
en: "Once during your turn, if Unown R is on your Bench, you may discard Unown R and all cards attached to it. (This doesn't count as a Knocked Out Pokémon.) Then, draw a card.",
fr: "Une seule fois lors de votre tour, si Zarbi R est sur votre Banc, vous pouvez défausser Zarbi R ainsi que toutes les cartes qui lui sont attachées. (Le Pokémon n'est pas K.O.) Ensuite, piochez une carte.",
de: "Einmal während deines Zuges kannst du, wenn Icognito R auf deiner Bank ist, Icognito R und alle Karten, die an Icognito R angelegt sind, auf deinen Ablagestapel legen. (Dies zählt nicht als kampfunfähig gemachtes Pokémon.) Danach ziehe 1 Karte."
},
},
],
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Hidden Power",
fr: "Puissance cachée",
de: "Kraftreserve"
},
effect: {
en: "Move any number of basic Energy cards attached to your Pokémon to your other Pokémon in any way you like.",
fr: "Déplacez autant de cartes Énergie de base attachées à vos Pokémon que vous le voulez sur vos autres Pokémon de la façon que vous voulez.",
de: "Lege beliebig viele Basis-Energiekarten, die an deinen Pokémon angelegt sind, in beliebiger Verteilung an deine anderen Pokémon an."
},
},