mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unfezant",
|
||||
fr: "Déflaisan",
|
||||
es: "Unfezant",
|
||||
it: "Unfezant",
|
||||
pt: "Unfezant",
|
||||
de: "Fasasnob"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
@ -33,6 +37,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gust",
|
||||
fr: "Tornade",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
pt: "Lufada de Vento",
|
||||
de: "Windstoß"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -47,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Downburst",
|
||||
fr: "Rafale Descendante",
|
||||
es: "Chaparrón",
|
||||
it: "Raffica Discendente",
|
||||
pt: "Vendaval de Cima",
|
||||
de: "Fallböe"
|
||||
},
|
||||
effect: {
|
||||
en: "You may have each player shuffle all cards attached to their Active Pokémon into their deck.",
|
||||
fr: "Vous pouvez demander à chaque joueur de mélanger toutes les cartes attachées à son Pokémon Actif avec son deck.",
|
||||
es: "Puedes hacer que cada jugador ponga todas las cartas unidas a su Pokémon Activo en su baraja y baraje todas las cartas.",
|
||||
it: "Puoi far rimischiare a ciascun giocatore tutte le carte assegnate al suo Pokémon attivo nel suo mazzo.",
|
||||
pt: "Você pode fazer com que cada jogador embaralhe todas as cartas ligadas ao próprio Pokémon Ativo no próprio baralho.",
|
||||
de: "Du kannst beide Spieler veranlassen, alle an ihr Aktives Pokémon angelegten Karten in ihr Deck zu mischen."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user