1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-09 18:47:50 +00:00

chore: fix infos for two cards (#732)

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
TCGdex 🤖 2025-05-07 21:44:06 +02:00 committed by GitHub
parent 224d9cd1c6
commit 860248e5d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View File

@ -57,7 +57,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "H"
regulationMark: "H",
illustrator: "Dsuke",
weaknesses: [{
type: "Fire",
value: "x2"
}]
}
export default card

View File

@ -35,7 +35,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "H"
regulationMark: "H",
illustrator: "Uninori",
weaknesses: [{
type: "Fire",
value: "x2"
}]
}
export default card