-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seraphim sniper (XSL0305): - Speed: 2.2 (default mode) / 1.65 (sniper mode) -> 2.3 (default mode) / 2.0 (sniper mode) - Firing Tolerance: 3 (default mode) / 0.5 (sniper mode) -> 0 (both modes) - Firing Randomness while moving: 0.4 (default mode) / 0.2 (sniper mode) -> 0.18 (default mode) / 0.05 (sniper mode) - TurretYawSpeed 50 -> 90 (it was bugged which resulted in an effective TurretYawSpeed of 90, as the bug is fixed it is set to 90 to keep the unit behaviour as it was) Aeon sniper (XAL0305) - Speed: 2.4 -> 2.5 - Firing Tolerance: 2 -> 0 - Firing Randomness while moving: 0.3 -> 0.1 - Firing tolerance set to 0 fixes them consistently missing shots while turning/retargeting. - The firing randomness is reduced so that snipers can reliably hit T3 units at max range, since the random chance to miss was annoying and snipers no longer need such a downside due to their cost changes. - The Seraphim sniper mode speed was uninentionally reduced from 1.8 to 1.65 due to the last speed nerf, which was excessive (an ACU is 1.7 speed for comparison). Since the sniper mode is a bit underused, the unintentional reduction is reverted and the speed is further buffed to 2.0 speed. Reasoning for the changes Sniper bots have become too expensive and micro-intensive to use compared to saving for a T4 to counter Bricks and Percivals. The changes improve the leniency for their micro and improve their firing accuracy. There may be further changes to sniper mode next patch to make it more viable.
- Loading branch information
Showing
5 changed files
with
49 additions
and
38 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,21 @@ | ||
- (#6606) Buff the power of sniper bots as they have become too expensive and micro-intensive to use compared to saving for a T4 to counter Bricks and Percivals. The changes improve the leniency for their micro and improve their firing accuracy. | ||
|
||
- Aeon and Seraphim snipers (XAL0305 & XSL0305): | ||
|
||
- Speed: 2.2 (Seraphim) / 2.4 (Aeon) -> 2.3 (Seraphim) / 2.5 (Aeon) | ||
|
||
- Firing Tolerance: 2 (Aeon) / 3 (Seraphim) / 0.5 (Seraphim sniper mode) -> 0 (all) | ||
|
||
This fixes them consistently missing shots while turning/retargeting. | ||
|
||
- Firing Randomness while moving: 0.4 (Seraphim) / 0.3 (Aeon) / 0.2 (Seraphim sniper mode) -> 0.18 / 0.1 / 0.05 | ||
|
||
The firing randomness is reduced so that snipers can reliably hit T3 units at max range, since the random chance to miss was annoying and snipers no longer need such a downside due to their cost changes. | ||
|
||
- Seraphim Sniper (XSL0305): | ||
|
||
- Sniper mode speed: 1.65 -> 2.0 | ||
|
||
The speed was uninentionally reduced from 1.8 to 1.65 due to the last speed nerf, which was excessive (an ACU is 1.7 speed for comparison). Since the sniper mode is a bit underused, the unintentional reduction is reverted and the speed is further buffed to 2.0 speed. | ||
|
||
There may be further changes to sniper mode next patch to make it more viable. |
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,5 @@ | ||
- (#6606) Fix Seraphim sniper's dummy weapon's turret overriding the yaw speed of the turrets of the real weapons. | ||
|
||
- (#6606) Fix Sera sniper stopping on attack move against underwater targets. | ||
|
||
- (#6606) Fix `GuardScanRadius` for Seraphim sniper not matching the increased sniper mode range. |
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