mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
c3cb54f371
Currently there's no multiplayer format that allows players to cast spells from the command zone and also allows any deck size. This is a problem for players who want to test EDH Cube decks. These decks: - can have any size - often between 40 and 100 - with no standard - can have cards outside the commander's color identity - may break the singleton rule Create a game and deck type to accommodate these types of decks. Notable differences from Freeform Commander in addition to the above: - Decks can have any number of cards in the maindeck or sideboard - Sideboard cards can be any type - There are no illegal expansions - Games can have a minimum 2 players |
||
---|---|---|
.. | ||
Mage.Deck.Constructed | ||
Mage.Deck.Limited | ||
Mage.Game.BrawlDuel | ||
Mage.Game.BrawlFreeForAll | ||
Mage.Game.CanadianHighlanderDuel | ||
Mage.Game.CommanderDuel | ||
Mage.Game.CommanderFreeForAll | ||
Mage.Game.FreeForAll | ||
Mage.Game.FreeformCommanderDuel | ||
Mage.Game.FreeformCommanderFreeForAll | ||
Mage.Game.FreeformUnlimitedCommander | ||
Mage.Game.MomirDuel | ||
Mage.Game.MomirGame | ||
Mage.Game.OathbreakerDuel | ||
Mage.Game.OathbreakerFreeForAll | ||
Mage.Game.PennyDreadfulCommanderFreeForAll | ||
Mage.Game.TinyLeadersDuel | ||
Mage.Game.TwoPlayerDuel | ||
Mage.Player.AI | ||
Mage.Player.AI.DraftBot | ||
Mage.Player.AI.MA | ||
Mage.Player.AIMCTS | ||
Mage.Player.AIMinimax | ||
Mage.Player.Human | ||
Mage.Tournament.BoosterDraft | ||
Mage.Tournament.Constructed | ||
Mage.Tournament.Sealed | ||
pom.xml |