1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 21:02:15 +00:00

32 lines
460 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Delta Species'
const card: Card = {
name: {
en: "Dual Ball",
},
illustrator: "\"Big Mama\" Tagawa",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Flip 2 coins. For each head, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
},
trainerType: "Item",
}
export default card