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:
@ -23,7 +23,7 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Single Strike Roar",
|
||||
fr: "Rugissement Poing Final",
|
||||
fr: "Rugissement Poing Final",
|
||||
es: "Rugido Golpe Brusco",
|
||||
it: "Boato Colpo Singolo",
|
||||
pt: "Rugido Golpe Decisivo",
|
||||
@ -32,9 +32,9 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for a Single Strike Energy card and attach it to 1 of your Single Strike Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, put 2 damage counters on that Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Énergie Poing Final, puis l’attacher à l’un de vos Pokémon Poing Final. Mélangez ensuite votre deck. Si vous avez attaché de l’Énergie à un Pokémon de cette façon, placez 2 marqueurs de dégâts sur ce Pokémon-là.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Énergie Poing Final, puis l'attacher à l'un de vos Pokémon Poing Final. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, placez 2 marqueurs de dégâts sur ce Pokémon-là.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Energía Golpe Brusco y unirla a 1 de tus Pokémon Golpe Brusco. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, pon 2 contadores de daño en ese Pokémon.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Energia Colpo Singolo e assegnarla a uno dei tuoi Pokémon Colpo Singolo. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell’Energia a un Pokémon in questo modo, metti due segnalini danno su quel Pokémon.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Energia Colpo Singolo e assegnarla a uno dei tuoi Pokémon Colpo Singolo. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, metti due segnalini danno su quel Pokémon.",
|
||||
pt: "Uma vez durante o seu turno, você poderá procurar por 1 carta de Energia Golpe Decisivo no seu baralho e ligá-la a 1 dos seus Pokémon Golpe Decisivo. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, coloque 2 contadores de dano naquele Pokémon.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Fokussierter-Angriff-Energiekarte durchsuchen und sie an 1 deiner Fokussierter-Angriff-Pokémon anlegen. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, lege 2 Schadensmarken auf jenes Pokémon."
|
||||
}
|
||||
@ -73,7 +73,18 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it."
|
||||
}
|
||||
},
|
||||
|
||||
evolveFrom: {
|
||||
en: "Houndour",
|
||||
fr: "Malosse",
|
||||
es: "Houndour",
|
||||
it: "Houndour",
|
||||
pt: "Houndour",
|
||||
de: "Hunduster"
|
||||
},
|
||||
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user