mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -31,16 +31,16 @@ const card: Card = {
|
||||
en: "Voltage Beat",
|
||||
es: "Ritmo Voltaje",
|
||||
it: "Battuta Folgorante",
|
||||
pt: "Voltage Beat",
|
||||
pt: "Ritmo Voltaico",
|
||||
de: "Blitztrommeln"
|
||||
},
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 cartes Énergie Grass, puis les attacher à l'un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 cartas de Energía Grass y unirlas a 1 de tus Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due carte Energia Grass e assegnarle a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 Grass-Energiekarten durchsuchen und sie an 1 deiner Pokémon anlegen. Mische anschließend dein Deck."
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 cartes Énergie {G}, puis les attacher à l'un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Once during your turn, you may search your deck for up to 2 {G} Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 cartas de Energía {G} y unirlas a 1 de tus Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due carte Energia {G} e assegnarle a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Uma vez durante o seu turno, você poderá procurar por até 2 cartas de Energia {G} no seu baralho e ligá-las a 1 dos seus Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 {G}-Energiekarten durchsuchen und sie an 1 deiner Pokémon anlegen. Mische anschließend dein Deck."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -58,7 +58,7 @@ const card: Card = {
|
||||
en: "Hammer In",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Hammer In",
|
||||
pt: "Martelada",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
@ -78,7 +78,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Thwackey",
|
||||
fr: "Badabouin"
|
||||
fr: "Badabouin",
|
||||
de: "Chimstix",
|
||||
es: "Thwackey",
|
||||
pt: "Thwackey",
|
||||
it: "Thwackey"
|
||||
},
|
||||
|
||||
description: {
|
||||
|
Reference in New Issue
Block a user