russellaugust / call-of-cthulhu-dicebot

A Call of Cthulhu dicebot that is tailored specificly to rolls for the tabletop game. It will also include a character sheet organizer linked directly to the dicebot.
GNU General Public License v3.0
0 stars 0 forks source link

Secret rolls for the keeper #13

Closed notArtist closed 2 years ago

notArtist commented 3 years ago

New syntax: .s for secret or screen

Uses the same roll method as .r, but DMs the user who calls for it and sends a different message to the channel, like:

[USER] rolls #[NOTE] behind the keeper's screen!

Could also pair with a voice result of 'Hmm...' 'Interesting!' or 'Ooh!' Or maybe that sound of sucking in air through your teeth.

russellaugust commented 3 years ago

i like this.

the only thing is that it overlaps with other existing rolls. so maybe...

.sr - secret roll
.sb - secret bonus
.sp - secret penalty
.ri - secret improve

we could also use flags.

so then something like:

.r 45 -s # secret roll!
russellaugust commented 2 years ago

this has been implemented through slash commands and ephemeral messages.