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

[Script] DeathTracker

1539087064
Robin
API Scripter
DeathTracker DeathTracker sets the statusmarker when a character is death or (optional) almost death, works great together with my&nbsp; LazyExperience &nbsp;script. Optionally : Set an&nbsp; Unconscious &nbsp;statusmarker on&nbsp; Player Characters .&nbsp; This works great with&nbsp; StatusInfo . Commands !dead &nbsp;- Shows the config menu. Tints --- Script:&nbsp; <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker</a> Repository:&nbsp; <a href="https://github.com/RobinKuiper/Roll20APIScripts" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts</a> Latest Update Tint config update, you can now specify to only tint npc's or players.
1541148790
Robin
API Scripter
Update 0.1.9 Added massive damage option. <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker</a>
May I suggest to have another optional marker at a set hp-number? In the system I play characters fall unconscious at or below 5 hp. It would be awesome to have the marker set automatically.
So... sorry if i'm being dumb, but was does 'Massive Damage' do?
1543599715
GiGs
Pro
Sheet Author
API Scripter
Danii said: May I suggest to have another optional marker at a set hp-number? In the system I play characters fall unconscious at or below 5 hp. It would be awesome to have the marker set automatically. Even better if the optional point was another attribute, or calculated value. In Pendragon, characters fall unconscious when their HP fall below HP/4 (rounded nearest). So a character with HP 26 would have an UNC level of 6.5 =&gt; 7. And since you fall unconscious when HP below UNC, he'd be knocked out when HP were 6 or lower (not 7 or lower). In my character sheet I do have an UNC attribute, and it would be easy to alter it to be UNC-1, if that makes the calculations easier. But having a configurable option "= threshold or less" or "&lt;= threshold" would also be neat.