1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 01:19:54 +00:00

33 lines
457 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Storm'
const card: Card = {
name: {
en: "Plasma Frigate",
fr: "Frégate Plasma",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Chacun des Pokémon auquel de l'Énergie Plasma est attachée (les vôtres et ceux de votre adversaire) n'a pas de Faiblesse.",
},
trainerType: "Stadium",
}
export default card