1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29:18 +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: "이 카드를 사용하면 자신의 차례는 끝난다.\n자신의 「[Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ][Text:Char v=\"FOUR-PER-EM-SPACE\" ]텅구리」 또는 「폭거북스」 1마리 선택한다. 자신의 에너지존에서 {R}에너지를 2개 내보내 그 포켓몬에게 붙인다."
},
trainerType: "Supporter"
trainerType: "Supporter",
boosters: ["lunala"]
}
export default card