import { Card } from '../../../interfaces' import Set from '../POP Series 3' const card: Card = { name: { en: "Low Pressure System", }, illustrator: "Shin-ichi Yoshikawa", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Each Grass and Lightning Pokémon in play (both yours and your opponent’s) gets +10 HP." }, trainerType: "Stadium", variants: { normal: false, reverse: false, holo: false, firstEdition: false } } export default card