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:
@ -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 d’Ala",
|
||||
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 l’un 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 un’Energia 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."
|
||||
},
|
||||
|
Reference in New Issue
Block a user