1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +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

@ -21,13 +21,17 @@ const card: Card = {
evolveFrom: {
en: "Mienfoo",
fr: "Kungfouine"
fr: "Kungfouine",
es: "Mienfoo",
it: "Mienfoo",
pt: "Mienfoo",
de: "Lin-Fu"
},
attacks: [{
name: {
en: "Pound",
fr: "ÉcrasFace",
fr: "Écras'Face",
es: "Destructor",
it: "Botta",
pt: "Pancada",
@ -47,7 +51,7 @@ const card: Card = {
},
effect: {
en: "Your opponents Active Pokémon is now Confused. Shuffle this Pokémon and all attached cards into your deck.",
en: "Your opponent's Active Pokémon is now Confused. Shuffle this Pokémon and all attached cards into your deck.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus. Mélangez dans votre deck ce Pokémon et toutes les cartes attachées.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido. Pon este Pokémon y todas las cartas unidas a él en tu baraja, y baraja todas las cartas.",
it: "Il Pokémon attivo del tuo avversario viene confuso. Rimischia questo Pokémon e tutte le carte a esso assegnate nel tuo mazzo.",
@ -77,8 +81,8 @@ const card: Card = {
stage: "Stage1",
description: {
en: "When Mienshao lets out a bizarre wail, youre in danger. A flurry of kicks and chops too fast to see is about to be unleashed!"
en: "When Mienshao lets out a bizarre wail, you're in danger. A flurry of kicks and chops too fast to see is about to be unleashed!"
}
}
export default card
export default card