Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Shadow of the Weird Wizard Bane/Boon Macro

I'm thinking about running this game when my 5e campaign is done.  There's just no Monster Manual for easy monster stat access like in 5e.  Alternatively, I could use a Macro to roll for monsters, but the Bane/Boon mechanic makes that more complicated.  Does anyone know how to code for that insert into the Macro? 
Can you explain more about what you're looking to achieve, and what specific sheet are you using?
Hi Tuo.  The sheet I am using is one I found on the drop down list here for Shadow of the Weird Wizard. It's fan made, but I am not sure if it's 100% useable, and it seems to be missing some needed game features.  It is possible to craft an NPC from the sheet, but I would have to import everything, and again, I am not certain the banes and bones tally correctly.  What I need a macro (or sheet) to do is roll d20, add a modifier, and then roll banes or boons which is a d6.  They cancel each other out 1:1.  So if you end up rolling 3 1d6 boons and get a 1, 2, and 4, you only get a +4 bonus from the highest roll.  They don't add up. 
Right, so you'll want a query - something like this in the roll formula after the modifier: ?{boon/bane|none, |1 Boon,+1d6|2 Boons,+2d6kh1|3 Boons,+3d6kh1|1 Bane,-1d6|2 Banes,-2d6kh1|3 Banes,-3d6kh1} So, for a full roll example, [[1d20+?{modifier}?{boon/bane|none, |1 Boon,+1d6|2 Boons,+2d6kh1|3 Boons,+3d6kh1|1 Bane,-1d6|2 Banes,-2d6kh1|3 Banes,-3d6kh1}]]
thanks!