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

feat: update TCG Pocket Promos and fix some issues (#719)

This commit is contained in:
2025-05-01 23:54:36 +02:00
committed by GitHub
parent 2ca455a957
commit e23bc6c909
29 changed files with 658 additions and 16 deletions

View File

@ -29,7 +29,28 @@ const card: Card = {
value: "+20"
}],
retreat: 0
retreat: 0,
abilities: [{
type: "Ability",
name: {
en: "Counterattack"
},
effect: {
en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon."
}
}],
attacks: [{
name: {
en: "Electric Punch"
},
damage: 70,
cost: ["Lightning", "Lightning"]
}]
}
export default card