1
0
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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -12,17 +12,29 @@ const card: Card = {
},
name: {
en: "Aroma Lady"
en: "Aroma Lady",
fr: "Aromathérapeute",
es: "Señorita Aroma",
it: "Profumina",
pt: "Senhorita Aroma",
de: "Aromalady"
},
rarity: "Secret Rare",
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: "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"
trainerType: "Supporter",
illustrator: "En Morikura",
regulationMark: "E"
}
export default card