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

@ -18,7 +18,11 @@ const card: Card = {
evolveFrom: {
en: "Wingull",
fr: "Goélise"
fr: "Goélise",
es: "Wingull",
it: "Wingull",
pt: "Wingull",
de: "Wingull"
},
attacks: [
@ -31,7 +35,7 @@ const card: Card = {
en: "Wing Attack",
fr: "Cru-Ailes",
es: "Ataque Ala",
it: "Attacco dAla",
it: "Attacco d'Ala",
pt: "Ataque de Asa",
de: "Flügelschlag"
},
@ -47,7 +51,7 @@ const card: Card = {
],
name: {
en: "Power Cyclone",
fr: "Cyclone dÉnergie",
fr: "Cyclone d'Énergie",
es: "Ciclón Poderoso",
it: "Ciclone Potente",
pt: "Ciclone Poderoso",
@ -55,9 +59,9 @@ const card: Card = {
},
effect: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
fr: "Déplacez une Énergie de ce Pokémon vers lun de vos Pokémon de Banc.",
fr: "Déplacez une Énergie de ce Pokémon vers l'un de vos Pokémon de Banc.",
es: "Mueve 1 Energía de este Pokémon a 1 de tus Pokémon en Banca.",
it: "Sposta unEnergia da questo Pokémon a uno di quelli nella tua panchina.",
it: "Sposta un'Energia da questo Pokémon a uno di quelli nella tua panchina.",
pt: "Mova 1 Energia deste Pokémon para 1 dos seus Pokémon no Banco.",
de: "Verschiebe 1 Energie von diesem Pokémon auf 1 Pokémon auf deiner Bank."
},