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:
@ -3,11 +3,11 @@ import Set from '../Rebel Clash'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Sirfetch’d",
|
||||
en: "Galarian Sirfetch'd",
|
||||
fr: "Palarticho de Galar",
|
||||
es: "Sirfetch’d de Galar",
|
||||
it: "Sirfetch’d di Galar",
|
||||
pt: "Sirfetch’d de Galar",
|
||||
es: "Sirfetch'd de Galar",
|
||||
it: "Sirfetch'd di Galar",
|
||||
pt: "Sirfetch'd de Galar",
|
||||
de: "Galar-Lauchzelot"
|
||||
},
|
||||
|
||||
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Farfetch'd",
|
||||
fr: "Canarticho de Galar"
|
||||
fr: "Canarticho de Galar",
|
||||
es: "Farfetch'd de Galar",
|
||||
it: "Farfetch'd di Galar",
|
||||
pt: "Farfetch'd de Galar",
|
||||
de: "Galar-Porenta"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -53,8 +57,8 @@ const card: Card = {
|
||||
de: "Sternensturm"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can’t 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.",
|
||||
fr: "Ce Pokémon ne peut pas réutiliser Joute Astrale tant qu'il ne quitte pas le Poste Actif.",
|
||||
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.",
|
||||
@ -87,7 +91,7 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
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."
|
||||
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."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user