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

pathfinder 2 poison track

has anyone a neat solution for pathfinder 2's poison track? PF2 rules link e.g. player A gets poisoned - Duration 6 rounds; Stage 1 5d6 poison damage (1 round); Stage 2 6d6 poison damage (1 round); Stage 3 8d6 poison damage (1 round) i need to track the number of rounds remaining on the duration, and the 'stage' the player is currently on (this varies according to their saves on each turn) currently im using two token markers with numbers, but its all a bit too manual in the middle of a combat - would be nice if the duration counter decreased every turn automatically (even nicer if the player didnt know the duration at all - maybe i could get a whisper at the start of a poisoned players turn? ) any thoughts- is there something existing i could use to get me close to this?
1603193862

Edited 1603194157
David M.
Pro
API Scripter
Adding an incrementing/decrementing entry to the turn order should do it I answered too quickly, missed the part about wanting to display the non-linear damage. Does it remain 8d6 for rounds 4-6?
1603194679
David M.
Pro
API Scripter
You might be able to do something with the OnMyTurn script. Triggers an ability that you create on the character named "OnMyTurn" when it is that character's turn. Used for regeneration, etc. You could have a "Poison" character with the ability predefined, and add it to the turn order with an incrementing/decrementing value, and have it trigger a damage roll to the chat every round. I've never used it, and I'm at work so don't have time to test, but it sounds like it could work for you. <a href="https://app.roll20.net/forum/post/6608405/script-onmyturn-activate-an-ability-in-the-context-of-a-token-when-its-turn-occurs/?pageforid=6612955#post-6612955" rel="nofollow">https://app.roll20.net/forum/post/6608405/script-onmyturn-activate-an-ability-in-the-context-of-a-token-when-its-turn-occurs/?pageforid=6612955#post-6612955</a>