mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Field Blower",
|
||||
fr: "Nettoyage de Terrain",
|
||||
es: "Soplador de Campo",
|
||||
it: "Spazzacampo",
|
||||
pt: "Ventilador de Campo",
|
||||
de: "Feldgebläse"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez jusqu’à 2 cartes Outil Pokémon ou cartes Stade en jeu, (les vôtres ou celles de votre adversaire), quelle que soit la combinaison, et défaussez-les.",
|
||||
en: "Choose up to 2 in any combination of Pokémon Tool cards and Stadium cards in play (yours or your opponent’s) and discard them.",
|
||||
es: "Elige, en cualquier combinación, hasta 2 cartas de Herramienta Pokémon y cartas de Estadio en juego (tuyas o de tu rival) y descártalas.",
|
||||
it: "Scegli fino a due carte Oggetto Pokémon o Stadio in gioco, in qualsiasi combinazione, tue o del tuo avversario, e scartale.",
|
||||
pt: "Escolha até 2 cartas de Ferramenta Pokémon e de Estádio em jogo em qualquer combinação (suas e do seu oponente) e descarte-as.",
|
||||
de: "Wähle eine beliebige Kombination aus bis zu 2 Pokémon-Ausrüstungen und Stadionkarten im Spiel (deine oder die deines Gegners) und lege sie auf den Ablagestapel."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user