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

@ -38,7 +38,19 @@ const card: Card = {
value: "+20"
}],
retreat: 1
retreat: 1,
abilities: [{
type: "Ability",
name: {
en: "Defensive Whirlwind"
},
effect: {
en: "This Pokémon takes 30 damage from attacks from Pokémon."
}
}]
}
export default card