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

@ -23,7 +23,11 @@ const card: Card = {
evolveFrom: {
en: "Pupitar",
fr: "Ymphect"
fr: "Ymphect",
es: "Pupitar",
it: "Pupitar",
pt: "Pupitar",
de: "Pupitar"
},
attacks: [
@ -69,7 +73,7 @@ const card: Card = {
},
effect: {
en: "Discard the top 5 cards of your deck.",
fr: "Défaussez les 5 cartes du dessus de votre deck.",
fr: "Défaussez les 5 cartes du dessus de votre deck.",
es: "Descarta las 5 primeras cartas de tu baraja.",
it: "Scarta le prime cinque carte del tuo mazzo.",
pt: "Descarte as 5 cartas de cima do seu baralho.",
@ -100,7 +104,7 @@ const card: Card = {
stage: "Stage2",
description: {
en: "Its body cant be harmed by any sort of attack, so it is very eager to make challenges against enemies."
en: "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies."
}
}