AzerothWarsLR / WarcraftLegacies

This is a complete rewrite of the Warcraft 3 map Azeroth Wars: Legacy Reborn written in C#.
MIT License
12 stars 7 forks source link

Vampirika/demon gates balance #3145

Closed vampirika closed 1 month ago

vampirika commented 2 months ago

Addresses #2761. Simplified gates. Now only 2 gates with 2 options (Fel and Void). Fel - Hound Pack, Fel Guard, Pit Fiend. Void - Nether Drake, Voidlord, Terrorguard.

Gate type can take a parameter of maximum unit limit (default 12) per gate. For example, terrorguard now has limit of 6 per gate resulting in a maximum limit of 12 if both gates are upgraded to terrorguard. [Addresses limit bug] Improved formula to account for multiple unit spawn e.g. hound pack with limit of 12 will not spawn 3 if there are 10 or 11 hounds alive for the associated gate. Made gates start with half mana on upgrade as progress was wiped on upgrade. Some balance changes.