mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ampharos Spirit Link",
|
||||
fr: "Lien Spirituel Pharamp",
|
||||
es: "Vínculo Espiritual de Ampharos",
|
||||
it: "Legame Mentale con Ampharos",
|
||||
pt: "Elo Espiritual de Ampharos",
|
||||
de: "Ampharos' Geistesbund"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Pharamp-EX.",
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Ampharos-EX."
|
||||
en: "Your turn does not end if the Pokémon this card is attached to becomes M Ampharos-EX.",
|
||||
es: "Tu turno no termina si el Pokémon al que está unida esta carta se convierte en M-Ampharos-EX.",
|
||||
it: "Il tuo turno non finisce se il Pokémon a cui è assegnata questa carta diventa M Ampharos-EX.",
|
||||
pt: "A sua vez não terminará se o Pokémon ao qual este card está ligado tornar-se M-Ampharos-EX.",
|
||||
de: "Dein Zug endet nicht, wenn das Pokémon, an das diese Karte angelegt ist, zu M-Ampharos-EX wird."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
Reference in New Issue
Block a user