You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Enter into combat with any monster.
2. Observe the action points vs health points.
Recommend using a 'strength' point (SP) to help this balance out. Strength would increase/decrease based on remaining health points and action points. The concept being as you fight you lose strength and can't fight as effectively.
A possible formula might be {-1 AP = -2 strength; -2 health = -1 strength; if SP <= 0 then HP total = HP total -1},{+1 AP = +2 SP; +2 health = +2 SP; if SP >= 50 then HP total = HP total + 1;} (AP = Action points, HP = Hit Points).
Original issue reported on code.google.com by ray9700man on 23 Mar 2014 at 2:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ray9700man
on 23 Mar 2014 at 2:17The text was updated successfully, but these errors were encountered: