mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -16,7 +16,7 @@ const card: Card = {
|
||||
fr: "Aromathérapeute",
|
||||
es: "Señorita Aroma",
|
||||
it: "Profumina",
|
||||
pt: "Aroma Lady",
|
||||
pt: "Senhorita Aroma",
|
||||
de: "Aromalady"
|
||||
},
|
||||
|
||||
@ -25,15 +25,16 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
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.",
|
||||
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.",
|
||||
pt: "Compre 2 cartas. Se fizer isto, seu Pokémon Ativo se recuperará de todas as Condições Especiais.",
|
||||
de: "Ziehe 2 Karten. Wenn du das machst, erholt sich dein Aktives Pokémon von allen Speziellen Zuständen."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Megumi Mizutani"
|
||||
illustrator: "Megumi Mizutani",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user