-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Additional RoF Errors * Fix Major Bugs in Shield.lua * Move OnDamage to QUIET Base Repo * V1.79 Release Point & Changelog
- Loading branch information
Showing
10 changed files
with
316 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Game Balance & Game Patch Changelog | ||
|
||
## Version 1.79 - 2024-12-30 | ||
### General Changes | ||
|
||
- **General Changes** | ||
- Fix Shield.lua Personal Shields initializing legacy code instead of the New Shield.lua Code | ||
- Fix Shield.lua not carrying default values resulting in some Nil Values | ||
- Shield.lua now applies to all Shield Types (Personal, Bubble, and etc) meaning that Personal Shields now interact correctly with AoE Weapons not allowing AoE to damage the base Health of the Unit. The Shield is now treated as an additional health layer to the Unit and no longer carries it's own collision sphere/box. Damage that overkills the shield now applies onto the base health of the unit. | ||
- Fix Multiple Units with Rate Of Fire Errors (many having too short of Rate of Fires) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.