javierriveracastro / betteroll-swade

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

Group Rolls on Extra cards #497

Closed EntreriCansinos closed 1 year ago

EntreriCansinos commented 1 year ago

Would it be possible to add a Global Action for group rolls (wild die) on Extra cards? Thank you so munch, your work is amazing and very useful.

superseva commented 1 year ago

This would be great to have it implemented

SalieriC commented 1 year ago

It was a thing in version 1 where BRSW just rolled an additional d6 for every NPC but never interpreted the result of it. Nowadays I think BRSW can do better I think. Probably just by adding another modifier if (actor.type === "npc") and then changing the formula if active.

javierriveracastro commented 1 year ago

I have already added a "is_wilcard" selector, the next action is to add a "force_wild_die" and the action should work. Note than in the system (I mean Foundry system, not rules) an actor of type pc can be a non wild card.

javierriveracastro commented 1 year ago

Should be done-