
Hello everyone, What I'm about to say in this post may be pretty well known knowledge at this point but, since I just stumbled upon this problem myself, I would like to propose a solution I came up myself. So, here is the problem: Hexblade's Curse gives your attacks a crit range of 19 against your cursed target, which means you need a fast and reliable way to change the crit range of all your attack rolls depending on whether you are attacking your cursed target or not. How can you implement that in your OGL 5e sheet (without the use of APIs)? In this post ( <a href="https://app.roll20.net/forum/post/5822161/5e-ogl-hexblades-curse/?pageforid=5822239#post-5822239" rel="nofollow">https://app.roll20.net/forum/post/5822161/5e-ogl-hexblades-curse/?pageforid=5822239#post-5822239</a> ), there is a suggestion to use [[?{Apply Hexblade's Curse to Attack roll?|No, 20|Yes, 19}]] in the crit range field. That works; the problem is that when shooting 4 Eldritch Blasts at level 17 (or maybe even more if you have quickened spell or action surge) you are clicking A LOT of query windows per turn and it gets kinda annoying. Here is the solution I propose: - Create a resource (the boxes over your traits and abilities) - Give it a starting value of 20 - Insert the link to the resource in the crit range field of all your attacks (just hover the 20 in the resource field and it will tell you something like @{other_resource}: copy that and you are good) Now, here's the cool part: when attacking your Cursed target, just click the little arrow next to the 20 in the resource field and lower it to 19! This way you can spam all your attacks without having to go through a bunch of query windows. Once you are done attacking, just get the number back to 20 and everything is back to normal. I think this is as easy and fast as it gets! I hope this has been helpfull and will gladly listen to any feedback!