1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49: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

@ -12,34 +12,55 @@ const card: Card = {
illustrator: "Kent Kanetsuna",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Riolu",
},
attacks: [{
cost: [
"Colorless"
],
name: {
en: "Feint"
},
effect: {
en: "This attacks damage isnt affected by Resistance."
},
damage: 30,
}, {
cost: [
"Fighting",
"Fighting"
],
name: {
en: "Aura Sphere"
},
effect: {
en: "Does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 40,
}],
weaknesses: [
{
type: "Psychic",
value: "20+"
}
],
description: {
en: "It has the ability to sense the auras of all things. It understands human speech."
},
stage: "Stage1",
attacks: [{
name: {
en: "Feint"
},
damage: 30,
effect: {
en: "This attacks damage isnt affected by Resistance."
}
}, {
name: {
en: "Aura Sphere"
},
damage: 40,
effect: {
en: "Does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}]
retreat: 1
}
export default card
export default card