-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SACU Rework #6301
Closed
Closed
SACU Rework #6301
Conversation
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
Requires before merging: - [ ] #6300 - [ ] Quantum Gate Changes - [ ] UEF Enhancements Updates - [ ] Aeon Enhancements Updates - [ ] Cybran Enhancements Updates - [ ] Seraphim Enhancements Updates ## Checklist - [ ] Changes are annotated, including comments where useful - [ ] Changes are documented in the changelog for the next game version
MrRowey
added
area: balance
related to units balance
DO NOT MERGE
Don't Merge until removed
labels
Jun 26, 2024
## Description of the proposed changes This is slowly towards the SACU Rebalance the Balance team has been trying for the last 3 years. ### Whats Changed ``` Aeon: Health : 15000 > 11500 RegenRate : 17 > 14 BuildRate : 56 > 40 GunDamage : 300 > 100 GunRange: 30 > 25 ``` ``` UEF: Health : 16000 > 13000 RegenRate : 20 > 16 BuildRate : 56 > 40 GunDamage : 300 > 100 ``` ``` Cybran: Health : 19000 > 12500 RegenRate : 25 > 21 BuildRate : 56 > 40 GunDamage : 300 > 100 ``` ``` Seraphim: Health : 15500 > 12000 RegenRate : 15 > 12 BuildRate : 56 > 40 GunDamage : 400 > 100 EnergyProd: 300 > 100 MassProd: 3 > 1 ``` ``` All: MassCost: 1650 EnergyCost: 21,450 BuildTime: 11500 Wrecks Spawn now spawn on seabed ``` ## Damage The damage reductions that the base SACU have received will be redistributed to the enhancement. ## Checklist - [x] Changes are documented in the changelog for the next game version
Health : `10000 > 7500` [-25%] Build Cost : ` 30000 > 25500 (Energy) | 3000 > 2550 (Mass) ` [-15%] Build Time: ` 4097 > 4100` [+0.06%] Adjacency: `T2 Mass Fab: -0.0075 > -0.0125 | T3 Mass Fab: -0.0375 > -0.2` ## Checklist - [X] Changes are documented in the changelog for the next game version
Why does this touch adjaency buffs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires before merging:
Checklist