mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
feat: Add missing Cards to tk-dp-l (lucario) and tk-dp-m (manaphy) (#721)
This commit is contained in:
21
data/Trainer kits/DP trainer Kit (Manaphy)/11.ts
Normal file
21
data/Trainer kits/DP trainer Kit (Manaphy)/11.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Potion"
|
||||
},
|
||||
|
||||
illustrator: "Shin-ichi Yoshikawa",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
||||
|
Reference in New Issue
Block a user