Could we implement the Noble variant?
http://www.noblemtg.com/It's a lot like Commander.
I'm not sure exactly how the deck builder for commander is implemented? I noticed that when you switch over, it will only show cards eligible for the command zone. Is this a list/array/set that is updated whenever new cards are added, or is it taking the whole set of cards and ruling out all non-legendary cards, then ruling out anything from that set that are not creatures?
If it's the latter, then Noble will be more difficult to implement because it's parameters involve the lowest
printed rarity.
The next issue is issues with the command zone.
1. Your Noble is face-down. This purpose isn't to have a 2/2 morph creature but rather information hiding.
2. When you noble is destroyed or exiled, it behaves normally and doesn't return to the command zone.
What are your guys thoughts on implementing this?