1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17: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

@ -5,7 +5,7 @@ const card: Card = {
set: Set,
name: {
fr: "Dresseurs dArène",
fr: "Dresseurs d'Arène",
en: "Gym Trainer",
es: "Entrenador de Gimnasio",
it: "Allenatore della Palestra",
@ -18,10 +18,10 @@ const card: Card = {
category: "Trainer",
effect: {
fr: "Piochez 2 cartes. Si au moins lun de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire, piochez 2 cartes supplémentaires.",
en: "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponents last turn, draw 2 more cards.",
fr: "Piochez 2 cartes. Si au moins l'un de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire, piochez 2 cartes supplémentaires.",
en: "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 2 more cards.",
es: "Roba 2 cartas. Si alguno de tus Pokémon quedó Fuera de Combate durante el último turno de tu rival, roba 2 cartas más.",
it: "Pesca due carte. Se uno qualsiasi dei tuoi Pokémon è stato messo KO durante lultimo turno del tuo avversario, pesca altre due carte.",
it: "Pesca due carte. Se uno qualsiasi dei tuoi Pokémon è stato messo KO durante l'ultimo turno del tuo avversario, pesca altre due carte.",
pt: "Compre 2 cartas. Se algum dos seus Pokémon tiver sido Nocauteado durante o último turno do seu oponente, compre 2 cartas a mais.",
de: "Ziehe 2 Karten. Wenn mindestens 1 deiner Pokémon während des letzten Zuges deines Gegners kampfunfähig wurde, ziehe 2 Karten mehr."
},
@ -37,4 +37,4 @@ const card: Card = {
}
}
export default card
export default card