mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Volcarona",
|
||||
fr: "Pyrax"
|
||||
},
|
||||
illustrator: "NC Empire",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Larvesta",
|
||||
fr: "Pyronille"
|
||||
},
|
||||
|
||||
|
||||
@ -28,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cauterize",
|
||||
fr: "Cautérisation"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire n’a aucun marqueur de dégâts avant que cette attaque n’inflige des dégâts, cette attaque ne fait rien."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
@ -43,6 +47,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Wing",
|
||||
fr: "Aile de Feu"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
|
Reference in New Issue
Block a user