mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@ -52,7 +52,8 @@ const card: Card = {
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
boosters: ["solgaleo", "lunala"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user