JPMeehan / prime-psionics

An implementation of psionic powers via v11 module subtypes
MIT License
4 stars 1 forks source link

[Feature Request] Make a variable flag for number of power points total consumed #19

Closed GhostwheelX closed 1 month ago

GhostwheelX commented 1 year ago

The current @item.consume flag specifies the base number of psi points that a power consumes.

Would it be possible to create another variable for the total number of PP consumed by a power? This would help a lot when setting up automation using Dynamic Active Effects.

JPMeehan commented 8 months ago

There's a fundamental issue where the way 5e handles this is by creating a clone of the spell with the adjusted level; I can't pull that off in a hook.

JPMeehan commented 1 month ago

Handled in the new 2.0 update with the rework of 5e's scaling