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

22 lines
364 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Space-Time Smackdown"
const card: Card = {
set: Set,
name: {
en: "Dawn"
},
illustrator: "saino misaki",
rarity: "Two Star",
category: "Trainer",
effect: {
en: "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon."
},
trainerType: "Supporter"
}
export default card