fvtt-fria-ligan / twilight2000-foundry-vtt

Official Foundry VTT game system for the Twilight: 2000 (4th Edition) roleplaying game (Free League Publishing)
https://foundryvtt.com/packages/t2k4e
GNU General Public License v3.0
25 stars 9 forks source link

Improper implementation of Pushing #125

Open EmptyOwl01 opened 1 year ago

EmptyOwl01 commented 1 year ago

Describe the bug

I notice that pushing is not quite correct in the T2k4e implementation as well, since you can (technically) reroll base dice with successes and this is not allowed in the Foundry ruleset.

Reproduction

Roll some dice, get at least a success on one or both dice, Push the roll (if you even can).

System Info

windows

Logs

No response

Priority this issue should have?

Medium (minor functional impact)

Validations

Stefouch commented 2 months ago

Roll mechanics have been updated since then. It should be good.

Stefouch commented 1 month ago

Reopened as there was a confusion and I think this issue has not been resolved yet.

Fortunately, the Blade Runner RPG has already implemented the ability to reroll specific dice here: https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/blob/8b55097c9be73fdc100cc82b3e5de95f32f42b89/src/components/roll/roller.js#L433 This might help.