Mark-Lauman / DominionPicker

An Android companion app for Rio Grande Games' Dominion
MIT License
12 stars 14 forks source link

CardDb doesn't understand card requirements #33

Open Mark-Lauman opened 8 years ago

Mark-Lauman commented 8 years ago

Right now the CardDb doesn't know what game assets are required for a card. It just displays a String containing the requirements.

Knowing the requirements is not necessary for simple display, but if a filter is desired that removes specific requirements from the shuffler, then this will be necessary.

At present this issue is considered minor.