mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Add regulation mark (#17)
* Added to interface * Added Regulation mark to all current cards * Ready for merge
This commit is contained in:
@ -50,7 +50,8 @@ const card: Card = {
|
||||
|
||||
retreat: 3,
|
||||
hp: 80,
|
||||
types: ["Fighting"]
|
||||
types: ["Fighting"],
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user