1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-05 21:09:54 +00:00

22 lines
352 B
TypeScript

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