1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09: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,11 +19,11 @@ const card: Card = {
hp: 90,
types: ["Lightning"],
stage: "Stage1",
evolveFrom: {
en: "Eevee"
},
attacks: [{
cost: ["Lightning", "Colorless"],
@ -66,7 +66,9 @@ const card: Card = {
de: "Es sammelt die schwache elektrische\nEnergie, die von seinen Zellen ausgeht,\nund feuert starke Blitze ab.",
'pt-br': "Ele concentra as cargas elétricas fracas emitidas\npor suas células e lança raios elétricos enfeitiçados.",
ko: "세포가 내고 있는 약한\n전기를 하나로 모아서\n강력한 전기를 발산한다."
}
},
boosters: ["pikachu"]
}
export default card