1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 05:49: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,9 +19,11 @@ const card: Card = {
hp: 160,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Exeggcute"
},
attacks: [{
cost: ["Grass"],
@ -47,6 +49,7 @@ const card: Card = {
damage: "40+"
}],
suffix: "EX",
weaknesses: [{
@ -55,7 +58,8 @@ const card: Card = {
}],
retreat: 3,
rarity: "Four Diamond"
rarity: "Four Diamond",
boosters: ["charizard"]
}
export default card