1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-10 15:19:55 +00:00

22 lines
349 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Celestial Guardians"
const card: Card = {
set: Set,
name: {
en: "Ilima"
},
illustrator: "Teeziro",
rarity: "Two Star",
category: "Trainer",
effect: {
en: "Put 1 of your Pokémon that has damage on it into your hand."
},
trainerType: "Supporter"
}
export default card