
I speak french, so, my english isn't pretty, excuse me.
I create a sheet but the DM want the crit and fail change.
so, i have this:
the roll:
<button name="attr_jetPhysique" type="roll" value="&{template:groob} {{rollname=Physique}} {{carac=[[@{Physique}-@{Pourcentage}+?{Bonus/Malus|0}]]}} {{jet=[[1d100cs<@{CC_Physique}cf>@{EC_Physique}]]}}" />
the CC and EC values:
<input type="number" name="attr_CC_Physique" value="(@{Physique}/10)" title="Coups critiques Physique" style="background-color:#006400; font-weight:bold; color:#FFEBCD" disabled="true" />
<input type="number" name="attr_EC_Physique" value="(90+(@{Physique}/10))" title="Echecs critiques Physique" style="background-color:#B22222; font-weight:bold; color:#FFEBCD" disabled="true" />
but result is:
1d100cs<(70/10)cf>(90+(70/10))
Is it possible to do this?