Dice roller - disadvantage

Suggestions or feature requests for the dice roller, forums, or PbP games.
Post Reply
Message
Author
User avatar
shaidar
Rider of Rohan
Rider of Rohan
Posts: 12351
Joined: Fri Apr 04, 2014 4:27 pm

Dice roller - disadvantage

#1 Post by shaidar »

Hi,

Is there a possibility to add a new macro code that let's you drop the highest n rolls rather than the lowest?

There are a few games that use this disadvantage mechanism.

User avatar
ToniXX
Site Admin
Site Admin
Posts: 3225
Joined: Sat Sep 19, 2009 5:21 pm
Location: Long Beach, CA

Re: Dice roller - disadvantage

#2 Post by ToniXX »

I suspect that would be pretty easy to do, so the quick answer is yes. But, as I and my wife (and our pets) have just moved into a new place (literally less than a week ago), i don't see me having much time to implement this in the near (one or two weeks) future.

But, if you can wait and if you bump this thread as a gentle reminder once a week or so, I should be able to get on it within a month.

It is a good idea for sure... thanks for the suggestion.
"Sir, our research shows that the bird is equal to or greater than the word."

User avatar
shaidar
Rider of Rohan
Rider of Rohan
Posts: 12351
Joined: Fri Apr 04, 2014 4:27 pm

Re: Dice roller - disadvantage

#3 Post by shaidar »

Thanks, and good luck with your new home!

User avatar
dmw71
POWAH!
POWAH!
Posts: 19605
Joined: Tue Jan 24, 2012 7:18 pm
Location: Chicago, Illinois
Contact:

Re: Dice roller - disadvantage

#4 Post by dmw71 »

So, the opposite of "c" (cut) or "k" (keep).

This would be a Greg question.

In the interim, however, you can use the underscore ("_") character before the roll macro. It will still require a bit of mechanical work, but you can see how it can be useful when used alongside a normal roll using multiple dice, like this:

Code: Select all

Sum of rolls: [4d6], Individual rolls: [_4d6]
The above will produce this:
Sum of rolls: [4d6]=17, Individual rolls: [_4d6]=(6+6+1+5)=18

So, the "[_4d6]" will show all four individual die results and their sum... you'd just need to manually pick and choose which rolls you'd want to keep.
-- Project --
Playtest: Untitled Project (1e)
-- DM --
Greyhawk Campaign: Sandbox (1e)
(Status: Archived)

User avatar
shaidar
Rider of Rohan
Rider of Rohan
Posts: 12351
Joined: Fri Apr 04, 2014 4:27 pm

Re: Dice roller - disadvantage

#5 Post by shaidar »

Thanks.

Yeah, it's easy enough to work around with the _ bit of the macro syntax, so it's not a big thing.

User avatar
ToniXX
Site Admin
Site Admin
Posts: 3225
Joined: Sat Sep 19, 2009 5:21 pm
Location: Long Beach, CA

Re: Dice roller - disadvantage

#6 Post by ToniXX »

Thinking about this while I eat breakfast... What do you think would be a good letter to use in the macro to designate that we're keeping the lowest rolls?
"Sir, our research shows that the bird is equal to or greater than the word."

User avatar
shaidar
Rider of Rohan
Rider of Rohan
Posts: 12351
Joined: Fri Apr 04, 2014 4:27 pm

Re: Dice roller - disadvantage

#7 Post by shaidar »

You could use 'l' for lowest, or 'd' for disadvantage.

Post Reply

Return to “Suggestions”