Thank you for the question. It definitely raises awareness of this feature.
š²Welcome Dicebotš²
-
@djensen Does dicebot support only three rolls in one argument (see above example, where the fourth result is missing)?
-
@djensen said in š²Welcome Dicebotš²:
In the future I hope to add some new commands like
3d6<=2
or3d6>=2
to indicate a "successful result either less than or equal to 2 or greater than or equal to 2.I guess something like
[dice 1d6 3d4]
would be used in less than 1% of cases, all the remaining uses being either a single bounch of dice or multiple bounches of the same dice (and almost always d6).Taking the @Panther example, maybe this formulation would be easier on the users:
[dice 6d6@1 3d6@2 2d6@3 3d6@4]
Not a developer, so no idea if feasible.
-
1d6: 4
3d4: 1, 4, 4 -
@Cernel said in š²Welcome Dicebotš²:
[dice 6d6@1 3d6@2 2d6@3 3d6@4]
Or maybe even allowing for specifying a default dicesides. For example:
[dice6 6@1 3@2 2@3 3@4]
-
@Cernel ā¦ what would be close to how it worked with the old forum software.
-
@Cernel This is feasible but Iām trying to make the roller generic so that other sites can use it. Not only that, A&A minis games go in the other direction for dice rolls. I know a lot of folks are not play A&A minis here but now they can.
Iāll eventually allow labels: [dice infantry:3d6<=1 tanks:2d6<=3]
Maybe one day Iāll allow for configuration of aliases. But one thing at a time.
-
@djensen Since this is going to be something that likely applies to all bunches of dice, maybe something like this:
Hit results at maximum value:
[dice@Max 6d6@1 3d6@2 2d6@3 3d6@4]Hit results at minimum value:
[dice@Min 6d6@1 3d6@2 2d6@3 3d6@4]The first one would mean ārolling so many six-sided dice at this maximum required result to hitā.
-
Has this been broken with the latest upgrade?
-
[dice 2d6 2d8]
-
@simon33 said in š²Welcome Dicebotš²:
Has this been broken with the latest upgrade?
It looks like ā¦ @djensen ?
-
This sucks. I read through all of the change logs for NodeBB and nothing about changes to plugins was mentioned.
-
[dice 3d6<=3]
[dice inf 3d6<=1 arm 3d6<=3]
-
3d6<=3: 5, 1, 1; Hits: 2
-
[dice inf:3d6<=1]
-
-
Probably not the highest priority though.
-
[dice 6d6 3d6 2d6 3d6]
-
6d6: 3, 6, 3, 6, 6, 1
3d6: 4, 4, 1
2d6: 2, 6
3d6: 1, 1, 4 -
[dice 1d6 3d4 7d10]
-
Boo! 1.18 broke dice bot.