Updated DB to add items

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-14 19:56:59 +01:00
parent a886302e05
commit 04d13bd450
2 changed files with 15 additions and 5 deletions

View File

@ -33,6 +33,14 @@ export interface CardSingle {
name: string
code: string
}
/**
* Some Pokémons have item like a berry
*/
item?: {
name: LangList<string>
effect: LangList<string>
}
cardTypes?: {
/**
* normal card without anything special