Currently, CardMetadata only holds card_code, name, and rarity. We should add most of the remaining fields.
The format for the input data is documented on the Riot Developer Portal for Runeterra, under "set.json". We also already have some sample data for testing in the test/data directory.
Open questions:
- Which fields does it make sense to add, and which ones aren't needed?
- How to reference keywords? Should these become individual methods, e.g. #challenger?, #regeneration? and so on, or a list of keywords as they are in the source data?
Currently, CardMetadata only holds card_code, name, and rarity. We should add most of the remaining fields.
The format for the input data is documented on the Riot Developer Portal for Runeterra, under "set.json". We also already have some sample data for testing in the test/data directory.
Open questions: