Combine Ahwassa bomb's final 3 damage instances into 1 #6563
+5
−8
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.
Description of the proposed changes
Discord discussion: #balance-team - Ahwassa.
Combines the 3 damage instances.
Interacts with shields better according to @Garanas. Testing supports this, stacked low HP shields are much more effective.
Interacts with reclaim overkill much better: Units do not accumulate overkill damage in their death animations, so having 3 separate damage instances left far more reclaim than it should for an 11000 damage bomb.
Image comparing the reclaim amounts:
Top: 1 damage instance Bottom: 3 damage instancesTesting done on the proposed changes
Compare the single and multiple damage instance bombs vs various faction armies:
A Cybran army gets destroyed equally because it has no shields, but it does leave less reclaim with the single damage instance bomb due to overkill being calculated properly.
Cybran army spawn command:
A Seraphim army's shields can withstand an Ahwassa.
The UEF test army took far less damage from the single damage instance bomb:
UEF Units spawn command:
An Aeon Army is similar to the UEF army where the shields work much better against the single damage instance bomb. This specific one was completely destroyed within the blast radius with the multiple damage instances bomb.
Spawn Aeon Units:
Additional context
Initially the request to combine the instances was made because it might look more satisfying to see units all die at the same time, but visually there is no difference, as the large damage happens across just 0.2 seconds. I found out that there are very significant implications from having only 1 damage instance.
Checklist
- [ ] Changes are annotated, including comments where useful