javierriveracastro / betteroll-swade

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

Add "radio button" functionality for action options #643

Closed steveculshaw closed 8 months ago

steveculshaw commented 9 months ago

Add "radio button" functionality for action options to link together a set of options and only allow one to be chosen from the group.

e.g. in the power Shape Change, there are five possible values for the Size power modifier, e.g., "Size -4 to Size -1", "Size 0", etc. However the choice of Size is mutually exclusive.

Another example is the generic power modifier "Armour Piercing" with three possible values

javierriveracastro commented 8 months ago

Done. I mean, now groups can be single choice, but actions is still multiple choice as run is there and you can run and do two actions.

steveculshaw commented 8 months ago

@javierriveracastro Wow, that's really great ... I was thinking it'd be a major re-write so only something long term