Add a subseries field to card metadata (#305)
All checks were successful
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 17s

- Add an optional "subseries" field to the card metadata function
- If this is present, it overrides the main series field

#301

Reviewed-on: #305
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
Ethan Lane 2024-07-18 19:46:23 +01:00 committed by Vylpes
parent b0b478e120
commit f28254e407
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ export interface CardMetadata {
name: string,
type: CardRarity,
path: string,
subseries?: string,
}
export interface DropResult {