Hi there! I am having trouble working on a custom sheet. I am attempting to determine the maximum of a sub-stat, which is 1/2 the value of two different Attributes, then add a possible Mod field if something is adjusting the stat. The formula I have is: (@{Stamina_Modifier}) + floor(abs(@{StaminaCombined})/2) However, no matter where I put the modifier it seems to /2 the entire formula. Is there a way to only apply the /2 to a single attribute in the formula?