Various bugfixes and adjustments

* Nano missions should now stop repeating.
* Bitwise operators are now used to handle buff/debuff bitfields.
* Changing nano powers will no longer grant you infinite buffs.
* Mobs now heal up client-side after retreating, this comes with candy effect being played however.
* Lower level mobs now hit harder.
* Nanos drain stamina quicker when they grant passive powers.
* Healing, damage and leech powers scale up with your level.
* Player on player damage now accounts for damage and armor.
This commit is contained in:
2020-09-29 22:27:48 +01:00
parent 3f35d2e960
commit ab990116a2
5 changed files with 96 additions and 45 deletions

View File

@@ -47,6 +47,7 @@ struct Player {
bool inCombat;
bool dotDamage;
bool passiveNanoOut;
int pointDamage;
int groupDamage;