mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "TV Reporter",
|
||||
fr: "Journaliste télé"
|
||||
fr: "Journaliste télé",
|
||||
de: "TV Reporter"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la à côté de votre Pokémon Actif. À la fin de votre tour, défaussez-la.\n\nPiochez trois cartes. Ensuite, défaussez une carte de votre main."
|
||||
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la à côté de votre Pokémon Actif. À la fin de votre tour, défaussez-la.\n\nPiochez trois cartes. Ensuite, défaussez une carte de votre main.",
|
||||
de: "Draw 3 cards. Then discard any 1 card from your hand."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user