mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 04:49: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:
@ -24,6 +24,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Scorbunny",
|
||||
fr: "Flambino",
|
||||
es: "Scorbunny",
|
||||
it: "Scorbunny",
|
||||
pt: "Scorbunny",
|
||||
de: "Hopplo"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -43,7 +47,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie Fire, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie Fire, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía Fire y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia Fire e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por 1 carta de Energia Fire no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
@ -60,7 +64,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnum Kick",
|
||||
fr: "Coup d’Pied Magnum",
|
||||
fr: "Coup d'Pied Magnum",
|
||||
es: "Patada Mágnum",
|
||||
it: "Supercalcio",
|
||||
pt: "Chute Magnum",
|
||||
@ -91,7 +95,9 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It kicks berries right off the branches of trees and then juggles them with its feet, practicing its footwork."
|
||||
}
|
||||
},
|
||||
|
||||
dexId: [814]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user