Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature - PreDefined Rolls #13

Open
Mr2025 opened this issue Jun 21, 2017 · 3 comments
Open

New Feature - PreDefined Rolls #13

Mr2025 opened this issue Jun 21, 2017 · 3 comments

Comments

@Mr2025
Copy link

Mr2025 commented Jun 21, 2017

I would like to configure the Dice bot, to understand checks. for example. My character has a lockpicking skill in this campaign 2d6+2
so I would like to perform the following use cases

Use Case: Define my roll
Zander(Rouge): !SetRoll "Lockpicking" 2d6+2
Bot: @zander(Rouge) Lockpicking confirmed 2d6+2
Player2: !SetRoll "Lockpicking" 1d4
Bot: @player2 Lockpicking confirmed 2d4

Use Case Run My Roll:
Zander(Rouge): Trying to pick the lock in the dungeon door. !Lockpicking
Bot: @zander(Rouge) Lockpicking, 8<- [4,2]2d6 + 2
Player2: Evaluating Safe !Lockpicking
Bot: @player2 Lockpicking 2 <- [2]1d4

Use Case List my Rolls:
Zander(Rouge):!ListMyRolls
Bot: @zander(Rouge) Lockpicking [2d6+2]
Player2:!ListMyRolls
Bot: @player2 Lockpicking [1d4]

Use Case Edit Roll:
GM: Zander you are now level 22 update your skills
Zander(Rouge): !SetRoll "Lockpicking" 2d6+1d4
Bot: @zander(Rouge) Lockpicking updated from [2d6+2] to [2d6+1d4]

Use case delete Roll:
Zander(Rouge):!deleteRoll Lockpicking
Bot: @zander(Rouge) Confirmed Lockpicking removed
Player2:!ListMyRolls
Bot: @player2 Lockpicking 2 <- [2]1d4

@lemtzas
Copy link
Collaborator

lemtzas commented Jun 21, 2017

Sounds good.
Persistence will have to be added to Rollem before being able to do this, so it may take a while to get to.

Is your use case per-channel or per-server?

@Mr2025
Copy link
Author

Mr2025 commented Jun 21, 2017

If Zander(Rouge) is logged into server1 and wanted to roll for Lockpicking in two different channels he would want the same results.

So I think it would be per-server.

However, each player would have distinct roll settings.

@lemtzas lemtzas added this to To do in Enhancements Aug 3, 2018
@mikeminutillo
Copy link

I would vote for per-channel settings with maybe the option to link channels or something. I play multiple games in the same server, each on it's own channel :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Enhancements
  
To do
Development

No branches or pull requests

3 participants