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

[Request] TokenMod status effect timer

March 02 (9 years ago)
The Aaron suggested I make this thread, so here we go!

Is it at all possible to make a sort of turn tick down for the status marking with tokemod? At the moment I've got a set up like this:

/em has used Light's Aegis! Their target does half damage on their next attack.
!alter @{selected|token_id} e 1
!alter @{target|token_id} h -1d10+5
!token-mod --set statusmarkers|back-pain:1 --ids @{selected|token_id}

This'll do the following for me:
The casting token (in this case a paladin) gains one to their energy bar.
The token being attacked will take rolled as health damage
Then token mod comes in
The token then gets a marker on them that indicates the reduced attack damage so the DM knows. The only problem is that we use token markers pretty liberally, so with all the tokens about people sometimes forget to set the marker down a number for the DM. Is it possible to run a check through these markers that once a certain character has gone on the turn order (we use groups to keep track of people's turns) it'd set the marker down a number? Example being:

back-pain set on Orc is, for this example, at 3. Once the turn begins for Group 1, the marker sets to 2. Group 2 goes, still at 2, Group 3 goes, still at 2. Enemy turn comes, still at 2. Group one goes again, now it's at 1. When it reaches 0 the marker gets removed.

Aaron said it's entirely possible, but unfortunately I don't know enough about editing code to do it my self x_x
i personally use https://app.roll20.net/forum/post/2362024/script-trackerjacker-turn-tracker-combined-with-status-slash-marker-tracking for this