So I'm slightly new to configs. I tried replacing HOLD with DISCARD considering they had just upated "Zayle, Shadow Cloak" and considering it is 5 randomized decks in one. I took the lazy way out in writing what to DISCARD instead of keep. Is there a reason the HEARTHRANGER bot is just keeping all of my cards now in Mulligan instead of following what I had placed in the config?
{
"GameCardId":"Mulligan",
"ConfigComment":"This is the mulligan rules file.",
"Mulligan":
{
"values":
[
{
"comment": "To Discard",
"mulligan":", EX1_581, EX1_129, DAL_720, DRG_037, DAL_417, DAL_770, EX1_407, DAL_064, DRG_026, DAL_592, DAL_009, DAL_431, ULD_169, DAL_546, ULD_178, DAL_752, DAL_185, EX1_309, DAL_422, DRG_208, DAL_607, EX1_312",
"condition": "*",
"value":"discard",
},
{
"comment": "hold all cards not listed as discard",
"mulligan":"*",
"condition": "*",
"value":"hold",
},
],
},
}