mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Cette carte ne peut être attachée qu’à un Pokémon Mille Poings. Si cette carte est attachée à autre chose qu’un Pokémon Mille Poings, défaussez-la.\nTant que cette carte est attachée à un Pokémon, elle fournit une combinaison de 2 cartes Énergie Water et Énergie Fighting."
|
||||
},
|
||||
|
||||
energyType: "Special"
|
||||
energyType: "Special",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user