1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09:19 +00:00

feat: Add missing Cards to tk-dp-l (lucario) and tk-dp-m (manaphy) (#721)

This commit is contained in:
yugi-classic
2025-05-02 00:43:52 +02:00
committed by GitHub
parent aa07e67c80
commit b26236e78c
25 changed files with 990 additions and 37 deletions

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../DP trainer Kit (Manaphy)'
const card: Card = {
name: {
en: "Energy Search"
},
illustrator: "Kai Ishikawa",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}
export default card