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

@ -51,7 +51,6 @@ const card: Card = {
value: "+20"
}],
retreat: 1,
rarity: "One Diamond",
@ -63,7 +62,9 @@ const card: Card = {
de: "In vielen Elektrizitätswerken werden Pokémon\nvom Typ Boden eingesetzt, um Elektek davon\nabzuhalten, den dortigen Strom anzuzapfen.",
'pt-br': "Muitas usinas mantêm Pokémon de tipo Terrestre\npor perto. Fazem isso para protegê-las de Electabuzz\nque aparecem em busca de eletricidade.",
ko: "전기를 노리는 에레브를\n퇴치하고자 땅포켓몬을 두는\n발전소도 많다."
}
},
boosters: ["pikachu"]
}
export default card