Added item level labels, enchant display, upgrade track level, and g…#264
Open
dnlxh wants to merge 2 commits intoEllesmereGaming:mainfrom
Open
Added item level labels, enchant display, upgrade track level, and g…#264dnlxh wants to merge 2 commits intoEllesmereGaming:mainfrom
dnlxh wants to merge 2 commits intoEllesmereGaming:mainfrom
Conversation
…em socket icons to the Character Frame gear slots
…gem socket icon rendering
Description: - Add "Use Item Rarity as Color" toggle in Character Item Level Settings cog menu
- When enabled, item level numbers display in their item's rarity color instead of white
- Disabled by default to maintain current behavior
- Fix gem socket icons rendering above FriendList and tooltips
- Changed FrameStrata from "TOOLTIP" to "HIGH" to prevent socket icons from appearing on top of other UI windows
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.
Implements a suite of Character Frame overlays in EUI_QoL.lua:
Item Level Labels: Displays the current item level on each gear slot
in the character panel, using C_Item.GetCurrentItemLevel for accurate
upgraded values. Font size and anchor side are configurable per slot.
Enchant Display: Shows shortened enchant names on enchantable slots
(weapons, rings, etc.). Supports configurable shortname mappings,
prefix stripping, and generic replacements to keep labels concise.
Defaults ship with Midnight expansion enchant shortnames.
Upgrade Track Level: Renders a small secondary label next to the
item level showing the upgrade track/tier (e.g. Veteran 8/8),
parsed from the item tooltip.
Socket Icons: Draws gem socket icons on item borders, with
configurable scale and X/Y offset. Supports up to 4 sockets per item.
Icons are parented to a global container that follows CharacterFrame
visibility.
All features are individually toggleable via EllesmereUIDB flags
(charIlvlEnabled, charEnchantsEnabled, charTrackLevelEnabled,
charSocketsEnabled) and default to off.