card db split in two

The former singleton carddb has now two instances. One keeps all common cards, another one is used for avatars, planes and schemes. When requesting a card from that storage you'll have to specify exactly which kind of card you mean.
Pros:
You may have avatar and creature with same name!
Schemes won't get in random decks for sure inless you've used that special store to get them.
Cons:
Extra efforts when looking for a card of unknown type (hope i wrote enough code to workaround thay problem)
Questions? Bug reports?
Pros:
You may have avatar and creature with same name!
Schemes won't get in random decks for sure inless you've used that special store to get them.
Cons:
Extra efforts when looking for a card of unknown type (hope i wrote enough code to workaround thay problem)
Questions? Bug reports?