mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pichu δ",
|
||||
fr: "Pichu δ ESPÈCES DELTA"
|
||||
fr: "Pichu δ ESPÈCES DELTA",
|
||||
de: "Pichu"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Baby Evolution",
|
||||
fr: "Évolution bébé"
|
||||
fr: "Évolution bébé",
|
||||
de: "Baby Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put Pikachu from your hand onto Pichu (this counts as evolving Pichu) and remove all damage counters from Pichu.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Pikachu de votre main sur Pichu (vous le faites ainsi évoluer) et retirer à Pichu tous ses marqueurs de dégât."
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Pikachu de votre main sur Pichu (vous le faites ainsi évoluer) et retirer à Pichu tous ses marqueurs de dégât.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du Pikachu von deiner Hand auf Pichu legen (das zählt als Entwickeln von Pichu). Entferne alle Schadensmarken von Pichu."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Paste",
|
||||
fr: "Coller"
|
||||
fr: "Coller",
|
||||
de: "Ankleben"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for an Energy card and attach it to 1 of your Pokémon that has δ on its card.",
|
||||
fr: "Choisissez dans votre pile de défausse une carte Énergie et attachez-la à 1 de vos Pokémon possédant le symbole δ."
|
||||
fr: "Choisissez dans votre pile de défausse une carte Énergie et attachez-la à 1 de vos Pokémon possédant le symbole δ.",
|
||||
de: "Durchsuche deinen Ablagestapel nach einer Energiekarte und lege sie an 1 deiner Pokémon, auf dem δ zu sehen ist, an."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user