mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
Fixed cards rarities and added cards description and stage (#62)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -80,7 +80,12 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
regulationMark: "D",
|
||||
retreat: 0
|
||||
retreat: 0,
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user