mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17: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:
@ -6,7 +6,7 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Roublenard",
|
||||
en: "Thievul",
|
||||
en: "Thievul",
|
||||
es: "Thievul",
|
||||
it: "Thievul",
|
||||
pt: "Thievul",
|
||||
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user