mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
Updated card and added effect field
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -37,6 +37,9 @@ interface Card {
|
||||
|
||||
attacks?: Array<Attack>
|
||||
|
||||
// If card is trainer or energy effect is here
|
||||
effect?: LangList<string>
|
||||
|
||||
weaknesses?: Array<{
|
||||
type: Type
|
||||
value?: string
|
||||
|
Reference in New Issue
Block a user