tposney / midi-qol

Other
5 stars 0 forks source link

Feature suggestion: Define crit range on a per item basis #346

Open tposney opened 3 years ago

tposney commented 3 years ago

In GitLab by @MS-PBS on May 5, 2021, 02:27

I think it would be useful to be able to define crit ranges on a per item basis. For example, the 9th level spell Blade of Disaster scores a critical hit on an 18 or higher, and there are some magic weapons with a similar effect.

tposney commented 3 years ago

I agree it would be very useful. Currently there is no mechanism to store this information in the core dnd5e data structures, nor is there a way for it to scale according to the level cast.

Midi doesn't "change" the way the core rolls work, i.e. how damage is computed, or what is a critical.

You can use BetterRolls which does support per item critical rangs, but does not support scaling of those with spell.

At some point I will get around to looking at this, but currently I'm focused on the 0.8 compatibility. It is likely to be in DAE rather than midi when I get to it.

tposney commented 3 years ago

marked this issue as related to #332