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

@ -6,10 +6,10 @@ const card: Card = {
name: {
fr: "Palarticho de Galar",
en: "Galarian Sirfetchd",
es: "Sirfetchd de Galar",
it: "Sirfetchd di Galar",
pt: "Sirfetchd de Galar",
en: "Galarian Sirfetch'd",
es: "Sirfetch'd de Galar",
it: "Sirfetch'd di Galar",
pt: "Sirfetch'd de Galar",
de: "Galar-Lauchzelot"
},
@ -21,7 +21,7 @@ const card: Card = {
evolveFrom: {
fr: "Canarticho de Galar",
en: "Galarian Farfetchd"
en: "Galarian Farfetch'd"
},
attacks: [{
@ -47,8 +47,8 @@ const card: Card = {
},
effect: {
fr: "Ce Pokémon ne peut pas réutiliser Joute Astrale tant quil ne quitte pas le Poste Actif.",
en: "This Pokémon cant use Meteor Assault again until it leaves the Active Spot.",
fr: "Ce Pokémon ne peut pas réutiliser Joute Astrale tant qu'il ne quitte pas le Poste Actif.",
en: "This Pokémon can't use Meteor Assault again until it leaves the Active Spot.",
es: "Este Pokémon no puede usar Asalto Estelar de nuevo hasta que deje el Puesto Activo.",
it: "Questo Pokémon non può più usare Sfolgorassalto finché non lascia la posizione attiva.",
pt: "Este Pokémon não poderá usar Ofensiva Meteórica novamente até sair do Campo Ativo.",
@ -69,8 +69,8 @@ const card: Card = {
stage: "Stage1",
description: {
en: "Only Farfetchd that have survived many battles can attain this evolution. When this Pokémons leek withers, it will retire from combat."
en: "Only Farfetch'd that have survived many battles can attain this evolution. When this Pokémon's leek withers, it will retire from combat."
}
}
export default card
export default card