MangoFVTT / fvtt-ready-set-roll-5e

A module for faster, easier, and more dynamic rolling in the D&D 5th Edition system for Foundry VTT.
GNU General Public License v3.0
42 stars 20 forks source link

Reliable Talent not working with tools [BUG] #257

Closed OxTailSafu closed 1 year ago

OxTailSafu commented 1 year ago

Description Reliable Talent allows any character with this feature to treat a skill/tool check that is 9 or lower as a 10 as long as you're proficient. This doesn't appear to work on tools for some reason. As you can see in the image, it doesn't appear to sport the same 1d20min10 part versus the skills. There does not appear to be any error message as far as I can see.

image

Steps to Reproduce

  1. Go to your sheet and make a roll with a tool.

Versions

MangoFVTT commented 1 year ago

@OxTailSafu this is actually a bug with the core dnd5e system. As you can see in this screenshot, the default foundry roll for tools also ignores Reliable Talent. RSR picks up the formula from the default roll, so if that roll doesn't add the min10, RSR won't have it either. You should report this as an issue on the dnd5e system repository and, once fixed there, RSR should handle it accordingly.

image