1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +00:00
Files
cards-database/data/Pokémon TCG Pocket/Genetic Apex/266.ts
2024-11-28 00:34:09 +01:00

22 lines
298 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Genetic Apex"
const card: Card = {
set: Set,
name: {
en: "Erika"
},
category: "Trainer",
effect: {
en: "Heal 50 damage from 1 of your G Pokémon."
},
trainerType: "Supporter",
rarity: "Two Star"
}
export default card