mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19: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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Torchic",
|
||||
fr: "Poussifeu"
|
||||
fr: "Poussifeu",
|
||||
es: "Torchic",
|
||||
it: "Torchic",
|
||||
pt: "Torchic",
|
||||
de: "Flemmli"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -33,7 +37,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smash Kick",
|
||||
fr: "Coud’Pattes",
|
||||
fr: "Coud'Pattes",
|
||||
es: "Patada Destrucción",
|
||||
it: "Calcio Esplosivo",
|
||||
pt: "Chute Poderoso",
|
||||
@ -58,7 +62,7 @@ const card: Card = {
|
||||
de: "Hitzeschnabel"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
en: "Your opponent's Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
|
||||
|
Reference in New Issue
Block a user