1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 05:19:19 +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

@ -19,6 +19,7 @@ const card: Card = {
hp: 80,
types: ["Colorless"],
stage: "Stage1",
evolveFrom: {
en: "Doduo"
},
@ -55,7 +56,9 @@ const card: Card = {
de: "Lässt ein Feind auch nur einen der\ndrei Köpfe für nur eine Sekunde aus\nden Augen, wird er sofort gepickt.",
'pt-br': "Um inimigo que tire os olhos de qualquer uma\ndas três cabeças, mesmo que por apenas um\nsegundo, será bicado gravemente.",
ko: "3개의 머리가 보고 있는 앞에서\n조금이라도 빈틈을 보이면\n부리로 격렬하게 쪼아댄다."
}
},
boosters: ["charizard", "mewtwo", "pikachu"]
}
export default card