You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
In the games 7th Sea and Legend of the Five Rings, the system is a d10 roll-and-keep, which in itself is easy enough to do with the bot already (/r 5d10k3). However, the issue comes up in that these systems explode 10s but count the explosions as additive to the same die. Thus, if you rolled a 10, rolled that die again and got a 3, the result "single die" would be a 13 for the purposes of which dice you keep. Basically, it sums the explosion before considering kept dice. The current bot setup (/r 5d10!k3) counts the 10s as individual dice and thus not consider their exploded values.
I'm unsure how tricky this would be to implement, I am in no way a coder.
The text was updated successfully, but these errors were encountered:
In the games 7th Sea and Legend of the Five Rings, the system is a d10 roll-and-keep, which in itself is easy enough to do with the bot already (/r 5d10k3). However, the issue comes up in that these systems explode 10s but count the explosions as additive to the same die. Thus, if you rolled a 10, rolled that die again and got a 3, the result "single die" would be a 13 for the purposes of which dice you keep. Basically, it sums the explosion before considering kept dice. The current bot setup (/r 5d10!k3) counts the 10s as individual dice and thus not consider their exploded values.
I'm unsure how tricky this would be to implement, I am in no way a coder.
The text was updated successfully, but these errors were encountered: