javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
16 stars 32 forks source link

Turn Off Actions #578

Closed brunocalado closed 1 year ago

brunocalado commented 1 year ago

Hi.

The actions look nice in the default system. I know I can press control to trigger control to use the default system.

But, is it possible to add an settings option to disable better roll actions? Or maybe provide a clean look like the system

image

tks

brunocalado commented 1 year ago

Yes. I did more tests with actions. Better Rolls need to rework a lot to deal with them.

I think a way to disable the better rolls for actions is very important. It's doing more harm then good now.

After that rethink better rolls and actions

javierriveracastro commented 1 year ago

I can't see an easy way to disable actions. They use similar classes to items, so we better start with the rethinking.

brunocalado commented 1 year ago

oh... Is not possible to filter the items by type? I thought it would be simple.

javierriveracastro commented 1 year ago

Yes, the items itself for sure. I was trying to avoid calling br2 using the classes in the character sheet.

Intercepting it in js should be possible, but uglier (I need to run some stupid code to do nothing).

Let me think about this.

brunocalado commented 1 year ago

The 2.3 says something about roll classes. Maybe is better to wait for it.

javierriveracastro commented 1 year ago

Doesn't really make sense. I totally ignore system rolls.

javierriveracastro commented 1 year ago

I think I can do the same thing that I did for consumables.

javierriveracastro commented 1 year ago

Done, it gets so easy when you think about it the right way...