-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
- (#6341) Improve the formatting of the additional unit details displayed when `Show Armament Detail in Build Menu` is enabled in the settings. | ||
- For example, the Harbinger is now correctly shown as having a speed of `2.95` instead of `3.0`. | ||
|
||
- For example, the Harbinger is now correctly displayed as having a speed of `2.95` instead of `3.0`. | ||
- Additionally, trailing zeroes are removed where possible. | ||
|
||
- (#6341) Make the 'Scry' ability of the Eye of Rhianne and the 'Vision' ability of the Soothsayer visible in the additional unit details displayed when `Show Armament Detail in Build Menu` is enabled in the settings. | ||
- The radius, activation cost and upkeep of the Eye of Rhianne's 'Scry' ability is now shown. | ||
- The maximum vision radius of the Soothsayer's 'Vision' ability is now shown. | ||
- (#6341) Include more information about unit abilities in the additional unit details displayed when `Show Armament Detail in Build Menu` is enabled in the settings. | ||
|
||
- Display the 'Scry' ability of the Eye of Rhianne and the 'Vision' ability of the Soothsayer. | ||
|
||
- The radius, activation cost and upkeep of the Eye of Rhianne's 'Scry' ability are now shown. | ||
- The maximum vision radius of the Soothsayer's 'Vision' ability is now shown. | ||
|
||
- (#6341) Enable unitviewDetail.lua to show whether a unit can prioritize ACUs via the snipemode feature. | ||
- Display whether a unit can prioritize ACUs via the 'Snipemode' feature. |