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: "Heat Fire Energy",
|
||||
fr: "Énergie Fire Chaleur"
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Uncommon",
|
||||
@ -23,9 +24,10 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "As long as this card is attached to a Pokémon, it provides Fire Energy.\n\n \n\nThe Fire Pokémon this card is attached to gets +20 HP.",
|
||||
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Fire.\n\n \n\n\nCette carte ajoute 20 PV au Pokémon Fire auquel elle est attachée."
|
||||
},
|
||||
|
||||
energyType: "Normal",
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user