I am attempting to get the Fudge dice to have more than 4 dice in a pool but only give me the results of the 4 best or 4 worst rolls.
For example. I want to be able to roll say 5 dF and the results are + - (blank) - (blank)
Adding them all up the result is -1
But I want the 4 best results and that would be (blank) (blank) (plus) (minus) which would give a result of 0
And in some cases I want the 4 worst results which would be (minus) (minus) (blank) (blank) which would give a result of -2
How would I structure these custom rolls? Using the Hi or Lo doesn't seem to work at all.
And I wish do be able to do this with more than 5 dF as well.
Thanks
Fudge Dice Formula
Re: Fudge Dice Formula
So 5dFH4 doesn't work for you? How about sum(high4(5dF@))? Please post the formula you used.
Re: Fudge Dice Formula
Just tried "5 dF H 4" and it seems to work perfectly.
There may be some minor changes in the 2.6 code base that makes this behave differently from the 2.5 code base, but it does work for me.
So when you say "doesn't seem to work at all", what happens? Does it not parse it correctly? Does it disable the wrong items? Is the total wrong? Does your device start on fire and explode?
There may be some minor changes in the 2.6 code base that makes this behave differently from the 2.5 code base, but it does work for me.
So when you say "doesn't seem to work at all", what happens? Does it not parse it correctly? Does it disable the wrong items? Is the total wrong? Does your device start on fire and explode?
Re: Fudge Dice Formula
i just attempted it again and it worked fine. not sure why it wasn't working before.
thanks for the help.
thanks for the help.