1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49:19 +00:00
Files
cards-database/data/Sword & Shield/Rebel Clash/190.ts

32 lines
369 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Milo",
},
illustrator: "Hitoshi Ariga",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
en: "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.",
},
}
export default card