I'm in the process of working on a character sheet and need some help.  I need to handle the following for a PBTA game:  critical misses (1) become critical hits (6)  for all dice rolled critical hits (6) become critical miss (1) for all dice rolled rolling advantage (keep highest 2) rolling 3 - 4 dice while implementing the above rolling disadvantage (keep lowest 2) rolling 3 - 4 dice while implementing the above Additionally, the dice exchanging should occur before  handling (dis)advantage. It does not appear that I can manipulate or change the {{result}} inside the roll template either. Unless a rollable table can be created from the initial html javascript (not an API), the solution would not use either. I'm at a loss and any help would be greatly appreciated.