Dominion Strategy Forum

Please login or register.

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

Author Topic: What's your strategy on this dog of a board?  (Read 4058 times)

0 Members and 1 Guest are viewing this topic.

catsclaw

  • Golem
  • ****
  • Offline Offline
  • Posts: 188
  • Respect: +3
    • View Profile
What's your strategy on this dog of a board?
« on: December 15, 2011, 09:40:44 am »
0

http://dominion.isotropic.org/gamelog/201112/15/game-20111215-063524-87e70ce5.html

I didn't notice him buy the Province, which is why I ended the game when I did.  His strategy was to use Treasuries and try and hit a Tournament (which I hated because the Nobles will cycle the Treasuries, and all the Curses mean it'll take forever to buy a Province).  Mine was to get a lot of Caravans hoping to cycle through the Sea Hag faster, and buy Nobles.  Obviously, it didn't work.  Should I have just stuck to money?
Logged

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: What's your strategy on this dog of a board?
« Reply #1 on: December 15, 2011, 10:07:16 am »
0

The Sea Hag combined with no trashing forces this game into a big money affair. Buy Silvers until you get to 1 Gold, then start greening (empty Nobles first, get Provinces if you can and then empty the Duchies for a 3-pile ending). Don't bother with the card drawers here.
Logged

ackack

  • Explorer
  • *****
  • Offline Offline
  • Posts: 302
  • Respect: +19
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #2 on: December 15, 2011, 10:50:51 am »
0

I'm not sure I'd say his strategy was to "use Treasuries" since it looks like he had 2 - it seems like more of a Tournament deck. I actually think this is a spot where Treasury will be quite strong - pick them up when you can, don't buy any green until fairly late, and then use your moneyed up deck to actually run at Provinces. added: Picking up a Tournament on an early 4 isn't a bad idea either - if your opponent isn't really going for Provinces, it's likely to stay useful.

added: also, if you are going to try to green rush, then Transmute is probably legitimately useful here after a few turns, especially if you have a deck full of Caravans.
« Last Edit: December 15, 2011, 10:53:30 am by ackack »
Logged

DG

  • Governor
  • *****
  • Offline Offline
  • Posts: 4074
  • Respect: +2624
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #3 on: December 15, 2011, 12:08:51 pm »
0

I was going to post something along the lines of "a few strategies might work here, as long as you put together a coherent plan based on your early draws". However Geronimoo got in first so I thought I'd put together a script for a drawing deck using transmute. The simulator shows it slightly ahead of the raw hag+treasure+green strategy so I'm guessing the balance will go with decisions in play and managing the 3-pile ending. The transmute deck might also have more options coming from the tournament, which I haven't included in my script.

Code: [Select]
<player name="transmute" author="DG" description="The drawing of the caravans make the trasmute viable">
 <type name="UserCreated"/>
 <type name="Province"/>
 <type name="Bot"/>
 <type name="TwoPlayer"/>
   <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="gainsNeededToEndGame"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Nobles">
      <condition>
         <left type="gainsNeededToEndGame"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="3.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="gainsNeededToEndGame"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Transmute">
      <condition>
         <left type="countCardsInDeck" attribute="Transmute"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Treasury">
      <condition>
         <left type="countCardsInDeck" attribute="Treasury"/>
         <operator type="smallerThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Gold"/>
   <buy name="Sea_Hag">
      <condition>
         <left type="countCardsInDeck" attribute="Sea_Hag"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
      <condition>
         <left type="countCardsInSupply" attribute="Curse"/>
         <operator type="greaterOrEqualThan" />
         <right type="constant" attribute="3.0"/>
      </condition>
   </buy>
   <buy name="Potion">
      <condition>
         <left type="countCardsInDeck" attribute="Potion"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
      <condition>
         <left type="countCardsInDeck" attribute="Transmute"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Caravan"/>
   <buy name="Transmute">
      <condition>
         <left type="countCardsInDeck" attribute="Transmute"/>
         <operator type="smallerThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Silver"/>
   <buy name="Transmute"/>
</player>
Logged

mischiefmaker

  • Golem
  • ****
  • Offline Offline
  • Posts: 185
  • Respect: +108
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #4 on: December 15, 2011, 12:54:02 pm »
0

My thought was Sea Hag-BM as well. Caravan, Treasury, and Tournament are going to be much lower value than usual since there's a lot more junk in your deck for them to draw into -- a Treasury that draws into a Curse is less valuable than a Silver. Also, Tournament is less valuable than normal since by the time you can actually buy a Province, much less line it up with a Tournament, the prizes won't be that valuable.

In general, I tend to dislike trying to cycle Sea Hags using cantrips -- not effective enough, and the cantrips lose value over time as your deck adds Curses.
Logged

HiveMindEmulator

  • Mountebank
  • *****
  • Offline Offline
  • Posts: 2222
  • Respect: +2118
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #5 on: December 15, 2011, 01:42:16 pm »
0

a Treasury that draws into a Curse is less valuable than a Silver
Not really true, as the treasury can still go back on top of your deck to be used next turn.
Logged

ackack

  • Explorer
  • *****
  • Offline Offline
  • Posts: 302
  • Respect: +19
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #6 on: December 15, 2011, 02:08:43 pm »
0

a Treasury that draws into a Curse is less valuable than a Silver
Not really true, as the treasury can still go back on top of your deck to be used next turn.

Yeah, that's the key point here. 3 or 4 Treasuries should give you a few turns of building Golds and getting a consistently strong deck that I think should compete well against somebody rushing for Duchies/Nobles.
Logged

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: What's your strategy on this dog of a board?
« Reply #7 on: December 15, 2011, 02:47:17 pm »
0

akack's Treasury strategy does indeed beat the 3-pilers. You should probably build up to 3-4 Golds using Treasuries and then start greening.
Logged

werothegreat

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 8172
  • Shuffle iT Username: werothegreat
  • Let me tell you a secret...
  • Respect: +9630
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #8 on: December 15, 2011, 03:42:13 pm »
0

You let him get all the Tournaments.  That's just asking for Followers to spank you.
Logged
Contrary to popular belief, I do not run the wiki all on my own.  There are plenty of other people who are actively editing.  Go bother them!

Check out this fantasy epic adventure novel I wrote, the Broken Globe!  http://www.amazon.com/Broken-Globe-Tyr-Chronicles-Book-ebook/dp/B00LR1SZAS/

mischiefmaker

  • Golem
  • ****
  • Offline Offline
  • Posts: 185
  • Respect: +108
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #9 on: December 15, 2011, 06:48:45 pm »
0

Followers seems significantly weakened with Sea Hag on board, especially if both players open Sea Hag.
Logged

werothegreat

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 8172
  • Shuffle iT Username: werothegreat
  • Let me tell you a secret...
  • Respect: +9630
    • View Profile
Re: What's your strategy on this dog of a board?
« Reply #10 on: December 15, 2011, 07:06:16 pm »
0

Followers seems significantly weakened with Sea Hag on board, especially if both players open Sea Hag.

It would still be the only discarding attack on the board.  And Bag of Gold would be great to have, because the Golds might help relieve the mush created by all the Curses.  And then you can Transmute them into Duchies.  Either way, you really should never let your opponent get all the Tournaments.
Logged
Contrary to popular belief, I do not run the wiki all on my own.  There are plenty of other people who are actively editing.  Go bother them!

Check out this fantasy epic adventure novel I wrote, the Broken Globe!  http://www.amazon.com/Broken-Globe-Tyr-Chronicles-Book-ebook/dp/B00LR1SZAS/

Geronimoo

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1059
  • Respect: +868
    • View Profile
    • Geronimoo's Dominion Simulator
Re: What's your strategy on this dog of a board?
« Reply #11 on: December 16, 2011, 03:38:51 am »
0

It will take a lot of effort to reach $8 for Provinces after the cursing so your deck will have expanded and it will be very hard to align the Tournaments with the Provinces. On top of that the Followers will not deal out Curses and people will have plenty crap to discard. Bag of Gold will be useful but it all just seems too much work for very little gain.
Logged
Pages: [1]
 

Page created in 2.073 seconds with 21 queries.