Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Rename abilities #1517

Closed
coup321 opened this issue Dec 19, 2023 · 2 comments
Closed

[Feature Request] Rename abilities #1517

coup321 opened this issue Dec 19, 2023 · 2 comments
Labels

Comments

@coup321
Copy link

coup321 commented Dec 19, 2023

Describe the problem

I want to be able to rename abilities that go on status bars.

What steps will reproduce the problem? NA

Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)

I would like it to look like this:
image

What version of LittleWigs are you using? (Stating 'latest' is not useful)

Latest

Do you have an error log of what happened? NA

Any additional information? (example: WoW language if not English)

I build in the functionality that I want by creating a new lua file building a global table _G.bigwigs_name_overrides and then adding the following lines to BossPrototype.lua starting at line 2643 in the current (12/19/2023) version of the file.

        local msg = textType == "string" and text or spells[text or key]
        if _G.big_wigs_overrides[msg] then
            msg = _G.big_wigs_overrides[msg]
        end

The custom table looks like this (limited section of the table):

_G.big_wigs_overrides = {
    ...
    ['Chrono-faded'] = 'Debuffs',
    ['Fragments of Time'] = 'Orbs',
    ['Corrosive Infusion'] = 'Debuff',
    ['Blight Reclamation'] = 'Breath (Clears)',
    ['Necrotic Winds'] = 'Winds',
    ...
}

I'm happy to contribute to the project if this is a feature that would be in line with the addon's goals.
C

@coup321 coup321 added the retail label Dec 19, 2023
@ntowle ntowle transferred this issue from BigWigsMods/LittleWigs Dec 19, 2023
@ntowle
Copy link
Member

ntowle commented Dec 19, 2023

Duplicate of #655

@ntowle ntowle marked this as a duplicate of #655 Dec 19, 2023
@funkydude
Copy link
Member

LittleWigs is a content pack, it doesn't handle core features. See #655

Currently renames are dealt with manually by module devs.
You can see examples of this in the Amirdrassil mods.
If you want to request specific spells be renamed in the addon, I'd make a separate LittleWigs issue with a list.
If you want to PR specific renames, go ahead, the examples are in the Amirdrassil mods.

@funkydude funkydude closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants