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: "Comfey",
|
||||
fr: "Guérilande",
|
||||
es: "Comfey",
|
||||
it: "Comfey",
|
||||
pt: "Comfey",
|
||||
de: "Curelei"
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Flower Shield",
|
||||
fr: "Garde Florale",
|
||||
es: "Defensa Floral",
|
||||
it: "Fiordifesa",
|
||||
pt: "Escudo Florido",
|
||||
de: "Floraschutz"
|
||||
},
|
||||
effect: {
|
||||
en: "Each of your Pokémon that has any Fairy Energy attached to it can't be affected by any Special Conditions. Remove any Special Conditions affecting those Pokémon.",
|
||||
en: "Each of your Pokémon that has any Fairy Energy attached to it can’t be affected by any Special Conditions. Remove any Special Conditions affecting those Pokémon.",
|
||||
fr: "Aucun de vos Pokémon auquel de l’Énergie Fairy est attachée ne peut être affecté par des États Spéciaux. Retirez tous les États Spéciaux affectant ces Pokémon.",
|
||||
es: "Cada uno de tus Pokémon que tenga alguna Energía Fairy unida a él no se puede ver afectado por ninguna Condición Especial. Elimina cualquier Condición Especial que afecte a esos Pokémon.",
|
||||
it: "Nessuno dei tuoi Pokémon che ha delle Energie Fairy assegnate può essere influenzato da condizioni speciali. Rimuovi tutte le condizioni speciali che influenzano tali Pokémon.",
|
||||
pt: "Cada um dos seus Pokémon que tiver alguma Energia Fairy ligada a ele não poderá ser afetado por quaisquer Condições Especiais. Remova todas as Condições Especiais que afetem aqueles Pokémon.",
|
||||
de: "Jedes deiner Pokémon, an das mindestens 1 Fairy-Energie angelegt ist, kann nicht von Speziellen Zuständen betroffen werden. Alle Speziellen Zustände auf jenen Pokémon verlieren ihre Wirkung."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sweet Kiss",
|
||||
fr: "Doux Baiser",
|
||||
es: "Beso Dulce",
|
||||
it: "Dolcebacio",
|
||||
pt: "Beijo Doce",
|
||||
de: "Bitterkuss"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent draws a card.",
|
||||
fr: "Votre adversaire pioche une carte.",
|
||||
es: "Tu rival roba 1 carta.",
|
||||
it: "Il tuo avversario pesca una carta.",
|
||||
pt: "Seu oponente compra 1 carta.",
|
||||
de: "Dein Gegner zieht 1 Karte."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user