import { Card } from '../../../interfaces' import Set from '../Ancient Origins' const card: Card = { name: { en: "Forest of Giant Plants", fr: "Forêt de Plantes Géantes", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Les Pokémon Grass de chaque joueur peuvent évoluer pendant son premier tour ou pendant le tour où il joue les Pokémon concernés.", en: "Each player’s Grass Pokémon can evolve during his or her first turn or the turn he or she plays those Pokémon." }, trainerType: "Stadium", } export default card