Good day forums. I wanted to know if there was a way to take the result I qet from one equation or roll, and automatically apply it to another within the same ability. For example, I have a character use an ability and he rolls 1d8+@{ModOne}+@{ModTwo}. In our particular homebrew system, he can choose to pay 50% more resources to have the attack do 50% more damage. This is very easy to do in the head, but I would like a way to put it in the ability as well if possible. So, I want to take the answer to the previous equation, and multiply it by 50%. So, something like this: [[1d8+@{ModOne+@{ModTwo}]] = X damage. [[X*1.5]] damage if modified. Thank you very much for any assistance.