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 .
×
Create a free account

Bloodied Armor (4e Sheet)

1425711501
Jedd
KS Backer
Marketplace Creator
I was looking through the wikis for a solution to this, but was unable to find one. I wanted to have my AC automatically adjust for when I'm bloodied (thanks to my Dragonborn Grieves), but the #Is_Bloodied macro trick doesn't work with calculated values like those. Thankfully I was able to come up with a formula that can be inserted into any attribute field: (round((@{hp|max}-abs(@{hp}))/@{hp|max})* x ) where x is the amount you want to buff that stat. I'm using this to buff my AC and Reflex by 1 and my speed by 2 when bloodied. Our group may be moving towards using calculated values and targeted abilities to auto-determine successful hits, so I'm happy to have found this solution. Hopefully it will assist anyone else who likes to play Dragonborn or Revenants. :)
1425711689
Jedd
KS Backer
Marketplace Creator
I realize this would stop working when you hit your negative bloodied value, but since that auto-kills you in 4th Ed. I didn't think it was a dealbreaker. ;)
1426156579

Edited 1427029059
Jedd
KS Backer
Marketplace Creator
In case anyone needs a zero or below formula (for Revenants specifically), here it is: ((round(((@{hp|max}/2)-@{hp})/@{hp|max})*-1)* x )