Cloned from The AutoBattler Cube
This is a cube to showcase a new variant of Magic inspired by the autobattler game genre. It is designed for any even number of players (best with 2 and 4) and It takes approximately 1-2 hours to play.
The way the game works, like an autobattler, is a loop between drafting cards and using those cards to play a magic mini-game. After each minigame, the loser gets poison counter(s). Then all players draft again. This loop continues until only one player remains as the winner.
In general, the game will have 4-5 stages, each consisting of three rounds. Each round consists of a DRAFT, BUILD, and PLAY phase. In order to track everything easily:
Additionally, each player starts the game with some initial resources:
Then, you may start the game. It begins in the BUILD phase of the first round (note: this means you do not have a draft phase before your first mini-game)
The Round LoopDRAFT -> BUILD -> PLAY. Repeat until one player is left as the winner!
DRAFTAt the start of each draft phase, do the following:
During the draft, a player can take any of the following actions any number of times:
When a player is done drafting, they do the following:
When the draft is complete, players build their starting hands. Each of the following happens in order:
Magic Mini-Games are played just like a normal Bo1 game of magic, but with the following rule modifications:
At the end of a mini-game, players with treasures on their side of the battlefield get to keep up to five treasures. Then, as long as at least two players have less than 10 poison, begin the draft phase of the next round loop.
Additional Rules Poison Counter ProgressionThe amount of poison counters a player gets when they lose depends on the STAGE. Currently we play with the following progression:
3: 1 poison
4: 1 poison
5: 2 poison
6: 3 poison
7: 5 poison
Yes, this is the Fibonacci sequence
NOTE: you can also play where every loss just gives 2 poison counters. This leads to a slightly faster game with different pacing.
Pairing Players RandomlyIt's critical that you never know exactly who you're playing against, but it's also unfun to play against the same person a few times in a row. Because of this, the following is how I recommend pairing, since it can be implemented in paper with a single D20 die roll:
This yields 10% to replay your last opponent and 45% to replay each other player. It also doesn't have any randomness issues with using a spin down!
Lastly, if it's the first mini-game, just play the person sitting across from you.
Mini-Game ConcessionsConcessions are not allowed. Mini-games determine access to treasures, and your opponent conceding can ruin your economy. Play it out!
What Happens When a Player DiesWhen the first player dies, they are now "The Ghost". They continue to play as normal until a second player dies. Once two players are dead, the game should be played just with the final two players.
Some extra rules with the purpose of guaranteeing there is a top2:
If you've gotten this far, thanks for reading! I hope you have a pretty good understanding of the game now.
This section is about other things to know, such as
If you like what this cube is about, and want to help us smooth out the rules or build your own, feel free to join the discord dedicated to this new form of magic!
Why are the Mini-Games not "auto"There are a few reasons for this:
You can play with whatever cards you want. For me, I wanted to exclude all cards that had text that didn't really work with the game. So anything that has to do with drawing a card or mentions the library, I excluded.
Some cards like these would be incredible inclusions. For example Endurance would be fantastic since it would almost play as a mass-eternal-witness. Or Elixir of Immortality, Seasons Past or Nexus of Fate would infinitely loop. However, I excluded any card that would give a player a library to keep things simple and avoid games drawing on via non-deterministic-loops. But if you want to play with them, go for it! (You just might need to create rules for ending games that won’t end, such as by allowing concessions in certain circumstances or forcing draws.)
Additionally, we found that the following types of cards were problematic:
Honestly, some of the hardest parts of this weren't figuring out game mechanics, but rather how to design a game like an autobattler that could logistically work in person.
Below are explanations of choices and how they solve certain issues we ran into.
Advice For Playing In PaperTechnically, the game can work for any number of players, but the cleanest numbers are 4 players or 8 players.
The current recommendation is to divide players into groups of four. With more than 4 players, players have to change seats every mini-game to find their opponents if they aren't divided into groups. With just 4, everybody can stay at a small table and jam without moving.
If you have multiple groups of four, there are two ways for how you can choose to run the game:
In an ideal world, cards that are not taken out of packs get shuffled back into the cube after every mini-game. If you can manage this, it would lead to the best gameplay, since if everybody tries to draft Green, then Green will start to feel dry.
However, shuffling sucks, and so I'd recommend doing this only as often as your group sees fit. Probably at least once per stage.
On top of the game rules listed so far, some people have had awesome ideas for extra complexities and modifications. Here are a few that you could choose to play with.
Extra Economic RewardsMany autobattlers have additional rewards to gain economic advantage. The two most common ones are interest and streaks. Below are possible ways of implementing those. However, it's important to note that this game really cannot have incentives to lose. This is because, unlike a true autobattler, players have agency in the games. So the games can just become very unfun if a player is trying to lose.
Most autobattlers have an extra mechanic that makes individual boards powerful and unique. In TFT, these are called Augments. My proposed implementation of augments would be:
You can repurpose Aura's and Equipment in a way that binds them to permanents. Not sure the clean way of implementing this in terms of actual game mechanics, but the card types are ripe for it. Probably something like:
when drafting an Aura/Equipment, you may pay treasures equal to its mana value. If you do, that card becomes an "item" and is placed in the command zone.
items have the following text: "when a permanent enters the battlefield under your control, you may put this card onto the battlefield and attach it to that permanent".
UpgradesYou could design "upgrades" as a way to introduce duplicates in a singleton environment. On some condition that is unlikely (and you can strive for via rolling), you can generate a second copy of the card you upgrade. This way the game is still like magic.
If you build a version of this cube that is not singleton, you could create the following mechanic:
If you draft 3x of the same card, exile those cards and receive an upgraded version of the card. We are still unsure what an "upgraded" version would look like.
Changing Basic LandsIt can sometimes feel weird that pivoting can happen so quickly. If you'd like, you can play where you have to pay a treasure if you would like to change your basic lands from what they were during your last mini-game.
CarouselIn order to make the game feel like it has clear phases, you can add a "carousel" after every 3 mini-games (when hand sizes increase). For the Carousel, lay 3 * NUM_PLAYERS cards face up in the center of the table. Snake-draft these cards until each player has drafted three cards.
If you do this, you either should require players to put cards from their pool back into the carousel, or remove the "every player gets a random card from the cube" at the beginning of a draft phase. This way pools do not change in size by adding a carousel.
Fun Ways to Spend Money?I am currently trying to keep complexity low, but I'm sure there are tons of other things you could let players do with their economy. One example could be "Pay 6 treasures to permanently add an additional basic land on the battlefield".
Anything Else?If you have any other ideas, feel free to bring them up in the discord! I'd be happy to add them here.