mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -13,14 +13,47 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Pikachu V"
|
||||
en: "Pikachu V",
|
||||
fr: "Pikachu V",
|
||||
de: "Pikachu V",
|
||||
es: "Pikachu V",
|
||||
pt: "Pikachu V",
|
||||
it: "Pikachu V"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Lightning"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
fr: "Électacle",
|
||||
de: "Volttackle",
|
||||
es: "Placaje Eléctrico",
|
||||
pt: "Investida Trovão",
|
||||
it: "Locomovolt",
|
||||
en: "Volt Tackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon s'inflige aussi 30 dégâts.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
},
|
||||
|
||||
damage: 210
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user