mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Vikavolt",
|
||||
fr: "Lucanon"
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Charjabug",
|
||||
fr: "Chrysapile"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -28,9 +26,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Powerful Storm",
|
||||
fr: "Tempête Puissante"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Energy attached to all of your Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée à tous vos Pokémon."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
@@ -44,14 +44,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Jolt Beam",
|
||||
fr: "Secousse Tonnerre Lumineuse"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||
},
|
||||
damage: 170,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -60,9 +63,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 150,
|
||||
types: ["Lightning"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user