1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +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: ["Psychic"],
stage: "Stage1",
evolveFrom: {
en: "Golett"
},
attacks: [{
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
@@ -66,7 +66,9 @@ const card: Card = {
de: "In uralten Festungen finden sich heute noch\nSockel, die Golgantes beim Abfeuern seiner\nStrahlen wohl als Halt dienen sollten.",
'pt-br': "Plataformas de artilharia construídas nas paredes\nde castelos antigos eram usadas por Golurk como\npoleiros, de onde disparavam seus feixes de energia.",
ko: "고대인의 성벽에는\n골루그가 빔을 쏘기 위한\n포대와 같은 대좌가 있다."
}
},
boosters: ["charizard", "mewtwo", "pikachu"]
}
export default card