1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-23 08:39:54 +00:00

33 lines
373 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Freeze'
const card: Card = {
name: {
en: "Plasma Energy",
fr: "Énergie Plasma",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Energy",
set: Set,
effect: {
fr: "Cette carte fournit de l'Énergie Colorless.",
},
energyType: "Special",
}
export default card