You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice for macros to be able to call Item5e#rollAttack or Item5e#rollToolCheck with all of the same options that d20Roll expects. The specific example that came up was advantage and disadvantage, but I can see a bunch of these options as being useful, including critical, fumble, and targetValue.
Here's an example of what we would like to be able to do in a macro (example courtesy of Kekilla):
// Assuming `item` is defineditem.rollAttack({advantage: true});
The text was updated successfully, but these errors were encountered:
It would be nice for macros to be able to call
Item5e#rollAttack
orItem5e#rollToolCheck
with all of the same options that d20Roll expects. The specific example that came up wasadvantage
anddisadvantage
, but I can see a bunch of these options as being useful, includingcritical
,fumble
, andtargetValue
.Here's an example of what we would like to be able to do in a macro (example courtesy of Kekilla):
The text was updated successfully, but these errors were encountered: