1
0
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:
2020-02-13 19:38:45 +01:00
parent cb6ed1407e
commit 868cd47e46
2 changed files with 8 additions and 29 deletions

View File

@ -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