mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 04:51:58 +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: "Chaque fois que le Pokémon Actif d’un joueur se déplace vers le Banc pendant son tour, placez 2 marqueurs de dégâts sur ce Pokémon-là."
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user