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:
@ -8,7 +8,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Boltund V"
|
||||
en: "Boltund V",
|
||||
fr: "Fulgudog V",
|
||||
de: "Bellektro V",
|
||||
es: "Boltund V",
|
||||
pt: "Boltund V",
|
||||
it: "Boltund V"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -20,21 +25,41 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Electrify"
|
||||
en: "Electrify",
|
||||
fr: "Électrisation",
|
||||
de: "Elektrifizierung",
|
||||
es: "Electrificación",
|
||||
pt: "Eletrificar",
|
||||
it: "Elettrocontagio"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck."
|
||||
en: "Search your deck for up to 2 {L} Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {L}, puis attachez-les à vos Pokémon de Banc comme il vous plaît. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 {L}-Energiekarten und lege sie beliebig an die Pokémon auf deiner Bank an. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía {L} y únelas a tus Pokémon en Banca de la manera que desees. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por até 2 cartas de Energia {L} no seu baralho e ligue-as aos seus Pokémon no Banco como desejar. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia {L} e assegnale ai tuoi Pokémon in panchina nel modo che preferisci. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bolt Storm"
|
||||
en: "Bolt Storm",
|
||||
fr: "Tempête Éclair",
|
||||
de: "Elektrosturm",
|
||||
es: "Tormenta de Relámpagos",
|
||||
pt: "Tempestade Relampejante",
|
||||
it: "Fulmintempesta"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon."
|
||||
en: "This attack does 30 more damage for each {L} Energy attached to all of your Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie {L} attachée à tous vos Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an alle deine Pokémon angelegte {L}-Energie 30 Schadenspunkte mehr zu.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía {L} unida a todos tus Pokémon.",
|
||||
pt: "Este ataque causa 30 pontos de dano a mais para cada Energia {L} ligada a todos os seus Pokémon.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia {L} assegnata ai tuoi Pokémon."
|
||||
},
|
||||
|
||||
damage: "10+"
|
||||
|
Reference in New Issue
Block a user