Noita-Together / noita-together

Play alone together
MIT License
44 stars 13 forks source link

Run ends when low HP #176

Open signal-5 opened 1 month ago

signal-5 commented 1 month ago

You always lose 20% HP when death penalty is on. Suggestion is that is goes down to 50 HP. Penalty should be (ABS(HP-50))*.2

IndoorKat commented 1 month ago

This would remove a run's lose condition though...

signal-5 commented 1 month ago

Yes. Thats the point. Today someone picks glass canon and two other dies and the run is over. Why should the run be over if max_hp is lower than 20? Better to never be able to go below max_hp 50. Players will still die and get kicked but max_hp will never go below 50 or any other suggested value (e.g. 25 or something).

IndoorKat commented 1 month ago

What if we were to change the run's lose condition HP check to the median HP of the group? This would probably solve this issue, as well as heart mage issues.