Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Durable Macro

1611512357

Edited 1611514608
Hi, Right now Ihave dwarven fortitiude macro'd. HD + Con mod, simple enough.... &{template:simple} {{rname=Dwarven Fortitude}} {{mod=Con}} {{r1=[[1d12 + @{Torunn Bluebeard|constitution_mod} ]]}} {{normal=1}} {{charname=Torunn Bluebeard}} But I'm going to be taking the Durable feat soon. Does anyone have any advice on how to put that together? ... Hardy and resilient, you gain the following benefits: • Increase your Constitution by 1, to a maximum of 20. • When you roll a Hit Die to regain hit points, the amount of hit points regained is equal to the die roll plus twice your Constitution modifier (minimum of 2) [[1d12 + @{Torunn Bluebeard|constitution_mod} ]] (minimum  @{Torunn Bluebeard|constitution_mod} + @{Torunn Bluebeard|constitution_mod} ) ]] I'm not sure what the command would be. Thanks in advance! 
1611515089

Edited 1611515164
Jordan C.
Pro
API Scripter
If it's being ruled that it stacks I believe you could just do  [[ 1d12 + @{Torunn Bluebeard|constitution_mod}*3 ]]  Though based on the wording it seems it should be ruled as  [[ 1d12 + @{Torunn Bluebeard|constitution_mod}*2 ]]  Edit: minimum would only apply if you have a 0 con score so I figured it's not necessary to write that in
Jordan C. said: If it's being ruled that it stacks I believe you could just do  [[ 1d12 + @{Torunn Bluebeard|constitution_mod}*3 ]]  Though based on the wording it seems it should be ruled as  [[ 1d12 + @{Torunn Bluebeard|constitution_mod}*2 ]]  Edit: minimum would only apply if you have a 0 con score so I figured it's not necessary to write that in I feel silly. I was reading it as the total sum can't be more than 2xcon mod, including the roll. TY!