Dominion Strategy Forum

Please login or register.

Login with username, password and session length
Pages: [1]

Author Topic: The Challenge #1 Most Coins in a Turn  (Read 1527 times)

0 Members and 1 Guest are viewing this topic.

jakav

  • Baron
  • ****
  • Offline Offline
  • Posts: 50
  • Respect: +47
    • View Profile
The Challenge #1 Most Coins in a Turn
« on: March 01, 2022, 08:01:00 pm »
+1

There just aren't many puzzles or challenges going on or getting started right now, so I thought it would be fun to do a slower challenge, but on focused on puzzles.

This challenge would last about 2 weeks each, and there would be a new topic for each challenge so that discussion could be continued. Topics for the challenge would basically include anything that is not going on in the current two challenges.

Should we do it?

Either way, this challenge is to make a board in which the highest amount of coins in one turn is possible, but they are still limited (so no coffers). You do not have to post your solution, just how many coins you got, until the contest ends, on March 14th. Have fun!

More Specific Rules

The solution can assume perfect shuffle luck, but should be possible on Dominion Online (given an infinite amount of tries). It can have any number of buildup-turns, just like the How High Can You Go puzzle. The board cannot go infinite.
« Last Edit: March 02, 2022, 02:07:32 pm by jakav »
Logged
--Jakav--

(Why shouldn't signatures be like the above?)

ephesos

  • Explorer
  • *****
  • Offline Offline
  • Posts: 347
  • Shuffle iT Username: Ephesos
  • Respect: +290
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #1 on: March 04, 2022, 07:14:53 pm »
+2

Lich is a fancy new card, so I kind of want to try using it. Normally, I'd Priest chain with King's Court to trash N Fortresses and gain O(N^2) money. With Lich, you can trash it to gain cheaper cards back from the trash, so you can instead Procession the Priests. The limiting factor is then instead how many Procession plays you can do; because the first Procession you play cannot be played with Procession, you eventually end up with all the Processions in play, and all the Priests shortly afterwards, so you can't go infinite.

Let's say you play the first Procession ("Procession 1"). Each time Procession 1 is played, it plays Procession 2 twice, so that's 2 plays of Procession 2, 4 plays of Procession 3, etc. for 2^(N-1) plays of Procession and thus 2^N plays of Priest. With Inheritance on Procession, we can increase N by the number of Estates in the game. Supposing a 4 player game where every Estate was passed to you by Ambassador/Masquerade/etc., you can get 24 more Processions. Band of Misfits gets you 10 more, though you have to keep 1 Procession in the Supply. So that's 43 Processions total.

I think Captain can go infinite with this setup, so I won't risk it. I think you can stack up Duration plays of Procession to play more and more Captains each turn. Necromancer might work for 10 more Processions, but I can't figure out how to keep a Procession in the trash since Lich is mandatory, so I'll skip it.

Overlord can't be gained back by Lich, but you can use it to start the chain. Each Overlord can play Procession 1 twice, and you can play Overlord 30 times with King's Court, so that's 60 * 2^43 Priest plays.

To handle card draw issues, you can use Band of Nomads (along with some infinite buildup of Favors from previous turns using Student) and put a +1 Card token on Priest. You only need to draw back Lich and the card you fetch from the trash (if any), so that should be enough draw by itself.

N Priest plays gives O(N^2) money, so overall that's 3600 * 2^86 coins. Add in a Fortune to double it again for 2600*2^87, which, since I like seeing big numbers spelled out, is 402,330,512,767,748,589,342,215,372,800 coins.

I think you can optimize a bit further probably, there's still more room for extra cards. I'm only using Procession, Band of Misfits, King's Court, Overlord, Priest, Lich, Ambassador/Masquerade, and Fortune. I only need one copy each of the last 3, so those can be from a Black Market (depending on your feelings about split plies like Wizards and Gladiator/Fortune). So I only use 6 Kingdom cards. For events, there's Inheritance, and since Teacher can't be in the Black Market deck, we need to include Pathfinding or add another Kingdom pile. But that's still only 1-2 sideways cards.


As to whether this is doable on Dominion Online or not, it relies on having around 60 * 2^43 Favors from Student. If you click really quickly, you might be able to play like 10 Students a second, at which point it will take you about 1.67 million years to finish collecting the required Favors. So I probably won't be playing it out anytime soon.
« Last Edit: March 04, 2022, 07:18:45 pm by ephesos »
Logged

Holger

  • Minion
  • *****
  • Offline Offline
  • Posts: 736
  • Respect: +458
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #2 on: March 07, 2022, 12:43:01 pm »
+1

Let's say you play the first Procession ("Procession 1"). Each time Procession 1 is played, it plays Procession 2 twice, so that's 2 plays of Procession 2, 4 plays of Procession 3, etc. for 2^(N-1) plays of Procession and thus 2^N plays of Priest. With Inheritance on Procession, we can increase N by the number of Estates in the game. Supposing a 4 player game where every Estate was passed to you by Ambassador/Masquerade/etc., you can get 24 more Processions. Band of Misfits gets you 10 more, though you have to keep 1 Procession in the Supply. So that's 43 Processions total.

That's a great idea to get lots of Priests into play. But it assumes that you can re-play each Procession immediately after it has been trashed, which is not possible since Priest is not played and thus Lich is not triggered inbetween two Procession plays.
 
But I think you can salvage the idea by playing only N/2 Processions and keeping the others in your hand, for 2^(N/2) Priest plays. Then you can use those Processions from your hand to continue the chain, while some of the next Priest plays gives you back the Processions from the trash for later use.

On the positive side, since this process trashes 1+2+4+...+2^(N/2-1)=2^(N/2) - 1  cards and retrieves at most 2^(N/2) cards from the trash, you can easily keep one Procession in the trash and add Necromancer to increase N by 9 to 52, to get 2^(N/2)=2^26. (Letting Lich always gain turned-over Processions when possible, so that Necromancer doesn't run out of Processions it can use.) So with Overlord and King's Court you'd get 60*2^26 Priest plays.
Logged

Holger

  • Minion
  • *****
  • Offline Offline
  • Posts: 736
  • Respect: +458
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #3 on: March 07, 2022, 03:37:47 pm »
0

Actually, we only have N=7+24+10+10=51 "copies" of Procession as there's 3 Procession cards that we cannot play (one in the supply for BoM, one in the trash for Necromancer, and one set aside for Inheritance). For odd N, we can alternate between a chain with (N+1)/2 Processions and a chain with (N-1)/2 processions between two consecutive Overlord plays.

Without cost reduction, I think Captain can't lead to infinity since it cannot be recovered from the trash. So playing 10 Captains on the previous turn, Masterminded for good measure, lets you play 30 more "Procession chains" for 90*(2^26+2^25)/2=270*2^24 Priest plays in one turn, with the following "full" kingdom (10 kingdom cards, 2 landscapes):
 




Non-supply cards used:

« Last Edit: March 07, 2022, 03:40:05 pm by Holger »
Logged

ephesos

  • Explorer
  • *****
  • Offline Offline
  • Posts: 347
  • Shuffle iT Username: Ephesos
  • Respect: +290
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #4 on: March 07, 2022, 07:08:05 pm »
+1

Let's say you play the first Procession ("Procession 1"). Each time Procession 1 is played, it plays Procession 2 twice, so that's 2 plays of Procession 2, 4 plays of Procession 3, etc. for 2^(N-1) plays of Procession and thus 2^N plays of Priest. With Inheritance on Procession, we can increase N by the number of Estates in the game. Supposing a 4 player game where every Estate was passed to you by Ambassador/Masquerade/etc., you can get 24 more Processions. Band of Misfits gets you 10 more, though you have to keep 1 Procession in the Supply. So that's 43 Processions total.

That's a great idea to get lots of Priests into play. But it assumes that you can re-play each Procession immediately after it has been trashed, which is not possible since Priest is not played and thus Lich is not triggered inbetween two Procession plays.
 
But I think you can salvage the idea by playing only N/2 Processions and keeping the others in your hand, for 2^(N/2) Priest plays. Then you can use those Processions from your hand to continue the chain, while some of the next Priest plays gives you back the Processions from the trash for later use.

On the positive side, since this process trashes 1+2+4+...+2^(N/2-1)=2^(N/2) - 1  cards and retrieves at most 2^(N/2) cards from the trash, you can easily keep one Procession in the trash and add Necromancer to increase N by 9 to 52, to get 2^(N/2)=2^26. (Letting Lich always gain turned-over Processions when possible, so that Necromancer doesn't run out of Processions it can use.) So with Overlord and King's Court you'd get 60*2^26 Priest plays.

Yeah, that might be an issue. I think you can optimize it a little by only keeping Processions around when they're needed. Essentially, you can swap a Procession play for a Priest play at any time, so if you're out of Processions at step k of the tree, you can get 2 Processions back by sacrificing 2^(N-k) - 2 Priest plays. So it's somewhere in between 2^(N/2) and 2^N.

e.g. for N=6:
play P1
  play P2
    play P3
      play P4
        play P5
          play Priest twice, then trash it
        play P5 again
          play Priest twice, gaining the trashed Priest
        trash P5
      play P4 again
        play P6
          play Priest twice, gaining P5
        play P6 again
          play Priest twice, gaining Priest
        trash P6
      trash P4
    play P3 again
      play P5
        play Priest twice, gaining P4 and P6
      play P5 again
        play P4
          play Priest twice
        play P4 again
          play Priest twice
        trash P4
      trash P5
    trash P3
  play P2 again
    play P6
      play Priest twice, gaining P4 and P5
    play P6 again
      play P4
        play P5
          play Priest twice, gaining P3
          play Priest twice
      play P4 again
        play P3
          play Priest twice, gaining P5
          play P5
            play Priest twice
          play P5 again
            play Priest twice
          trash P5
        trash P3
      trash P4
    trash P6
  trash P2

Not sure if that's completely optimal, but it's somewhere between 2^(N/2) and 2^N. Possibly a linear factor times 2^(N/2)?

The trashing calculation is a little off since the last N cards are trashed after all gains have been made, but you can just start with N Coppers in the trash if you need to. That said, I think with Necromancer you might be able to cheat the 1 Procession in the trash requirement by starting your chain with Necromancers, then gaining back the trashed Procession at the end. Since you end a Procession chain before you have to replay Necromancer, you'll always have a freshly trashed set of Processions available to use. Though it might get tricky when you factor in having to shuffle in a Procession somewhere because all your Necromancers are still in the trash.

Logged

jakav

  • Baron
  • ****
  • Offline Offline
  • Posts: 50
  • Respect: +47
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #5 on: March 11, 2022, 11:39:00 am »
0

I don't understand how this process does not go infinite due to an unlimited procession chain, for example:

Play P1
  Play P2
    Play P3
      Play Priest, gaining P3
      Play Priest, gaining P2 and Priest
    Play P2
      Play P3
        Play Priest, gaining P3 and Priest
        Play Priest, gaining P2 and Priest
...

Anyway, could we use sewers?
Logged
--Jakav--

(Why shouldn't signatures be like the above?)

Holger

  • Minion
  • *****
  • Offline Offline
  • Posts: 736
  • Respect: +458
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #6 on: March 11, 2022, 02:11:26 pm »
+1

I don't understand how this process does not go infinite due to an unlimited procession chain, for example:

Play P1
  Play P2
    Play P3
      Play Priest, gaining P3
      Play Priest, gaining P2 and Priest
    Play P2
      Play P3
        Play Priest, gaining P3 and Priest
        Play Priest, gaining P2 and Priest
...

Anyway, could we use sewers?

Your chain doesn't work, because Priest/Lich can't gain cards that are still in play, only those from the trash - so you can't gain P2 or P3 until they are trashed, which is only after they have been played twice by P1. No copy of Procession in the chain can ever play itself, neither directly nor indirectly, it can only play other copies of Procession. So the total chain of Procession plays is huge but finite.

Yes, adding Sewers duplicates the final $ value (if we allow a third landscape), assuming we add a Fortress to the Black Market deck as extra trashing fodder (we can't have a second Lich copy in the Black Market Deck, and wouldn't be able to draw a third card per Priest play anyway).

However, if more than 2 landscapes are allowed, I would also add Bonfire, and replace e.g. Mastermind with Villa. With Bonfire we can trash all the Action cards still in play during the buy phase and then return to the Action phase ten times, and potentially increase the number of Priest plays by another factor of 11 (divided by the factor of losing Mastermind, which reduces the number Priest plays by less than half). If we also replace Ambassador by Masquerade, Villas couldn't ever be returned to the supply, so this would still be finite since Bonfire only works in the buy phase and we can't buy more than 10 Villas.

Edit: Similar to Sewers, Monastery can duplicate the number of trashes (since each trashed card is re-gained with Lich). Since trashing is done one at a time, each Monastery can trash a single Fortress literally billions of times, more than doubling the Priests' payout (since the extra trashes come after all the Priests have been played). So we can multiply the final $ by another factor of more than 11.
« Last Edit: March 11, 2022, 06:14:46 pm by Holger »
Logged

IlstrawberrySeed

  • Baron
  • ****
  • Offline Offline
  • Posts: 54
  • Respect: +26
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #7 on: October 02, 2022, 11:30:32 pm »
0

I’m probably missing something, but it seems to me that it would be more than a factor of 11, because the sum before fortune is a ramp, with the first priest giving 2, and the second giving 4, etc.

On an unrelated note, if you put Calvary in BM deck, then you can use monestary to trash Lich to gain it, to draw it and Lich, etc, increasing the number of monastery trashes significantly.
« Last Edit: October 03, 2022, 08:08:24 pm by IlstrawberrySeed »
Logged

IlstrawberrySeed

  • Baron
  • ****
  • Offline Offline
  • Posts: 54
  • Respect: +26
    • View Profile
Re: The Challenge #1 Most Coins in a Turn
« Reply #8 on: October 03, 2022, 08:07:48 pm »
+1

Assuming no limit on landscapes (custom tables can make more), then Black market can be Wot Mouse. This alloys us to add another pile, not sure exactly the best option.

To expand on the monastery tactic, if one uses BM watchtower on cavalry, they can redraw Lich and only trash Lich. If the counting of the gains happens before the trashing, and doesn’t increase with the Lich gains, then watchtower gives let’s us gain and trash twice as many cards per monastery we would otherwise be able.

Also, any number of throne room variants can be in the BM deck, each being able to play the command card -> procession aditional times. They are best on the captains, being able play starting processions additional times, though RC can do this to a KCed procession as well.
Logged
Pages: [1]
 

Page created in 0.048 seconds with 21 queries.