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:
@ -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
|
||||
|
Reference in New Issue
Block a user