1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

33 lines
400 B
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Flashfire'
const card: Card = {
name: {
en: "Lysandre",
fr: "Lysandre",
},
illustrator: "Ken Sugimori",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
},
trainerType: "Supporter",
}
export default card