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

feat: add boosters to API (#737)

This commit is contained in:
2025-05-18 00:53:26 +02:00
committed by GitHub
parent 8ca40f410d
commit c809b14783
815 changed files with 3183 additions and 960 deletions

View File

@ -28,7 +28,8 @@ const card: Card = {
ko: "이 카드는 HP40의 {C}타입의 기본 포켓몬으로서 필드에 내보낼 수 있다.\n자신의 차례라면 필드에 나와 있는 이 카드를 트래쉬해도 좋다.\n이 카드는 후퇴할 수 없다."
},
trainerType: "Item"
trainerType: "Item",
boosters: ["palkia"]
}
export default card