1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 22:09: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,11 +19,11 @@ const card: Card = {
hp: 110,
types: ["Psychic"],
stage: "Stage2",
evolveFrom: {
en: "Kirlia"
},
abilities: [{
type: "Ability",
@ -80,7 +80,9 @@ const card: Card = {
de: "Wenn es seinen Trainer schützen will, nimmt es all\nseine Psycho-Kräfte zusammen, um so ein kleines\nschwarzes Loch zu erzeugen.",
'pt-br': "Para proteger seu Treinador, gasta todo seu poder\npsíquico para criar um pequeno buraco negro.",
ko: "트레이너를 지키기 위해서라면\n사이코 파워를 모두 써서\n작은 블랙홀을 만들어 낸다."
}
},
boosters: ["mewtwo"]
}
export default card