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

@ -5,11 +5,11 @@ const card: Card = {
set: Set,
name: {
en: "Galarian Farfetchd",
en: "Galarian Farfetch'd",
fr: "Canarticho de Galar",
es: "Farfetchd de Galar",
it: "Farfetchd di Galar",
pt: "Farfetchd de Galar",
es: "Farfetch'd de Galar",
it: "Farfetch'd di Galar",
pt: "Farfetch'd de Galar",
de: "Galar-Porenta"
},
@ -30,7 +30,7 @@ const card: Card = {
},
effect: {
en: "This attacks damage isnt affected by Resistance.",
en: "This attack's damage isn't affected by Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
es: "El daño de este ataque no se ve afectado por Resistencia.",
it: "I danni di questo attacco non sono influenzati dalla resistenza.",
@ -60,8 +60,8 @@ const card: Card = {
stage: "Basic",
description: {
en: "The stalks of leeks are thicker and longer in the Galar region. Farfetchd that adapted to these stalks took on a unique form."
en: "The stalks of leeks are thicker and longer in the Galar region. Farfetch'd that adapted to these stalks took on a unique form."
}
}
export default card
export default card