mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-08 11:09:18 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Igglybuff",
|
||||
fr: "Toudoudou",
|
||||
de: "Fluffeluff"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -29,9 +30,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
fr: "Joli visage endormi",
|
||||
de: "Niedliches Schlafgesicht"
|
||||
},
|
||||
effect: {
|
||||
fr: "Tant que Toudoudou reste Endormi, prévenez tous les dégâts qui peuvent lui être infligés par des attaques.",
|
||||
de: "Solange Fluffeluff schläft, verhindere allen Schaden, der Fluffeluff durch Angriffe zugefügt wird."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,10 +45,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Graffiti",
|
||||
fr: "Graffiti",
|
||||
de: "Graffiti"
|
||||
},
|
||||
effect: {
|
||||
en: "Igglybuff is now Asleep. During your opponent’s next turn, the attack cost of each of the Defending Pokémon’s attacks is Colorless more.",
|
||||
fr: "Toudoudou est maintenant Endormi. Au prochain tour de votre adversaire, le coût de l’attaque de chaque Pokémon Défenseur est plus élevé de Colorless.",
|
||||
de: "Fluffeluff schläft jetzt. Während des nächsten Zuges deines Gegners kosten die Angriffe jedes Verteidigenden Pokémons mehr."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user