1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12:59:18 +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: "Porygon2",
fr: "Porygon2",
de: "Porygon2"
},
illustrator: "Kouki Saitou",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Mapping",
fr: "Mappage",
de: "Zuordnung"
},
effect: {
en: "Once during your turn, when you play Porygon2 from your hand to evolve 1 of your Pokémon, you may search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour, lorsque vous jouez Porygon2 dans votre main pour faire évoluer lun de vos Pokémon, vous pouvez chercher une carte Stade dans votre deck, la montrer à votre adversaire et lajouter à votre main. Mélangez ensuite votre deck.",
de: "Einmal während deines Zuges kannst du, wenn du Porygon2 von deiner Hand spielst, um 1 deiner Pokémon zu entwickeln, dein Deck nach 1 Stadion-Karte durchsuchen, sie deinem Gegner zeigen und sie auf die Hand nehmen. Mische anschließend dein Deck."
},
},
],
@ -52,12 +55,14 @@ const card: Card = {
name: {
en: "3-D Attack",
fr: "Attaque en 3-D",
de: "3-D Attacke"
},
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
de: "Wirf 3 Münzen. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl \"Kopf\" zu."
},
damage: "20×",
damage: "20x",
},
],