1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29: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: "Politoed",
fr: "Tarpaud",
de: "Quaxo"
},
illustrator: "Naoyo Kimura",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Leap Frog",
fr: "Saute-grenouille",
de: "Bocksprung"
},
effect: {
en: "Once during your turn (before your attack), you may choose a Water Pokémon on your Bench and switch it with your Active Pokémon. This power cant be used if Politoed is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez choisir un Pokémon Water de votre Banc et léchanger avec votre Pokémon Actif. Ce pouvoir ne peut pas être utilisé si Tarpaud est affecté par un État Spécial.",
de: "Einmal während deises Zuges (vor deinem Angriff) kannst du ein -Pokémon auf deiner Bank wählen und es gegen dein Aktives Pokémon austauschen. Diese Poké-Power kann nicht benutzt werden, wenn Quaxo von einem Speziellen Zustand betroffen ist."
},
},
],
@ -53,12 +56,14 @@ const card: Card = {
name: {
en: "Big Chorus",
fr: "Choralissime",
de: "Großer Chor"
},
effect: {
en: "Flip a coin for each Water Pokémon you have in play. This attack does 30 damage times the number of heads.",
fr: "Lancez une pièce pour chacun de vos Pokémon Water en jeu. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
de: "Wirf eine Münze für jedes deiner -Pokémon im Spiel. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
},
damage: "30×",
damage: "30x",
},
],