1
0
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:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -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 opponents Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie de lun 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 sinflige 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