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

@ -23,7 +23,7 @@ const card: Card = {
name: {
en: "Rapid Strike Search",
fr: "Recherche à Mille Poings",
fr: "Recherche à Mille Poings",
es: "Búsqueda de Golpe Fluido",
it: "Ricerca Colpo Rapido",
pt: "Busca Golpe Fluido",
@ -31,10 +31,10 @@ const card: Card = {
},
effect: {
en: "Once during your turn, you may search your deck for a Rapid Strike card, reveal it, and put it into your hand. Then, shuffle your deck. You cant use more than 1 Rapid Strike Search Ability each turn.",
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Mille Poings, la montrer, puis lajouter à votre main. Mélangez ensuite votre deck. Vous ne pouvez utiliser quun talent Recherche à Mille Poings par tour.",
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Golpe Fluido, enseñarla y ponerla en tu mano. Después, baraja las cartas de tu baraja. No puedes usar más de 1 habilidad Búsqueda de Golpe Fluido en cada turno.",
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Colpo Rapido, mostrarla e aggiungerla alle carte che hai mano. Poi rimischia le carte del tuo mazzo. Puoi usare labilità Ricerca Colpo Rapido solo una volta per turno.",
en: "Once during your turn, you may search your deck for a Rapid Strike card, reveal it, and put it into your hand. Then, shuffle your deck. You can't use more than 1 Rapid Strike Search Ability each turn.",
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Mille Poings, la montrer, puis l'ajouter à votre main. Mélangez ensuite votre deck. Vous ne pouvez utiliser qu'un talent Recherche à Mille Poings par tour.",
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Golpe Fluido, enseñarla y ponerla en tu mano. Después, baraja las cartas de tu baraja. No puedes usar más de 1 habilidad Búsqueda de Golpe Fluido en cada turno.",
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Colpo Rapido, mostrarla e aggiungerla alle carte che hai mano. Poi rimischia le carte del tuo mazzo. Puoi usare l'abilità Ricerca Colpo Rapido solo una volta per turno.",
pt: "Uma vez durante o seu turno, você poderá procurar por 1 carta Golpe Fluido no seu baralho, revelá-la e colocá-la na sua mão. Em seguida, embaralhe o seu baralho. Você não pode usar mais de 1 Habilidade Busca Golpe Fluido por turno.",
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Fließender-Angriff-Karte durchsuchen, sie deinem Gegner zeigen und sie auf deine Hand nehmen. Mische anschließend dein Deck. Du kannst die Fähigkeit Fließender-Angriff-Suche nur einmal pro Zug einsetzen."
}
@ -73,7 +73,18 @@ const card: Card = {
description: {
en: "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head."
}
},
evolveFrom: {
en: "Remoraid",
fr: "Rémoraid",
es: "Remoraid",
it: "Remoraid",
pt: "Remoraid",
de: "Remoraid"
},
regulationMark: "E"
}
export default card
export default card