mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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:
@ -47,7 +47,12 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "D"
|
||||
regulationMark: "D",
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It spews sand from its nostrils. While the enemy is blinded, it burrows into the ground to hide."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user