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

Healthcolors Aura - No X but Disable Aura on 0 or less wounds

I have 1.5.1 and am trying  to  edit the code so it doesn't force the X symbol onto tokens  that are at 0 or less wounds. I am trying to use this for 40k ffg which means you can go  beyond 0 without being dead. I'd like the aura to remain disabled but not apply the X. I'm not very code literate so cannot figure this out. Any ideas?
1752818398
Ralph
Pro
Marketplace Creator
You don't have to code. Just disable the last two items on this screenshot.
Thank you for the reply. If it is disabled the aura remains active and starts to shift back towards 'healthy' as the negative value increase. This is not a solution. I specifically need the code line that applies the X marker.
I do not use HealthColors Mod but for 1.6.1 looks like it is  line 83  that sets the dead status marker `obj.set("status_dead", true);` The API Objects documentation  has more information about those "status_X" helper properties that can be used to working with the statusmarkers property.
Thank you Joshua, resolved! Deleted the status_dead references and everything is working as desired!