fixes / controller stuff / more stats / other requests - #214
Merged
Conversation
### 1.15.0 Condensed Stat Display & sorting options, to be more managable to use in RiskOfOptions. *(14 configs turned into 4)* Added option to disable all other info boxes when scoreboard is open, and only show stats. - *For modpacks that have too many mods using that space. - Preset to go alongside it. Command & Pickup menus now show tooltips with Controllers. Added Cooldown & ProcCoeff to loadout in lobby. Added [damagePercent] stat. *(track damage increases in %)* Added [shieldPercent] stat. *(% of CombinedHP that is shield)* Added proper, local, Wandering Chef sorting. Added config to disable item procs in skill descriptions. Access Node and Artifact Portal now tracked by [portals] stat Fixed PermamentEquipmentCooldown getting stuck showing 0. Fixed Command menu controller navigation getting broken by mod. Fixed maxRunKillCombo not getting reset per run. Fixed stat display being empty when opening a menu while paused. Fixed spacing on the last line of the stat display. Fixed closing command/scrapper menu on key press not working consistently. Fixed closing menu & translucent menu config not working on Drone Scrapper.
Contributor
Author
|
Would be good to close some issue related to this or previous fixes. I can't do that idk if if that can be given to me. |
Contributor
Author
|
Always bothered me that Skill/Equip icons set their stuff in But since this mod uses tooltip override it can just override, whenever needed So hopefully that works better. Same applied for item icons tho those are updated more reasonably by the game anyways so we'll see if it was needed. |
Member
|
I'm out for new years stuff sorry, but I'll take a look at merging this on the 3rd/4th |
Member
|
Thanks again wolfo! |
This file contains hidden or 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
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.
1.15.0
Condensed Stat Display & sorting options, to be more managable to use in RiskOfOptions. (14 configs turned into 4)
Added option to disable all other info boxes when scoreboard is open, and only show stats.
- For modpacks that have too many mods using that space.
- Preset to go alongside it.
Command & Pickup menus now show tooltips with Controllers.
Added Cooldown & ProcCoeff to skills loadout in lobby.
Added proper, local, Wandering Chef sorting.
Added [damagePercent], [damagePercentWithWatch] stat. (damage increases as %)
Added [maxHpPercent], [maxHealthStat], [maxShieldStat] stat. (hp/health/shield increases as %)
Added [shieldFraction] stat. (% of CombinedHP that is shield)
Added config to disable item procs in skill descriptions.
Access Node and Artifact Portal now tracked by [portals] stat
Expanded Item, Equip & Skill icon descriptions now update specifically when opening the scoreboard.
- Less math that needs to constantly be done, instead just one big update instead.
Permanent Skill/Equip cooldown should work a bit better in general.
Fixed PermamentEquipmentCooldown getting stuck showing 0.
Fixed Command menu controller navigation getting broken by mod.
Fixed maxRunKillCombo not getting reset per run.
Fixed stat display being empty when opening a menu while paused.
Fixed spacing on the last line of the stat display.
Fixed closing command/scrapper menu on key press not working consistently.
Fixed closing menu & translucent menu config not working on Drone Scrapper.
Fixed Stew Damage% stat being a bit off or weird at times.