
To show a concrete example of my question, one of my player is a Monk. As such, he has Unarmord Defense as a feat from first level, defined as follow: Beginning at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom modifier.
It's currents stats are Dex=16(+3) and Wis=16(+3)
It's AC is automatically computed to 13 right now (10+dext_mod I bet)
I'm trying to change computed AC by a formula in the ac Attribute as such: [[10+@{dexterity_mod} + @{wisdom_mod}]]
However, the result is simply a graphical mess in Character Sheet. Formula is displayed as pure text instead of being interpreted. I already had a similar behavior with checks bonuses by the pass...
Here's what I see In the Character Sheet:
I can even scroll within the text field up to the end of the formula.
Someone knows how to force formula to evaluate?