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: 140,
types: ["Fighting"],
stage: "Stage2",
evolveFrom: {
en: "Kabuto"
},
attacks: [{
cost: ["Fighting"],
@ -66,7 +66,9 @@ const card: Card = {
de: "Kabutops schlitzt seine Beute auf und saugt ihre\nKörpersäfte aus. Die Überreste dienen als\nNahrung für andere Pokémon.",
'pt-br': "Kabutops despedaça sua presa e drena seus\nfluidos. As partes do corpo descartadas se\ntornam comida para outros Pokémon.",
ko: "먹이를 베어 갈라 체액을\n빨아먹는다. 남은 몸은\n다른 포켓몬의 먹이가 된다."
}
},
boosters: ["charizard"]
}
export default card