1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-04 20:59:55 +00:00

33 lines
767 B
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../HeartGold SoulSilver'
const card: Card = {
name: {
en: "Rainbow Energy",
fr: "Énergie multicolore",
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
category: "Energy",
set: Set,
effect: {
fr: "Attachez une énergie Multicolore à lun de vos Pokémon. En jeu, lénergie multicolore fournit tout type dénergie, mais une seule énergie à la fois. (Fournit uniquement de lénergie.) Lorsque vous attachez cette carte de votre main à lun de vos Pokémon, placez un marqueur de dégâts sur ce Pokémon. (Lorsquelle nest pas en jeu, lénergie multicolore compte comme de lénergie Colorless.)",
},
energyType: "Special",
}
export default card