1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 11:59: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: 100,
types: ["Psychic"],
stage: "Stage1",
evolveFrom: {
en: "Clefairy"
},
attacks: [{
cost: ["Psychic"],
@ -56,7 +56,9 @@ const card: Card = {
de: "Ein feenhaftes und scheues Pokémon,\ndas sofort die Flucht ergreift, wenn es\nMenschen wahrnimmt.",
'pt-br': "Um tímido Pokémon fada raramente visto,\ncorre e esconde-se assim que percebe\na presença de pessoas.",
ko: "요정의 동료로 좀처럼\n사람 앞에 나타나지 않는다. 기척을\n느끼면 바로 도망가는 듯하다."
}
},
boosters: ["pikachu"]
}
export default card