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