1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

22 lines
428 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Triumphant Light"
const card: Card = {
set: Set,
name: {
en: "Irida"
},
illustrator: "Atsushi Furusawa",
rarity: "Two Diamond",
category: "Trainer",
effect: {
en: "Heal 40 damage from each of your Pokémon that has any <span class=\"energy-text energy-text--type-water\"></span> Energy attached."
},
trainerType: "Supporter"
}
export default card