1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11: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: 100,
types: ["Fighting"],
stage: "Stage1",
evolveFrom: {
en: "Machop"
},
attacks: [{
cost: ["Fighting", "Fighting"],
@ -56,7 +56,9 @@ const card: Card = {
de: "Dieses Pokémon ist superstark. Es kann sich nur\nmit einem kraftregulierenden Gürtel bewegen.",
'pt-br': "Sua massa muscular é tão poderosa que ele\nprecisa usar um cinto de economia de energia\npara controlar seus movimentos.",
ko: "엄청나게 강한 육체를 지녔기 때문에\n파워 세이브 벨트를 차서\n힘을 제어하고 있다."
}
},
boosters: ["charizard"]
}
export default card