1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 03:09:49 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-21 23:48:05 +01:00
parent d7b2fdaca4
commit cf25058e55
5947 changed files with 21348 additions and 27235 deletions

View File

@ -31,7 +31,7 @@ interface Card {
evolveFrom?: LangList<string>
evolveTo?: Array<LangList<string>>
tags: Array<Tag> // made after
illustrator?: Illustrator
illustrator?: Illustrator|string
abilities?: Array<Ability>