mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19: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: "Dust Island",
|
||||
fr: "Île Poussière",
|
||||
es: "Isla Polvorienta",
|
||||
it: "Isola Tossica",
|
||||
pt: "Ilha Empoeirada",
|
||||
de: "Staubinsel"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Lorsque l’effet d’une carte Dresseur amène l’un des joueurs à échanger son Pokémon Actif Empoisonné avec l’un de ses Pokémon de Banc, le nouveau Pokémon Actif est affecté par cet État Spécial.",
|
||||
en: "Whenever either player switches their Poisoned Active Pokémon with 1 of their Benched Pokémon with the effect of a Trainer card, the new Active Pokémon is now affected by that Special Condition.",
|
||||
es: "Cada vez que algún jugador cambie su Pokémon Activo Envenenado por 1 de sus Pokémon en Banca con el efecto de una carta de Entrenador, el nuevo Pokémon Activo pasa a estar afectado por esa Condición Especial.",
|
||||
it: "Ogni volta che uno dei giocatori scambia il suo Pokémon attivo avvelenato con uno della sua panchina con l’effetto di una carta Allenatore, il nuovo Pokémon attivo è influenzato da quella condizione speciale.",
|
||||
pt: "Sempre que qualquer um dos jogadores trocar o seu Pokémon Ativo Envenenado por 1 dos próprios Pokémon no Banco usando o efeito de uma carta de Treinador, o novo Pokémon Ativo será afetado por aquela Condição Especial.",
|
||||
de: "Jedes Mal, wenn einer der beiden Spieler sein vergiftetes Aktives Pokémon durch den Effekt einer Trainerkarte gegen 1 Pokémon auf seiner Bank austauscht, ist das neue Aktive Pokémon jetzt von jenem Speziellen Zustand betroffen."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user