mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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: "Vivillon",
|
||||
fr: "Prismillon",
|
||||
es: "Vivillon",
|
||||
it: "Vivillon",
|
||||
pt: "Vivillon",
|
||||
de: "Vivillon"
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vivid Powder",
|
||||
fr: "Poudre Vive",
|
||||
es: "Polvo Vívido",
|
||||
it: "Polvere Vivida",
|
||||
pt: "Pó de Escamas Vívidas",
|
||||
de: "Farbenprächtiger Puder"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Asleep and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné et Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido y Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato e avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Adormecido e Envenenado.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt und ist vergiftet."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user