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

22 lines
539 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Space-Time Smackdown"
const card: Card = {
set: Set,
name: {
en: "Cynthia"
},
illustrator: "Ryuta Fuse",
rarity: "Two Star",
category: "Trainer",
effect: {
en: "During this turn, attacks used by your <a class=\"localized-string__link\" href=\"/pokemon/garchomp/\">Garchomp</a> or <a class=\"localized-string__link\" href=\"/pokemon/togekiss/\">Togekiss</a> do +50 damage to your opponent's Active Pokémon."
},
trainerType: "Supporter"
}
export default card