Advertisement
Guest User

Embargoed Spice Venture

a guest
Jul 27th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <player name="Embargoed Spice Venture"
  2. author="sffc"
  3. description="Spice away all Coppers, then cascade Ventures for the win. Use Embargo to slow down opponents' traditional strategies.">
  4. <type name="UserCreated"/>
  5. <type name="TwoPlayer"/>
  6. <type name="Combo"/>
  7. <type name="Attacking"/>
  8. <type name="Bot"/>
  9. <type name="Province"/>
  10. <buy name="Province"/>
  11. <buy name="Duchy">
  12. <condition>
  13. <left type="gainsNeededToEndGame"/>
  14. <operator type="smallerOrEqualThan" />
  15. <right type="constant" attribute="2.0"/>
  16. </condition>
  17. </buy>
  18. <buy name="Estate">
  19. <condition>
  20. <left type="gainsNeededToEndGame"/>
  21. <operator type="smallerOrEqualThan" />
  22. <right type="constant" attribute="1.0"/>
  23. </condition>
  24. </buy>
  25. <buy name="Venture">
  26. <condition>
  27. <left type="countCardsInDeck" attribute="Spice_Merchant"/>
  28. <operator type="greaterThan" />
  29. <right type="constant" attribute="0.0"/>
  30. </condition>
  31. </buy>
  32. <buy name="Spice_Merchant">
  33. <condition>
  34. <left type="countCardsInDeck" attribute="Spice_Merchant"/>
  35. <operator type="equalTo" />
  36. <right type="constant" attribute="0.0"/>
  37. </condition>
  38. </buy>
  39. <buy name="Embargo"/>
  40. </player>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement