1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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

@ -41,9 +41,9 @@ const card: Card = {
effect: {
en: "As often as you like during your turn, you may move an Energy from 1 of your Pokémon to 1 of your Rapid Strike Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez déplacer une Énergie de lun de vos Pokémon vers lun de vos Pokémon Mille Poings.",
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez déplacer une Énergie de l'un de vos Pokémon vers l'un de vos Pokémon Mille Poings.",
es: "Todas las veces que quieras durante tu turno, puedes mover 1 Energía de 1 de tus Pokémon a 1 de tus Pokémon Golpe Fluido.",
it: "Durante il tuo turno, puoi spostare unEnergia da uno dei tuoi Pokémon a uno dei tuoi Pokémon Colpo Rapido tutte le volte che vuoi.",
it: "Durante il tuo turno, puoi spostare un'Energia da uno dei tuoi Pokémon a uno dei tuoi Pokémon Colpo Rapido tutte le volte che vuoi.",
pt: "As often as you like during your turn, you may move an Energy from 1 of your Pokémon to 1 of your Rapid Strike Pokémon.",
de: "Beliebig oft während deines Zuges kannst du 1 Energie von 1 deiner Pokémon auf 1 deiner Fließender-Angriff-Pokémon verschieben."
}
@ -60,11 +60,11 @@ const card: Card = {
},
effect: {
en: "Your opponents Active Pokémon is now Confused.",
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
it: "Il Pokémon attivo del tuo avversario viene confuso.",
pt: "Your opponents Active Pokémon is now Confused.",
pt: "Your opponent's Active Pokémon is now Confused.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
},
@ -77,7 +77,23 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
evolveFrom: {
en: "Floette",
fr: "Floette",
es: "Floette",
it: "Floette",
pt: "Floette",
de: "Floette"
},
description: {
en: "Its life can span several hundred years. It's said to devote its entire life to protecting gardens."
},
dexId: [671],
regulationMark: "E"
}
export default card
export default card