1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 21:09: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

@ -19,11 +19,11 @@ const card: Card = {
hp: 90,
types: ["Psychic"],
stage: "Stage1",
evolveFrom: {
en: "Woobat"
},
attacks: [{
cost: ["Psychic", "Colorless"],
@ -56,7 +56,9 @@ const card: Card = {
de: "Hat es besonders starke Ultraschallwellen\nausgestoßen, wird es so müde, dass es für\neine Weile nicht fliegen kann.",
'pt-br': "Emitir ondas sonoras poderosas faz com\nque fique cansado. Depois, não consegue\nvoar por um tempo.",
ko: "아주 강력한 음파를\n내보낸 후에는 지쳐서\n당분간 날 수 없게 된다."
}
},
boosters: ["charizard", "mewtwo", "pikachu"]
}
export default card