Rank: Advanced Member Groups: Registered
Posts: 116
Thanks: 6 times Was thanked: 34 time(s) in 20 post(s)
|
Did you make a Mulligan or anything? or just straight up default? I made a quick mulligan config for this deck. Feel free to use it. Testing this deck right now. Will report later. Code:
{
"GameCardId":"Mulligan",
"ConfigComment":"These are the Mulligan rules.",
"Mulligan":
{
"values":
[
{
"comment": "Always keep call to arms",
"mulligan":"LOOT_093",
"condition": "*",
"value":"hold",
},
{
"comment": "Keep plated beetle and consecrate against aggro classes or class that can develop fast board",
"mulligan":"LOOT_413, CS2_093",
"condition": "opp_hero(count(), hero_class = rogue|paladin) > 0",
"value":"hold",
},
{
"comment": "Keep loot hoarder and SunKeeper vs Warlock or druid",
"mulligan":"EX1_096, UNG_015",
"condition": "opp_hero(count(), hero_class = warlock|druid) > 0",
"value":"hold",
},
{
"comment": "Truesilver vs mage or rogue",
"mulligan":"CS2_097",
"condition": "opp_hero(count(), hero_class = mage|rogue) > 0",
"value":"hold",
},
{
"comment": "Keep swamp ooze vs priest, or opponents that play weapons",
"mulligan":"EX1_066",
"condition": "opp_hero(count(), hero_class = priest|paladin|warrior|hunter|warlock) > 0",
"value":"hold",
},
{
"comment": "Discard all cards not listed as hold",
"mulligan":"*",
"condition": "*",
"value":"discard",
}
],
},
}
|
4 users thanked kamil234 for this useful post.
|
|