import { Card } from "../../../interfaces"
import Set from "../Triumphant Light"
const card: Card = {
set: Set,
name: {
en: "Barry"
},
illustrator: "Hideki Ishikawa",
rarity: "Two Star",
category: "Trainer",
effect: {
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less Energy."
},
trainerType: "Supporter"
}
export default card