Kevin Lee Garner
Kevin Lee Garner
The Tidy 5e UI overhaul includes a magical tattoo sheet for the Tasha's module.
Also, review and resolve deprecations, if they still exist: - [x] `item.system.save.ability` replaced with `ctx.save.ability` - [x] `item.system.save.dc` replaced with `ctx.save.dc.value`
When revisiting how to represent damage rolls, pursue `activity.getDamageConfig()` for each activity. It provides damage parts and types. Sample schema (varies): ``` { "scaling": 0, "rolls": [ { "data": {...
I'm leaving this one behind. We are going to work on some fundamentally different approaches to dealing with the question "What Can I Do?" in a dnd5e with activities as...
And I'd have to remember Middle-Click to Edit
I'm leaning toward providing a world script for accomplishing this feature, rather than adding a formal setting. I'm starting to get out of the business of having formally maintained settings...
With that said, whatever the system formally supports, I will be sure to provide feature parity.
Great ideas here! This is something the system should be handling, but they probably aren't yet. The activity sheet really should have an option on it such as "Hide if...
Following up, I see some people have raised this issue over on the dnd5e repo: https://github.com/foundryvtt/dnd5e/issues/4963 somewhat related: https://github.com/foundryvtt/dnd5e/issues/4729 somewhat related: https://github.com/foundryvtt/dnd5e/issues/4612 I hope we'll see some quality upgrades to...
I will continue to await some development with the dnd5e system in this area. In the meantime, we can have this github issue remain open.