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

@ -14,7 +14,7 @@ const card: Card = {
name: {
en: "Thievul",
fr: "Roublenard",
es: "Thievul",
es: "Thievul",
it: "Thievul",
pt: "Thievul",
de: "Gaunux"
@ -41,7 +41,7 @@ const card: Card = {
effect: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may have each player shuffle their hand and put it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, each player draws 4 cards.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez demander à chaque joueur de mélanger sa main, puis de la placer en dessous de son deck. Si lun des joueurs place ainsi au moins une carte en dessous de son deck, chaque joueur pioche 4 cartes.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l'un de vos Pokémon pendant votre tour, vous pouvez demander à chaque joueur de mélanger sa main, puis de la placer en dessous de son deck. Si l'un des joueurs place ainsi au moins une carte en dessous de son deck, chaque joueur pioche 4 cartes.",
es: "Cuando juegas este Pokémon de tu mano para hacer evolucionar a 1 de tus Pokémon durante tu turno, puedes hacer que cada jugador baraje las cartas de su mano y las ponga en la parte inferior de su baraja. Si cualquiera de los jugadores pone alguna carta en la parte inferior de su baraja de esta manera, cada jugador roba 4 cartas.",
it: "Quando giochi questo Pokémon dalla tua mano per far evolvere uno dei tuoi Pokémon durante il tuo turno, puoi far rimischiare a ciascun giocatore le carte che ha in mano e metterle in fondo al proprio mazzo. Se almeno un giocatore ha messo delle carte in fondo al proprio mazzo in questo modo, ciascun giocatore pesca quattro carte.",
pt: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may have each player shuffle their hand and put it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, each player draws 4 cards.",
@ -68,7 +68,23 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
dexId: [828],
evolveFrom: {
en: "Nickit",
fr: "Goupilou",
es: "Nickit",
it: "Nickit",
pt: "Nickit",
de: "Kleptifux"
},
description: {
en: "With a lithe body and sharp claws, it goes around stealing food and eggs. Boltund is its natural enemy."
},
regulationMark: "E"
}
export default card
export default card