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

@ -19,11 +19,11 @@ const card: Card = {
hp: 90,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Vulpix"
},
attacks: [{
cost: ["Fire", "Fire"],
@ -68,6 +68,7 @@ const card: Card = {
ko: "꼬리 하나하나에\n신통력이 담겨 있다.\n1000년을 산다고 한다."
},
boosters: ["charizard"]
}
export default card