Scott, i've found an error (or a missplay in the coding) in the mulligan for the quest warrior:
scottbreak;48122 wrote:scottbreak's Meta Decks for Vision AI
Taunt WarriorWin rate: being tested
Download This is the line in the mulligan, seems not working during the mulligan..
Quote: {
"comment": "hold Dirty Rat (CFM_790) when opponent is mage or rogue or shaman or warrior",
"mulligan":"CFM_790",
"condition":"opp_hero(count(),mage=true)>0 OR opp_hero(count(),rogue=true)>0 OR opp_hero(count(),shaman=true)>0 OR opp_hero(count(),warrior=true)>0",
"value":"hold",
}
this is the screenshot with HsReplay.
The bot discarded the dirty rat even if the code is clear..
and if the mulligan you wrote is good, it should discard the quest. ( in my Replay's when the my enemy was a rogue, it keeped the quest)
maybe Joy should check if it is wrong..
Quote:{
"comment": "hold Fier Plume's Heart (UNG_934) when opponent is druid or mage or paladin or priest or shaman or warrior",
"mulligan":"UNG_934",
"condition":"opp_hero(count(),druid=true)>0 OR opp_hero(count(),mage=true)>0 OR opp_hero(count(),paladin=true)>0 OR opp_hero(count(),priest=true)>0 OR opp_hero(count(),shaman=true)>0 OR opp_hero(count(),warrior=true)>0",
"value":"hold",
}
another missplay i've found (this did not happened everytime) is
with Stonehill Defender:
Quote:{
"comment": "hold Stonehill Defender (UNG_072) when opponent is druid or hunter or mage or paladin or priest or shaman or warrior",
"mulligan":"UNG_072",
"condition":"opp_hero(count(),druid=true)>0 OR opp_hero(count(),hunter=true)>0 OR opp_hero(count(),mage=true)>0 OR opp_hero(count(),paladin=true)>0 OR opp_hero(count(),priest=true)>0 OR opp_hero(count(),shaman=true)>0 OR opp_hero(count(),warrior=true)>0",
"value":"hold",
}
missplay with the ghoul:
Quote:{
"comment": "hold Ravaging Ghoul (OG_149) when opponent is druid or hunter or paladin or shaman or warlock",
"mulligan":"OG_149",
"condition":"opp_hero(count(),druid=true)>0 OR opp_hero(count(),hunter=true)>0 OR opp_hero(count(),paladin=true)>0 OR opp_hero(count(),shaman=true)>0 OR opp_hero(count(),warlock=true)>0",
"value":"hold",
}
Please tell me if i need to report this on the bot or it is ok in this way. hope it'll help you in the better way :)