mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13:59:18 +00:00
feat: Add missing Cards to tk-dp-l (lucario) and tk-dp-m (manaphy) (#721)
This commit is contained in:
20
data/Trainer kits/DP trainer Kit (Lucario)/10.ts
Normal file
20
data/Trainer kits/DP trainer Kit (Lucario)/10.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Quick Ball",
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Reveal cards from your deck until you reveal a Pokémon. Show that Pokémon to your opponent and put it into your hand. " +
|
||||
"Shuffle the other revealed cards back into your deck. (If you don't reveal a Pokémon, shuffle all the revealed cards back into your deck.)"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user