1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 12:29: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,6 +19,7 @@ const card: Card = {
hp: 160,
types: ["Dragon"],
stage: "Stage2",
evolveFrom: {
en: "Dragonair"
},
@ -58,7 +59,9 @@ const card: Card = {
de: "Man sagt, dass es irgendwo im Meer\neine Insel gibt, auf der sie sich\nversammeln. Nur sie leben dort.",
'pt-br': "Acredita-se que em algum lugar no oceano\né possível encontrar uma ilha onde estes\nPokémon se reúnem. Só eles moram lá.",
ko: "드넓은 바다 어딘가에는\n망나뇽만이 모여 사는\n섬이 있다고 한다."
}
},
boosters: ["mewtwo"]
}
export default card