-
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.
Display new/more info in
unitviewDetail.lua
(#6341)
1. Improve 'Vision' and 'Speed' column formatting by rounding/removing trailing zeroes/increasing precision. 2. Display 'Scry' and 'Vision Field' abilities of the Eye of Rhianne and Soothsayer and their costs/radius. 3. Show whether a unit can prioritize ACUs via target priorities. 4. Show the `ShieldRechargeTime` stat of personal shields and shield domes. --------- Co-authored-by: lL1l1 <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
7 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,16 @@ | ||
- (#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 displayed as having a speed of `2.95` instead of `3.0`. | ||
|
||
- Additionally, trailing zeroes are removed where possible. | ||
|
||
- (#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. | ||
|
||
- Display the `ShieldRechargeTime` of personal shields and shield domes. This stat defines the time it takes for shields to recharge after being fully depleted. | ||
|
||
- Display whether a unit can prioritize ACUs via the 'Snipemode' feature. |
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