mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fairy Drop",
|
||||
fr: "Pastilles Féériques",
|
||||
es: "Bolitas Hada",
|
||||
it: "Goccia Fatata",
|
||||
pt: "Bolinha de Fada",
|
||||
de: "Feentropfen"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
@ -23,8 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Soignez 50 dégâts à l'un de vos Pokémon auquel de l'Énergie Fairy est attachée.",
|
||||
en: "Heal 50 damage from 1 of your Pokémon that has any Fairy Energy attached to it."
|
||||
fr: "Soignez 50 dégâts à l’un de vos Pokémon auquel de l’Énergie Fairy est attachée.",
|
||||
en: "Heal 50 damage from 1 of your Pokémon that has any Fairy Energy attached to it.",
|
||||
es: "Cura 50 puntos de daño a 1 de tus Pokémon que tenga alguna Energía Fairy unida a él.",
|
||||
it: "Cura da 50 danni uno dei tuoi Pokémon che abbia delle Energie Fairy assegnate.",
|
||||
pt: "Cure 50 de danos de 1 dos seus Pokémon que possua qualquer Energia Fairy ligada a ele.",
|
||||
de: "Heile 50 Schadenspunkte bei 1 deiner Pokémon, an das Fairy-Energie angelegt ist."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user