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
Dice type buttons to show in-page picker (select?) per dice type (Attribute, Skill)
Dynamically offer new dice types/buttons (Quantum, Power) as appropriate
Include hint areas (like "Basic Roll = 1 Attribute & 1 Skill")
Condense Window
Chat Output:
Simplify roll expression on output. (Instead of ((2+4)d10x>=10cs>=8)*1), show 6 Dice + 1 Enhancement
Include Actor complications on output
Allow owner/gm to 'checkmark' complications to reduce total successes
Allow owner/gm to buy stunts
Show overall success rating
Misc:
Add custom die modifier: aeX ("add enhancement"). Used like /r ((2+4)d10x>=10cs>=8ae5)*1 to add X successes if any success were rolled. (5 in this example.)
The text was updated successfully, but these errors were encountered:
Goals for new dice rolling system:
Data Model:
-- For each: Value, Name, Type, Item ID (Future-proofing)
-- For each: Value, Name, Source Type, Item ID (Future-proofing)
Dice:
Enhancements
UI:
Chat Output:
Misc:
/r ((2+4)d10x>=10cs>=8ae5)*1
to add X successes if any success were rolled. (5 in this example.)The text was updated successfully, but these errors were encountered: