mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09: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:
@ -6,28 +6,19 @@ const card: Card = {
|
||||
en: "Rotom Bike",
|
||||
fr: "Moticyclette",
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
en: "Draw cards until you have 6 cards in your hand. Your turn ends.",
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main. Votre tour se termine."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user