1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Porygon-Z",
fr: "Porygon-Z",
de: "Porygon-Z"
},
illustrator: "Kouki Saitou",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Dimension Transfer",
fr: "Transfert dimensionnel",
de: "Dimensionstransfer"
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck. This power cant be used if Porygon-Z is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire, puis placez-la sur le dessus de votre deck. Ce Poké-Power ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du eine Münze werfen. Bei \"Kopf\" durchsuche deinen Ablagestapel nach 1 Trainer-Karte, zeige sie deinem Gegner und lege sie oben auf dein Deck. Diese Poké-Power kann nicht benutzt werden, wenn Porygon-Z von einem Speziellen Zustand betroffen ist."
},
},
],
@ -53,10 +56,12 @@ const card: Card = {
name: {
en: "Suspicious Beam β",
fr: "Rayon β douteux",
de: "Verdächtiger Strahl β"
},
effect: {
en: "If Porygon-Z has no Rainbow Energy attached to it, Porygon-Z does 20 damage to itself and Porygon-Z is now Confused.",
fr: "Si aucune Énergie Multicolore nest attachée à Porygon-Z, Porygon-Z sinflige 20 dégâts et est maintenant Confus.",
de: "Falls keine Regenbogen-Energie an Porygon-Z angelegt ist, fügt Porygon-Z sich selbst 20 Schadenspunkte zu und Porygon-Z ist jetzt verwirrt."
},
damage: 80,