mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Aroma Lady"
|
||||
en: "Aroma Lady",
|
||||
fr: "Aromathérapeute",
|
||||
es: "Señorita Aroma",
|
||||
it: "Profumina",
|
||||
pt: "Aroma Lady",
|
||||
de: "Aromalady"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 2 cards. If you do, your Active Pokemon recovers from all Special Conditions."
|
||||
en: "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.",
|
||||
fr: "Piochez 2 cartes. Dans ce cas, votre Pokémon Actif guérit de tous les États Spéciaux.",
|
||||
es: "Roba 2 cartas. Si lo haces, tu Pokémon Activo se recupera de todas las Condiciones Especiales.",
|
||||
it: "Pesca due carte. Se lo fai, il tuo Pokémon attivo guarisce da tutte le condizioni speciali.",
|
||||
pt: "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.",
|
||||
de: "Ziehe 2 Karten. Wenn du das machst, erholt sich dein Aktives Pokémon von allen Speziellen Zuständen."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Megumi Mizutani"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user