CosyClub / ProjectTempo

Rave Cave, A rhythm based MMO where players rock out together!
3 stars 0 forks source link

Cp/healing #135

Closed Codrin-Popa closed 6 years ago

Codrin-Popa commented 6 years ago

Health automatically heals over time while having a combo over 20. Added particle system for healing.

Codrin-Popa commented 6 years ago

I removed some things that are no longer needed. It should work on Windows now.

grant-m-s commented 6 years ago

Yep it works now, not sure if the health is increasing a little quickly though, we'll have to test it abit more (it might be fine for bosses)

AnthonyWharton commented 6 years ago

Looks like you need to merge in the new master safely before this can be merged @Codrin-Popa

Codrin-Popa commented 6 years ago

Regarding healing too fast: We could increase the default health to a bigger number, make health a float or I could increase the health every other beat. At the moment I am increasing the health by 1 every beat.

AnthonyWharton commented 6 years ago

Ahh yes ok, I think every beat or two is the best option for now - lots of things will break if we change it to a float now. Changing max health could work but will require looking at all the enemies.

AnthonyWharton commented 6 years ago

Approved but we will need to buff this before the test day.