1
0
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:
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

@ -12,32 +12,47 @@ const card: Card = {
illustrator: "Daisuke Ito",
rarity: "None",
category: "Pokemon",
description: {
en: "Born on a cold seafloor, it will swim great distances to return to its birthplace."
},
stage: "Basic",
hp: 70,
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Call for Family"
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
}
}, {
cost: [
"Water",
"Water"
],
name: {
en: "Aqua Ring"
},
damage: 30,
effect: {
en: "Switch Manaphy with 1 of your Benched Pokémon."
},
damage: 30
}],
weaknesses: [
{
type: "Lightning",
value: "20+"
}
}]
],
description: {
en: "Born on a cold seafloor, it will swim great distances to return to its birthplace."
},
retreat: 1
}
export default card
export default card