I'm trying to add a haste buff to my character, using the Pathfinder Roll20 character sheet. As you probably know, haste adds an enhancement speed, up to 30 feet. The following is working:
+20 enhancement to Speed
+1 to Attack
+1 Dodge to AC
+1 Dodge to Reflex
However, I want to configure this so that it can be used with whatever speed the character has (light armor, medium/heavy armor, encumbrance, etc). I tried to come up with the following but it doesn't seem to work.
+{ { @{speed}*2 , 30 } kl1 } enhancement to Speed
+1 to Attack
+1 Dodge to AC
+1 Dodge to Reflex
Thank you.