1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12:59:18 +00:00

editor: add the correct variants for Obsidian Flames (#512)

This commit is contained in:
TCGdex [Bot]
2024-07-03 21:30:08 +02:00
committed by GitHub
parent 7e3cf7aa08
commit 629ab06c4c
230 changed files with 1214 additions and 230 deletions

View File

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