1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

editor: add rarities for 151 set (#507)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
TCGdex [Bot]
2024-07-03 12:38:33 +02:00
committed by GitHub
parent 3d58d92db7
commit eea5c5147b
207 changed files with 1114 additions and 207 deletions

View File

@ -16,7 +16,12 @@ const card: Card = {
rarity: "Hyper rare",
category: "Energy",
types: ["Psychic"],
energyType: "Normal"
energyType: "Normal",
variants: {
normal: false,
reverse: false
}
}
export default card