
(As always, thank you for reading. The below is personal opinion only and does not represent the opinions of others)
SUGGESTION: Formulas should be nestable.
i.e.
/roll 1d10*(BMOD)+(STA)*(BMOD)
becomes
/roll ((1d10*(BMOD))+((STA)*(BMOD)))
This may not seem like a large change, but when you add changing the Stat Values to [] square brackets instead of pernthesis, then the result is an efficient math system which allows complex, tiered calculations. Right now, a + in the formula acts like comma in calculated math. This makes super simple macros require multiple multipliers.