1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
yugi-classic
2025-05-04 00:37:30 +02:00
committed by GitHub
parent d0c43e5ce6
commit d169a67833
128 changed files with 2709 additions and 1068 deletions

View File

@ -14,25 +14,51 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 60,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Pickup Power"
},
effect: {
en: "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand."
}
}, {
cost: [
"Lightning",
"Colorless"
],
name: {
en: "Rear Spark"
},
damage: 10,
effect: {
en: "Does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}]
},
damage: 10,
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
resistances: [
{
type: "Metal",
value: "-30"
},
],
retreat: 1,
}
export default card
export default card