Hi, first time posting here! I am helping on a wizard sheet for Pathfinder 1st, I have created a Custom Attribute for Evocation Caster Level modifications for feats that increase or decrease it such as Mage's Tattoo, All of my spells now read and apply this fine, Magic Missile as an example: [[{ceil((1*@{caster1_level}+1*@{Evocation_ECL})/2),5}kl1]]d4+[[{ceil((1*@{caster1_level}+1*@{Evocation_ECL})/2),5}kl1]] I am now trying to create a buff to reference the "Evocation_ECL" Attribute for easy changing of this value, for instance if the wizard is casting a spell with the Spell Specialization feat I would want a buff to increase the "Evocation_ECL" attribute for the use of that spell and then turn the buff off again. for the example above I am using a buff with the following in the mods "+2 to @{Evocation_ECL}" which is doing nothing to the attribute when toggled on, have I missed something simple here?