Additional configuration options written up by Putro (hunter SimC dev)
To get a sense of how good various levels of the Shrouded M+ buff is, you can use the Advanced script above to test them all out at constant 5, 10, 15, and 20 stacks:
If you instead want to examine how a buff improves over the course of a dungeon, so every X seconds you can insert lines below your /simc written like this:
profileset."Bounty: Haste (1 stack every 120s)"+=raid_events+=/buff,buff_name=bounty_haste,stacks=1,first=120,cooldown=120,last=1200
Description of values:
name: Which stat you want to buff, possible values: bounty_haste
/bounty_crit
/bounty_vers
/bounty_mastery
stacks: How many stacks each 'proc' will give you
first: When the first 'proc' will occur (if left out, defaults to 0)
cooldown: How long between each 'proc' after the first
last: When the last 'proc' can happen (if left out, it can proc forever -- cap is 20 stacks as in-game)