#Every seed where the first Skip Reward Tag is a `Negative Tag` in every ante 2-8

1 messages · Page 1 of 1 (latest)

weak moat
#

The configh used to search

{
  "must": [
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [2]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [3]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [4]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [5]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [6]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [7]
    },
    {
        "Type": "SmallBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [8]
    }
  ],
  "should": [
    {
        "Type": "BigBlindTag",
        "Value": "NegativeTag",
        "SearchAntes": [2,3,4,5,6,7,8],
        "Score": 1
    },
    {
        "Type": "BigBlindTag",
        "Value": "DoubleTag",
        "SearchAntes": [2,3,4,5,6,7,8],
        "Score": 1
    },
    {
        "Type": "Joker",
        "Value": "Blueprint",
        "SearchAntes": [8],
        "sources": {
            "shopSlots": [2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52]
        },
        "Score": 1
    }
  ],
  "mustNot": [
  ],
  "deck": "Red",
  "stake": "White"
}