Dominion Strategy Forum

Please login or register.

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

Author Topic: Opening of the Day #1 (Strategy Discussion)  (Read 13308 times)

0 Members and 1 Guest are viewing this topic.

dmk

  • Herbalist
  • **
  • Offline Offline
  • Posts: 7
  • Respect: 0
    • View Profile
Opening of the Day #1 (Strategy Discussion)
« on: June 30, 2011, 12:13:50 pm »
0

I thought it might be helpful for new players (myself included) to post a random kingdom each day (probably not that often) and get some discussion going around what your opening would be with both 5/2 and 4/3 and what your general game-plan is. Maybe even some variations around 2-player and 3/4-player too. Hopefully this can offer some additional insight into how to think about the game over-the-board with a variety of kingdoms.

So today's board: http://dominiondeck.com/games/ootd-1

Alchemist
Ironworks
Treasure Map
Council Room
Saboteur
Watchtower
Spy
Bazaar
Market
Venture
Logged

dmk

  • Herbalist
  • **
  • Offline Offline
  • Posts: 7
  • Respect: 0
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #1 on: June 30, 2011, 12:21:06 pm »
0

So my caveat is I'm fairly familiar with Base/Intrigue/Seaside since I own those and am not very familiar with Alchemy/Prosperity/Cornucopia except for the 1-2 cards that get rolled each game I play on iso.

There don't appear to be any good deck-trimming cards, so Venture seems unnecessary when you can easily be drawing copper with it. Spy/Watchtower also seem unimpressive here.

Sadly the only real terminals are Saboteur, Treasure Map, and Council Room...

I hate to play both of the Saboteur/Map games, but it seems as though the board demands it. I think my plan would involve going Silver until I can purchase Market/Bazaar and then transition into Saboteur/Gold.

Kind of a gross board and one that probably isn't great as the first in this series, but I always play with what I'm dealt! :)
Logged

kn1tt3r

  • Minion
  • *****
  • Offline Offline
  • Posts: 585
  • Respect: +278
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #2 on: June 30, 2011, 12:25:26 pm »
0

Since there is no trashing card, I see two ways to go, and I'd probably decide depending on the opening:
4/3 => Potion/Silver for an Alchemist deck with like 2 Markets for +buys
5/2 => probably Council Room/nothing to go for Big Money with Gold and Ventures.

Logged

livious

  • Herbalist
  • **
  • Offline Offline
  • Posts: 9
  • Respect: 0
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #3 on: June 30, 2011, 12:29:50 pm »
0

Same, except I'd be buying Council Room planning on Alchemists.
Logged

DStu

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2627
  • Respect: +1490
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #4 on: June 30, 2011, 12:34:57 pm »
0

Quote
3p: Alchemist
3: Watchtower
4: Ironworks
4: Treasure Map
4: Spy
5: Council Room
5: Saboteur
5: Bazaar
5: Market
5: Venture

Random thoughts on potentially intersting cards and the setup:
a) Ironworks -> no intersting cards for <=4.
b) no trashing
c) Only expensive cards for action/draw Engine
d) Treasure Map is difficult under this conditions
e) Venture also

So for me the interesting cards is the Alchemist in this setup. Spice this up with a Councilroom in midgame for +Buy. So start would be Potion/Silver. Get a second Potion somewhen to stabilize the Alchemist chain and get more, 1 CR, +some Gold, see what happens.  5/2 take the Councilroom to accelerate the start, Market, Bazaar, Venture are quite weak at the start, Saboteur is Saboteur, but of course a danger for the alchemists if you don't manage to get them back on top of the discard-pile (or if you have more than 5, which is prob. not a good idea against saboteurs anyway).
Alternative take Markets instead of CR, but I would guess CR is stronger.

Seems like a good question for Geronimoo's simulator...
Logged

guided

  • Jester
  • *****
  • Offline Offline
  • Posts: 940
  • Respect: +94
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #5 on: June 30, 2011, 12:40:42 pm »
0

Potion/Silver. Saboteur might cause problems for an Alchemist deck, but I'm not worried enough about it to go for a different strategy. Get another Potion with your next $4 buy, and for $5 always buy Market. If you don't have a Market by the time you have a few Alchemists, you should take a Market at some point even with $6-$7.

5/2 sucks here. Venture/nothing and go Big Money I guess? Bazaar/Council Room is a possibility... but not a very good one.
Logged

dmk

  • Herbalist
  • **
  • Offline Offline
  • Posts: 7
  • Respect: 0
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #6 on: June 30, 2011, 12:49:45 pm »
0

I'll have to play around with Alchemist since its clearly favored by everyone so far
Logged

DStu

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2627
  • Respect: +1490
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #7 on: June 30, 2011, 12:50:54 pm »
0

So simulator:
Quote

<player name="Alchemist/CR/Venture">
   <buy name="Province"/>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="5.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Gold"/>
   <buy name="Council_Room">
      <condition>
         <left type="countCardsInDeck" attribute="Council_Room"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Alchemist">
      <condition>
         <left type="countCardsInDeck" attribute="Alchemist"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Potion">
      <condition>
         <left type="countCardsInDeck" attribute="Potion"/>
         <operator type="smallerThan" />
         <right type="constant" attribute="1.0"/>
      </condition>
   </buy>
   <buy name="Venture"/>
   <buy name="Silver"/>
</player>

Victory Points>Gold>1CR>5Alchemist>1Potion>Venture>Silver
was the best I could find this fast compared with Markets thrown in and/or Ventures taken out.

Edit: OK, it looses by far against _SingleCouncilroom
Edit2: And WanderingWilders
« Last Edit: June 30, 2011, 12:55:18 pm by DStu »
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #8 on: June 30, 2011, 12:51:56 pm »
0

So a really horrible board. Best is probably to buy Silver at 3-4, Council Room on your first 5 then venture thereafter until you go green, gold on 6+, and pretty much play big money... very boring. Treasure Map is going to be dreadful without any enablers, and Saboteur is just quite weak. There's no reason to prefer Bazaar to market really, and Market itself just isn't good enough to justify getting it.
I don't have tons of experience in multiplayer, but I can't imagine it's going to be all that different.

I should note that Alchemist generally isn't worth it just by itself. Some quick sims show that it's not good enough to compete with big money without some other help, and there's not enough other help here.
If anybody wants to post a player for Geronimoo's simulator which can beat mean, I'd much appreciate it:
<player name="OotD1">
   <buy name="Province"/>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="3.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Venture">
      <condition>
         <left type="countCardsInDeck" attribute="Gold"/>
         <operator type="greaterOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Venture">
      <condition>
         <left type="countCardsInDeck" attribute="Venture"/>
         <operator type="greaterOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Gold"/>
   <buy name="Council_Room">
      <condition>
         <left type="countCardsInDeck" attribute="Council_Room"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="5.0"/>
      </condition>
   </buy>
   <buy name="Venture"/>
   <buy name="Silver"/>
</player>

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #9 on: June 30, 2011, 12:53:17 pm »
0

DStu, yours doesn't even beat my Big Money mock-up

DStu

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2627
  • Respect: +1490
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #10 on: June 30, 2011, 12:55:58 pm »
0

Yes, I realized it looses _SingleCR etc... and yours by 20:80
Logged

guided

  • Jester
  • *****
  • Offline Offline
  • Posts: 940
  • Respect: +94
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #11 on: June 30, 2011, 12:56:30 pm »
0

Oh, duh, if you're going Big Money you definitely want a Council Room eventually. I should have said that ;)

I'd still rather open Venture than CR though.
Logged

Kuildeous

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3840
  • Respect: +2221
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #12 on: June 30, 2011, 01:17:56 pm »
0

For what it's worth, I think this is a great idea. It lets the advanced players share their thought processes so that inexperienced players can gain some insight. I could have used this when I was learning to play.

FWIW, I was thinking of Silver/Potion to get the Alchemist going, but the comment about how this setup doesn't really help Alchemists has given me pause. I might just go Big Money with some Watchtower for grins.

If I had 5/2, I'd probably go Council Room. Sure, it'd give the other players an extra card, but the potential of buying a Gold in Turn 3 is pretty tasty.

If someone went Saboteur, I might buy the occasional Spy as a sort of meager defense, but I'm not convinced it'd be worth it.
Logged
A man has no signature

HiveMindEmulator

  • Mountebank
  • *****
  • Offline Offline
  • Posts: 2222
  • Respect: +2118
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #13 on: June 30, 2011, 01:31:40 pm »
0

Oh, duh, if you're going Big Money you definitely want a Council Room eventually. I should have said that ;)

I'd still rather open Venture than CR though.
I generally don't like council room when you can't use the +buy, but venture/nothing on 5/2 will have a hard time getting gold before the second shuffle (until you have another treasure in your deck, it's like silver/nothing), while council room/nothing, on the other hand, is at least 50/50 to get gold the first time you draw the council room and will help a lot with cycling.
« Last Edit: June 30, 2011, 01:34:16 pm by HiveMindEmulator »
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #14 on: June 30, 2011, 01:40:21 pm »
0

Oh, duh, if you're going Big Money you definitely want a Council Room eventually. I should have said that ;)

I'd still rather open Venture than CR though.

My intuition said otherwise, and the sim's backing me up - making sure you have a venture before you grab the CR doesn't score as well in the head-to-head matchup

penndog

  • Pawn
  • **
  • Offline Offline
  • Posts: 3
  • Respect: +1
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #15 on: June 30, 2011, 01:46:09 pm »
0

I think I might try for the treasure maps, using ironworks.

4/3 I would go ironworks/watchtower
after that if I got a 5: bazzar, 4: treasure map, 3: silver. 
Hopefully I could pull off a ironworks/watchtower/treasure map combo  :P
After my treasure maps hit, I would switch to venture on 5 (although I might grab a council room if I didn't have one yet).

5/2 I would go bazzar/nothing and follow the plan above.
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #16 on: June 30, 2011, 01:53:57 pm »
0

The Treasure maps get crushed, about 80/20

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #17 on: June 30, 2011, 02:16:35 pm »
0

The Treasure maps get crushed, about 80/20
If you tried to simulate a treasure map strategy involving Ironworks and/or Watchtower it won't produce reliable results, because my simulator will make lots of mistakes (like always playing the Watchtower instead of holding it in hand and thousands more misplays...).

Oh and I beat your bot, WanderingWinder. I tweaked the buy rules just a little by waiting to buy Province until you have 2 Golds and buying Duchy a little earlier. (Also I was able to eliminate some rules that didn't affect the win rate much). This bot beats yours 49-to-43 (even 57-to-37 when both players open $5/$2):
 
Code: [Select]
<player name="OotD1 Geronimoo">
   <buy name="Province">
      <condition>
         <left type="countCardsInDeck" attribute="Gold"/>
         <operator type="greaterThan" />
         <right type="constant" attribute="1.0"/>
      </condition>
   </buy>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Venture">
      <condition>
         <left type="countCardsInDeck" attribute="Gold"/>
         <operator type="greaterOrEqualThan" />
         <right type="constant" attribute="5.0"/>
      </condition>
   </buy>
   <buy name="Gold"/>
   <buy name="Council_Room">
      <condition>
         <left type="countCardsInDeck" attribute="Council_Room"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Venture"/>
   <buy name="Silver"/>
</player>
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #18 on: June 30, 2011, 02:18:50 pm »
0

I imagined there were some tweaks that would beat it, maybe not by that much, in the fine-tune. Nice!

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #19 on: June 30, 2011, 02:24:14 pm »
0

Although re-tweaking a bit, it seems it's better to wait for only 1 gold - very very slightly beats yours like 47/46 over about 30k games

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #20 on: June 30, 2011, 02:31:13 pm »
0

When the games get that close you need 100,000 simulations to find the best strategy ;D But that would not be very useful in real play. It is however clearly better to have a Gold before going for green. Oh, and this is actually a very fast board despite the lack of engines: 15 turns, which means Treasure Map strategies are way too slow/erratic as are Alchemist strategies.
Logged

DG

  • Governor
  • *****
  • Offline Offline
  • Posts: 4074
  • Respect: +2624
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #21 on: June 30, 2011, 02:40:35 pm »
0

I'd be tempted to play alchemists plus council room. This is a reasonable combination since you get the extra buy and the council room reduces the chance of the potions hiding at the back of the deck. I've never tried venture + potions but perhaps that would work too. I wouldn't want to open with a council room however just in case the opponent bought treasure maps.
Logged

Staples

  • Herbalist
  • **
  • Offline Offline
  • Posts: 7
  • Respect: 0
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #22 on: June 30, 2011, 03:16:01 pm »
0

Alchemist is a fun card, and I tried to get it to work with this board, but I found that getting one or two potions right away, and then some Alchemists, with a CR thrown in; it just seems to be much too slow. If there was a single attack that didn't suck, it might have some potential. I had better luck, but still not very good, with Saboteur and Bazaar.

I would have to agree, double silver start, or a CR/nothing, maybe a Watchtower, and then Big money is probably your best bet.
Logged

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #23 on: June 30, 2011, 03:30:15 pm »
0

I wouldn't want to open with a council room however just in case the opponent bought treasure maps.
That's just irrational fear of the opponent getting lucky. Sure, he might get a lucky turn 5 activation and win, but in the long run he'll have to wait a lot longer than that and lose big time.
Logged

IamOBESE

  • Chancellor
  • ***
  • Offline Offline
  • Posts: 21
  • Respect: +26
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #24 on: June 30, 2011, 04:14:54 pm »
0

I think I overuse alchemist, since I have fun drawing my own deck. Interesting that big money is so much better in this case

This has been educational
Logged

guided

  • Jester
  • *****
  • Offline Offline
  • Posts: 940
  • Respect: +94
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #25 on: June 30, 2011, 04:18:45 pm »
0

Council Room is such a bad opener, man, you're giving your opponent a free card at the exact moment when it is the most useful because they want to get an awesome buy at turn 3/4 before shuffling again.

If it beats a Venture opening I guess I can believe that. Like I said 5/2 is awful on this board, so an awful CR opening might be better than an awful Venture opening.
« Last Edit: June 30, 2011, 06:27:53 pm by guided »
Logged

krawhitham

  • Baron
  • ****
  • Offline Offline
  • Posts: 58
  • Respect: +3
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #26 on: June 30, 2011, 04:44:57 pm »
0

I think I overuse alchemist, since I have fun drawing my own deck. Interesting that big money is so much better in this case

This has been educational

I'm also in a phase of learning when to buy money instead of improving my engine. I'm also attempting to learn when to buy nothing from the mid game onwards
Logged

DG

  • Governor
  • *****
  • Offline Offline
  • Posts: 4074
  • Respect: +2624
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #27 on: June 30, 2011, 05:04:10 pm »
0

Quote
That's just irrational fear of the opponent getting lucky. Sure, he might get a lucky turn 5 activation and win, but in the long run he'll have to wait a lot longer than that and lose big time.
I think you'd be surprised just how much the probabilities change when moving from 2 treasure maps in 5 cards to 2 treasure maps in 6 cards. Buying another 5 cost card which can also add value seems like a better risks than the councilroom.
Logged

Taco Lobster

  • Apprentice
  • *****
  • Offline Offline
  • Posts: 288
  • Respect: +74
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #28 on: June 30, 2011, 05:44:47 pm »
0

My gut reaction was potion/silver on 4/3 as well, taking the council room over the market for the buy once I get to 5. 

5/2 is harder.  I'd worry about the council room providing good acceleration to my opponent on early hands (letting him hit a potion +$3 earlier or getting him to a gold to put into his second shuffle), the venture is, at best, a silver that (marginally) speeds up my shuffle, and that pushes me to market (which, upon reading other posts, is probably the wrong choice).

What's neat about a board like this, where there are no obvious (or unobvious) combos is being able to recognize that big money with a little support (e.g., council room) is the best strategy.  It's easy to get obsessed with building action chains and awesome engines and miss when the best strategy is the simplest strategy. 

Oooh...you could open duchy/estate on 5/2...  ;)
« Last Edit: June 30, 2011, 06:39:31 pm by Taco Lobster »
Logged

Zaphod

  • Thief
  • ****
  • Offline Offline
  • Posts: 91
  • Do you know where your towel is?
  • Respect: +25
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #29 on: June 30, 2011, 07:28:20 pm »
0

I never use it, but if I open 5-2 with these options, I'm getting a Saboteur.  Really.  Every kingdom card in the set costs at least 3, so Saboteur might actually do some damage.  Even against an Alchemist chain, it'll probably hit Potions at some point and mess up my opponent's strategy.  Furthermore, assuming he opened 4-3, the first tiime he's Saboteured, he's likely to lose a card he just bought and choose to gain nothing in return.  Getting into an opponent's head early has some value.

In Dominion, there are some cards that are rarely useful, and Saboteur is one.  But there are no cards that are never useful.  I may be an idiot for suggesting it, but I stand by my choice.
Logged

DStu

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2627
  • Respect: +1490
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #30 on: July 01, 2011, 01:10:45 am »
0

Council Room is such a bad opener, man, you're giving your opponent a free card at the exact moment when it is the most useful because they want to get an awesome buy at turn 3/4 before shuffling again.

If it beats a Venture opening I guess I can believe that. Like I said 5/2 is awful on this board, so an awful CR opening might be better than an awful Venture opening.

Geronimoo's Bot beats itself 50:44 when starting 5/2 against 4/3.
I would guess on this board the CR-Start is not really a problem. The best strat we have fouond so far is more or less BigMoney with CR, marginally assisted by Ventures as better Silvers, but the Bot does not often buy them. Often ends with just 1 Venture in the Deck.
So when you look on what you want to buy, the 6th card in the beginning is not usefull that often. Assuming its a Copper, improving from 3->4 has no effect, 4->5 is Silver->CR with is the CR the 5/2start has already bought. 5->6 is CR->Gold, which probably is the biggest improvement, but it is also not sooo huge. The 5/2 on the other hand is likely to just skip silver completely for Ventures and Golds, and has a highly increased cycling from the beginning.
Logged

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #31 on: July 01, 2011, 03:14:52 am »
0

In Dominion, there are some cards that are rarely useful, and Saboteur is one.  But there are no cards that are never useful.  I may be an idiot for suggesting it, but I stand by my choice.
...adding Zaphod to my idiot list... ;)
Saboteur is such a weak card, please stop suggesting it. You're losing 2/3 of the games (even with a $5/$2). You might get away with it if your opponent is not very good and he also starts buying Saboteurs just to get back at you...
Logged

Superdad

  • Moneylender
  • ****
  • Offline Offline
  • Posts: 161
  • Respect: +2
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #32 on: July 04, 2011, 10:40:56 am »
0

I cannot even express in words how informative this post has been. My gut instinct was potion/silver with the goal of winning the alchemist race. Then my opponent goes big money + minor support and crushes me.

It really opened up my eyes to analysing when a solid engine is actually a tad too slow.

I'm actually very curious to know what it is about this board that makes the alchemist engine too slow. It seems like the big money deck doesn't have THAT much support, so the issue is more to do with lack of support for the alchemist engine?

So where is the problem? Is it the lack of a solid trasher? Is the problem that the alchemist deck starts strong, but then it begins to miss alchemist stacking in the later stages of the game due to poor trashing?

This has really got me thinking...
Logged

DStu

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2627
  • Respect: +1490
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #33 on: July 04, 2011, 11:40:12 am »
0

It seems like the big money deck doesn't have THAT much support, so the issue is more to do with lack of support for the alchemist engine?
What do you want for "ideal" support for the BigMoney. I thought pretty much by definition, BigMoney with support is BM+one card, which you have in this case. CR is quite strong for that.

Quote
So where is the problem? Is it the lack of a solid trasher? Is the problem that the alchemist deck starts strong, but then it begins to miss alchemist stacking in the later stages of the game due to poor trashing?
I'm not quite sure here. First is: No attacks. You need time to get the engine started, you get this time by attacking the other player. Trashing, I think at least some kind of trashing would be nice. The alchemist does not draw so many cards each turn, so if you need to get through 10 bad cards that's a long way. Some trash-for-benefit (e.g.Moneylender) would certainly help.
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #34 on: July 04, 2011, 11:45:06 am »
0

I cannot even express in words how informative this post has been. My gut instinct was potion/silver with the goal of winning the alchemist race. Then my opponent goes big money + minor support and crushes me.

It really opened up my eyes to analysing when a solid engine is actually a tad too slow.

I'm actually very curious to know what it is about this board that makes the alchemist engine too slow. It seems like the big money deck doesn't have THAT much support, so the issue is more to do with lack of support for the alchemist engine?

So where is the problem? Is it the lack of a solid trasher? Is the problem that the alchemist deck starts strong, but then it begins to miss alchemist stacking in the later stages of the game due to poor trashing?

This has really got me thinking...
Well, it's mostly that getting an alchemist chain up and running takes to long, even if big money has no support - taking the time out for the potion(s) is pretty big actually, and then you aren't really buying gold and silver all that much while you're going for alchemists. Meanwhile, on this board, there's nothing particularly great you can do with drawing your whole deck.

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #35 on: July 04, 2011, 11:46:50 am »
0

Also: I don't think trashing helps alchemist so much in comparison to straight-up big money. I have a feeling it'll actually accelerate just getting cash faster than it would the alchemists.

Superdad

  • Moneylender
  • ****
  • Offline Offline
  • Posts: 161
  • Respect: +2
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #36 on: July 04, 2011, 01:24:19 pm »
0

I guess the point of my post could have been clearer. This thread has made me confused as to when to go with an alchemist instead of just simply going big money with minor support. For example, big money is always available, and my understanding was that it was the bounding-case slow strategy. I.e. all other options fail if they cannot be faster than big money, since big money is always available.

Therefore, if a strategy is slower than big-money, it is essentially non-feasible. Therefore, big money beating an alchemist deck leads me to believe that either:
a) Alchemist decks are completely non-viable. or
b) Alchemist deck requires certain support, which does not exist on this board and that is why it loses here.

Now, I had always thought of alchemist as a power card that typically gets a war fought over it. It was very surprising to see it lose to straight up big money + Council Room.

I'm also surprised to see that it is believed that trashing would help big money more than the alchemist player. My gut would lead me to believe that trashing would help the alchemist player more. The leaner that his deck gets, the more probable he will be drawing his potion every turn. Also, whatever terminal he goes with will also likely get played each turn as well.

The key strength of an alchemist chain (my understanding) is to have a deck that essentially does the same thing every turn. i.e. draw the entire deck, play a strong terminal, and buy the top VP card (every turn looks like this). Thus, trashing should help him more - no?

So is it the lack of a very solid terminal that is holding the alchemist back? I would think that CR is a perfect terminal for an alchemist deck, because it allows him to both ensure he gets the potion every turn, but also allows him to enter double-bigVPbuy turns (more consistently than his opponent).

In terms of the lack of speed of setting up the alchemist deck, I would have initially estimated that this board would be slow, and would allow the time. I.e. big money is typically a fairly slow deck (it's the bounding case deck on slowness, is it not?). For example, if Kingscourt/grand market were in the kingdom, I could totally see that Alchemist could be too slow. However, isn't facing off against big-money the ideal slowest opponent for the alchemist deck?


I apologize if my responses are not contributing any good discussion in this forum (or are taking it on a tangent). Please let me know if it is, and I will discontinue the discussion.
« Last Edit: July 04, 2011, 01:27:34 pm by Superdad »
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #37 on: July 04, 2011, 02:08:57 pm »
0

First of all, don't feel like you aren't contributing good discussion - you absolutely are. This is really important and vital stuff for high-level play. I think that many people thought like you (heck, look at the people who posted in this very thread that said they'd go alchemist).
Alchemist is often seen as a power card with wars fought over it. But it often isn't all that great. Compare it to Laboratory. It's strictly better than lab if you ignore costs (and possession, which hey, we do when talking about which cards are better). So look at the cost. 3p is a bit harder to get than 5. But more than that, you have to waste 1+ turns getting potions (instead of say silver).
But compare it to lab. Lab is, of course, really good. But if all you have is Labs+Big Money, it's actually not all that great. Smithy is better. You need to have a terminal you want to spam. Same thing with Alchemists, except that since you have to go out of your way for alchemist, you need to have something to slow the game down, too. Labs fall into the natural progression of a big money deck better - 3 is silver, 4 is militia until I have 2 (then silver), 5 is Lab, 6 is gold, 8 is province. Alchemists you have to restructure for, and this takes time.

On the trashing point, the reason why trashing should help BM more is that it doesn't speed up the amount of time it takes to get your chain going all that much (still have to waste ~6 turns getting the potions and alchemists, plus one for the trasher, three for some money, an extra turn or two for trashing itself and... after 11-12 turns you can start buying a province every turn). This puts you a turn or two ahead of what BM could do WITHOUT trashing, and with it, BM's still going to have you beat by 2-3 turns. Maybe in colony games the pendulum flips and it starts helping the alchemists more. But province games are just so short.
On the Council Room issue, I've sort of outlined above why you really want an attack for your terminal, but also CR is going to help your opponents an awful lot when you're playing it every turn, and it doesn't help you when they're playing it if you were drawing your whole deck anyway. Moreover, it doesn't speed your deck up more than theirs; it's more like the same amount as theirs, and since they were faster to start with, this magnifies their advantage in a way that should at least compensate for the added smoothness of your deck.
But good questions to ask, for sure.

Superdad

  • Moneylender
  • ****
  • Offline Offline
  • Posts: 161
  • Respect: +2
    • View Profile
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #38 on: July 04, 2011, 02:56:30 pm »
0

So for the most-part, jumping through the alchemist hoops should really only be done if there is a solid terminal attack that you want to be playing every turn? Otherwise, it is too slow, even against the bounding-case slowest viable opponent, which is big money + support? Or I suppose also if there is something else to use your potion on (i.e. possession would be the most obvious one, as it fulfills both roles).

I'm having a hard time seeing why I should ever play alchemists, based on the discussion in this board (which is supported by simulation data!!)


/edit, I would also guess that alchemist is a stronger strategy in a colony game? I would suspect that the alchemist deck would beat big money + CR if the game had colonies?
« Last Edit: July 04, 2011, 03:06:03 pm by Superdad »
Logged

WanderingWinder

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 5275
  • ...doesn't really matter to me
  • Respect: +4386
    • View Profile
    • WanderingWinder YouTube Page
Re: Opening of the Day #1 (Strategy Discussion)
« Reply #39 on: July 04, 2011, 03:10:12 pm »
0

Um, well there are some boards where alchemist is good, just not nearly as many as most people think. It's often quite good if there are other good potion cards out, as this mitigates the cost of actually needing to buy the potion.
On your last point, yes. Colony games provide the length to make alchemist a viable and good strategy.
Pages: 1 2 [All]
 

Page created in 0.186 seconds with 20 queries.