Renaud G.

Results 92 comments of Renaud G.

Could you give me an example with details on values and when reroll/add must be trigger. I don't know the Tunnels and Trolls system.

So if I understand well: # Example 1 DARO: ## Roll > 2d6 ## Result > [2,5] No double, we stop! Final result => 2+5 = **7** Right ? #...

I worked a bit on it. And there is two options: Add a specific node which managed exactly this behaviour or make it more generic and improve current operators to...

commit d94207bc22768e579766b281c28f211d25d2d9d4 provide the t operator. I will test it a bit and then deploy it for the discord bot, in few days.

it is normal that : !4d6k3R[>8] does not work as you can't be above 8 with a d6. ErrorCondition ("{9beafc0e-e1cf-4ecb-8dac-b4a5e506e939}" [label="RerollDiceNode validatior: "]) cause an endless loop with this dice:...

To use the total, it will be: `!4d6k3R[:>8]` but R does not support smart validators. I will check that.

Yes, repeat does not managed well several instructions.

Right now, macro and aliases are stored inside json files. I worked to port data storage to database, I never put this work in production. it needs more tests. I...

I took the time to read the whole text. To be honest, I was thinking to replace API of diceparser to return JSON data. And let the client deal with...