mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Heliolisk",
|
||||
fr: "Iguolta"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Helioptile",
|
||||
fr: "Galvaran"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -26,9 +24,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Eerie Impulse",
|
||||
fr: "Ondes Étranges"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy from 1 of your opponent’s Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie de l’un des Pokémon de votre adversaire."
|
||||
},
|
||||
|
||||
},
|
||||
@ -39,14 +39,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder",
|
||||
fr: "Fatal-Foudre"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -55,9 +58,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 110,
|
||||
types: ["Lightning"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user