1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-14 01:31:59 +00:00

fix: Missing boosters in A4 (#880)

This commit is contained in:
2025-08-10 12:34:38 +02:00
committed by GitHub
parent 11e626ada1
commit 5fd664fbf9
242 changed files with 496 additions and 242 deletions

View File

@@ -16,7 +16,8 @@ const card: Card = {
en: "If the {D} Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon, your opponent reveals a random card from their hand and shuffles it into their deck."
},
trainerType: "Tool"
trainerType: "Tool",
boosters: ["ho-oh"]
}
export default card