314r-app / pf2eBattleTracker_issues

Issues, bug reports and feedbacks for the Pathfinder 2e Battle tracker android application.
1 stars 0 forks source link

Condition and persistent damages #3

Open 314r-app opened 1 year ago

314r-app commented 1 year ago

This should one major upcomming feature.

UI

Behavior

314r-app commented 1 year ago

In order to implement this feature I will probably have to remove the "previous" button that allow to go back in time in the turn order. Keeping that option will complexify a lot the implementation of any event based on when a character end it's turn.

314r-app commented 1 year ago

Version 0.3.0 have been released in the open beta (can by joined from the playstore page). It implements the basics features described above.

The main missing points are:

Another point not implemented yet that I may not implement: For now all the durations depend only of the "victim" of the conditions, it means that one round is counted when the person who has the condition pass one round. In some case the duration of the conditions depend on the turn of the one who applied it, not the one who receive it.

Implementing this would require more time and some changes as for now every characters are independent and doesn't know about the other ones in the tracker.

314r-app commented 8 months ago

Version 0.4.1 implement all of this exept the special case for poisons.