mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Add regulation mark (#17)
* Added to interface * Added Regulation mark to all current cards * Ready for merge
This commit is contained in:
@ -17,7 +17,8 @@ const card: Card = {
|
||||
fr: "Ajoutez à votre main l’un de vos Pokémon qui n’est ni un Pokémon-V ni un Pokémon-GX. (Défaussez toutes les cartes attachées.)"
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user