kaelad02 / region-active-effects

A Foundry VTT module to attach active effects to regions
MIT License
0 stars 1 forks source link

Remove name parameter from Active Effect Events behavior #4

Closed kaelad02 closed 1 week ago

kaelad02 commented 1 week ago

After making the PF2e-specific Effect Events behavior, which didn't use a name parameter but just the uuid for all actions, it made the name parameter on the core Active Effects Events behavior seem redundant. This removes the name parameter and just expects the UUID all the time. Also removes the need for the custom sheet that hided/showed the uuid/name based on the action chosen.