mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Acerola",
|
||||
fr: "Margie",
|
||||
es: "Zarala",
|
||||
it: "Malpi",
|
||||
pt: "Acerola",
|
||||
de: "Lola"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Placez l’un de vos Pokémon avec des marqueurs de dégâts et toutes les cartes qui lui sont attachées dans votre main.",
|
||||
en: "Put 1 of your Pokémon that has any damage counters on it and all cards attached to it into your hand.",
|
||||
es: "Pon 1 de tus Pokémon que tenga algún contador de daño sobre él y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon che abbia dei segnalini danno e tutte le carte a esso assegnate.",
|
||||
pt: "Coloque 1 dos seus Pokémon que tiver algum contador de dano nele e todas as cartas ligadas a ele na sua mão.",
|
||||
de: "Nimm 1 deiner Pokémon, auf dem mindestens 1 Schadensmarke liegt, und alle an es angelegten Karten auf deine Hand."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user