3 hours ago, rcuhljr said:I built my own roller for doing outcome analysis and the only useful way I've found doing statistics is that you need to generate the data relative to a target number of successes and opportunities. At least in my play experience I'm looking for a specific outcome on both axis, like when I want to hit and crit, or charge and do damage. So you pick your kept dice based on what's the most likely combination to get to your target combination and then explode the dice and see if you made it.
Makes sense. So did you give the user criteria for how the system keeps dice? Like, "I want to minimize Strife", "I'm in Fire Stance, so Strife is fine and I just want the most net Successes", etc (obviously in more software-ish language). I hesitate to add any features like this because everyone is going to have their own strategies and gut instincts for dice that are hard to quantify, especially around a decision like, "Do I take this Success or the Explosion with a Strife and gamble on a second Success to hit the goblin when my Strife is already running high?"
On 10/16/2017 at 4:17 AM, kelpie said:Actually, when you select the "exploding die", you then need to right click and select "explode". It could be way more cooler if it would be automatically exploded while you select it (or, dunno, maybe a double click?)
Or also: a nice button on the right with "explode" written on top; when someone click on the button, it auto-explode all the selected dice who whould explode. That could give some problem if multiple exploding dice happens, however, so you will need also a way to mark an exploding die as "already exploded"
Dunno how you code it, but something like a flag variable set at 0 whenever you roll it (so it's not rolled again when you hit again the button)As for Void point you can put a simple button "add more dice". When you hit it, it roll one more die. If you need to spend more void point, just hit the button twice or more
As for strife feature, you can add a simple counter, that will keep track of all the strife you rolled until you hit a "reset" button. You can also put a composure box where you state your composure, and the strife counter will become red if total higher than the composure (you can also put an "outburst" button who automatically halves your strife when you do outburst)
In the far future something like an "roll option" panel could be interesting too:
in a secondary panel you can select advantage, techniques, etc from drop-down menus. That's will automatically add more dice to the roll so you need to roll your skill+trait dice and it automatically add techniques bonuses or likeKeep in mind, that are only "far future ideas"; none of those are necessary to use the roller and that does'nt diminish the good roller you already did
I guess I could see about double clicking to explode a die. The reason for Right Click -> Explode is that by the rules, you are required to commit to keeping a die before seeing how it explodes (see pg 14). After the explosion, you have to commit that that new die before exploding again. Right Click -> Explode preserves the integrity of a roll by preventing accidentally exploding a die that you're not yet sure about keeping. The moment a player sees the explosion result in an unintended fashion, this gambling mechanic is tainted. Would other people be interested in a double-click to explode a die feature?
Void points have to be spent before the roll (see pg 21). There's no reason to have a special button for this because you can never add a die via a Void point after the roll results are seen. Just grab an extra die before clicking Roll and you'll be good.
Regarding Strife, Composure, and Advantage / Techniques, this is for rolling the dice - it's not a digital character sheet and I'm never going to go that far with it, even in the distant future, since I intend to play with paper, dice, and maybe some red glass beads to track Strife once actual dice are available.
That said, I could add a super simple number box for tracking Stress with a couple arrows to increase or decrease the running total. Clicking once or twice on an up arrow would be no less convenient / error prone than having a Commit button that locks your dice until a new roll and adds Strife. Would other people be interested in a minimalist Strife counter such as this on the roller?