flareteam / flare-game

Fantasy action RPG using the FLARE engine
http://flarerpg.org/
Other
1.1k stars 235 forks source link

faster Regen in safe areas #848

Open johndh opened 2 years ago

johndh commented 2 years ago

If the game has a way of detecting when the player is "safe", such as not near any enemies or being targeted or detected by them, it would be convenient if the player's HP and MP regenerated more quickly. I currently spend a lot of time just standing around between fights, waiting for bars to refill. Also, areas like hyperspace could heal the player instantly.

dorkster commented 2 years ago

Enemies currently gain rapid HP regen (full HP recovered over 5 seconds) when not in combat. So I think it would make sense to do the same for the player as well.

Furthermore, I think it would be a good idea to have these behaviors controlled by mod variables. The variable would simply be the duration it takes to fully recover HP from 0. Setting the duration to 0 would disable the regen. There should probably be separate settings for the player, allies, and enemies.